@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-weight: 500;
 font-weight: 700;
 font-weight: 900;
 font-family: "Bebas Neue", sans-serif;
 font-weight: 400;
 font-style: normal;
 */
/* -----------------------------------------------------------------
 reset
 ----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  /* font: inherit; */
  box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%;
  font-size: 56.25%;
  font-size: 58.75%;
  touch-action: manipulation;
  box-sizing: border-box;
  height: 100%;
}
body {
  font-size: 1.4rem !important;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  /* color: #5d737e; */
  font-feature-settings: "palt";
  overflow-x: hidden;
  height: 100%;
  background: white !important;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 2.4rem;
    /* letter-spacing: 0.05; */
  }
}
.wrap {
  min-height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.img-fluid {
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  /* color: #5d737e; */
  color: #5e5e5e;
  transition: 0.3s ease-in-out;
}
a:hover, a:active {
  color: #333333;
}
input[type=text], input[type=email], select, option {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #F7F8F8;
  border: none;
  padding: 1rem;
}
input, select, option {
  padding: 1rem;
}
/*
 ::-webkit-scrollbar{
 width: 4px;
 }
 */
::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
}
#cnt .entry-content {
  margin: 0;
}
/*
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-weight: 500;
 font-weight: 700;
 font-weight: 900;
 font-family: "Bebas Neue", sans-serif;
 font-weight: 400;
 font-style: normal;
 */
.common-cont-header {
  text-align: center;
  background: #e8e8dc;
  border-top: 4px solid #000000;
}
.common-cont-header .hx {
  font-size: 1.8rem;
  text-align: center;
  margin-top: -1em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 575px) {
  .common-cont-header .hx {
    font-size: 1.5rem;
  }
}
.common-cont-header .hx:last-child {
  margin-bottom: 0;
}
.common-cont-header .hx .en-hx {
  font-weight: bold;
  min-width: 10em;
  padding: 0.5rem 4rem;
  background: yellow;
  border: 2px solid #000000;
  border-radius: 2em;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}
.common-cont-header .hx .en-hx::after {
  content: '';
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/balloon-end.png) center top / contain no-repeat;
  position: absolute;
  right: 2rem;
  bottom: -1.3rem;
  z-index: 10;
}
.common-cont-header .hx .ja-hx {
  font-size: 2em;
  letter-spacing: 0.4em;
  line-height: 1.4;
  background: linear-gradient(transparent 75%, #ff0 75%);
  display: inline-block;
  margin-top: 1rem;
}
.common-cont-header .intro-text {
  font-size: 2rem;
  letter-spacing: 0.35em;
  line-height: 1.6;
}
.common-cont-header .intro-text p {
  font-weight: bold;
}
.common-cont-header .intro-text strong {
  font-weight: normal;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.common-cont-header .cont-navi {
  padding-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .common-cont-header .cont-navi {
    padding-bottom: 1rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
.common-cont-header .cont-navi li {
  border-left: 1px solid;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .common-cont-header .cont-navi li {
    font-size: 0.9em;
    margin-bottom: 1rem;
  }
}
.common-cont-header .cont-navi li:last-child {
  border-right: 1px solid;
}
.common-cont-header .cont-navi li a {
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 1.5rem 0 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .common-cont-header .cont-navi li a {
    padding: 0 1rem 0 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .common-cont-header .cont-navi li a {
    padding: 0 0.75rem;
    letter-spacing: 0.1em;
  }
}
.common-subhx {
  color: #333333;
  font-size: 3.5rem;
  text-align: center;
  padding-bottom: 4rem;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/arrow-bottom-purple.png) center bottom / 5rem auto no-repeat;
  margin-bottom: 2.5rem;
}
.common-subhx .ja-hx {
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .common-subhx .ja-hx {
    font-size: 0.45em;
    line-height: 1.4;
  }
}
.common-subhx .en-hx {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18em;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.seamless-slide .slick-slide {
  margin: 0 1.5rem;
}
.seamless-slide img {
  border-radius: 1.5rem;
}
.tophd-box .hx {
  width: 18rem;
  margin: 1.6rem 0;
  display: inline-block;
}
.shophd-box {
  text-align: center;
}
.shophd-box .hx {
  width: 18rem;
  margin: 1.6rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .shophd-box .hx {
    width: 15rem;
  }
}
.shophd-box .hx .sub-hx {
  letter-spacing: 0.12em;
  margin-top: 0.4em;
  display: inline-block;
}
.breadcrumb-box .breadCrumbHolder {
  margin: 0 auto;
  padding: 0.25em 0 0.35em;
}
.breadcrumb-box .breadCrumb {
  padding: 0;
  background: none;
  width: auto;
  /* max-width: 650px; */
}
.breadcrumb-box ul li a {
  color: #212529;
}
#wp {
  background: white;
}
#wp .sb-toggle-right {
  position: fixed;
  top: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  cursor: pointer;
}
#wp .sb-toggle-left {
  left: 0;
  z-index: 20;
}
#wp .cart-button {
  right: 50px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  #wp .cart-button {
    width: 30px;
    right: 40px;
  }
}
#wp.inactive .cart-button {
  color: white;
}
#wp .cart-button .material-icons {
  font-size: 2.2rem;
}
#wp .hbg-button {
  right: 10px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #wp .hbg-button {
    top: 0;
    right: 0;
  }
}
#wp .hbg-button span {
  display: block;
  position: relative;
  width: 50%;
  height: 1px;
  margin: 0;
  background: #333333;
  transition: 0.2s;
}
#wp .hbg-button span:after, #wp .hbg-button span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  transition: 0.75s;
}
#wp .hbg-button span:before {
  margin-top: -26%;
}
#wp .hbg-button span:after {
  margin-top: 26%;
}
#wp.inactive .hbg-button span {
  background: transparent;
  opacity: 1;
}
#wp.inactive .hbg-button span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0px;
}
#wp.inactive .hbg-button span:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#wp.inactive .hbg-button span:before, #wp.inactive .hbg-button span:after {
  margin-top: 0;
  background: #333333;
}
#hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: none;
  transition: 0.1s linear;
}
#hd.reverse .global-navi li a {
  color: #333333;
}
#hd.scrolled {
  background: white;
}
#hd .inr {
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #hd .inr {
    padding: 1rem 2rem;
  }
}
#hd .hx {
  width: 20rem;
}
@media screen and (max-width: 575px) {
  #hd .hx {
    width: 16rem;
  }
}
#hd .global-navi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hd .global-navi li {
  display: inline-block;
}
#hd .global-navi li a {
  color: white;
  font-weight: bold;
  padding: 0.5rem 2rem;
  display: inline-block;
}
#hd .btn-to-entry {
  width: 20rem;
}
#hd .btn-to-entry a {
  display: inline-block;
}
#hd .btn-to-entry img {
  border-radius: 2em;
}
#ft {
  padding: 1rem 0;
  background: #e8e8dc;
}
#ft .otr {
  padding: 3rem 0;
  border-top: 4px solid #7a54d5;
}
#ft .site-title {
  width: 20rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #ft .site-title {
    text-align: center;
    margin: 0 auto 1.5rem;
  }
}
#ft .sub-navi {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #ft .sub-navi {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
#ft .sub-navi .btn-to-site {
  margin-bottom: 1.5rem;
}
#ft .sub-navi .btn-to-site .icon {
  width: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
}
#ft .sub-navi .btn-to-site .text {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
#ft .sub-navi .sns li {
  list-style-type: none;
}
#ft .sub-navi .sns li .icon {
  width: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
}
#ft .sub-navi .sns li .text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #ft .main-navi {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #ft .main-navi {
    text-align: center;
  }
}
#ft .main-navi .pages {
  padding: 0 2rem;
  background: #333333;
  border-radius: 1.5em;
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  #ft .main-navi .pages {
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
}
#ft .main-navi .pages li {
  display: inline-block;
}
#ft .main-navi .pages li a {
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  display: inline-block;
}
#ft .main-navi .btn-to-entry {
  margin-bottom: 1rem;
}
#ft .main-navi .btn-to-entry a {
  color: #7a54d5;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border: 1px solid;
  border-radius: 1.5em;
  display: inline-block;
}
#ft .main-navi .btn-to-policy {
  font-size: 1.2rem;
}
.btn-to-top {
  font-size: 1.2rem;
  line-height: 1.4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  position: fixed;
  right: 0.75rem;
  bottom: 4.3rem;
  z-index: 3;
}
.btn-to-top .icon {
  font-size: 1.7em;
  vertical-align: 0.05em;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.copyright {
  color: white;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding: 2rem 0.25rem;
  background: #7a54d5;
}
.wp-menu-box {
  width: 100%;
  transition: 1s ease-in-out;
  opacity: 100;
  position: relative;
  z-index: 200;
}
.wp-menu-box.menu_off {
  opacity: 0;
  z-index: -1;
}
.wp-menu-box .slider-wp-menu {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../img/ph/bg-menu2.jpg) right center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .wp-menu-box .slider-wp-menu {
    width: 100%;
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../img/ph/bg-menu.jpg) left 30% center / cover no-repeat;
  }
}
.wp-menu-box .list-wp-menu {
  color: #333333;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 180;
}
@media screen and (max-width: 767px) {
  .wp-menu-box .list-wp-menu {
    width: 100%;
    left: 0;
  }
}
.wp-menu-box .list-wp-menu a {
  color: #333333;
}
.wp-menu-box .hx {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.07em;
  margin: 0 0 1.5em;
  max-width: 140px;
}
@media screen and (max-width: 340px) {
  .wp-menu-box .hx {
    margin: 0 0 2em;
    max-width: 120px;
  }
}
.wp-menu-box .hx-wp-menu {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
.wp-menu-box .wp-menu {
  margin-bottom: 3rem;
}
.wp-menu-box .wp-menu ul {
  padding: 0;
}
.wp-menu-box .wp-menu li {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  list-style-type: none;
  margin: 0 0 0.5em 1em;
}
.wp-menu-box .wp-menu li:before {
  border: 0.3em solid transparent;
  border-left: 0.45em solid #999999;
  margin-right: 0.2em;
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
}
.wp-menu-box .wp-menu .en-navi {
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
}
.wp-menu-box .wp-menu .ja-navi {
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
.common-hx {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .common-hx {
    text-align: center;
  }
}
.common-hx .ja-hx {
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .common-hx .en-hx {
    margin-right: 0.75rem;
  }
}
.common-btn a {
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  display: inline-block;
}
.common-btn a .ja-txt {
  letter-spacing: 0.15em;
  margin-right: 0.75rem;
}
.common-btn a .en-txt {
  font-size: 0.75em;
}
.common-btn2 {
  text-align: center;
}
.common-btn2 a {
  color: white;
  text-decoration: none;
  padding: 1rem 6rem;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 1rem;
  display: inline-block;
  position: relative;
  transition: 0.2s linear;
}
.common-btn2 a::before {
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  content: '';
  display: inline-block;
  position: absolute;
  left: 1em;
  top: calc(50% - .4em);
  z-index: 1;
  transition: 0.2s linear;
}
.common-btn2 a:hover {
  color: #333333;
  background: white;
  border: 1px solid #333333;
  opacity: 1;
}
.common-btn2 a:hover::before {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.breadcrumb-box {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.singular #cnt .entry-header {
  padding-bottom: 0;
  border: none;
}
.single-products #cnt .entry-header {
  display: none;
}
#cnt .entry-content {
  margin: 0;
}
/*-------------------------
 BLOG
 -------------------------*/
.blog-box .common-cont-header {
  background: white;
}
@media screen and (max-width: 575px) {
  .blog-box .common-cont-header .hx .ja-hx {
    letter-spacing: 0.2em;
  }
}
.blog-box .box-otr {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.blog-box .box-inr {
  background: white;
}
.blog-box #main {
  padding-top: 0;
}
.blog-box .main-column {
  margin-bottom: 4em;
}
.blog-box .main-column .post {
  overflow: hidden;
  margin-bottom: 5em;
}
.blog-box .page-header {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-box .page-title {
  color: #444444;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1rem;
  background: #EAEAEA;
  margin: 0 0 2rem;
}
@media screen and (max-width: 399px) {
  .blog-box .page-title {
    font-size: 7vw;
  }
}
.blog-box .entry-header .postdate {
  color: #444444;
  font-size: 1.4em;
  margin-left: 0.1em;
  margin-bottom: 0;
}
.blog-box .entry-header .postdate .mmdd {
  font-weight: 400;
}
.blog-box .entry-header .entry-title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .blog-box .entry-header .entry-title {
    font-size: 180%;
  }
}
.blog-box .entry-header .entry-title a {
  color: #333333;
  font-weight: bold;
}
.blog-box .cat-links, .blog-box .tag-links {
  display: inline-block;
}
.blog-box .cat-links li {
  display: inline-block;
}
.blog-box .cat-links li a {
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  margin-right: 0.5em;
  padding: 0.2em 1em;
  display: inline-block;
  background: white;
  border: 1px solid #333333;
  transition: 0.2s linear;
}
.blog-box .cat-links li a:hover {
  color: white;
  background: #333333;
  border: 1px solid #333333;
}
.blog-box .tag-links li {
  display: inline-block;
}
.blog-box .tag-links li a {
  font-size: 1.3rem;
  margin-right: 0.5em;
  padding: 0.2em 1em;
  display: inline-block;
  border: 1px solid #AAA;
  border-radius: 1em;
}
.blog-box .cats-tags {
  margin-top: 1.5rem;
  margin-bottom: 1.2em;
}
.blog-box .entry-content {
  line-height: 2.5;
  margin: 0;
  padding: 1.5em 0;
  position: relative;
  z-index: 10;
}
.blog-box .entry-content h1, .blog-box .entry-content h2, .blog-box .entry-content h3, .blog-box .entry-content h4, .blog-box .entry-content h5, .blog-box .entry-content h6 {
  font-weight: bold;
  line-height: 1.4;
}
.blog-box .entry-content h1 {
  font-size: 2.8rem;
}
.blog-box .entry-content h2 {
  font-size: 2.4rem;
}
.blog-box .entry-content h3 {
  font-size: 2rem;
}
.blog-box .entry-content h4 {
  font-size: 1.6rem;
}
.blog-box .entry-content h5 {
  font-size: 1.3rem;
}
.blog-box .entry-content h6 {
  font-size: 1rem;
}
.blog-box .post {
  position: relative;
  margin-top: 0;
  margin-bottom: 6rem;
  /*
   .post:after{
   width:100%;
   height:5.4em;
   content:'';
   display:block;
   background:white;
   position:absolute;
   bottom:0px;
   left:0px;
   z-index:3;
   }
   */
}
.blog-box .post-thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #cecece;
  border-radius: 1rem;
}
.blog-box .entry-thumbnail {
  max-height: 350px;
}
.blog-box .entry-footer {
  font-size: 1.4rem;
  padding: 0.75em 0 4rem;
  border-top: 1px solid #AAA;
  border-bottom: none !important;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .blog-box .entry-content {
    font-size: 95%;
    margin: 0 0.7em;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 10;
  }
  .blog-box .entry-content p {
    text-align: justify;
  }
  .blog-box .entry-footer {
    font-size: 90%;
    line-height: 1.8;
    margin: 1.5em 0;
    padding: 0.75em 0;
  }
}
.blog-box .entry-footer .author {
  margin-right: 1em;
}
.blog-box .entry-footer .author img {
  width: 1.3em;
  height: auto;
  vertical-align: top;
}
.blog-box .navigation {
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
}
.blog-box .navigation h2 {
  display: none;
}
.blog-box .navigation .nav-links .page-numbers {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em 0.75em;
  background: #EAEAEA;
}
.blog-box .navigation .nav-links .page-numbers.current, .blog-box .navigation .nav-links .page-numbers:hover {
  color: white;
  background: #444444;
}
.blog-box .navigation .nav-links .nav-previous {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-box .navigation .nav-links .nav-previous {
    float: left;
  }
}
.blog-box .navigation .nav-links .nav-next {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-box .navigation .nav-links .nav-next {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .blog-box .navigation .navigation {
    text-align: center;
    width: 100%;
  }
  .blog-box .navigation .nav-links {
    display: inline-block;
  }
}
.blog-box .widget {
  padding-bottom: 2rem;
}
.blog-box .widget li {
  margin-bottom: 1rem;
  list-style-type: none;
}
.blog-box .widget li:before {
  content: '';
  display: inline-block;
  margin-left: 0.8em;
  margin-right: 0.5em;
  border: 0.35em solid transparent;
  border-right: 0 solid transparent;
  border-left: 0.5em solid #444444;
}
.blog-box .widget .widget-title {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 0.6em 0.8em;
  background: #333333;
}
.blog-box .widget_tag_cloud .tagcloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-box .widget_tag_cloud .tagcloud li {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
  padding: 0;
  /*
   .widget_tag_cloud .tagcloud li a {
   display: inline-block;
   padding: .3em .6em .4em;
   background-color: #fff;
   border: 1px solid #aaa;
   border-radius: 3px;
   white-space: nowrap;
   overflow: hidden;
   color: #333333;
   text-decoration: none;
   -webkit-transition: .2s;
   transition: .2s;
   }
   .widget_tag_cloud .tagcloud li a:hover {
   border: 1px solid #444444;
   }
   */
}
.blog-box .widget_tag_cloud .tagcloud li a:before {
  content: '#';
}
.blog-box .list-post-image {
  text-align: left;
  margin-top: 2em;
}
.blog-box .list-post-image .post-image {
  width: 49.5%;
  display: inline-block;
}
.blog-box .list-post-image .post-image:nth-child(odd) {
  margin: 0 0.5% 1% 0;
}
.blog-box .list-post-image .post-image:nth-child(even) {
  margin: 0 0 1% 0.5%;
}
.blog-box .list-post-image .post-image-wide {
  width: 100%;
  margin: 0 0 1%;
}
.singular #cnt .entry-header {
  margin-bottom: 3rem;
}
/*
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-weight: 500;
 font-weight: 700;
 font-weight: 900;
 font-family: "Bebas Neue", sans-serif;
 font-weight: 400;
 font-style: normal;
 */
.fade-slide-box {
  overflow: hidden;
  background: white;
  position: relative;
  z-index: 10;
}
.fade-slide-box #fade-slide, .fade-slide-box .inr-swiper {
  position: relative;
  height: 100vh;
  height: 60vh;
}
@media screen and (min-width: 1200px) {
  .fade-slide-box #fade-slide, .fade-slide-box .inr-swiper {
    height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box #fade-slide, .fade-slide-box .inr-swiper {
    height: 86vw;
  }
}
.fade-slide-box .inr-swiper01 {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/topview01.jpg) center center / cover no-repeat;
}
@media screen and (max-width: 767px) {
  .fade-slide-box .inr-swiper01 {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/topview01.jpg) right 30% center / cover no-repeat;
  }
}
.fade-slide-box .fg-slider {
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fade-slide-box .fg-slider {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .fade-slide-box .fg-slider {
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  }
}
.fade-slide-box .fg-slider .hx {
  font-size: 3.5rem;
  font-family: 'Kiwi Maru', serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  .fade-slide-box .fg-slider .hx {
    font-size: 7vw;
    margin-bottom: 4rem;
  }
}
.fade-slide-box .fg-slider p {
  line-height: 3;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .fade-slide-box .fg-slider p {
    line-height: 2.2;
  }
}
.intro-box {
  padding: 14rem 0 4rem;
  background: #7e37e8 url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro.jpg) center top / cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro-box {
    padding: 4rem 0 2rem;
  }
}
.intro-box .hx {
  max-width: 650px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .intro-box .hx {
    text-align: center;
  }
}
.intro-box .hx .ja-hx {
  color: white;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .intro-box .hx .ja-hx {
    font-size: 8.2vw;
    letter-spacing: 0.4em;
  }
}
.intro-box .intro {
  max-width: 650px;
  margin: 0 auto 8rem;
}
.intro-box .intro p {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6;
  margin-bottom: 3rem;
}
.intro-box .icon-scroll-otr {
  font-size: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 3rem;
  z-index: 10;
  width: 4.2em;
  margin-left: -2.1em;
  filter: drop-shadow(0px 0px 5px rgba(90, 90, 90, 0.1));
}
@media screen and (max-width: 767px) {
  .intro-box .icon-scroll-otr {
    display: none;
  }
}
.intro-box .hx-icon-scroll {
  color: white;
  letter-spacing: 0.05em;
  margin: 0 0 0.2em;
}
.intro-box .icon-scroll {
  width: 1.8em;
  height: 3.6em;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 1px white;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .intro-box .icon-scroll {
    width: 1.2em;
    height: 2.6em;
  }
}
.intro-box .icon-scroll::before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  background: white;
  margin-left: -0.2em;
  position: absolute;
  left: 50%;
  top: 0.8em;
  border-radius: 1em;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: scrolling;
}
@media screen and (max-width: 767px) {
  .intro-box .icon-scroll::before {
    top: 0.4em;
  }
}
.intro-box .list-idx_feature {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1500px) {
  .intro-box .list-idx_feature {
    transform: scale(1.1);
    margin: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .intro-box .list-idx_feature {
    margin-bottom: 2rem;
  }
}
.intro-box .idx_feature {
  max-width: 700px;
  padding: 4rem 5rem 7rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .intro-box .idx_feature {
    padding: 2rem 2rem 6rem;
  }
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature {
    padding: 2rem 0;
  }
}
.intro-box .idx_feature .hd-idx_feature {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-box .idx_feature .subhx-idx_feature {
  text-align: right;
}
.intro-box .idx_feature:nth-child(odd) .hd-idx_feature::before {
  width: 10em;
  height: 9em;
  margin-right: 1rem;
  content: '';
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(odd) .hd-idx_feature::before {
    width: 23vw;
    height: 17vw;
    max-width: 110px;
    min-width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(odd) .subhx-idx_feature {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.intro-box .idx_feature:nth-child(even) .hd-idx_feature::after {
  width: 10em;
  height: 9em;
  margin-left: 1rem;
  content: '';
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(even) .hd-idx_feature::after {
    width: 23vw;
    height: 17vw;
    max-width: 110px;
    min-width: 70px;
  }
}
.intro-box .idx_feature:nth-child(even) .subhx-idx_feature {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(even) .subhx-idx_feature {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.intro-box .idx_feature:nth-child(1) {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level01.png) center top / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .intro-box .idx_feature:nth-child(1) {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level01.png) center top / 100% 60vw no-repeat;
  }
}
.intro-box .idx_feature:nth-child(1) .hd-idx_feature::before {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level01.png) center center / 10em auto no-repeat;
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(1) .hd-idx_feature::before {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level01.png) center center / 100% auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .intro-box .idx_feature:nth-child(1) .subhx-idx_feature {
    margin-right: -1rem;
  }
}
.intro-box .idx_feature:nth-child(2) {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level02.png) center top / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .intro-box .idx_feature:nth-child(2) {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level02.png) center top / 100% 60vw no-repeat;
  }
}
.intro-box .idx_feature:nth-child(2) .hd-idx_feature::after {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level02.png) center center / 10em auto no-repeat;
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(2) .hd-idx_feature::after {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level02.png) center center / 100% auto no-repeat;
  }
}
.intro-box .idx_feature:nth-child(3) {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level03.png) center top / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .intro-box .idx_feature:nth-child(3) {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level03.png) center top / 100% 60vw no-repeat;
  }
}
.intro-box .idx_feature:nth-child(3) .hd-idx_feature::before {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level03.png) center center / 10em auto no-repeat;
}
@media screen and (max-width: 575px) {
  .intro-box .idx_feature:nth-child(3) .hd-idx_feature::before {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level03.png) center center / 100% auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .intro-box .idx_feature:nth-child(3) .subhx-idx_feature {
    margin-right: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .intro-box .idx_feature:last-child {
    padding: 2rem 0 0;
    margin: 0 auto;
  }
}
.intro-box .hx-idx_feature {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  background: yellow;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .intro-box .hx-idx_feature {
    font-size: 6.5vw;
    letter-spacing: 0;
    padding: 0.5rem 1rem;
  }
}
.intro-box .subhx-idx_feature {
  color: yellow;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}
.intro-box .image-idx_feature {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .intro-box .image-idx_feature {
    max-width: 75%;
    margin: 0 auto 1.5rem;
  }
}
.intro-box .text-idx_feature p {
  color: white;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  @keyframes scrolling {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(1.8em);
    }
  }
}
@media screen and (max-width: 767px) {
  .intro-box .icon-scroll:before {
    animation-duration: 2.6s;
  }
  @keyframes scrolling {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(1.3em);
    }
  }
}
.idx_message-feature-box {
  padding: 6rem 0 22rem;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-message-feature.jpg) center top / cover no-repeat;
}
.idx_message-feature-box .hx {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 5rem;
}
.idx_message-feature-box .hx strong {
  font-size: 1.3em;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #d0ceff 60%);
}
.idx_message-feature-box .hx em {
  font-size: 1.3em;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .idx_message-feature-box .container {
    max-width: 720px;
  }
}
.idx_message-feature-box .idx_message-feature {
  margin-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .idx_message-feature-box .text-idx_message-feature {
    text-align: center;
  }
}
.idx_message-feature-box .text-idx_message-feature p {
  line-height: 2.2;
  margin-bottom: 2.8rem;
}
.idx_message-feature-box .btn-to-feature {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .idx_message-feature-box .btn-to-feature {
    text-align: center;
  }
}
.idx_message-feature-box .list-data-idx_message {
  max-width: 700px;
  margin: 0 auto;
}
.idx_message-feature-box .list-data-idx_message .data-idx_message {
  margin-bottom: 2rem;
}
.idx_message-feature-box .list-data-idx_message .data-idx_message figure {
  background: white;
}
.idx_data-box {
  margin: -10rem 0 -25rem;
}
@media screen and (max-width: 767px) {
  .idx_data-box {
    overflow: hidden;
    margin: -18rem 0 -25rem;
  }
}
.idx_data-box .hd-career-idx_data {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-sky.jpg) center center / cover no-repeat;
  border-top: 2px solid #9a82cd;
  border-bottom: 8px solid #7760c8;
  margin-bottom: 1.5rem;
  transform: rotate(8deg) scale(1.15);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .idx_data-box .hd-career-idx_data {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .idx_data-box .hd-career-idx_data {
    transform: rotate(8deg) scale(1.25);
  }
}
.idx_data-box .hd-career-idx_data .inr-hd-career-idx_data {
  transform: rotate(-8deg) scale(0.87);
}
@media screen and (max-width: 767px) {
  .idx_data-box .hd-career-idx_data .inr-hd-career-idx_data {
    transform: rotate(-8deg) scale(0.8);
  }
}
@media screen and (min-width: 992px) {
  .idx_data-box .hd-career-idx_data .container {
    max-width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .idx_data-box .career-idx_data {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
}
.idx_data-box .hx-career-idx_data {
  text-align: right;
  margin-bottom: 2rem;
}
.idx_data-box .hx-career-idx_data span {
  font-size: 2.5rem;
  font-weight: 900;
  padding: 0.75rem 2rem;
  background: yellow;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.idx_data-box .benefits-career-idx_data {
  text-align: right;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .idx_data-box .benefits-career-idx_data {
    max-width: 20em;
    float: right;
  }
}
.idx_data-box .benefits-career-idx_data li {
  color: #6f27d5;
  font-weight: bold;
  list-style-type: none;
  padding: 0 1rem 0 0.5rem;
  background: white;
  border-radius: 2em;
  display: inline-block;
  margin: 0 0 1rem 1rem;
}
.idx_data-box .benefits-career-idx_data li::before {
  vertical-align: -0.35em;
  background: #6f27d5 url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-gift.png) center center / 100% auto no-repeat;
  border-radius: 2em;
  margin-right: 0.5rem;
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
}
.idx_data-box .text-career-idx_data {
  position: relative;
  z-index: 10;
}
.idx_data-box .image-career-idx_data {
  transform: scale(1.6);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .idx_data-box .image-career-idx_data {
    position: absolute;
    left: -3rem;
    bottom: 0;
  }
}
.idx_data-box .btn-to-data {
  position: relative;
  z-index: 10;
}
.message-box {
  padding: 20rem 0 14rem;
  background: #e8e8dc url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-faq.jpg) center bottom / 100% auto no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .message-box .box-inr {
    max-width: 960px;
  }
}
.message-box .hx {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.message-box .hx .sub-hx {
  color: #7a54d5;
  font-size: 0.6em;
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
}
.message-box .hx .sub-hx em {
  font-size: 1.1em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.message-box .hx .main-hx {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
.message-box .intro-message {
  margin-bottom: 4rem;
}
.message-box .intro-message p {
  line-height: 2;
  text-align: justify;
}
.message-box .video-message {
  margin-bottom: 12rem;
}
.message-box .video-message .thumb-video {
  width: 90%;
  margin: 0 auto 4rem;
}
.message-box .video-message .thumb-video a img {
  border: 5px solid white;
  border-radius: 2rem;
  transition: 0.1s linear;
}
.message-box .video-message .thumb-video a:hover img {
  border-color: #DADADA;
}
.idx_info-box {
  padding: 4rem 0;
  border-top: 3px solid #7a54d5;
}
.idx_info-box .hd-idx-info {
  border-top: 3px solid #7a54d5;
  border-left: 3px solid #7a54d5;
  border-right: 3px solid #7a54d5;
  padding-top: 3rem;
  background: white;
  height: 8rem;
  margin-top: -11.9rem;
  margin-bottom: 12rem;
}
.idx_info-box .list-tiny-blog {
  max-width: 600px;
  padding: 4rem;
  background: white;
  border: 3px solid #7a54d5;
  border-radius: 2rem;
  margin: 0 auto 4rem;
}
.idx_info-box .tiny-blog {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #666666;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.idx_info-box .tiny-blog:last-child {
  margin-bottom: 0;
}
.idx_info-box .meta-tiny-blog {
  margin-right: 2rem;
}
.idx_info-box .meta-tiny-blog .date {
  color: #7a54d5;
  font-size: 1.6rem;
  font-weight: bold;
}
.idx_info-box .hx-tiny-blog {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.idx_info-box .entrybanner {
  text-align: center;
  margin-bottom: 4rem;
}
.idx_info-box .entrybanner li {
  width: 18em;
  list-style-type: none;
  margin: 1rem;
  display: inline-block;
}
.idx_info-box .entrybanner li a {
  border: 3px solid #767676;
  border-radius: 1.5rem;
  display: inline-block;
}
.idx_info-box .entrybanner li a:hover {
  transition: 0.2s linear;
  border-color: #396987;
}
.idx_info-box .entrybanner li a img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 575px) {
  .feature-box {
    margin-top: 1rem;
  }
}
.feature-box .box-otr {
  padding: 4rem 0 0;
  background: #7856ed url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro.jpg) center top / 100% auto repeat-y;
}
.feature-box .list-feature {
  margin-bottom: 6rem;
}
.feature-box .feature {
  max-width: 710px;
  padding: 2rem 5rem 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-box .feature {
    padding: 2rem 2rem 6rem;
  }
}
@media screen and (max-width: 575px) {
  .feature-box .feature {
    padding: 2rem 0 6rem;
  }
}
.feature-box .feature .hd-feature {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.feature-box .feature:nth-child(odd) .hd-feature::before {
  width: 10em;
  height: 9em;
  margin-right: 1rem;
  content: '';
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(odd) .hd-feature::before {
    width: 23vw;
    height: 17vw;
    max-width: 110px;
    min-width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(odd) .subhx-feature {
    font-size: 5vw;
    text-align: center;
  }
}
.feature-box .feature:nth-child(even) .hd-feature::after {
  width: 10em;
  height: 9em;
  margin-left: 1rem;
  content: '';
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(even) .hd-feature::after {
    width: 23vw;
    height: 17vw;
    max-width: 110px;
    min-width: 70px;
  }
}
.feature-box .feature:nth-child(even) .subhx-feature {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(even) .subhx-feature {
    font-size: 5vw;
    text-align: center;
  }
}
.feature-box .feature:nth-child(1) {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level01.png) center top 5.7rem / 100% auto no-repeat;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(1) {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level01.png) center top / 100% 60vw no-repeat;
  }
}
.feature-box .feature:nth-child(1) .hd-feature::before {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level01.png) center center / 10em auto no-repeat;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(1) .hd-feature::before {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level01.png) center center / 100% auto no-repeat;
  }
}
.feature-box .feature:nth-child(2) {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level02.png) center top 7.5rem / 100% auto no-repeat;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(2) {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level02.png) center top / 100% 60vw no-repeat;
  }
}
.feature-box .feature:nth-child(2) .hd-feature::after {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level02.png) center center / 10em auto no-repeat;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(2) .hd-feature::after {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level02.png) center center / 100% auto no-repeat;
  }
}
.feature-box .feature:nth-child(3) {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level03.png) center top 5.7rem / 100% auto no-repeat;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(3) {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-intro-level03.png) center top / 100% 60vw no-repeat;
  }
}
.feature-box .feature:nth-child(3) .hd-feature::before {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level03.png) center center / 10em auto no-repeat;
}
@media screen and (max-width: 575px) {
  .feature-box .feature:nth-child(3) .hd-feature::before {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/hx-intro-level03.png) center center / 100% auto no-repeat;
  }
}
.feature-box .hx-feature {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.5rem 3rem;
  background: yellow;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .feature-box .hx-feature {
    font-size: 6.5vw;
    letter-spacing: 0;
    padding: 0.5rem 1rem;
  }
}
.feature-box .subhx-feature {
  color: yellow;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.feature-box .image-feature {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .feature-box .image-feature {
    max-width: 75%;
    margin: 0 auto 1.5rem;
  }
}
.feature-box .text-feature p {
  color: white;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .feature-box .text-feature p {
    text-align: justify;
  }
}
.feature-box .message-feature {
  background: #e7e7f1;
}
.feature-box .message-feature .otr-message-feature {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-message-feature.jpg) center top / cover no-repeat;
}
.feature-box .message-feature .inr-message-feature {
  padding: 6rem 0 10rem;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-obi.png) center top 5vw / 100% auto no-repeat;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .feature-box .message-feature .inr-message-feature {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-obi.png) center top 20rem / 130% auto no-repeat;
  }
}
@media screen and (max-width: 575px) {
  .feature-box .message-feature .inr-message-feature {
    background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-obi.png) center top 20rem / 180% auto no-repeat;
  }
}
.feature-box .message-feature .hx-message-feature {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .feature-box .message-feature .hx-message-feature {
    font-size: 4.5vw;
  }
}
.feature-box .message-feature .hx-message-feature strong {
  font-size: 1.3em;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #d0ceff 60%);
}
@media screen and (max-width: 575px) {
  .feature-box .message-feature .hx-message-feature strong {
    font-size: 1.2em;
  }
}
.feature-box .message-feature .hx-message-feature em {
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  .feature-box .message-feature .hx-message-feature em {
    font-size: 1.2em;
  }
}
.feature-box .message-feature .image-message-feature {
  max-width: 500px;
  margin: 0 auto 4rem;
}
.feature-box .message-feature .text-message-feature {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 8rem;
}
.feature-box .message-feature .text-message-feature p {
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .feature-box .message-feature .text-message-feature p {
    text-align: justify;
  }
}
.feature-box .message-feature .text-message-feature p:last-child {
  margin-bottom: 0;
}
.company-box {
  background: #e8e8dc;
}
.company-box .box-inr {
  padding: 4rem 0;
}
.company-box .list-data-company {
  max-width: 700px;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 767px) {
  .company-box .list-data-company {
    margin: 0 auto 4rem;
  }
}
.company-box .hx-list-data-company {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 4rem;
}
.company-box .hx-list-data-company .inr-hx {
  color: #7a54d5;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 1.5rem 4rem;
  border: 2px solid;
  border-radius: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .company-box .hx-list-data-company .inr-hx {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
.company-box .hx-list-data-company .inr-hx::before {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-dat-purple.png) left center / 3rem auto no-repeat;
  content: '';
  display: inline-block;
}
.company-box .data-company {
  margin-bottom: 2rem;
}
.company-box .data-company figure {
  background: white;
}
@media screen and (max-width: 767px) {
  .company-box .career-company {
    padding: 10rem 0 0;
    overflow: hidden;
  }
}
.company-box .hd-career-company {
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-sky.jpg) center center / cover no-repeat;
  border-top: 2px solid #9a82cd;
  border-bottom: 8px solid #7760c8;
  margin-bottom: 1.5rem;
  transform: rotate(8deg) scale(1.15);
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-box .hd-career-company {
    transform: rotate(8deg) scale(1.25);
  }
}
.company-box .hd-career-company .inr-hd-career-company {
  transform: rotate(-8deg) scale(0.87);
}
@media screen and (max-width: 767px) {
  .company-box .hd-career-company .inr-hd-career-company {
    transform: rotate(-8deg) scale(0.8);
  }
}
@media screen and (min-width: 992px) {
  .company-box .hd-career-company .container {
    max-width: 600px;
  }
}
.company-box .hx-career-company {
  text-align: right;
  position: relative;
  z-index: 10;
}
.company-box .hx-career-company span {
  font-size: 2.5rem;
  font-weight: 900;
  padding: 0.75rem 2rem;
  background: yellow;
  display: inline-block;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .company-box .hx-career-company span {
    font-size: 2.2rem;
    padding: 0.75rem 1rem;
  }
}
.company-box .image-career-company {
  transform: scale(1.6);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .company-box .image-career-company {
    transform: scale(1.1);
    position: absolute;
    left: -3rem;
    bottom: -10vw;
  }
}
@media screen and (max-width: 650px) {
  .company-box .image-career-company {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 575px) {
  .company-box .image-career-company {
    transform: scale(1.1);
    bottom: -3vw;
  }
}
@media screen and (max-width: 440px) {
  .company-box .image-career-company {
    transform: scale(1.6);
    bottom: 0;
  }
}
.company-box .ex-career-company {
  max-width: 600px;
  padding: 2rem 2.5rem;
  background: white;
  border-radius: 2rem;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 10;
}
.company-box .ex-career-company .hx-ex-career-company {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem;
  background: #4d4d4d;
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 575px) {
  .company-box .ex-career-company .hx-ex-career-company {
    margin-bottom: 0.5rem;
  }
}
.company-box .ex-career-company .note-hd-ex-career-company {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .company-box .ex-career-company .note-hd-ex-career-company {
    display: inline-block;
  }
}
.company-box .ex-career-company ul {
  margin-bottom: 1rem;
}
.company-box .ex-career-company ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.company-box .ex-career-company ul li img {
  border: 1px solid #cecece;
}
.company-box .note-ex-career-company {
  color: #7a54d5;
  text-align: center;
  padding: 1.5rem;
  background: #cecece;
  border-radius: 1.5rem;
}
.benefits-box {
  padding: 5rem 0;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-benefits.jpg) center top / 100% auto no-repeat;
}
.benefits-box .hx {
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4rem;
}
.benefits-box .hx .sub-hx {
  color: #7a54d5;
  font-size: 0.6em;
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
}
.benefits-box .hx .sub-hx em {
  font-size: 1.1em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.benefits-box .hx .main-hx {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
.benefits-box .list-benefits {
  max-width: 800px;
  margin: 0 auto 4rem;
}
.benefits-box .benefits {
  margin-bottom: 2rem;
}
.benefits-box .inr-benefits {
  height: 100%;
  padding: 2rem 2.5rem;
  background: rgba(255, 255, 255, 0.85);
  border: 3px solid #7a54d5;
  border-radius: 1.5rem;
}
.benefits-box .inr-benefits .hx-benefits {
  color: #7a54d5;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.benefits-box .inr-benefits .hx-benefits .icon-hx {
  width: 6rem;
  margin-right: 1.5rem;
  display: inline-block;
}
.benefits-box .inr-benefits .hx-benefits .ja-hx {
  font-weight: bold;
  display: inline-block;
}
.benefits-box .inr-benefits p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.benefits-box .inr-benefits p strong {
  color: #c91c24;
}
.benefits-box .outro-benefits {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .benefits-box .outro-benefits {
    font-size: 4.5vw;
  }
}
.benefits-box .btn-to-outline {
  text-align: center;
}
.benefits-box .btn-to-outline a {
  color: #7a54d5;
  font-weight: bold;
  min-width: 10em;
  padding: 0.5rem 3rem;
  border: 1px solid;
  display: inline-block;
}
.cominfo-box {
  padding: 6rem 0 0;
  border-top: 3px solid #7a54d5;
  margin-top: 14rem;
}
.cominfo-box .hx {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.cominfo-box .hx .en-hx {
  font-size: 1.2em;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.cominfo-box .hx .ja-hx {
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.cominfo-box .hd-cominfo {
  padding-top: 8rem;
  background: white;
  border-top: 3px solid #7a54d5;
  margin-top: -16.9rem;
  margin-bottom: 20rem;
  height: 11rem;
  border-left: 3px solid #7a54d5;
  border-right: 3px solid #7a54d5;
}
.cominfo-box .hd-cominfo .logo-cominfo {
  width: 12em;
  margin: 0 auto 6rem;
}
.cominfo-box .gallery-cominfo {
  text-align: center;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  .cominfo-box .gallery-cominfo {
    width: calc(42em + 3rem + 1rem);
  }
}
.cominfo-box .gallery-cominfo li {
  width: 14em;
  margin: 0 0.5rem 1.5rem;
  list-style-type: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cominfo-box .gallery-cominfo li {
    width: 10em;
  }
}
@media screen and (max-width: 575px) {
  .cominfo-box .gallery-cominfo li {
    width: 34vw;
  }
}
.cominfo-box .gallery-cominfo li img {
  border-radius: 1.2rem;
}
.cominfo-box .cominfo {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .cominfo-box .cominfo {
    display: table;
    border-collapse: collapse;
  }
}
@media screen and (max-width: 767px) {
  .cominfo-box .cominfo {
    border-top: 1px solid #666666;
  }
}
@media screen and (min-width: 768px) {
  .cominfo-box .cominfo dl {
    display: table-row;
  }
}
.cominfo-box .cominfo dl dt, .cominfo-box .cominfo dl dd {
  padding: 0.7rem 2.5rem;
  border-bottom: 1px solid #666666;
}
@media screen and (min-width: 768px) {
  .cominfo-box .cominfo dl dt, .cominfo-box .cominfo dl dd {
    padding: 2.5rem 1.5rem;
    display: table-cell;
    border-top: 1px solid #666666;
  }
}
@media screen and (min-width: 768px) {
  .cominfo-box .cominfo dl dt {
    width: 8em;
    text-align-last: justify;
  }
}
@media screen and (min-width: 768px) {
  .cominfo-box .cominfo dl dd {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cominfo-box .cominfo dl dd {
    padding: 2rem 1.5rem;
  }
}
.cominfo-box .btns-to-page {
  text-align: center;
  margin-bottom: 6rem;
}
.cominfo-box .gmap-cominfo iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
}
.job-box {
  background: #e8e8dc url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-obi.png) center top 20rem / 100% auto no-repeat;
}
@media screen and (max-width: 575px) {
  .job-box {
    margin-top: 1rem;
  }
}
.job-box .box-otr {
  padding: 3rem 0;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-faq.jpg) center bottom / 100% auto no-repeat;
}
@media screen and (min-width: 1200px) {
  .job-box .box-otr > .container {
    max-width: 960px;
  }
}
.job-box .job-topimage {
  width: 95%;
  margin: 0 auto -7rem;
}
@media screen and (min-width: 1200px) {
  .job-box .job-topimage {
    max-width: 1200px;
  }
}
.job-box .box-inr {
  padding: 11rem 8rem 4rem;
  background: white;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .job-box .box-inr {
    padding: 11rem 2rem 2rem;
    border-radius: 3rem;
  }
}
.job-box .box-inr .hx {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .job-box .box-inr .hx {
    font-size: 1.8rem;
  }
}
.job-box .job {
  margin-bottom: 8rem;
  position: relative;
}
.job-box .job .hx-job {
  font-size: 1.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #7a54d5;
  margin-bottom: 2rem;
}
.job-box .job .hx-job .ja-hx {
  color: white;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  padding: 0.2rem 1rem;
  background: #7a54d5;
  border-radius: 0.5rem;
  margin-right: 1rem;
  display: inline-block;
}
.job-box .job .hx-job .en-hx {
  color: #555555;
  font-weight: bold;
  display: inline-block;
}
.job-box .job .balloon-job {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .job-box .job .balloon-job {
    margin-bottom: 2rem !important;
  }
}
.job-box .job .balloon-job p {
  color: white;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  padding: 1.3rem 3rem;
  background: #7a54d5;
  border-radius: 1rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .job-box .job .balloon-job p::after {
    border: 0.75rem solid transparent;
    border-left: 1rem solid #7a54d5;
    border-right: none;
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - .5rem);
    right: -0.9rem;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .job-box .job .balloon-job p {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    transform: none !important;
  }
}
.job-box .job .flow-job {
  max-width: 500px;
  margin: 1rem 0;
}
.job-box .job .outline-job {
  width: 100%;
  border-top: 1px solid #7a54d5;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .job-box .job .outline-job {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .job-box .job .outline-job dl {
    display: table-row;
  }
}
.job-box .job .outline-job dt, .job-box .job .outline-job dd {
  padding: 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .job-box .job .outline-job dt, .job-box .job .outline-job dd {
    display: table-cell;
  }
}
.job-box .job .outline-job dt {
  background: #D9D9D9;
}
@media screen and (min-width: 768px) {
  .job-box .job .outline-job dt {
    width: 12em;
    text-align: justify;
    text-align-last: justify;
    border-bottom: 1px solid #7a54d5;
  }
}
@media screen and (max-width: 767px) {
  .job-box .job .outline-job dt {
    padding: 1rem 1.5rem;
  }
}
.job-box .job .outline-job dt .memo {
  font-size: 0.8em;
  text-align: left;
  display: inline-block;
}
.job-box .job .outline-job dd {
  background: white;
  border-bottom: 1px solid #7a54d5;
}
@media screen and (max-width: 767px) {
  .job-box .job .outline-job dd {
    padding: 2rem 1.5rem;
  }
}
.job-box .job .outline-job dd a {
  color: navy;
  text-decoration: underline;
}
.job-box .photo-job {
  margin-bottom: 4rem;
}
.job-box .photo-job li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.job-box .photo-job.round-photo-job img {
  border-radius: 3rem;
}
.job-box .text-job {
  margin-bottom: 4rem;
}
.job-box .text-job p {
  line-height: 2.2;
  margin-bottom: 2rem;
}
.job-box .text-job p:last-child {
  margin-bottom: 0;
}
.job-box .list-note-job {
  margin-bottom: 4rem;
}
.job-box .note-job {
  margin-bottom: 1rem;
}
.job-box .inr-note-job {
  height: 100%;
  padding: 1.7rem 3rem;
  background: #e1e1e1;
}
.job-box .inr-note-job .hx-note-job {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.job-box .inr-note-job p {
  line-height: 1.4;
}
.entrybanner-box {
  padding: 0 0 8rem;
  background: #e8e8dc;
}
@media screen and (max-width: 575px) {
  .entrybanner-box {
    margin-top: 1rem;
  }
}
.entrybanner-box .common-cont-header {
  margin-bottom: 2rem;
}
.entrybanner-box .entrybanner {
  text-align: center;
  margin-bottom: 4rem;
}
.entrybanner-box .entrybanner li {
  width: 18em;
  list-style-type: none;
  margin: 1rem;
  display: inline-block;
}
.entrybanner-box .entrybanner li a {
  border: 3px solid #767676;
  border-radius: 1.5rem;
  display: inline-block;
}
.entrybanner-box .entrybanner li a:hover {
  transition: 0.2s linear;
  border-color: #396987;
}
.entrybanner-box .entrybanner li a img {
  border-radius: 1.5rem;
}
.entryflow-box {
  padding: 5rem 0;
}
.entryflow-box .box-inr {
  padding-top: 4rem;
  background: white;
  margin-top: -12rem;
}
.tinyinfo-box {
  padding: 4rem 0 8rem;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #d0ceff 51%, #d0ceff 100%);
  position: relative;
}
.tinyinfo-box::after {
  width: 100%;
  height: 12rem;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #e8e8dc;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tinyinfo-box .list-tiny-blog {
  max-width: 600px;
  padding: 4rem;
  background: white;
  border: 3px solid #7a54d5;
  border-radius: 2rem;
  margin: 0 auto 4rem;
}
.tinyinfo-box .tiny-blog {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #666666;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.tinyinfo-box .tiny-blog:last-child {
  margin-bottom: 0;
}
.tinyinfo-box .meta-tiny-blog {
  margin-right: 2rem;
}
.tinyinfo-box .meta-tiny-blog .date {
  color: #7a54d5;
  font-size: 1.6rem;
  font-weight: bold;
}
.tinyinfo-box .hx-tiny-blog {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.faq-box {
  padding: 6rem 0;
  background: #e8e8dc url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-faq.jpg) center bottom / 100% auto no-repeat;
}
.faq-box .hx {
  margin-bottom: 8rem;
}
.faq-box .faq {
  max-width: 700px;
  margin: 0 auto 1rem;
}
.faq-box .faq .hx-faq {
  font-size: 1.6rem;
  padding: 2rem;
  background: #e9eaea;
  border: 1px solid #666666;
  align-items: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.faq-box .faq .hx-faq::before {
  width: 3.5em;
  height: 2.2em;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-que.png) left top / 2.5em auto no-repeat;
  content: '';
  display: inline-block;
}
.faq-box .faq .hx-faq::after {
  width: 3rem;
  height: 1.8rem;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/arrow-bottom-navy.png) center center / contain no-repeat;
  content: '';
  display: inline-block;
  transition: 0.2s linear;
}
.faq-box .faq .hx-faq.opened::after {
  transform: rotate(180deg);
}
.faq-box .faq .hx-faq .inr-hx {
  font-weight: bold;
  padding: 0.25em 0;
  width: 100%;
}
.faq-box .faq .ans-faq {
  font-size: 1.6rem;
  padding: 2rem;
  height: auto;
  background: white;
  border: 1px solid #666666;
  border-top: none;
  align-items: start;
  display: flex;
  transition: 0.2s linear;
}
.faq-box .faq .ans-faq::before {
  width: 3.5em;
  height: 2.2em;
  background: url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/icon-ans.png) left top / 2.5em auto no-repeat;
  content: '';
  display: inline-bloock;
}
.faq-box .faq .ans-faq p {
  font-size: 0.9em;
  max-width: calc(100% - 6rem);
}
.faq-box .faq .ans-faq.close {
  padding: 0;
  width: 0;
  height: 0;
}
.faq-box .faq .ans-faq.close::before {
  display: none;
}
.faq-box .faq .ans-faq.close p {
  display: none;
}
@media screen and (max-width: 575px) {
  .location-box {
    margin-top: 1rem;
  }
}
.location-box .box-otr {
  background: #e8e8dc;
}
.location-box .hx-list-tinyfacility {
  border-bottom: 2px solid;
}
.location-box .hx-list-tinyfacility .inr-hx {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2rem;
  padding: 0.5rem 1.2rem 0.5rem 3.2rem;
  background: yellow;
  display: inline-block;
}
.location-box .list-tinyfacility {
  padding: 4rem 0 2rem;
  overflow: hidden;
}
.location-box .tinyfacility {
  padding-bottom: 4.5rem;
  margin-bottom: 5rem;
}
.location-box .image-tinyfacility {
  position: relative;
  margin-bottom: 0.5rem;
}
.location-box .image-tinyfacility img {
  border: 1px solid #CACACA;
}
.location-box .image-tinyfacility figcaption {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.location-box .image-tinyfacility figcaption .tag {
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-right: 0.4rem;
  padding: 0 0.75rem 0 1rem;
  background: rgba(108, 183, 16, 0.85);
  display: inline-block;
}
.location-box .image-tinyfacility figcaption .tag-life-care {
  background: rgba(237, 101, 96, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-afterschool-dayservice {
  background: rgba(92, 181, 53, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-employment-support {
  background: rgba(71, 168, 233, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-housing-for-the-elderly {
  background: rgba(148, 71, 126, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-housing-for-the-elderly {
  background: rgba(108, 183, 16, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-nursing-home-for-the-elderly {
  background: rgba(168, 78, 11, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-nursing-home {
  background: rgba(71, 168, 233, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-work-transition-support {
  background: rgba(255, 90, 125, 0.85);
}
.location-box .image-tinyfacility figcaption .tag-rehabilitation-home {
  background: rgba(255, 90, 125, 0.85);
}
.location-box .image-tinyfacility figcaption .tag:last-child {
  margin-right: 0;
}
.location-box .hx-tinyfacility {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.2rem 0 1rem;
  padding: 0 0.75rem;
  border-left: 0.2em solid #7a54d5;
}
.location-box .text-tinyfacility {
  margin-bottom: 1.5rem;
}
.location-box .text-tinyfacility p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.location-box .text-tinyfacility .tag {
  display: inline-block;
}
.location-box .text-tinyfacility .tag a {
  color: white;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  padding: 0.1rem 0.75rem;
  background: #333333;
  display: inline-block;
}
.location-box .text-tinyfacility .tag a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.location-box .btn-to-facility {
  text-align: center;
}
.location-box .btn-to-facility a {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 0.2rem 1rem;
  border: 1px solid #7a54d5;
  border-radius: 1.5em;
  display: inline-block;
}
.policy-box {
  background: #e8e8dc url(/wp-content/themes/rec-ranok_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-faq.jpg) center bottom / 100% auto no-repeat;
}
@media screen and (max-width: 575px) {
  .policy-box {
    margin-top: 1rem;
  }
}
.policy-box .hx .ja-hx {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 575px) {
  .policy-box .hx .ja-hx {
    letter-spacing: 0.15em;
  }
}
.policy-box .box-otr {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .policy-box .container {
    max-width: 960px;
  }
}
.policy-box .box-inr {
  padding: 3rem;
  background: white;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .policy-box .box-inr {
    padding: 3rem 2rem;
  }
}
.policy-box .policy {
  margin-bottom: 4rem;
}
.policy-box .policy .hx-policy {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.policy-box .policy p {
  line-height: 2;
}
.policy-box .policy ul {
  margin-left: 1rem;
}
.policy-box .policy li {
  list-style-type: none;
}
/*# sourceMappingURL=https://recruit.ranok.jp/wp-content/build/scss_library/badd2c07c0480459bb2c142eb9238dfcae26d7de.css.map */