@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal; }

em {
  font-style: normal;
  font-weight: normal; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  transition: all 0.6s; }

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .spView {
    display: none !important; } }
@media (min-width: 999px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* フォーム要素のリセット */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

button {
  cursor: pointer; }

button:disabled {
  cursor: default; }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner18 {
  max-width: 1800px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner18 {
      width: 89.33%;
      max-width: 536px; } }

.inner16 {
  max-width: 1536px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner16 {
      width: 89.33%;
      max-width: 536px; } }

.inner14 {
  max-width: 1400px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner14 {
      width: 89.33%;
      max-width: 536px; } }

.inner12 {
  max-width: 1200px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner12 {
      width: 89.33%;
      max-width: 536px; } }

.inner10 {
  max-width: 1000px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner10 {
      width: 89.33%;
      max-width: 536px; } }

.inner8 {
  max-width: 800px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner8 {
      width: 89.33%;
      max-width: 536px; } }

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb20 {
  margin-bottom: clamp(120px, 16vw, 200px); }

body .mb18 {
  margin-bottom: clamp(100px, 14vw, 180px); }

body .mb16 {
  margin-bottom: clamp(80px, 12vw, 160px); }

body .mb14 {
  margin-bottom: clamp(70px, 10vw, 140px); }

body .mb12 {
  margin-bottom: clamp(60px, 10vw, 120px); }

body .mbTen {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mbten {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb10 {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb8 {
  margin-bottom: 8rem; }
  @media (max-width: 999px) {
    body .mb8 {
      margin-bottom: 4rem; } }

body .mb6 {
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    body .mb6 {
      margin-bottom: 3rem; } }

body .mb5 {
  margin-bottom: 5rem; }
  @media (max-width: 999px) {
    body .mb5 {
      margin-bottom: 2.5rem; } }

body .mb4 {
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    body .mb4 {
      margin-bottom: 2rem; } }

body .mb3 {
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    body .mb3 {
      margin-bottom: 1.5rem; } }

body .mb2 {
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    body .mb2 {
      margin-bottom: 1rem; } }

body .mb1 {
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    body .mb1 {
      margin-bottom: .5rem; } }

html {
  font-size: clamp(8px, calc(8px + (2 * ((100vw - 1000px) / 920))), 10px); }
  @media (max-width: 999px) {
    html {
      font-size: 62.5% !important; } }

#body {
  font-size: var(--fs18);
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3E3A39; }

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: "raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.enLight {
  font-family: "raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.marker {
  background: linear-gradient(transparent 60%, #fff700 0%);
  font-weight: 700; }

.topToBtn {
  margin: 12rem auto 0; }
  @media (max-width: 999px) {
    .topToBtn {
      margin: 6rem auto 0; } }

.zoomIn {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1s;
  opacity: 0; }

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.button013 {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.3s ease-in-out;
  z-index: 0;
  color: #30884E; }

.button013:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  transition: .3s;
  left: 0; }

.button013.green:before {
  background: #30884E;
  color: #fff;
  opacity: 1; }

.button013:hover {
  color: #30884E;
  opacity: 1; }

.button013.green:hover {
  color: #fff;
  opacity: 1;
  border: 2px solid #30884E; }

.button013.green:hover {
  background: #30884E;
  color: #fff;
  opacity: 1;
  border-radius: 4px; }

.button013:hover:before {
  width: 100%;
  z-index: -1; }

.button013:hover .fa-solid {
  background: #30884E; }

.button013.green:hover .fa-solid {
  background: #fff;
  color: #30884E; }

.btn.big .fa-solid {
  transition: all 0.3s; }

.btn.big:hover {
  opacity: 1; }

.btn.big:hover .fa-solid {
  transform: scale(1.1);
  transition: all 0.3s;
  background: #e1222A !important;
  color: #fff !important;
  border: 1px solid #e1222A !important; }

#home04 ul li a:hover,
#home07 ul li a:hover {
  opacity: 1; }

#home04 ul li a .fa-solid,
#home07 ul li a .fa-solid {
  transition: all 0.3s; }

#home04 ul li a:hover .fa-solid,
#home07 ul li a:hover .fa-solid {
  transition: all 0.3s;
  transform: scale(1.1);
  background: #e1222A !important;
  color: #fff !important;
  border: 1px solid #e1222A !important; }

/* 
---------------------------------------
フェードイン追加
---------------------------------------
*/
.fadeTxt1 {
  overflow: hidden; }
  .fadeTxt1 span {
    display: block;
    transition: transform 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 100%, 0); }
    .fadeTxt1 span.scroll-in {
      transform: translate3d(0, 0, 0);
      display: flex;
      align-items: baseline;
      transition-delay: 0.2s; }
      @media (max-width: 999px) {
        .fadeTxt1 span.scroll-in {
          flex-direction: column; } }

@media (max-width: 999px) {
  .home .fadeTxt1 span.scroll-in {
    width: 200px; } }

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  padding: 0 3vw;
  z-index: 999;
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(0); }
  @media (max-width: 999px) {
    #header {
      height: 6rem;
      padding: 0;
      position: fixed;
      justify-content: flex-start; } }
  #header .logo {
    width: 18.3rem;
    height: auto;
    margin-top: 4rem; }
    @media (max-width: 999px) {
      #header .logo {
        display: block;
        width: 7.461rem;
        margin-top: 0;
        margin-left: 2rem; } }

.sub #header,
#header.fixed {
  position: fixed;
  justify-content: space-between;
  background: #fff;
  transition: all 0.6s;
  transform: translateY(-100%); }
  .sub #header .logo,
  #header.fixed .logo {
    display: block;
    margin-top: 0; }
    @media (min-width: 1000px) {
      .sub #header .logo,
      #header.fixed .logo {
        width: 14rem; } }

.sub #header,
#header.fixed.show {
  transform: translateY(0); }

.home #header {
  opacity: 0;
  z-index: -999; }

.home.is-active #header {
  opacity: 1;
  z-index: 999; }

.hNav {
  display: flex;
  align-items: center;
  font-weight: bold; }
  .hNav .contactBtn {
    width: 15rem;
    background: #e1222A;
    color: #fff;
    border: 1px solid #e1222A;
    justify-content: center;
    padding: 0;
    height: 5rem;
    font-size: 1.6rem;
    border-radius: 4px;
    display: flex;
    align-items: center; }
    .hNav .contactBtn:hover {
      opacity: 1;
      background: #3E3A39;
      border: 1px solid #3E3A39;
      transition: all 0.3s; }
  .hNav .btn:hover {
    background: #3E3A39;
    opacity: 1;
    border: 1px solid #3E3A39; }
  .hNav .fa-envelope {
    margin-right: 0.5rem; }

@media (max-width: 999px) {
  #header .spNav .logo {
    margin-top: 0.6rem;
    display: block; } }

.hNav .menu > li > a {
  padding: 2rem 0 4rem;
  font-weight: bold;
  margin: 0 1.2vw; }
  .hNav .menu > li > a i {
    margin-left: 0.5rem; }

/* --------------------------- */
/* メニュー（親）のスタイル */
/* --------------------------- */
.menu {
  display: flex;
  margin-right: 1.5vw; }
  @media (max-width: 999px) {
    .menu {
      display: block;
      width: calc(295 / 375 * 100%); } }
  .menu a {
    font-weight: bold; }

@media (hover: hover) {
  .menu-parent:hover .menu-parent_a {
    transition: all .3s; } }
.menu-parent {
  position: relative; }

.menu-child {
  display: none;
  position: absolute;
  top: 5.5rem;
  left: 1.3vw;
  width: max-content;
  padding: 3rem;
  background: #fff;
  min-width: 34rem;
  height: max-content !important; }

.menu-child3 {
  top: 4.5rem;
  left: 1.3vw; }

.menu-child_li > a {
  display: flex;
  align-items: center;
  padding: 2rem 0rem;
  border-bottom: 1px solid #DDDDDD; }

.menu-child_li > a > img {
  margin-right: 1.5rem; }

.menu > .menu-parent > .menu-parent_a {
  color: #fff;
  position: relative; }

.sub #header .menu > .menu-parent > .menu-parent_a,
.fixed.show .menu > .menu-parent > .menu-parent_a {
  color: #3E3A39; }

.menu > .menu-parent > .menu-parent_a::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #e1222A;
  position: absolute;
  bottom: 3rem;
  transition: all 0.3s;
  opacity: 0; }

.menu > .menu-parent > .menu-parent_a:hover::before {
  opacity: 1; }

.menu > .menu-parent > .menu-parent_a:hover {
  color: #e1222A;
  opacity: 1;
  transition: all 0.3s; }

.spNav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%);
  opacity: 0;
  background: url("../img/nav_bg.jpg");
  transition: .35s ease-in-out;
  width: 100%;
  height: 100vh; }

.spNav.active {
  position: fixed;
  transform: translate(0%);
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: .35s ease-in-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  margin: 0 auto;
  background: #EFF3F1; }

.snsBox,
.acdns {
  width: calc(295/375*100%);
  margin: 4rem auto 2rem; }

.acdn-a {
  display: none;
  margin-top: 1rem;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }

.acdn-q {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3rem 0 0;
  display: block;
  position: relative;
  width: max-content; }
  .acdn-q i {
    margin-left: 0.5rem; }

.acdn > li:first-child .acdn-q {
  padding-top: 0; }

.acdn .data {
  background: #fff;
  padding: 2rem 2rem 0; }

.acdn .data .txt {
  font-size: 1.6rem;
  padding-bottom: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center; }

.acdn .data .txt img {
  margin-right: 1rem; }

.acdn-q.open::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #3E3A39;
  position: absolute;
  bottom: 0; }

.acdn > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3rem 0 0;
  display: block;
  position: relative;
  width: max-content; }

.acdn > li > a .fa-arrow-up-right-from-square {
  margin-left: 0.5rem; }

.snsBox a {
  padding: 0;
  background: #e1222A;
  border: 1px solid #e1222A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 5rem;
  border-radius: 4px; }
  .snsBox a i {
    margin-right: 1rem; }

/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
.navToggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  text-align: center; }
  @media (min-width: 1000px) {
    .navToggle {
      display: none; } }

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 20px; }

.sub .navToggle span {
  border-bottom: solid 2px #30884E; }

.fixed .navToggle span {
  border-bottom: solid 2px #30884E; }

.navToggle span:nth-child(1) {
  top: 23px; }

.navToggle span:nth-child(2) {
  top: 34px; }

.navToggle span:nth-child(3) {
  top: 35px; }

.navToggle.active span:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.navToggle.active span:nth-child(2) {
  top: 29px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg); }

.navToggle.active span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 0; }

/* 
---------------------------------------
ボタン種類 
---------------------------------------
*/
.btn {
  width: 28rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 0 2rem 0;
  height: 6.5rem;
  border: 2px solid;
  font-weight: bold;
  color: #30884E; }
  @media (max-width: 999px) {
    .btn {
      width: 24rem;
      height: 5rem;
      padding: 0 1rem 0 2rem;
      font-size: 1.6rem; } }

.btn .fa-solid {
  width: 3.5rem;
  display: flex;
  justify-content: center;
  background: #30884E;
  color: #fff;
  height: 3.5rem;
  border-radius: 4px;
  align-items: center;
  margin: 0 0 0 auto; }
  @media (max-width: 999px) {
    .btn .fa-solid {
      width: 3.5rem;
      height: 3.5rem; } }

.btn.left .fa-solid {
  margin: 0 auto 0 0; }

.btn.white {
  background: inherit;
  border: 2px solid #fff;
  color: #fff; }

.btn.white .fa-solid {
  background: rgba(255, 255, 255, 0.2); }

.btn.white:hover {
  color: #30884E; }

.btn.white:hover .fa-solid {
  background: #30884E;
  color: #fff; }

.btn.center {
  margin: 0 auto; }

.btn2 {
  width: 17rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff; }
  @media (max-width: 999px) {
    .btn2 {
      width: 13.3rem;
      font-size: 1.6rem; } }

.btn2 i {
  width: 4.5rem;
  display: flex;
  justify-content: center;
  background: #3E3A39;
  color: #fff;
  height: 4.5rem;
  border-radius: 999px;
  align-items: center; }
  @media (max-width: 999px) {
    .btn2 i {
      width: 3rem;
      height: 3rem; } }

.btn.black {
  background: #3E3A39;
  color: #fff; }

.btn.black i {
  background: #fff;
  color: #3E3A39; }

.recruitBtn i {
  margin-left: 0.5rem; }

/* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  background: #FBFBFB;
  padding: 16rem 0 8rem;
  position: relative; }
  @media (max-width: 999px) {
    #footer {
      padding: 6rem 0 4rem; } }
  #footer .ttl {
    text-align: left; }
  @media (max-width: 999px) {
    #footer .flogo {
      max-width: 17.6rem;
      margin: 0 0 1rem; } }
  #footer .boxs {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 999px) {
      #footer .boxs {
        display: block;
        margin-bottom: 0; } }
  @media (max-width: 999px) {
    #footer .box {
      text-align: center; } }
  #footer .box ul {
    display: flex; }
    @media (max-width: 999px) {
      #footer .box ul {
        justify-content: center;
        margin-bottom: 4rem; } }
  #footer .box ul i {
    font-size: 3.5rem;
    margin-right: 2rem; }
  #footer .box ul li:last-child i {
    margin-right: 0; }
  #footer .fNav {
    display: flex;
    justify-content: space-between;
    width: calc(660 / 1400 * 100%); }
    @media (max-width: 999px) {
      #footer .fNav {
        flex-wrap: wrap;
        width: 100%; } }
  #footer .fNav .fNavRight,
  #footer .fNav .fNavLeft {
    width: calc(330 / 660 * 100%); }
    @media (max-width: 999px) {
      #footer .fNav .fNavRight,
      #footer .fNav .fNavLeft {
        width: 45%; } }
  #footer .fNav ul a {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #footer .fNav ul a {
        font-size: 1.2rem; } }
  #footer .fNav dl {
    margin-bottom: 4rem; }
  #footer .fNav dt {
    display: flex;
    align-items: center;
    color: #30884E; }
  #footer .fNav dd {
    text-indent: 0rem;
    padding-left: 2.8rem;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #footer .fNav dd {
        padding-left: 0; } }
  #footer .fNav dd ul li a {
    text-indent: -1.8rem;
    padding-left: 1.8rem; }
  #footer .fNav dt > span {
    font-weight: bold;
    color: #E1222A;
    margin-right: 1rem;
    font-size: 2rem; }
  #footer .copy {
    text-align: center;
    font-size: 1.2rem;
    color: #787574; }
  #footer #pageTop a {
    position: absolute;
    right: 10rem;
    bottom: 11.5rem;
    display: flex;
    align-items: center; }
    @media (max-width: 999px) {
      #footer #pageTop a {
        right: 2rem;
        bottom: 14rem; } }
  #footer #pageTop a i {
    border: 1px solid;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 4px;
    margin-left: 1rem; }
  #footer .otherBox {
    border-top: 1px solid #ddd;
    padding: 4rem 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 999px) {
      #footer .otherBox {
        flex-direction: column-reverse;
        margin-top: 4rem; } }
    #footer .otherBox a {
      font-size: 1.4rem;
      margin-right: 24rem; }
      @media (max-width: 999px) {
        #footer .otherBox a {
          margin-right: 0;
          margin-bottom: 4rem; } }
  #footer .deco {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    color: #3E3A39; }
    @media (max-width: 999px) {
      #footer .deco {
        position: relative;
        bottom: 0;
        font-size: 2.8rem;
        margin: 0rem auto 3rem;
        text-align: center; } }
    #footer .deco span {
      color: #42DF78; }
  #footer .adress {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #footer .adress {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 2rem; } }
  #footer .sns {
    display: flex;
    gap: 1rem;
    margin: 1.6rem 0 0; }

/* 
---------------------------------------
下層メインビジュアル
---------------------------------------
*/
/*画像無し*/
#subKv {
  height: 36rem;
  display: flex;
  align-items: center;
  background-position: center center;
  background-image: -webkit-image-set(url(../img/subKv_bg.png) 1x, url(../img/subKv_bg@2x.png) 2x);
  background-image: image-set(url(../img/subKv_bg.png) 1x, url(../img/subKv_bg@2x.png) 2x);
  background-size: 375px;
  position: relative;
  z-index: -1;
  margin-top: 10rem; }
  #subKv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: -1; }
  #subKv .ico {
    position: absolute;
    right: 5%;
    z-index: -1; }
  @media (max-width: 999px) {
    #subKv {
      height: 20rem;
      margin-top: 4rem; } }
  #subKv .ttlBox {
    margin: 0rem auto -8rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline; }
    @media (max-width: 999px) {
      #subKv .ttlBox {
        flex-direction: column;
        margin: 0rem auto -3rem; } }
  @media (max-width: 999px) {
    #subKv .ttlBox span {
      flex-direction: column; } }
  #subKv .ttlDeco {
    font-size: 8.8rem;
    line-height: 1.25;
    color: #30884E; }
    @media (max-width: 999px) {
      #subKv .ttlDeco {
        font-size: 4.2rem; } }
  #subKv .ttl {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    font-weight: bold;
    font-size: 2rem; }
    @media (max-width: 999px) {
      #subKv .ttl {
        font-size: 1.4rem; } }
  #subKv .ttl span {
    font-weight: bold;
    color: #E1222A;
    margin-right: 1rem;
    font-size: 2.8rem; }
    @media (max-width: 999px) {
      #subKv .ttl span {
        font-size: 2rem; } }

body .breadcrumbs {
  margin-bottom: 16rem;
  margin-top: -2rem; }
  @media (max-width: 999px) {
    body .breadcrumbs {
      margin-bottom: 6rem;
      margin-top: -1.6rem; } }
  body .breadcrumbs a {
    color: #30884E;
    font-weight: bold; }
  body .breadcrumbs span {
    font-size: 1.4rem; }
    @media (max-width: 999px) {
      body .breadcrumbs span {
        font-size: 1.2rem; } }
  body .breadcrumbs em {
    margin: 0 0.6rem;
    font-size: 1.2rem; }
