@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*フォントのベース*/ }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  /*フォントのベース*/
  line-height: 1.6em;
  /*行間のベース*/ }

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

a:hover {
  color: #d94248;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif; }

#main {
  padding: 0;
  margin: 0; }

@media (min-width: 992px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*--------------------------------------------------------------
# Recruit button Fix
--------------------------------------------------------------*/
.btm_fix {
  position: fixed;
  visibility: visible;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  transition: all 0.4s;
  padding: .5em;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
  .btm_fix .fix_tel {
    font-family: "Noto Serif JP", serif; }
    .btm_fix .fix_tel a {
      color: #fff;
      display: block;
      display: flex;
      align-items: center;
      background: #9b764d;
      transition: .3s; }
      .btm_fix .fix_tel a .left {
        width: 70%;
        font-size: 1.2rem;
        line-height: 1.6em;
        text-align: left;
        padding: 11px 0 2px 20px; }
        .btm_fix .fix_tel a .left span {
          display: none; }
        @media (min-width: 470px) {
          .btm_fix .fix_tel a .left {
            width: 75%;
            font-size: 1.4rem;
            text-align: right;
            padding: 10px 0 0px; }
            .btm_fix .fix_tel a .left span {
              display: inline; }
            .btm_fix .fix_tel a .left .xxs-none {
              display: none; } }
        @media (min-width: 576px) {
          .btm_fix .fix_tel a .left {
            width: 75%;
            font-size: 1.2rem;
            padding: 10px 0 0px; } }
        @media (min-width: 769px) {
          .btm_fix .fix_tel a .left {
            font-size: 1.4rem;
            width: 70%;
            padding: 10px 0 0px; } }
        @media (min-width: 992px) {
          .btm_fix .fix_tel a .left {
            font-size: 1.2rem;
            width: 40%;
            padding: 13px 0 4px; } }
        @media (min-width: 1200px) {
          .btm_fix .fix_tel a .left {
            font-size: 1.4rem;
            padding: 11px 0 2px; } }
      .btm_fix .fix_tel a .right {
        width: 25%;
        font-size: 3.8rem;
        font-weight: 700;
        text-align: center;
        padding: 10px 0 0; }
        .btm_fix .fix_tel a .right span {
          display: none; }
        @media (min-width: 470px) {
          .btm_fix .fix_tel a .right {
            width: 25%;
            padding: 16px 0 2px; }
            .btm_fix .fix_tel a .right .bi {
              font-size: 4rem; } }
        @media (min-width: 576px) {
          .btm_fix .fix_tel a .right {
            width: 25%;
            padding: 16px 0 2px; }
            .btm_fix .fix_tel a .right .bi {
              font-size: 4rem; } }
        @media (min-width: 769px) {
          .btm_fix .fix_tel a .right {
            width: 30%;
            padding: 16px 0 2px; }
            .btm_fix .fix_tel a .right .bi {
              font-size: 5rem; } }
        @media (min-width: 992px) {
          .btm_fix .fix_tel a .right {
            width: 60%;
            font-size: 3.4rem;
            padding: 5px 0 0; }
            .btm_fix .fix_tel a .right .bi {
              display: none; }
            .btm_fix .fix_tel a .right span {
              display: block; } }
        @media (min-width: 1200px) {
          .btm_fix .fix_tel a .right {
            font-size: 3.8rem;
            padding: 3px 0 0; } }
      .btm_fix .fix_tel a:hover {
        background: #c5a989; }
  .btm_fix .fix_form {
    display: block; }
    @media (min-width: 992px) {
      .btm_fix .fix_form {
        display: flex;
        align-items: center;
        text-align: center; } }
    .btm_fix .fix_form a {
      display: flex;
      align-items: center;
      color: #fff;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      background: #632E18;
      font-size: 1.2rem;
      line-height: 1.6em;
      padding: 1em 5%;
      margin: 0 auto;
      transition: .3s; }
      .btm_fix .fix_form a .txt {
        width: 55%;
        padding-right: 5%;
        padding-left: 5%;
        text-align: left; }
        .btm_fix .fix_form a .txt .kengaku {
          display: none; }
        .btm_fix .fix_form a .txt .ten {
          display: none; }
      .btm_fix .fix_form a .bi {
        width: 30%;
        font-size: 3.6rem;
        padding-right: 0; }
      @media (min-width: 470px) {
        .btm_fix .fix_form a {
          font-size: 1.4rem;
          padding: .8em 1.6em; }
          .btm_fix .fix_form a .txt {
            width: 70%;
            padding-right: 10%;
            text-align: right; }
            .btm_fix .fix_form a .txt .kengaku {
              display: inline; }
            .btm_fix .fix_form a .txt .xxs-none {
              display: none; }
          .btm_fix .fix_form a .bi {
            width: 20%;
            font-size: 4rem; } }
      @media (min-width: 576px) {
        .btm_fix .fix_form a {
          font-size: 1.6rem;
          padding: .6em 2em; }
          .btm_fix .fix_form a .txt {
            width: 70%;
            padding-right: 10%; }
          .btm_fix .fix_form a .bi {
            width: 20%;
            font-size: 4rem; } }
      @media (min-width: 769px) {
        .btm_fix .fix_form a {
          font-size: 1.8rem;
          line-height: 1.4em;
          padding: .8em 2.6em; }
          .btm_fix .fix_form a .txt {
            width: 65%;
            padding-right: 10%; }
          .btm_fix .fix_form a .bi {
            width: 25%;
            font-size: 5rem; } }
      @media (min-width: 992px) {
        .btm_fix .fix_form a {
          display: block;
          font-size: 2.8rem;
          line-height: 1.6em;
          font-weight: 700;
          width: 100%;
          padding: .25em .35em .4em;
          margin: 0; }
          .btm_fix .fix_form a .txt {
            padding-right: 0; }
            .btm_fix .fix_form a .txt .ten {
              display: inline-block; }
          .btm_fix .fix_form a .bi {
            display: none;
            visibility: hidden; } }
      @media (min-width: 1200px) {
        .btm_fix .fix_form a {
          font-size: 3rem; } }
      .btm_fix .fix_form a:hover {
        background: #8c4122; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c1272d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0; }
  .back-to-top:hover {
    background: #d73a40;
    color: #fff; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #c1272d;
  border-top-color: #f3c1c3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important; } }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.9); }
  #header.header-scrolled, #header.header-inner-pages {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0; }
  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px; }
    #header .logo a {
      color: #fff; }
    #header .logo img {
      max-height: 46px; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0; }
  .navbar ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center; }
    @media (min-width: 769px) {
      .navbar ul {
        width: 80%; } }
    @media (min-width: 992px) {
      .navbar ul {
        width: 60%; } }
    @media (min-width: 1200px) {
      .navbar ul {
        width: 50%; } }
    @media (min-width: 1400px) {
      .navbar ul {
        width: 40%; } }
  .navbar li {
    position: relative; }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 8px 12px; }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    transition: 0.3s; }
    .navbar a i,
    .navbar a:focus i {
      font-size: 1.6rem;
      line-height: 0;
      margin-left: 5px; }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #c1272d;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s; }
  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%; }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #c1272d; }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px; }
    .navbar .dropdown ul li {
      min-width: 200px; }
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 1.6rem;
      text-transform: none;
      color: #000;
      font-weight: 400; }
      .navbar .dropdown ul a i {
        font-size: 1.6rem; }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
      color: #c1272d; }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden; }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible; }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%; }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%; } }

.mobile-nav-toggle {
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s; }

.mobile-nav-toggle {
  display: block; }

.navbar ul {
  display: none; }

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999; }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s; }
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 1.6rem;
    color: #000; }
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #c1272d; }
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px; }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }
    .navbar-mobile .dropdown ul li {
      min-width: 200px; }
    .navbar-mobile .dropdown ul a {
      padding: 10px 20px; }
      .navbar-mobile .dropdown ul a i {
        font-size: 1.6rem; }
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover > a {
      color: #c1272d; }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative; }
  @media (max-height: 500px) {
    #hero {
      height: 150vh; } }
  #hero .carousel-indicators {
    display: none; }
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  #hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  #hero .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0); }
  #hero .carousel-image01 {
    background-image: url(../img/top/slider_img01_sp.webp); }
    @media (min-width: 576px) {
      #hero .carousel-image01 {
        background-image: url(../img/top/slider_img01.webp); } }
  #hero .carousel-image02 {
    background-image: url(../img/top/slider_img02_sp.webp); }
    @media (min-width: 576px) {
      #hero .carousel-image02 {
        background-image: url(../img/top/slider_img02.webp); } }
  #hero .carousel-image03 {
    background-image: url(../img/top/slider_img03_sp.webp); }
    @media (min-width: 576px) {
      #hero .carousel-image03 {
        background-image: url(../img/top/slider_img03.webp); } }
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px; }
  #hero .container {
    text-align: center; }
  #hero .carousel-fade {
    overflow: hidden; }
    #hero .carousel-fade .carousel-inner .carousel-item {
      -webkit-transition-property: opacity;
      transition-property: opacity;
      animation-name: anime;
      animation-duration: 1s;
      animation-delay: 0s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
@keyframes anime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
    #hero .carousel-fade .carousel-inner .carousel-item,
    #hero .carousel-fade .carousel-inner .active.carousel-item-start,
    #hero .carousel-fade .carousel-inner .active.carousel-item-end {
      opacity: 0; }
    #hero .carousel-fade .carousel-inner .active,
    #hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
      opacity: 1;
      transition: 1s; }
    #hero .carousel-fade .carousel-inner .carousel-item-next,
    #hero .carousel-fade .carousel-inner .carousel-item-prev,
    #hero .carousel-fade .carousel-inner .active.carousel-item-start,
    #hero .carousel-fade .carousel-inner .active.carousel-item-end {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  #hero h1 {
    position: absolute;
    margin: 0 0 10px 0;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    writing-mode: vertical-rl;
    z-index: 10;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6)); }
    @media (max-width: 992px) {
      #hero h1 {
        font-size: 3.4rem; } }
    @media (max-width: 768px) {
      #hero h1 {
        font-size: 3rem; } }
    @media (max-width: 576px) {
      #hero h1 {
        font-size: 2.4rem;
        font-weight: 700;
        top: 14%;
        left: 50%;
        right: 0;
        transform: translate(-50%, 0); } }
    #hero h1 span {
      display: block;
      padding: 0 20px; }
    #hero h1 .center {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
  #hero h2 {
    position: absolute;
    z-index: 10;
    bottom: 5%;
    left: 5%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 700; }
    #hero h2 span {
      display: block; }
    #hero h2 .fcg {
      font-family: "Work Sans", sans-serif; }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden; }

.section-bg {
  background-color: #d4d4d4; }

.section-title {
  padding-bottom: 40px; }
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666666;
    font-family: "Work Sans", sans-serif; }
  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #dd575d;
    margin: 4px 10px; }
  .section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    color: #1a1a1a; }

.link_btn_area {
  text-align: center; }

.link_btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #222;
  padding: 8px 30px;
  text-align: center;
  outline: none;
  transition: ease .2s; }

.link_btn span {
  position: relative;
  z-index: 3;
  color: #222; }

.link_btn:hover span {
  color: #fff; }

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top; }

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1); }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.dammy_pg_ttl {
  background: url(../img/page_ttl_bg.webp); }

.breadcrumbs {
  padding: 18px 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-top: 86px;
  width: 100%;
  height: auto; }
  .breadcrumbs h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 30px 0 15px;
    white-space: nowrap;
    writing-mode: vertical-rl;
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 6px black);
    filter: drop-shadow(0px 0px 6px black); }
    .breadcrumbs h2 .mn_ttl {
      display: block; }
      .breadcrumbs h2 .mn_ttl .sm_ttl {
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: 500;
        padding-bottom: 0; }
    .breadcrumbs h2 .en_ttl {
      font-family: "Work Sans", sans-serif;
      writing-mode: horizontal-tb;
      font-size: 1.4rem;
      font-weight: 500;
      display: block;
      padding-top: 15px; }
  @media (min-width: 768px) {
    .breadcrumbs h2 {
      font-size: 4.2rem;
      padding: 40px 0 10px; }
      .breadcrumbs h2 .sm_ttl {
        font-size: 2.4rem;
        font-weight: 500; }
      .breadcrumbs h2 .en_ttl {
        font-size: 1.8rem; } }

/*--------------------------------------------------------------
# TOP
--------------------------------------------------------------*/
.top_sec_01 .fcg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; }
  @media (max-width: 420px) {
    .top_sec_01 .fcg {
      padding: 0 1.8em;
      font-size: 1.4rem; } }

.top_sec_02 .owl-carousel {
  list-style: none;
  padding: 0;
  margin: 0; }
.top_sec_02 .owl-item {
  opacity: 0.3;
  transition: 1s ease-out; }
.top_sec_02 .owl-item.center {
  opacity: 1; }
.top_sec_02 .owl-next {
  margin: 0 100px !important; }
.top_sec_02 .owl-prev {
  margin: 0 100px !important; }

.top_sec_03 .news_ttl {
  background-color: #e6e4e4;
  text-align: center;
  padding: 10px 0 8px; }
  .top_sec_03 .news_ttl h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem; }
.top_sec_03 ul {
  list-style: none;
  padding: 0; }
  .top_sec_03 ul li {
    font-size: 1.6rem;
    			/*a {
    				color: $default;
    				display: block;
    				padding: 0;
    				margin: 0;
    
    				&:hover {
    					color: $primary;
    				}*/
    /*}*/ }
    @media (min-width: 576px) {
      .top_sec_03 ul li {
        font-size: 1.8rem; } }
    .top_sec_03 ul li dl {
      display: block;
      border-bottom: dotted 1px #aaa;
      padding: 20px 0;
      margin: 0; }
      @media (min-width: 576px) {
        .top_sec_03 ul li dl {
          display: flex; } }
      .top_sec_03 ul li dl dt {
        padding-right: 2em;
        font-weight: 500;
        color: #c1272d; }

@media (max-width: 420px) {
  .top_sec_04 .inner {
    padding: 0 1em; } }
.top_sec_04 .inner h4 {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0 6px; }
@media (max-width: 420px) {
  .top_sec_04 .inner p {
    font-size: 1.4rem; } }

.top_sec_05 {
  padding: 40px 0;
  background: url("../img/top/sec05_bg.webp") repeat; }
  @media (max-width: 420px) {
    .top_sec_05 {
      padding: 0 .8em; } }
  @media (max-width: 420px) {
    .top_sec_05 .disc {
      padding: 0 .8em; } }
  .top_sec_05 .disc h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .4em;
    padding-bottom: 10px; }
    @media (max-width: 420px) {
      .top_sec_05 .disc h3 {
        font-size: 2.5rem;
        letter-spacing: .2em; } }
  .top_sec_05 .disc .ttl {
    max-width: 400px;
    padding-bottom: 20px; }
  .top_sec_05 .disc h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 10px; }
    @media (max-width: 420px) {
      .top_sec_05 .disc h4 {
        font-size: 1.9rem; } }
  .top_sec_05 .disc .txt {
    padding-bottom: 20px; }
    @media (max-width: 420px) {
      .top_sec_05 .disc .txt {
        font-size: 1.4rem; } }
  .top_sec_05 .disc .link_btn_area {
    text-align: left; }
    @media (max-width: 420px) {
      .top_sec_05 .disc .link_btn_area {
        text-align: center;
        width: 100%; } }
  .top_sec_05 .disc .link_btn {
    background-color: #fff;
    border: none;
    font-size: 2rem;
    font-weight: 600;
    padding: 10px 30px 14px; }
    @media (max-width: 420px) {
      .top_sec_05 .disc .link_btn {
        width: 100%;
        font-size: 1.8rem;
        padding: 10px 20px 14px; } }
    .top_sec_05 .disc .link_btn i {
      color: #c1272d; }

/*--------------------------------------------------------------
# COMMIT
--------------------------------------------------------------*/
.commit_pg_ttl {
  background: url(../img/commit/page_ttl_bg.webp);
  background-position: left center !important; }

.commit_sec_01 .fcg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; }
  @media (max-width: 420px) {
    .commit_sec_01 .fcg {
      padding: 0 1.8em;
      font-size: 1.4rem; } }

.commit_sec_02 {
  background-color: #e6e6e6;
  padding: 0; }
  .commit_sec_02 .l_pd {
    padding-left: 40px; }
    @media (max-width: 992px) {
      .commit_sec_02 .l_pd {
        padding-left: 0; } }
    @media (max-width: 420px) {
      .commit_sec_02 .l_pd {
        padding: 0 1em; } }
    .commit_sec_02 .l_pd h3 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4em;
      padding: 0 0 20px; }
      @media (max-width: 420px) {
        .commit_sec_02 .l_pd h3 {
          font-size: 2rem; } }

.commit_sec_03 {
  background-color: #202020;
  padding: 0; }
  .commit_sec_03 .r_pd {
    padding-right: 40px; }
    @media (max-width: 992px) {
      .commit_sec_03 .r_pd {
        padding-right: 0; } }
    @media (max-width: 420px) {
      .commit_sec_03 .r_pd {
        padding: 0 1em; } }
    .commit_sec_03 .r_pd h3 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4em;
      padding: 0 0 20px;
      color: #fff; }
      @media (max-width: 420px) {
        .commit_sec_03 .r_pd h3 {
          font-size: 2rem; } }
    .commit_sec_03 .r_pd p {
      color: #fff; }

.commit_sec_04 {
  background-color: #e6e6e6;
  padding: 0; }
  .commit_sec_04 .l_pd {
    padding-left: 40px; }
    @media (max-width: 992px) {
      .commit_sec_04 .l_pd {
        padding-left: 0; } }
    @media (max-width: 420px) {
      .commit_sec_04 .l_pd {
        padding: 0 1em; } }
    .commit_sec_04 .l_pd h3 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4em;
      padding: 0 0 20px; }
      @media (max-width: 420px) {
        .commit_sec_04 .l_pd h3 {
          font-size: 2rem; } }

.commit_sec_05 {
  background-color: #202020;
  padding: 0; }
  .commit_sec_05 .r_pd {
    padding-right: 40px; }
    @media (max-width: 992px) {
      .commit_sec_05 .r_pd {
        padding-right: 0; } }
    @media (max-width: 420px) {
      .commit_sec_05 .r_pd {
        padding: 0 1em; } }
    .commit_sec_05 .r_pd h3 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4em;
      padding: 0 0 20px;
      color: #fff; }
      @media (max-width: 420px) {
        .commit_sec_05 .r_pd h3 {
          font-size: 2rem; } }
    .commit_sec_05 .r_pd p {
      color: #fff; }

.commit_sec_06 {
  background-color: #e6e6e6;
  padding: 0; }
  .commit_sec_06 .l_pd {
    padding-left: 40px; }
    @media (max-width: 992px) {
      .commit_sec_06 .l_pd {
        padding-left: 0; } }
    @media (max-width: 420px) {
      .commit_sec_06 .l_pd {
        padding: 0 1em; } }
    .commit_sec_06 .l_pd h3 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4em;
      padding: 0 0 20px; }
      @media (max-width: 420px) {
        .commit_sec_06 .l_pd h3 {
          font-size: 2rem; } }

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
.menu_pg_ttl {
  background: url(../img/menu/page_ttl_bg.webp); }

.menu_sec_ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em; }
  @media (min-width: 768px) {
    .menu_sec_ttl {
      font-size: 2.4rem; } }

.menu_sec_01 .fcg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; }
  @media (max-width: 420px) {
    .menu_sec_01 .fcg {
      padding: 0 1.8em;
      font-size: 1.4rem; } }

.menu_sec_02 .img_link {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden; }
.menu_sec_02 .img_link:before {
  content: "";
  display: block;
  padding-top: 151%;
  /*ここには横幅に対して縦が何%になるかを記述*/ }
  @media (min-width: 768px) {
    .menu_sec_02 .img_link:before {
      padding-top: 65%; } }
.menu_sec_02 .img_link img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  display: block;
  width: 100%; }
.menu_sec_02 .img_link:hover img {
  transform: scale(1.2); }
@media (max-width: 767px) {
  .menu_sec_02 .sp_no_disp {
    display: none; } }
@media (min-width: 768px) {
  .menu_sec_02 .pc_no_disp {
    display: none; } }

.menu_sec_03 {
  /*全て共通：モーダルのボタンの色を変更したい場合*/ }
  @media (max-width: 420px) {
    .menu_sec_03 .container {
      padding: 0 1.5em; } }
  .menu_sec_03 h4 {
    background-color: #c1272d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .menu_sec_03 h4 {
        font-size: 2rem; } }
  .menu_sec_03 .hide-area {
    display: none; }
  .menu_sec_03 .modaal-close:after,
  .menu_sec_03 .modaal-close:before {
    background: #ccc; }
  .menu_sec_03 .modaal-close:focus:after,
  .menu_sec_03 .modaal-close:focus:before,
  .menu_sec_03 .modaal-close:hover:after,
  .menu_sec_03 .modaal-close:hover:before {
    background: #666; }
  .menu_sec_03 .stct_ttl {
    font-size: 3rem !important;
    font-weight: 700 !important; }
  .menu_sec_03 .modaal-confirm-btn {
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 20px;
    text-decoration: none !important; }
  .menu_sec_03 .modaal-container .modaal-content-container .m_img {
    max-width: 100%; }
    @media (min-width: 769px) {
      .menu_sec_03 .modaal-container .modaal-content-container .m_img {
        width: 50%;
        margin: 0 auto; } }
  .menu_sec_03 .modaal-container .modaal-content-container .m_img02 {
    max-width: 100%; }
    @media (min-width: 769px) {
      .menu_sec_03 .modaal-container .modaal-content-container .m_img02 {
        width: 100%;
        margin: 0 auto; } }

.menu_sec_04 p {
  font-size: 1.4rem;
  line-height: 1.4em; }

.special_sec_01 {
  margin-top: 100px; }
  @media (max-width: 420px) {
    .special_sec_01 .disc {
      padding: 0 1.8em; } }
  .special_sec_01 .disc h2 {
    font-size: 2.4rem;
    line-height: 1.4em;
    font-weight: 700;
    padding: 1em 0 .6em; }
    @media (min-width: 421px) {
      .special_sec_01 .disc h2 {
        font-size: 3rem; } }
  .special_sec_01 .disc h3 {
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 700;
    padding: 0 0 .6em; }
    @media (min-width: 421px) {
      .special_sec_01 .disc h3 {
        display: none; } }
  @media (max-width: 420px) {
    .special_sec_01 .sp_no_disp {
      display: none; } }
  @media (min-width: 421px) {
    .special_sec_01 .pc_no_disp {
      display: none; } }

@media (max-width: 420px) {
  .special_sec_02 .disc {
    padding: 0 1.8em; } }
.special_sec_02 .disc h2 {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 700;
  padding: 1em 0 .6em; }
  @media (min-width: 421px) {
    .special_sec_02 .disc h2 {
      font-size: 3rem; } }
.special_sec_02 .disc h3 {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 700;
  padding: 0 0 .6em; }
  @media (min-width: 421px) {
    .special_sec_02 .disc h3 {
      display: none; } }
@media (max-width: 420px) {
  .special_sec_02 .sp_no_disp {
    display: none; } }
@media (min-width: 421px) {
  .special_sec_02 .pc_no_disp {
    display: none; } }

.special_sec_03 p {
  font-size: 1.4rem;
  line-height: 1.4em; }
  @media (max-width: 420px) {
    .special_sec_03 p {
      padding: 0 1.8em; } }

/*--------------------------------------------------------------
# SHOP
--------------------------------------------------------------*/
.shop_pg_ttl01 {
  background: url(../img/shop/page_ttl_bg01.webp); }

.shop_pg_ttl02 {
  background: url(../img/shop/page_ttl_bg02.webp); }

.shop_pg_ttl03 {
  background: url(../img/shop/page_ttl_bg03.webp); }

.shop_pg_ttl04 {
  background: url(../img/shop/page_ttl_bg04.webp); }

.shop_pg_ttl05 {
  background: url(../img/shop/page_ttl_bg05.webp); }

.shop_sec_01 {
  /* 続きを読むを押すと表示されるテキストの高さ */ }
  @media (max-width: 420px) {
    .shop_sec_01 .container {
      padding: 0 1.8em; } }
  .shop_sec_01 h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #9b764d;
    padding-bottom: 10px; }
    @media (max-width: 420px) {
      .shop_sec_01 h3 {
        font-size: 2rem; } }
  @media (max-width: 420px) {
    .shop_sec_01 .txt {
      font-size: 1.4rem; } }
  @media (max-width: 420px) {
    .shop_sec_01 dl {
      font-size: 1.4rem; } }
  .shop_sec_01 dl dt {
    color: #9b764d;
    font-weight: 500; }
  .shop_sec_01 .web_link {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    padding: 0.8em 1em;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #c1272d;
    border: 2px solid #c1272d;
    border-radius: 3px; }
    .shop_sec_01 .web_link:hover {
      transition: all 0.3s;
      color: #ffffff;
      background: #c1272d; }
  .shop_sec_01 .cp_box *, .shop_sec_01 .cp_box *:before, .shop_sec_01 .cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .shop_sec_01 .cp_box label {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    padding: 0.8em 1em;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #c1272d;
    border: 2px solid #c1272d;
    border-radius: 3px; }
    .shop_sec_01 .cp_box label:hover {
      transition: all 0.3s;
      color: #ffffff;
      background: #c1272d; }
    .shop_sec_01 .cp_box label::after {
      font-family: bootstrap-icons;
      content: '\F229';
      color: #c1272d;
      vertical-align: middle; }
    .shop_sec_01 .cp_box label:hover::after {
      color: #ffffff; }
  .shop_sec_01 .cp_box input:checked ~ label::after {
    font-family: bootstrap-icons;
    content: '\F235';
    color: #c1272d;
    vertical-align: middle; }
  .shop_sec_01 .cp_box input:checked ~ label:hover::after {
    color: #ffffff; }
  .shop_sec_01 .cp_box input {
    display: none; }
  .shop_sec_01 .cp_box .cp_container {
    padding-top: 10px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    z-index: 10;
    overflow: hidden;
    height: 0;
    margin-top: -1px;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    background: rgba(255, 255, 255, 0.5); }
  .shop_sec_01 .cp_box input:checked ~ div {
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear; }
  .shop_sec_01 .cp_box input:checked ~ div.cp_container {
    height: 50px; }

.shop_sec_02 .owl-carousel {
  list-style: none;
  padding: 0;
  margin: 0; }
.shop_sec_02 .owl-item {
  opacity: 0.3;
  transition: 1s ease-out; }
.shop_sec_02 .owl-item.center {
  opacity: 1; }

.shop_sec_03 .access {
  width: 100%;
  position: relative;
  padding-top: 56.25%; }
  .shop_sec_03 .access iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.shop_sec_04 ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .shop_sec_04 ul li {
    display: block;
    text-align: center; }
    .shop_sec_04 ul li a {
      font-size: 1.6rem;
      font-weight: bold;
      position: relative;
      display: block;
      width: 100%;
      margin: 10px;
      padding: 0.5em 1.6em;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      color: #9b764d;
      border: 2px solid #9b764d;
      border-radius: 3px; }
      .shop_sec_04 ul li a:hover {
        transition: all 0.3s;
        color: #ffffff;
        background: #9b764d; }

/*--------------------------------------------------------------
# HISTORY
--------------------------------------------------------------*/
.history_pg_ttl {
  background: url(../img/history/page_ttl_bg.webp); }

.history_sec_01 .fcg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; }
  @media (max-width: 420px) {
    .history_sec_01 .fcg {
      padding: 0 1.8em;
      font-size: 1.4rem; } }

.history_sec_02 {
  margin-bottom: 3em; }
  @media (max-width: 420px) {
    .history_sec_02 .disc {
      padding: 0 1em; } }
  .history_sec_02 .disc h3 {
    font-size: 2.4rem;
    line-height: 1.4em;
    font-weight: 700;
    padding-bottom: .6em; }
    @media (max-width: 420px) {
      .history_sec_02 .disc h3 {
        font-size: 2rem; } }

.history_sec_03 {
  padding: 3em;
  background-color: #30231f; }
  .history_sec_03 h3 {
    color: #9b764d;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: .3em; }
    @media (max-width: 420px) {
      .history_sec_03 h3 {
        font-size: 2.3rem; } }
  .history_sec_03 h4 {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4em;
    padding: .8em 0; }
    @media (max-width: 420px) {
      .history_sec_03 h4 {
        text-align: left; } }
  .history_sec_03 p {
    color: #fff; }

/*--------------------------------------------------------------
# RECRUIT
--------------------------------------------------------------*/
.recruit_pg_ttl {
  background: url(../img/recruit/page_ttl_bg.webp); }

.rec_sec_ttl {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4em;
  padding: 0.5em 1em;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .rec_sec_ttl {
      font-size: 2.8rem; } }
  .rec_sec_ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 36px 36px 0 0;
    border-style: solid;
    border-color: #9b764d #fff #9b764d;
    z-index: -1; }

.rec_sec_sttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #9b764d;
  border-bottom: solid 1px #9b764d; }
  @media (min-width: 768px) {
    .rec_sec_sttl {
      font-size: 2.2rem; } }

.recruit_sec_01 h2 {
  font-size: 2.7rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: .2em .6em;
  margin-bottom: .5em; }
  @media (min-width: 768px) {
    .recruit_sec_01 h2 {
      font-size: 4.2rem; } }
  .recruit_sec_01 h2:before, .recruit_sec_01 h2:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block; }
  .recruit_sec_01 h2:before {
    border-left: solid 2px #222222;
    border-top: solid 2px #222222;
    top: 0;
    left: 0; }
  .recruit_sec_01 h2:after {
    border-right: solid 2px #222222;
    border-bottom: solid 2px #222222;
    bottom: 0;
    right: 0; }
.recruit_sec_01 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .recruit_sec_01 h3 {
      font-size: 2.6rem; } }
.recruit_sec_01 p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.6em; }
  @media (min-width: 768px) {
    .recruit_sec_01 p {
      font-size: 2rem; } }

.recruit_sec_02 .complaints {
  list-style: none;
  padding: 0; }
  .recruit_sec_02 .complaints li {
    font-size: 2rem;
    padding: .5em 0 .5em 1.6em;
    text-indent: -.6em; }
    @media (min-width: 992px) {
      .recruit_sec_02 .complaints li {
        padding: 1em 0 1em 1.6em; } }
.recruit_sec_02 .solution {
  position: relative;
  padding-bottom: 40px; }
  .recruit_sec_02 .solution .triangle {
    background-color: #E1C074;
    clip-path: polygon(50% 100%, 0 15%, 100% 15%); }
    .recruit_sec_02 .solution .triangle p {
      font-family: "Noto Serif JP", serif;
      font-size: 2.2rem;
      font-weight: 900;
      line-height: 1.4em;
      width: 100%;
      visibility: hidden; }
      @media (min-width: 1200px) {
        .recruit_sec_02 .solution .triangle p {
          font-size: 3.2rem; } }
      @media (min-width: 992px) {
        .recruit_sec_02 .solution .triangle p {
          font-size: 2.8rem; } }
      @media (max-width: 575px) {
        .recruit_sec_02 .solution .triangle p {
          top: -.5em; } }
  .recruit_sec_02 .solution h4 {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.4em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
    @media (min-width: 1200px) {
      .recruit_sec_02 .solution h4 {
        font-size: 3.2rem; } }
    @media (min-width: 992px) {
      .recruit_sec_02 .solution h4 {
        font-size: 2.8rem; } }
    @media (max-width: 575px) {
      .recruit_sec_02 .solution h4 {
        top: -.5em; } }
.recruit_sec_02 .concept {
  list-style: none;
  padding: 0; }
  .recruit_sec_02 .concept li {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0 1em 1.6em;
    text-indent: -.6em; }
.recruit_sec_02 .concept02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .recruit_sec_02 .concept02 {
      font-size: 2rem; } }
.recruit_sec_02 h5 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4em; }
.recruit_sec_02 h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em; }
.recruit_sec_02 .link_btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #222;
  padding: 8px 30px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  margin-right: 20px;
  margin-bottom: 15px; }
.recruit_sec_02 .benefits {
  border: solid 1px #9b764d;
  text-align: center; }
  .recruit_sec_02 .benefits h5 {
    display: inline-block;
    padding: 10px 0;
    border-bottom: solid 2px #9b764d; }
  .recruit_sec_02 .benefits p {
    text-align: left;
    padding: 10px 20px 20px; }

.recruit_sec_03 .syoukaku-ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #632E18;
  padding: 15px;
  margin-bottom: 0; }
.recruit_sec_03 .grid-container {
  display: grid;
  grid-template-columns: 10% 1fr 1fr 10% 1fr;
  grid-auto-rows: minmax(40px, auto);
  color: #000;
  font-size: 1.6rem;
  font-weight: 700; }
  @media (min-width: 575px) {
    .recruit_sec_03 .grid-container {
      grid-auto-rows: minmax(48px, auto);
      font-size: 1.8rem; } }
  .recruit_sec_03 .grid-container div {
    padding: 0 2px; }
    .recruit_sec_03 .grid-container div span {
      display: block;
      width: 98%;
      height: 100%;
      place-content: center;
      text-align: center;
      padding: 23px 0; }
  .recruit_sec_03 .grid-container .div-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-1 span {
      background-color: #fff699;
      font-size: 3rem;
      width: 96%; }
  .recruit_sec_03 .grid-container .div-2 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-2 span {
      background-color: #fff174;
      font-size: 3rem;
      width: 96%; }
  .recruit_sec_03 .grid-container .div-3 {
    grid-column: 1 / span 1;
    grid-row: 5 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-3 span {
      background-color: #fef05b;
      font-size: 3rem;
      width: 96%; }
  .recruit_sec_03 .grid-container .div-4 {
    grid-column: 1 / span 1;
    grid-row: 7 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-4 span {
      background-color: #feea33;
      font-size: 3rem;
      width: 96%; }
  .recruit_sec_03 .grid-container .div-5 {
    grid-column: 1 / span 1;
    grid-row: 9 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-5 span {
      background-color: #fee70d;
      font-size: 3rem;
      width: 96%; }
  .recruit_sec_03 .grid-container .div-6 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 6;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-6 span {
      background-color: #fff699; }
  .recruit_sec_03 .grid-container .div-7 {
    grid-column: 2 / span 2;
    grid-row: 7 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-7 span {
      background-color: #feea33;
      width: 99%; }
  .recruit_sec_03 .grid-container .div-8 {
    grid-column: 2 / span 2;
    grid-row: 9 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-8 span {
      background-color: #fee70d;
      width: 99%; }
  .recruit_sec_03 .grid-container .div-9 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-9 span {
      background-color: #fff699; }
  .recruit_sec_03 .grid-container .div-10 {
    grid-column: 3 / span 1;
    grid-row: 3 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-10 span {
      background-color: #fdf36f; }
  .recruit_sec_03 .grid-container .div-11 {
    grid-column: 3 / span 1;
    grid-row: 5 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-11 span {
      background-color: #fef05b; }
  .recruit_sec_03 .grid-container .div-12 {
    grid-column: 4 / span 1;
    grid-row: 2 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-12 span {
      background-color: #E21F1F;
      color: #fff;
      clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 50% 90%, 0 100%);
      width: 96%; }
  .recruit_sec_03 .grid-container .div-13 {
    grid-column: 4 / span 1;
    grid-row: 4 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-13 span {
      background-color: #E21F1F;
      color: #fff;
      clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 50% 90%, 0 100%);
      width: 96%; }
  .recruit_sec_03 .grid-container .div-14 {
    grid-column: 4 / span 1;
    grid-row: 6 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-14 span {
      background-color: #E21F1F;
      color: #fff;
      clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 50% 90%, 0 100%);
      width: 96%; }
  .recruit_sec_03 .grid-container .div-15 {
    grid-column: 4 / span 1;
    grid-row: 8 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-15 span {
      background-color: #E21F1F;
      color: #fff;
      clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 50% 90%, 0 100%);
      width: 96%; }
  .recruit_sec_03 .grid-container .div-16 {
    grid-column: 5 / span 1;
    grid-row: 1 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-16 span {
      background-color: #fff69b;
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
  .recruit_sec_03 .grid-container .div-17 {
    grid-column: 5 / span 1;
    grid-row: 3 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-17 span {
      background-color: #fff174;
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
  .recruit_sec_03 .grid-container .div-18 {
    grid-column: 5 / span 1;
    grid-row: 5 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-18 span {
      background-color: #fef05b;
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
  .recruit_sec_03 .grid-container .div-19 {
    grid-column: 5 / span 1;
    grid-row: 7 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-19 span {
      background-color: #feea33;
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
  .recruit_sec_03 .grid-container .div-20 {
    grid-column: 5 / span 1;
    grid-row: 9 / span 2;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container .div-20 span {
      background-color: #fee70d;
      clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); }
.recruit_sec_03 .grid-container.active .fadeIn01 {
  animation-name: fadeIn01;
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0; }
@keyframes fadeIn01 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadeIn02 {
  animation-name: fadeIn02;
  animation-delay: 1.2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0; }
@keyframes fadeIn02 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadeIn03 {
  animation-name: fadeIn03;
  animation-delay: 1.4s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0; }
@keyframes fadeIn03 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadeIn04 {
  animation-name: fadeIn04;
  animation-delay: 1.6s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0; }
@keyframes fadeIn04 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadedn01 {
  animation-name: fadedn01;
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0; }
@keyframes fadedn01 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadedn02 {
  animation-name: fadedn02;
  animation-delay: 2.2s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0; }
@keyframes fadedn02 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadedn03 {
  animation-name: fadedn03;
  animation-delay: 2.4s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0; }
@keyframes fadedn03 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadedn04 {
  animation-name: fadedn04;
  animation-delay: 2.6s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0; }
@keyframes fadedn04 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container.active .fadedn05 {
  animation-name: fadedn05;
  animation-delay: 2.8s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0; }
@keyframes fadedn05 {
  100% {
    transform: translateY(0);
    opacity: 1; } }
.recruit_sec_03 .hyouka-ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #833E20;
  padding: 15px;
  margin-bottom: 0; }
.recruit_sec_03 .grid-container02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4em, 1fr);
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em; }
  @media (min-width: 575px) {
    .recruit_sec_03 .grid-container02 {
      grid-auto-rows: minmax(5.4em, auto);
      font-size: 1.8rem; } }
  .recruit_sec_03 .grid-container02 div {
    padding: 0 2px; }
    .recruit_sec_03 .grid-container02 div span {
      display: block;
      width: 98%;
      height: 100%;
      place-content: center;
      text-align: center;
      padding: 0; }
      .recruit_sec_03 .grid-container02 div span ul {
        list-style: none;
        padding: .5em;
        font-size: 1.4rem;
        line-height: 1.2em; }
        @media (min-width: 575px) {
          .recruit_sec_03 .grid-container02 div span ul {
            font-size: 1.6rem; } }
        @media (min-width: 992px) {
          .recruit_sec_03 .grid-container02 div span ul {
            font-size: 1.4rem; } }
        @media (min-width: 1400px) {
          .recruit_sec_03 .grid-container02 div span ul {
            font-size: 1.6rem; } }
        .recruit_sec_03 .grid-container02 div span ul li {
          margin: .4em 0;
          border-bottom: solid 1px #fff; }
  .recruit_sec_03 .grid-container02 .div-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-1 span {
      background-color: #fff699;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-2 span {
      background-color: #fff174;
      width: 96%;
      font-size: 1.2rem; }
      @media (min-width: 575px) {
        .recruit_sec_03 .grid-container02 .div-2 span {
          font-size: 1.6rem; } }
  .recruit_sec_03 .grid-container02 .div-3 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-3 span {
      background-color: #fef05b;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-4 {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-4 span {
      background-color: #feea33;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-5 {
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
    border-bottom: solid 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-5 span {
      background-color: #fee70d;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-6 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-7 {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-8 {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-9 {
    grid-column: 2 / span 1;
    grid-row: 4 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-10 {
    grid-column: 2 / span 1;
    grid-row: 5 / span 1;
    border-bottom: solid 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-10 span {
      background-color: #E21F1F;
      text-align: left;
      color: #fff;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-11 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-12 {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-13 {
    grid-column: 3 / span 1;
    grid-row: 3 / span 2;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-13 span {
      background-color: #E21F1F;
      text-align: left;
      color: #fff;
      width: 96%;
      font-size: 1.6rem;
      line-height: 1.2em; }
  .recruit_sec_03 .grid-container02 .div-14 {
    grid-column: 3 / span 1;
    grid-row: 5 / span 1;
    border-bottom: solid 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-15 {
    grid-column: 4 / span 1;
    grid-row: 1 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-16 {
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-16 span {
      background-color: #E21F1F;
      text-align: left;
      color: #fff;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-17 {
    grid-column: 4 / span 1;
    grid-row: 3 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-18 {
    grid-column: 4 / span 1;
    grid-row: 4 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-19 {
    grid-column: 4 / span 1;
    grid-row: 5 / span 1;
    border-bottom: solid 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-20 {
    grid-column: 5 / span 1;
    grid-row: 1 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
    .recruit_sec_03 .grid-container02 .div-20 span {
      background-color: #E21F1F;
      text-align: left;
      color: #fff;
      width: 96%; }
  .recruit_sec_03 .grid-container02 .div-21 {
    grid-column: 5 / span 1;
    grid-row: 2 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-22 {
    grid-column: 5 / span 1;
    grid-row: 3 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-23 {
    grid-column: 5 / span 1;
    grid-row: 4 / span 1;
    border-bottom: dotted 1px #333;
    padding: 2px 0; }
  .recruit_sec_03 .grid-container02 .div-24 {
    grid-column: 5 / span 1;
    grid-row: 5 / span 1;
    border-bottom: solid 1px #333;
    padding: 2px 0; }
.recruit_sec_03 .grid-container02.active .slideIn01 {
  animation-name: slideIn01;
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 0; }
@keyframes slideIn01 {
  100% {
    transform: translateX(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container02.active .slideIn02 {
  animation-name: slideIn02;
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 0; }
@keyframes slideIn02 {
  100% {
    transform: translateX(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container02.active .slideIn03 {
  animation-name: slideIn03;
  animation-delay: 1.6s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 0; }
@keyframes slideIn03 {
  100% {
    transform: translateX(0);
    opacity: 1; } }
.recruit_sec_03 .grid-container02.active .slideIn04 {
  animation-name: slideIn04;
  animation-delay: 1.9s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 0; }
@keyframes slideIn04 {
  100% {
    transform: translateX(0);
    opacity: 1; } }
.recruit_sec_03 .graph_area {
  position: relative;
  height: auto; }
  .recruit_sec_03 .graph_area .income_ttl {
    line-height: 100%; }
    .recruit_sec_03 .graph_area .income_ttl span {
      font-size: 90%; }
  .recruit_sec_03 .graph_area .amount {
    font-size: 110%;
    padding-top: 20px;
    padding-bottom: 32px;
    width: 2em;
    padding-right: .8em;
    border-right: solid 1px #999;
    margin: 0; }
  .recruit_sec_03 .graph_area .last {
    padding-bottom: 65px; }
  .recruit_sec_03 .graph_area .graph_point {
    position: absolute;
    z-index: 10;
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.6em;
    color: #C52626;
    top: 80px;
    left: 80px;
    display: inline-block; }
  .recruit_sec_03 .graph_area .graph_point .marker {
    background: linear-gradient(transparent 50%, #faff6b 50%); }
  .recruit_sec_03 .graph_area .graph_inner {
    position: absolute;
    width: 88%;
    height: auto;
    top: 40px;
    left: 10%;
    padding: 0 0 100px; }
    @media (min-width: 420px) {
      .recruit_sec_03 .graph_area .graph_inner {
        left: 8%; } }
  .recruit_sec_03 .graph_area .bar-graph-wrap {
    position: relative;
    overflow: hidden; }
    .recruit_sec_03 .graph_area .bar-graph-wrap .graph {
      height: 100px;
      position: absolute;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 10px;
      -webkit-animation: graphAnim 2.5s backwards;
      animation: graphAnim 2.5s backwards;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
      .recruit_sec_03 .graph_area .bar-graph-wrap .graph span {
        font-size: 14px;
        line-height: 1.4em;
        color: #ffffff; }
        @media screen and (max-width: 750px) {
          .recruit_sec_03 .graph_area .bar-graph-wrap .graph span {
            font-size: 12px; } }
      .recruit_sec_03 .graph_area .bar-graph-wrap .graph .number {
        position: absolute;
        color: #411F10;
        top: -50px;
        text-align: center;
        font-weight: 700;
        display: inline-block; }
        .recruit_sec_03 .graph_area .bar-graph-wrap .graph .number .t_small {
          font-size: 11px;
          color: #411F10;
          font-weight: 400; }
      .recruit_sec_03 .graph_area .bar-graph-wrap .graph .other {
        font-size: 11px;
        color: #ffffff;
        border-bottom: solid 1px #fff; }
    .recruit_sec_03 .graph_area .bar-graph-wrap .graph.year1 {
      top: 15%;
      background: #A44D28;
      width: 25%; }
    .recruit_sec_03 .graph_area .bar-graph-wrap .graph.year3 {
      top: 0;
      bottom: 0;
      background: #833E20;
      width: 25%; }
    .recruit_sec_03 .graph_area .bar-graph-wrap .graph.year5 {
      bottom: 0;
      background: #632E18;
      width: 25%; }
    .recruit_sec_03 .graph_area .bar-graph-wrap .graph.year8 {
      bottom: 0;
      background: #411F10;
      width: 25%; }
  .recruit_sec_03 .graph_area .vertical {
    height: 500px;
    margin: 0 auto;
    max-width: 100%; }
    .recruit_sec_03 .graph_area .vertical .graph {
      width: 22%;
      bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .recruit_sec_03 .graph_area .vertical .graph .name {
        font-size: 10px; }
    .recruit_sec_03 .graph_area .vertical .graph.year1 {
      left: 0;
      height: 18%;
      top: auto; }
      .recruit_sec_03 .graph_area .vertical .graph.year1 .number {
        top: -30px; }
    .recruit_sec_03 .graph_area .vertical .graph.year3 {
      left: 25%;
      right: auto;
      top: auto;
      height: 32%; }
    .recruit_sec_03 .graph_area .vertical .graph.year5 {
      right: 25%;
      left: auto;
      top: auto;
      height: 52%; }
    .recruit_sec_03 .graph_area .vertical .graph.year8 {
      right: 0;
      left: auto;
      top: auto;
      height: 92%; }
      .recruit_sec_03 .graph_area .vertical .graph.year8 .number {
        top: -30px; }
.recruit_sec_03 .is-animated .bar-graph-wrap .graph {
  -webkit-animation: graphAnim 2.5s backwards;
  animation: graphAnim 2.5s backwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }
@-webkit-keyframes graphAnim {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes graphAnim {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.recruit_sec_03 .is-animated .bar-graph-wrap.vertical.active .graph {
  -webkit-animation: graphAnim02 2.5s backwards;
  animation: graphAnim02 2.5s backwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }
@-webkit-keyframes graphAnim02 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes graphAnim02 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.recruit_sec_03 .independence ul li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6em;
  padding-bottom: .4em; }

.recruit_sec_04 .catch_area {
  position: relative; }
  .recruit_sec_04 .catch_area .catch {
    position: absolute;
    right: 0;
    top: 36%;
    z-index: 10;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4em;
    padding: .5em;
    background: rgba(255, 255, 255, 0.6); }
    @media (min-width: 575px) {
      .recruit_sec_04 .catch_area .catch {
        top: 50%;
        font-size: 2.8rem; } }
    @media (min-width: 992px) {
      .recruit_sec_04 .catch_area .catch {
        font-size: 3rem;
        top: 80%; } }
    @media (min-width: 1200px) {
      .recruit_sec_04 .catch_area .catch {
        font-size: 4rem; } }
  .recruit_sec_04 .catch_area .catch02 {
    position: absolute;
    left: 0;
    top: 36%;
    z-index: 10;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4em;
    padding: .5em;
    background: rgba(255, 255, 255, 0.6); }
    @media (min-width: 575px) {
      .recruit_sec_04 .catch_area .catch02 {
        top: 50%;
        font-size: 2.8rem; } }
    @media (min-width: 992px) {
      .recruit_sec_04 .catch_area .catch02 {
        font-size: 3rem;
        top: 80%; } }
    @media (min-width: 1200px) {
      .recruit_sec_04 .catch_area .catch02 {
        font-size: 4rem; } }
.recruit_sec_04 .person {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline; }
  .recruit_sec_04 .person .post {
    font-size: 2rem; }
  .recruit_sec_04 .person .name {
    padding: 0 .3em; }
    .recruit_sec_04 .person .name h4 {
      font-size: 3.6rem;
      padding: 0 .6em; }
      @media (min-width: 992px) {
        .recruit_sec_04 .person .name h4 {
          font-size: 6rem; } }
    .recruit_sec_04 .person .name .furigana {
      padding-bottom: 1em;
      text-align: center; }
      @media (min-width: 992px) {
        .recruit_sec_04 .person .name .furigana {
          padding-bottom: 2em; } }
  .recruit_sec_04 .person .joining {
    font-size: 2rem; }
.recruit_sec_04 h5 {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 700;
  color: #9b764d;
  padding: 1em 0 .5em;
  border-bottom: solid 1px #632E18; }
.recruit_sec_04 .anser {
  line-height: 1.2em;
  font-weight: 700; }
.recruit_sec_04 .l_bdr {
  padding-left: 1em;
  border-left: solid 1px #aaa; }
  .recruit_sec_04 .l_bdr span {
    font-weight: 700; }

.recruit_sec_05 .nouhau {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 700; }
.recruit_sec_05 .training {
  list-style: none;
  padding: 0; }
  .recruit_sec_05 .training li {
    font-size: 1.8rem;
    line-height: 1.6em;
    font-weight: 700;
    padding: .2em 0; }
.recruit_sec_05 .rct_ttl {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 700; }
.recruit_sec_05 .rct_list li {
  font-weight: 700;
  padding: .3em 0; }
.recruit_sec_05 .choufu {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 700; }
.recruit_sec_05 .time_s {
  display: block; }
  @media (min-width: 769px) {
    .recruit_sec_05 .time_s {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .recruit_sec_05 .time_s dt {
    width: 100%;
    text-align: left;
    padding: .5em 0 0; }
    @media (min-width: 769px) {
      .recruit_sec_05 .time_s dt {
        width: 18%;
        text-align: right;
        padding: .5em 0; } }
  .recruit_sec_05 .time_s dd {
    width: 100%;
    padding: 0 0 .5em; }
    @media (min-width: 769px) {
      .recruit_sec_05 .time_s dd {
        width: 78%;
        padding: .5em 0; } }

.rec_btm {
  margin-bottom: 5em; }

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.recform_pg_ttl {
  background: url(../img/recruit/page_ttl_bg.webp); }

.recform_sec_01 .disc {
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 420px) {
    .recform_sec_01 .disc {
      padding: 0 1.8em; } }
.recform_sec_01 .mail_subbtn {
  display: inline-block;
  border-radius: 3px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  padding: 11px 12px 13px;
  background: #c1272d;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #c1272d; }
.recform_sec_01 .mail_subbtn:hover {
  color: #c1272d;
  background: #fff; }
.recform_sec_01 .form_bg_c {
  background-color: #F1F1F1; }
.recform_sec_01 .section-title {
  padding-bottom: 40px; }
  .recform_sec_01 .section-title p {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888; }
    .recform_sec_01 .section-title p::after {
      content: "";
      width: 50px;
      height: 1px;
      display: inline-block;
      background: #dd575d;
      margin: 4px 10px; }
      @media (min-width: 413px) {
        .recform_sec_01 .section-title p::after {
          width: 80px; } }
.recform_sec_01 .form-group p {
  margin: 0; }
.recform_sec_01 .form-group .wpcf7-list-item-label {
  display: none; }
.recform_sec_01 .form-group label .muster {
  color: #dc3545;
  font-size: 1.4rem;
  margin-left: 1em; }
.recform_sec_01 .form-group label .spmt {
  display: block;
  font-size: 1.4rem; }
.recform_sec_01 .form-group .radio_list {
  margin-right: 2em; }
.recform_sec_01 .form-group .reason {
  padding: .5em 2em .5em 0; }
.recform_sec_01 .form-control {
  font-size: 1.6rem; }
.recform_sec_01 .txt_red {
  color: #fff;
  background: #c1272d;
  padding: 5px 10px; }
.recform_sec_01 .thanks_cm {
  font-size: 2.4rem;
  line-height: 1.4em; }
.recform_sec_01 .fs_small {
  font-size: 1.4rem; }

/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
.media_pg_ttl {
  background: url(../img/media/page_ttl_bg.webp); }

.media_sec_01 .fcg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; }
  @media (max-width: 420px) {
    .media_sec_01 .fcg {
      padding: 0 1.8em;
      font-size: 1.4rem; } }

.media_sec_02 h3 {
  color: #9b764d;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4em;
  text-align: left;
  padding-bottom: 1em; }
  @media (min-width: 992px) {
    .media_sec_02 h3 {
      text-align: center; } }
.media_sec_02 h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4em;
  padding: .8em 0 .3em; }
  @media (max-width: 420px) {
    .media_sec_02 h4 {
      padding: .8em 1em .3em; } }
@media (max-width: 420px) {
  .media_sec_02 p {
    padding: 0 1em; } }

/*--------------------------------------------------------------
# OUTLINE
--------------------------------------------------------------*/
.outline_pg_ttl {
  background: url(../img/outline/page_ttl_bg.webp); }

.outline_sec_01 .table {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .outline_sec_01 .table {
      font-size: 1.8rem; } }
  .outline_sec_01 .table tr th {
    padding: 1em;
    white-space: nowrap; }
  .outline_sec_01 .table tr td {
    padding: 1em;
    white-space: nowrap; }
    .outline_sec_01 .table tr td ol {
      list-style: none;
      padding: 0; }
      .outline_sec_01 .table tr td ol li {
        padding-bottom: 0.3em; }
        .outline_sec_01 .table tr td ol li:last-child {
          padding-bottom: 0; }

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact_pg_ttl {
  background: url(../img/contact/page_ttl_bg.webp); }

.contact_sec_01 .disc {
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 420px) {
    .contact_sec_01 .disc {
      padding: 0 1.8em; } }
.contact_sec_01 .shoplink {
  list-style: none;
  padding: 0;
  margin: 0; }
  .contact_sec_01 .shoplink li {
    display: block;
    text-align: center; }
    .contact_sec_01 .shoplink li a {
      font-size: 1.6rem;
      font-weight: bold;
      position: relative;
      display: block;
      width: 100%;
      margin: 10px;
      padding: 0.5em 1.6em;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      color: #9b764d;
      border: 2px solid #9b764d;
      border-radius: 3px; }
      .contact_sec_01 .shoplink li a:hover {
        transition: all 0.3s;
        color: #ffffff;
        background: #9b764d; }
.contact_sec_01 .mail_subbtn {
  display: inline-block;
  border-radius: 3px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  padding: 11px 12px 13px;
  background: #c1272d;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #c1272d; }
.contact_sec_01 .mail_subbtn:hover {
  color: #c1272d;
  background: #fff; }
.contact_sec_01 .form_bg_c {
  background-color: #F1F1F1; }
.contact_sec_01 .section-title {
  padding-bottom: 40px; }
  .contact_sec_01 .section-title p {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888; }
    .contact_sec_01 .section-title p::after {
      content: "";
      width: 50px;
      height: 1px;
      display: inline-block;
      background: #dd575d;
      margin: 4px 10px; }
      @media (min-width: 413px) {
        .contact_sec_01 .section-title p::after {
          width: 80px; } }
.contact_sec_01 .form-group p {
  margin: 0; }
.contact_sec_01 .form-group .wpcf7-list-item-label {
  display: none; }
.contact_sec_01 .form-control {
  font-size: 1.6rem; }
.contact_sec_01 .txt_red {
  color: #fff;
  background: #c1272d;
  padding: 5px 10px; }
.contact_sec_01 .thanks_cm {
  font-size: 2.4rem;
  line-height: 1.4em; }
.contact_sec_01 .fs_small {
  font-size: 1.4rem; }

/*--------------------------------------------------------------
# PRIVACY
--------------------------------------------------------------*/
.privacy_pg_ttl {
  background: url(../img/privacy/page_ttl_bg.webp); }

.privacy_sec_01 ol {
  padding: 0 0 0 1em; }
  .privacy_sec_01 ol li {
    margin: 0;
    padding: 1em 0;
    border-bottom: dotted 1px #ccc; }
    .privacy_sec_01 ol lilast-child {
      padding: 1em 0 0;
      border-bottom: none; }
    .privacy_sec_01 ol li ul {
      padding: 0 0 0 1em; }
      .privacy_sec_01 ol li ul li {
        border-bottom: none;
        padding: .3em 0; }
        .privacy_sec_01 ol li ul lilast-child {
          padding: .3em 0 0; }

/*--------------------------------------------------------------
# NEWS
--------------------------------------------------------------*/
.news_pg_ttl {
  background: url(../img/media/page_ttl_bg.webp); }

.news {
  padding: 40px 0 20px 0; }
  .news .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .news .entry .entry-img {
      max-height: 440px;
      margin: -30px -30px 20px -30px;
      overflow: hidden; }
    .news .entry .entry-title {
      font-size: 2.8rem;
      font-weight: bold;
      padding: 0;
      margin: 0 0 20px 0; }
      .news .entry .entry-title a {
        color: #000;
        transition: 0.3s; }
        .news .entry .entry-title a:hover {
          color: #c1272d; }
    .news .entry .entry-meta {
      margin-bottom: 15px;
      color: #6c757d; }
      .news .entry .entry-meta p {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        align-items: center;
        padding: 0;
        margin: 0; }
      .news .entry .entry-meta i {
        font-size: 1.8rem;
        margin-right: 8px;
        line-height: 0; }
      .news .entry .entry-meta a {
        color: #6c757d;
        font-size: 1.6rem;
        display: inline-block;
        line-height: 1; }
    .news .entry .entry-content p {
      line-height: 24px; }
    .news .entry .entry-content .read-more {
      text-align-last: right; }
      .news .entry .entry-content .read-more a {
        display: inline-block;
        background: #c1272d;
        color: #fff;
        padding: 6px 20px;
        transition: 0.3s;
        font-size: 1.4rem;
        border-radius: 4px; }
        .news .entry .entry-content .read-more a:hover {
          background: #d52d33; }
    .news .entry .entry-content h3 {
      font-size: 2.2rem;
      margin-top: 30px;
      font-weight: bold; }
    .news .entry .entry-content blockquote {
      overflow: hidden;
      background-color: #fafafa;
      padding: 60px;
      position: relative;
      text-align: center;
      margin: 20px 0; }
      .news .entry .entry-content blockquote p {
        color: #222222;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 500;
        font-size: 2.2rem; }
      .news .entry .entry-content blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #000;
        margin-top: 20px;
        margin-bottom: 20px; }
    .news .entry .entry-footer {
      padding-top: 10px;
      border-top: 1px solid #e6e6e6; }
      .news .entry .entry-footer i {
        color: #000;
        display: inline; }
      .news .entry .entry-footer a {
        color: #000;
        transition: 0.3s; }
        .news .entry .entry-footer a:hover {
          color: #c1272d; }
      .news .entry .entry-footer .cats {
        list-style: none;
        display: inline;
        padding: 0 20px 0 0;
        font-size: 1.4rem;
        margin: 0; }
        .news .entry .entry-footer .cats li {
          display: inline-block;
          margin: 0;
          padding: 0; }
          .news .entry .entry-footer .cats li ul {
            margin: 0;
            padding: 0; }
  .news .entry-single {
    margin-bottom: 30px; }
  .news .blog-pagination {
    color: #333333; }
    .news .blog-pagination ul {
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none; }
    .news .blog-pagination li {
      margin: 0 5px;
      transition: 0.3s; }
      .news .blog-pagination li a {
        color: #000;
        padding: 7px 16px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .news .blog-pagination li.active, .news .blog-pagination li:hover {
        background: #c1272d; }
        .news .blog-pagination li.active a, .news .blog-pagination li:hover a {
          color: #fff; }
  .news .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .news .sidebar .sidebar-title {
      font-size: 2rem;
      font-weight: 700;
      padding: 0 0 0 0;
      margin: 0 0 15px 0;
      color: #c1272d;
      position: relative; }
    .news .sidebar .sidebar-item {
      margin-bottom: 30px;
      margin-left: 16px; }
    .news .sidebar .categories ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .news .sidebar .categories ul li + li {
        padding-top: 12px;
        margin: 0; }
      .news .sidebar .categories ul a {
        font-weight: bold;
        color: #000;
        transition: 0.3s; }
        .news .sidebar .categories ul a:hover {
          color: #c1272d; }
        .news .sidebar .categories ul a span {
          padding-left: 5px;
          color: #6c757d;
          font-size: 1.4rem;
          font-weight: normal; }
    .news .sidebar .recent-posts .post-item + .post-item {
      margin-top: 20px; }
    .news .sidebar .recent-posts ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .news .sidebar .recent-posts ul li + li {
        padding-top: 16px;
        margin: 0; }
      .news .sidebar .recent-posts ul time {
        display: block;
        font-size: 1.4rem;
        color: #6c757d; }
      .news .sidebar .recent-posts ul h4 {
        font-size: 1.6rem;
        font-weight: bold; }
        .news .sidebar .recent-posts ul h4 a {
          color: #000;
          transition: 0.3s; }
          .news .sidebar .recent-posts ul h4 a:hover {
            color: #c1272d; }
  .news .single_nav {
    display: block;
    justify-content: space-around;
    text-align: center; }
    @media (min-width: 768px) {
      .news .single_nav {
        display: flex; } }
    .news .single_nav a {
      color: #000;
      transition: 0.3s; }
      .news .single_nav a:hover {
        color: #c1272d; }
  .news .pagination {
    margin: 0 0 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .news .pagination .nav-links {
      margin: 20px 0 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .news .pagination .nav-links .page-numbers {
        text-align: center;
        margin: 0 5px;
        padding: 10px 16px;
        color: #000;
        border-radius: 3px;
        background: #fff;
        transition: 0.3s; }
        .news .pagination .nav-links .page-numbers.active, .news .pagination .nav-links .page-numbers:hover {
          background: #c1272d;
          color: #fff; }
      .news .pagination .nav-links .current {
        padding: 10px 16px;
        background: #c1272d;
        color: #fff; }
      .news .pagination .nav-links .prev, .news .pagination .nav-links .pagination .next {
        background: transparent;
        box-shadow: none;
        color: #c1272d; }
      .news .pagination .nav-links .dots {
        background: transparent;
        box-shadow: none; }

/*--------------------------------------------------------------
# ERROR
--------------------------------------------------------------*/
.error_sec_01 .page-404 {
  padding: 10em 0;
  text-align: center; }
  .error_sec_01 .page-404 h2 {
    font-size: 4rem;
    padding-bottom: 1em; }
  .error_sec_01 .page-404 p {
    font-size: 2rem;
    padding-bottom: 1em; }
  .error_sec_01 .page-404 a {
    font-size: 2rem; }

#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #222222;
  font-size: 14px; }
  #footer .copyright {
    text-align: center;
    padding-top: 30px; }
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff; }
    #footer .credits a {
      transition: 0.3s; }
