@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }
}
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.4;
  font-family: "source-han-serif-japanese";
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#cbox2Overlay {
  opacity: 0.8 !important;
}

#colorbox, #cbox2Overlay, #cbox2Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cbox2Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cbox2MiddleLeft, #cbox2BottomLeft {
  clear: left;
}

#cbox2Content {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

#cbox2LoadedContent {
  overflow: auto;
}

#cbox2LoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cbox2Title {
  margin: 0;
}

#cbox2LoadingOverlay, #cbox2LoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cbox2Previous, #cbox2Next, #cbox2Close, #cbox2Slideshow {
  cursor: pointer;
}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cbox2Overlay {
  background: black url(//deagostini.jp/site/common/overlay.png) 0 0 repeat;
}

#cbox2TopLeft {
  width: 21px;
  height: 21px;
  background: none -100px 0 no-repeat;
}

#cbox2TopRight {
  width: 21px;
  height: 21px;
  background: none -129px 0 no-repeat;
}

#cbox2BottomLeft {
  width: 21px;
  height: 21px;
  background: none -100px -29px no-repeat;
}

#cbox2BottomRight {
  width: 21px;
  height: 21px;
  background: none -129px -29px no-repeat;
}

#cbox2MiddleLeft {
  width: 21px;
  background: none left top repeat-y;
}

#cbox2MiddleRight {
  width: 21px;
  background: none right top repeat-y;
}

#cbox2TopCenter {
  height: 21px;
  background: none 0 0 repeat-x;
}

#cbox2BottomCenter {
  height: 21px;
  background: none 0 -29px repeat-x;
}

/* #cbox2Content{background:;}*/
#cbox2LoadedContent {
  margin-bottom: 28px;
  padding: 30px 60px 0px;
}

#cbox2Title {
  position: absolute;
  top: 636px;
  left: 60px;
  text-align: left;
  width: 860px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

#cbox2Current {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #FFFFFF;
}

#cbox2Slideshow {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #FFFFFF;
}

#cbox2Previous {
  left: 10px;
  transform: rotate(-135deg);
}

#cbox2Next {
  right: 10px;
  transform: rotate(45deg);
}

#cbox2LoadingOverlay {
  background: url(//deagostini.jp/site/common/loading_background.png) center center no-repeat;
}

#cbox2LoadingGraphic {
  background: url(//deagostini.jp/site/common/loading.gif) center center no-repeat;
}

#cbox2Close {
  position: absolute;
  bottom: 11px;
  right: 60px;
  background: url(../images/colorbox_close.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: 87px;
  height: 32px;
  text-indent: -9999px;
  border: 0px;
  border-radius: 5px;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
#cbox2Previous,
#cbox2Next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  text-indent: -9999px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

#cbox2Previous:hover,
#cbox2Next:hover {
  opacity: 0.7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@-webkit-keyframes rotation1 {
  0% {
    transform: rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: rotate(180deg) matrix(1, 0.1, 0, 1, 0, 0);
  }
  100% {
    transform: rotate(360deg) matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: rotate(180deg) matrix(1, 0.1, 0, 1, 0, 0);
  }
  100% {
    transform: rotate(360deg) matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes rotation2 {
  0% {
    transform: rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: rotate(180deg) matrix(1, 0.1, 0, 1, 0, 0);
  }
  100% {
    transform: rotate(360deg) matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: rotate(180deg) matrix(1, 0.1, 0, 1, 0, 0);
  }
  100% {
    transform: rotate(360deg) matrix(1, 0, 0, 1, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.wrapper {
  padding-top: 72px;
}

@media screen and (max-width: 999px) {
  .wrapper {
    padding-top: 17vw;
  }
}
.header {
  border-bottom: 1px solid #ebe9e6;
  background: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.header .btnRecruit {
  background: #FF7E00;
  color: #FFF;
  border: 0px;
}

.header .btnRecruit span {
  color: #FFF;
}

.header .pcHd {
  background: #358f31;
}

.header .pcHd .hdIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  padding: 0px 15px 0 0;
  box-sizing: border-box;
}

.header .pcHd .hdIn > .colL {
  padding: 15px;
  background: #FFF;
}

.header .pcHd .hdIn > .colL .logo {
  width: 170px;
}

.header .pcHd .hdIn > .colL .logo a {
  display: block;
  transition: 0.3s;
  word-break: keep-all;
}

.header .pcHd .hdIn > .colL .logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.header .pcHd .hdIn > .colR {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-left: 15px;
}

.header .pcHd .hdIn .spBtnMenu {
  display: none;
}

.header .pcHd .hdIn .tel {
  width: 171px;
}

.header .pcHd .hdIn .btnWrap {
  margin-left: 20px;
}

.header .pcHd .hdIn .btnWrap a {
  display: flex;
  word-break: keep-all;
  align-items: center;
  font-size: 1.6rem;
}

.header .pcHd .hdIn .btnWrap a svg {
  width: 1.375em;
  height: 1.125em;
}

.header .pcHd .hdIn .btnWrap a span {
  display: inline-block;
  letter-spacing: -0.05em;
}

.header .pcHd .hdIn .btnWrap a span br {
  display: none;
}

.header .pcHd .nav.layer1 {
  background-color: rgba(53, 143, 49, 0.8);
}

.header .pcHd .nav.layer1 ul {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 1380px) {
  .header .pcHd .nav.layer1 ul {
    font-size: 1.4rem;
  }
}
.header .pcHd .nav.layer1 ul > li {
  padding: 5px 9px 0px 9px;
  display: inline-block;
  position: relative;
}

.header .pcHd .nav.layer1 ul > li:hover .menuInner {
  display: block;
}

.header .pcHd .nav.layer1 ul > li .menuInner {
  position: absolute;
  padding-top: 20px;
  display: none;
  left: -20px;
  top: 20px;
  border-radius: 5px;
  width: 200px;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul {
  background: #FFF;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul:before {
  content: "▲";
  color: #FFF;
  position: absolute;
  top: 0px;
  font-size: 20px;
  left: 45%;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul li {
  display: block;
  border-bottom: 1px solid #CCC;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul li:last-of-type {
  border-bottom: 0px;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul li a {
  display: block;
  padding: 10px 0;
  text-align: left;
  color: #358f31;
}

.header .pcHd .nav.layer1 ul > li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

.header .pcHd .nav.layer1 ul > li a.show {
  color: #358f31;
}

.header .pcHd .nav.layer1 ul > li .layer2 {
  display: none;
  width: 100%;
  padding-top: 30px;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 65px;
  left: 0;
  text-align: center;
}

.header .pcHd .nav.layer1 ul > li .layer2 .in {
  background-color: rgba(53, 143, 49, 0.8);
  padding: 20px 10px;
}

.header .pcHd .nav.layer1 ul > li .layer2 .in a {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

.header .pcHd .nav.layer1 ul > li .layer2 .in a + a {
  margin-left: 25px;
}

.header .pcHd nav.layer2 {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 999;
}

.header .pcHd nav.layer2 ul li {
  display: none;
  background-color: rgba(53, 143, 49, 0.8);
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.header .pcHd nav.layer2 ul a {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

.header .pcHd nav.layer2 ul a + a {
  margin-left: 25px;
}

@media screen and (max-width: 1360px) {
  .header .pcHd nav.layer2 ul a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .pcHd .nav.layer1 ul {
    border-right: none;
  }
  .header .pcHd .nav.layer1 ul li {
    border-left: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .pcHd .hdIn {
    padding: 15px 10px;
  }
  .header .pcHd .hdIn .nav ul {
    font-size: 1.2rem;
  }
  .header .pcHd .hdIn .tel {
    width: 171px;
    margin-left: 15px;
  }
  .header .pcHd .hdIn .btnWrap a {
    font-size: 1.2rem;
  }
}
.header .spHd {
  display: none;
}

@media screen and (max-width: 999px) {
  .header .pcHd {
    display: none;
  }
  .header .spHd {
    display: block;
  }
  .header .spHd .hdIn {
    position: relative;
  }
  .header .spHd .hdIn .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 15.625vw;
  }
  .header .spHd .hdIn .logo a {
    display: inline-block;
    width: 33.28125%;
  }
  .header .spHd .hdIn .logo a img {
    width: 100%;
  }
  .header .spHd .hdIn .spBtnMenu {
    background: url(../img/sp_btn_menu.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 13.75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .spHd .hdIn .spBtnMenu.on {
    background: url(../img/sp_btn_menu_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .header .spHd .hdIn .nav.layer1 {
    position: relative;
    z-index: 1;
    justify-content: center;
  }
  .header .spHd .hdIn .nav.layer1 > ul {
    display: none;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px dotted #333;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.8em 2.4em 0.8em 1em;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff;
    border-top: 1px dotted #333;
    position: relative;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a.hasLower:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: auto;
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    border-color: #358f31 #358f31 transparent transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: -0.5em;
    bottom: 0;
    right: 1em;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a.hasLower.show:after {
    transform: rotate(-45deg);
    top: 0;
    bottom: -0.5em;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a.noLower:after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin: auto;
    border-style: solid;
    border-width: 0.3em 0.3em 0 0;
    border-color: #358f31 #358f31 transparent transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.25em;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li .nav.layer2 {
    display: none;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li .nav.layer2 > a {
    display: block;
    background-color: rgba(53, 143, 49, 0.8);
    padding: 0.8em 2.4em 0.8em 2em;
    color: #fff;
    text-shadow: 0 0 3px #358f31, 0 0 3px #358f31, 0 0 3px #358f31, 0 0 5px #358f31, 0 0 5px #358f31;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li .nav.layer2 > a + a {
    border-top: 1px dotted #fff;
  }
}
#pankz {
  padding: 10px 20px;
  color: #202020;
  font-family: "Noto Sans Japanese";
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #pankz {
    padding: 1.5625% 3.125% 3.125%;
    font-size: 1rem;
    border-bottom: 1px solid #CCC;
  }
}
footer {
  padding-bottom: 40px;
  background: #FFF;
  font-family: "Noto Sans Japanese";
  text-align: center;
}

footer .part1 {
  background-color: #333;
  padding: 30px 0;
}

footer .part1 > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .part1 > .inner {
    display: block;
  }
}
footer .part1 > .inner .tel {
  width: 185px;
  padding-right: 10px;
}

footer .part1 > .inner .ftSns {
  display: flex;
  justify-content: space-around;
  width: 260px;
}

footer .part1 > .inner .ftSns > li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-right: 20px;
}

footer .part1 > .inner .ftSns > li img {
  max-width: 45px;
}

footer .part1 > .inner .ftSns > li a {
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}

footer .part1 > .inner .ftSns > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer .part1 > .inner .ftSns > li a dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer .part1 > .inner .ftSns > li a dd {
  font-size: 1.4rem;
  text-decoration: underline;
}

footer .part1 > .inner .ftSns > li a:hover dd {
  text-decoration: none;
}

footer .part2 {
  padding: 40px 5%;
}

footer .part2 .in {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  footer .part2 .in {
    padding: 0 3%;
  }
}
footer .part2 .logo {
  margin-bottom: 54px;
}

footer .part2 .logo a {
  display: inline-block;
  transition: 0.3s;
}

footer .part2 .logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer .part2 .layer1 {
  display: flex;
  border-right: 1px dotted #929292;
  justify-content: center;
}

footer .part2 .layer1 > li,
footer .part2 .layer1 > div {
  width: 14%;
  padding: 0 1%;
  text-align: left;
  border-left: 1px dotted #929292;
}

footer .part2 .layer1 > li h3,
footer .part2 .layer1 > div h3 {
  margin-bottom: 10px;
  color: #358f31;
  font-size: 1.6rem;
  font-weight: bold;
}

footer .part2 .layer1 > li .layer2 > li,
footer .part2 .layer1 > div .layer2 > li {
  font-size: 1.2rem;
}

footer .part2 .layer1 > li .layer2 > li + li,
footer .part2 .layer1 > div .layer2 > li + li {
  margin-top: 5px;
}

footer .part2 #copyRight {
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  footer .part1 > .inner .ftSns > li a {
    margin-right: 10px;
  }
  footer .part1 > .inner .ftSns > li a dl {
    padding-left: 10px;
    padding-right: 23px;
  }
  footer .part1 > .inner .ftSns > li a dt {
    padding-right: 10px;
  }
  footer .part1 > .inner .ftSns > li a dd {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  footer .part2 .layer1 > li .layer2 {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 5%;
  }
  footer .part1 {
    padding: 2.34375% 0;
  }
  footer .part1 > .inner .tel {
    width: 50%;
    margin: 0 auto 3% auto;
    padding-right: 0;
  }
  footer .part1 > .inner .ftSns {
    margin: 0 auto;
  }
  footer .part1 > .inner .ftSns > li {
    justify-content: right;
    border-right: none;
  }
  footer .part1 > .inner .ftSns > li a {
    margin-right: 0;
  }
  footer .part1 > .inner .ftSns > li a dl {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  footer .part1 > .inner .ftSns > li a dt {
    padding-right: 0;
  }
  footer .part1 > .inner .ftSns > li a dd {
    display: none;
  }
  footer .part2 {
    padding: 3.125% 0;
  }
  footer .part2 .in {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5.17241%;
  }
  footer .part2 .logo {
    margin: 6.89655vw 0 0;
  }
  footer .part2 .logo a {
    width: 35.34483%;
  }
  footer .part2 .layer1 {
    display: block;
    border-right: none;
    justify-content: center;
  }
  footer .part2 .layer1 > li,
footer .part2 .layer1 > div {
    width: auto;
    padding: 3vw 0;
    border-bottom: 1px solid #529f4f;
    border-left: none;
  }
  footer .part2 .layer1 > li h3,
footer .part2 .layer1 > div h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
  footer .part2 .layer1 > li h3.blog,
footer .part2 .layer1 > div h3.blog {
    color: #529f4f;
  }
  footer .part2 .layer1 > li h3.blog:after,
footer .part2 .layer1 > div h3.blog:after {
    transform: rotate(-45deg);
  }
  footer .part2 .layer1 > li h3:after,
footer .part2 .layer1 > div h3:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: -0.5em 0.2em 0 0;
    border-style: solid;
    border-width: 0 0.2em 0.2em 0;
    border-color: transparent #529f4f #529f4f transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  footer .part2 .layer1 > li h3.show:after,
footer .part2 .layer1 > div h3.show:after {
    margin: 0 0.2em -0.5em 0;
    transform: rotate(-135deg);
  }
  footer .part2 .layer1 > li .layer2,
footer .part2 .layer1 > div .layer2 {
    display: none;
    margin-top: 1vw;
  }
  footer .part2 .layer1 > li .layer2 > li,
footer .part2 .layer1 > div .layer2 > li {
    font-size: 1rem;
  }
  footer .part2 .layer1 > li .layer2 > li + li,
footer .part2 .layer1 > div .layer2 > li + li {
    margin-top: 0;
  }
  footer .part2 #copyRight {
    font-size: 0.7rem;
  }
}
.btmLinkZone .in {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.btmLinkZone .in a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49.64286%;
  font-family: "Noto Sans Japanese";
  transition: 0.3s;
}

.btmLinkZone .in a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btmLinkZone .in a.btnNo1 {
  background-image: url(../img/top/btm_link_img01.png);
}

.btmLinkZone .in a.btnNo2 {
  background-image: url(../img/top/btm_link_img02.png);
}

.btmLinkZone .in a.btnNo3 {
  background-image: url(/common/img/career/link_img04.png);
}

.btmLinkZone .in a.btnNo4 {
  background-image: url(/common/img/career/link_img03.png);
}

.btmLinkZone .in a:hover {
  text-decoration: none;
}

.btmLinkZone .in a dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 165px 10px 140px;
  color: #fff;
  font-weight: bold;
}

.btmLinkZone .in a dl dt {
  margin-bottom: 34px;
  font-size: 3.6rem;
}

.btmLinkZone .in a dl dd {
  display: inline-block;
  padding: 11px 48px;
  font-size: 2.2rem;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in {
    display: block;
    padding: 1.875%;
  }
  .btmLinkZone .in a {
    width: auto;
  }
  .btmLinkZone .in a.btnNo2 {
    margin-top: 1.875vw;
  }
  .btmLinkZone .in a.btnNo4 {
    margin-top: 1.875vw;
  }
  .btmLinkZone .in a dl {
    padding: 11.40625vw 2.34375vw 10.3125vw;
  }
  .btmLinkZone .in a dl dt {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .btmLinkZone .in a dl dd {
    display: none;
  }
}
/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
}

input[type=text],
select,
textarea {
  color: #333;
  box-sizing: border-box;
}

input[type=text],
textarea {
  width: 100%;
  padding: 0.5em 0.7em;
  border: 1px solid #ccc;
}

select {
  padding: 0.5em 0.7em;
}

@media screen and (max-width: 767px) {
  input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.entry-content a {
  color: #002FE3;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.lowLinks {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-family: "Noto Sans Japanese";
}

.lowLinks a {
  background-color: #fff;
  padding: 0.5em 1em;
  color: #358f31;
  font-size: 1.7rem;
  font-weight: bold;
  border: 1px solid #358f31;
  border-radius: 50px;
  transition: 0.3s;
}

.lowLinks a + a {
  margin-left: 1em;
}

.lowLinks a:hover, .lowLinks a.cur {
  background-color: #358f31;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lowLinks {
    display: block;
    margin-bottom: 0;
  }
  .lowLinks a {
    display: block;
    font-size: 1.4rem;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .lowLinks a + a {
    margin: 0;
    border-top: none;
  }
  .lowLinks a.nav2 {
    width: 80%;
    border-radius: 50px;
    border: 1px solid #358f31;
    margin: 3vw auto;
    text-align: center;
  }
}
/* インナー */
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.inner.sz2 {
  max-width: 1000px;
}

.inner.sz3 {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
}
/* タイトル */
.ttl1 {
  margin-bottom: 45px;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}

.ttl1:before {
  content: "";
  display: block;
  background-color: #358f31;
  width: 93px;
  height: 5px;
  margin: 0 auto 1em;
}

.ttl1 em {
  display: block;
  margin-bottom: 15px;
  color: #3bab3e;
  font-family: "Noto Sans Japanese";
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .ttl1 {
    margin-bottom: 6.25vw;
    font-size: 1.75rem;
  }
  .ttl1 > em {
    margin-bottom: 2.34375vw;
    font-size: 0.85rem;
  }
}
.ttl2 {
  margin-bottom: 30px;
  text-align: center;
}

.ttl2 > div {
  display: inline-block;
  font-size: 5rem;
}

.ttl2 > div span {
  display: block;
  margin-bottom: 0.2em;
  padding-bottom: 0.12em;
  border-bottom: 1px solid #bdbdbd;
}

.ttl2 > div small {
  display: block;
  color: #bdbdbd;
  font-size: 0.56em;
}

@media screen and (max-width: 767px) {
  .ttl2 {
    margin-bottom: 3%;
    padding-top: 3%;
  }
  .ttl2 > div {
    font-size: 1.6rem;
    display: block;
    margin-left: -2%;
  }
  .ttl2 > div span {
    text-align: left;
    border-bottom: 0px;
  }
  .ttl2 > div small {
    display: none;
  }
}
.teltxt {
  font-size: 2rem;
  text-align: center;
  padding: 0 0 2em 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .teltxt {
    font-size: 1.4rem;
  }
}
.teltxt span {
  font-weight: normal;
  color: #358f31;
}

.teltxt span em {
  font-weight: bold;
  font-size: 150%;
  font-style: normal;
  display: block;
}

/* テキスト */
.lead1 {
  margin-bottom: 50px;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

/* テキスト色 */
.txRed {
  color: red;
}

/* 背景色 */
.bgGrey1 {
  background-color: #f0f0f0;
}

.bgMainColor {
  background-color: #358f31;
}

/* ボタン */
.btn {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 17px;
  border: 1px solid #CCC;
  color: #333;
  font-family: "Noto Sans Japanese";
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn.withIcn {
  display: flex;
  align-items: center;
}

.btn.clr2 {
  background-color: #499745;
  color: #fff;
  border: none;
  box-shadow: none;
}

.btn.clr3 {
  background-color: #aaa;
  color: #fff;
  border: none;
  box-shadow: none;
}

.btn.sz2 {
  padding: 1em;
  font-size: 2.1rem;
}

.btn.sz3 {
  padding: 1em 3em;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .btn.sz2 {
    font-size: 1.6rem;
  }
  .btn.sz3 {
    font-size: 1.6rem;
  }
}
.btn.withArwR {
  padding-right: 2em;
  padding-left: 2em;
  position: relative;
}

.btn.withArwR:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff inherit transparent transparent;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .btn.withArwR {
    display: block;
  }
  .btn.withArwR:after {
    right: 1em;
  }
}
.link-txt {
  text-decoration: underline;
  color: #358f31;
}

/* スクロールボタン */
.pageScrl {
  display: flex;
  justify-content: center;
}

.pageScrl .clkScrl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #358f31;
  font-family: "Noto Sans Japanese";
  border: 1px solid #358f31;
  border-radius: 50px;
  transition: 0.3s;
}

.pageScrl .clkScrl:before {
  content: "";
  display: inline-block;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: -0.2em 0.5em 0 0;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: #358f31 #358f31 transparent transparent;
  box-sizing: border-box;
  transform: rotate(135deg);
  transition: inherit;
}

.pageScrl .clkScrl:hover {
  background-color: #358f31;
  color: #fff;
  text-decoration: none;
}

.pageScrl .clkScrl:hover:before {
  border-color: #fff #fff transparent transparent;
}

.pageScrl.type2 {
  text-align: center;
}

.pageScrl.type2 .clkScrl {
  background-color: transparent;
  margin: 0 0.7em;
  text-decoration: underline;
  border: none;
  border-radius: 0;
}

.pageScrl.type2 .clkScrl:before {
  content: normal;
}

.pageScrl.type2 .clkScrl:hover {
  color: #358f31;
  text-decoration: none;
}

/* アイコン */
.icnMail {
  color: #358f31;
}

.icnMail:before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f0e0";
}

.icnMail svg {
  margin-right: 7px;
  color: inherit;
}

/* 注釈 */
.note1 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

/* リスト */
.noteList1 > li {
  text-indent: -1em;
  padding-left: 1em;
}

.numList1 > li {
  text-indent: -2.65em;
  padding-left: 2.65em;
}

/* テーブル */
.tblBox1 {
  background: #FFF;
  margin: 0 auto 50px;
  padding: 30px 50px;
  box-sizing: border-box;
}

.tblBox1 .tblCap {
  font-size: 2.3rem;
  border-bottom: 2px solid #499745;
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-weight: 600;
}

.tblBox1 table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans Japanese";
}

.tblBox1 tr:last-child td,
.tblBox1 tr:last-child th {
  border: none;
}

.tblBox1 th,
.tblBox1 td {
  padding: 8px 0;
  border-bottom: 1px dotted #CCC;
}

.tblBox1.noBd th,
.tblBox1.noBd td {
  border-bottom: none;
}

.tblBox1 th {
  width: 20%;
}

.tblBox1 td {
  padding-left: 10px;
}

.tblBox1 .btnWrap {
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #CCC;
}

.tblBox1.noBd .btnWrap {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .tblBox1 {
    margin-bottom: 5%;
    padding: 5% 5%;
  }
  .tblBox1 .tblCap {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }
  .tblBox1 table {
    display: block;
    width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans Japanese";
  }
  .tblBox1 tbody,
.tblBox1 tr,
.tblBox1 th,
.tblBox1 td {
    display: block;
  }
  .tblBox1 th {
    width: auto;
    padding: 2.5vw 0 0.9375vw;
    font-weight: bold;
    border-bottom: none;
  }
  .tblBox1 td {
    padding: 0 0 2.5vw;
    font-size: 1.2rem;
  }
  .tblBox1 .btnWrap {
    padding: 4.6875vw 0 0;
  }
}
/* ライン */
.lines {
  display: flex;
  height: 5px;
  font-size: 0;
}

.lines hr {
  display: block;
  width: 20%;
  height: 100%;
}

.lines hr:nth-child(1) {
  background-color: #358f31;
}

.lines hr:nth-child(2) {
  background-color: #65bf2e;
}

.lines hr:nth-child(3) {
  background-color: #3bab3e;
}

.lines hr:nth-child(4) {
  background-color: #bfb62e;
}

.lines hr:nth-child(5) {
  background-color: #17ba6f;
}

@media screen and (max-width: 767px) {
  .lines {
    height: 0.78125vw;
  }
}
/* 画像 */
.circleImg {
  padding-top: 100%;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.circleImg .imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circleImg .imgWrap img {
  max-width: none;
  height: 100%;
}

/* リンク集 */
.links1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0 35px;
}

.links1 li {
  background-color: #fff;
  margin-bottom: 30px;
  width: 47.9%;
  border-radius: 5px;
  overflow: hidden;
}

.links1 li > * {
  display: block;
}

.links1 li > * dt {
  overflow: hidden;
}

.links1 li > * dt img {
  width: 100%;
}

.links1 li > * dd {
  padding: 20px 30px;
}

.links1 li > * dd strong {
  display: block;
  color: #358f31;
  font-size: 2rem;
  line-height: 1.8;
}

.links1 li > * dd strong:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #358f31 #358f31 transparent transparent;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.links1 li > * dd strong:before {
  width: 0.6em;
  height: 0.6em;
}

.links1 li > * dd p {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

.links1 li > a img {
  transition: 0.3s;
}

.links1 li > a:hover {
  text-decoration: none;
}

.links1 li > a:hover img {
  transform: scale(1.1);
}

.links1.single {
  justify-content: center;
}

.links1.single li {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .links1 {
    display: block;
    padding: 10% 0 4%;
  }
  .links1 li {
    margin-bottom: 5%;
    width: auto !important;
  }
  .links1 li > * dd {
    padding: 4% 5% 6%;
  }
  .links1 li > * dd strong {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .links1 li > * dd p {
    font-size: 1.2rem;
  }
}
/* 箱 */
.accBtn {
  cursor: pointer;
}

/* フォーム */
.error_messe {
  margin: 5px 0;
  color: red;
}

@media screen and (max-width: 767px) {
  .selectWrap {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
  }
  .selectWrap:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0.5em 0.25em 0 0.25em;
    border-color: #666 transparent transparent;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
  }
  .selectWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
  }
}
/* 状態 */
.dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .dis_flex_block {
    display: block;
  }
}
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  background-color: #8c8c8c;
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #4b972b;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0 1.17188vw;
  }
}
.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}
.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese";
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

.payZone {
  padding: 70px 0 120px;
}

.payZone .thisLead {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
}

.payZone .thisLead dt {
  margin-bottom: 0.5em;
  color: #358f31;
  font-size: 2rem;
  font-weight: bold;
}

.payZone .thisLead dd {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.625;
}

.payZone h4 {
  margin: 2.3913em 0 0.86957em;
  padding-bottom: 0.46584em;
  color: #000;
  font-size: 2.3rem;
  border-bottom: 2px solid #499745;
}

.payZone h5 {
  margin: 2em 0 1em;
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.payZone h5:before {
  content: "";
  display: inline-block;
  background-color: #499745;
  width: 4px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}

.payZone table {
  width: 100%;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  border: 1px solid #ccc;
}

.payZone th,
.payZone td {
  padding: 8px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.payZone th {
  background-color: #499745;
  width: 150px;
  color: #fff;
}

.payZone td {
  background-color: #fff;
}

.payZone thead td {
  background-color: #e5e5e7;
}

.payZone small {
  margin-top: 10px;
  font-family: "Noto Sans Japanese";
  font-size: 1.2rem;
}

.payZone ul {
  display: flex;
  justify-content: space-between;
}

.payZone ul > li {
  width: 47.5%;
}

.payZone ul > li th {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .payZone {
    padding: 10% 0 10%;
  }
  .payZone .thisLead {
    padding: 5%;
  }
  .payZone .thisLead dt {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .payZone .thisLead dd {
    font-size: 1.4rem;
  }
  .payZone h4 {
    font-size: 1.7rem;
  }
  .payZone h5 {
    margin-bottom: 0.5em;
    padding-left: 0.8em;
    font-size: 1.4rem;
  }
  .payZone h5:before {
    width: 0.3em;
    top: 0.2em;
    bottom: 0.2em;
  }
  .payZone table {
    font-size: 1rem;
  }
  .payZone th,
.payZone td {
    padding: 1% 2%;
  }
  .payZone th {
    width: auto;
  }
  .payZone small {
    margin-top: 2%;
    font-size: 1rem;
  }
  .payZone ul {
    display: block;
  }
  .payZone ul > li {
    width: auto;
  }
  .payZone ul > li + li h5 {
    margin-top: 2em !important;
  }
  .payZone ul > li th {
    width: 45%;
  }
  .payZone h4 + ul li:first-child th {
    width: auto;
  }
}
/*--------------------------------------
  トップページ
---------------------------------------*/
.pageSitetop .main {
  padding-top: 5px;
  margin-bottom: 8px;
}

@-webkit-keyframes mainSld1 {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 1860px top;
  }
}

@keyframes mainSld1 {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 1860px top;
  }
}
@-webkit-keyframes mainSld2 {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -1860px top;
  }
}
@keyframes mainSld2 {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -1860px top;
  }
}
.pageSitetop .main .bg1 {
  background: url(../img/top/main_bg1.png) center top repeat-x;
  background-size: 100% auto;
  padding-top: 15.55556%;
}

.pageSitetop .main .bg2 {
  background: url(../img/top/main_bg2.png) center top repeat-x;
  background-size: 100% auto;
  padding-top: 15.55556%;
}

.pageSitetop .main h1 {
  background-color: #fff;
  padding: 25px;
  font-size: 5rem;
  text-align: center;
  line-height: 1.2;
}

.pageSitetop .main h1 .in {
  display: inline-block;
}

.pageSitetop .main h1 small {
  font-size: 80%;
  color: rgba(0, 0, 0, 0.7);
}

.pageSitetop .main h1 span {
  display: block;
  padding-top: 10px;
  font-size: 2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pageSitetop .main h1 span {
    font-size: 1rem;
  }
}
.pageSitetop .main h1 span a {
  color: #358f31;
}

.pageSitetop .main h1 span a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #358f31;
  border-right: 2px solid #358f31;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .pageSitetop .main h1 span a:after {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .pageSitetop .main {
    margin-bottom: 1.25%;
  }
  .pageSitetop .main .bg1 {
    background: url(../img/top/main_bg1_sp.png) center top no-repeat;
    background-size: cover;
    height: 17vw;
  }
  .pageSitetop .main .bg2 {
    background: url(../img/top/main_bg2_sp.png) center top no-repeat;
    background-size: cover;
    height: 17vw;
  }
  .pageSitetop .main h1 {
    padding: 4.6875% 3.125%;
    font-size: 2rem;
  }
}
.pageSitetop .serviceZone {
  background-color: #f2f2f2;
  padding: 70px 0 60px;
  text-align: center;
  overflow: hidden;
}

.pageSitetop .serviceZone .topServiceSlk {
  margin: 0 -10px;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl {
  margin: 0 10px;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl dt {
  margin-bottom: 20px;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl dt span {
  display: inline-block;
  position: relative;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl dt span img {
  position: relative;
  z-index: 3;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl dd strong {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl dd p {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.5;
}

.pageSitetop .serviceZone .topServiceSlk .liItem dl dd.spB {
  display: none;
}

@media screen and (max-width: 767px) {
  .pageSitetop .serviceZone .topServiceSlk .liItem dl dd.spB {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pageSitetop .serviceZone {
    padding: 6.25% 0 10.15625%;
  }
  .pageSitetop .serviceZone .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .pageSitetop .serviceZone .topServiceSlk {
    margin: 0;
  }
  .pageSitetop .serviceZone .topServiceSlk .liItem dl {
    margin: 0 5%;
  }
  .pageSitetop .serviceZone .topServiceSlk .liItem dl dt {
    margin-bottom: 3.125vw;
  }
  .pageSitetop .serviceZone .topServiceSlk .liItem dl dd strong {
    margin-bottom: 2.34375vw;
    font-size: 1.2rem;
  }
  .pageSitetop .serviceZone .topServiceSlk .liItem dl dd p {
    font-size: 1rem;
  }
  .pageSitetop .serviceZone .topServiceSlk .liItem dl dd p br {
    display: none;
  }
}
.pageSitetop .newsZone {
  padding: 80px 0 70px;
}

.pageSitetop .newsZone .topNewsSlk {
  margin: 0 -12px;
}

.pageSitetop .newsZone .topNewsSlk img {
  height: auto;
}

.pageSitetop .newsZone .topNewsSlk .liItem > a {
  display: block;
  margin: 0 12px;
  transition: 0.3s;
}

.pageSitetop .newsZone .topNewsSlk .liItem > a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.pageSitetop .newsZone .topNewsSlk .liItem dl dt {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  height: 150px;
  border: 1px solid #CCC;
}

.pageSitetop .newsZone .topNewsSlk .liItem dl dd {
  font-family: "Noto Sans Japanese";
  font-size: 1.4rem;
  line-height: 1.57143;
}

.pageSitetop .newsZone .topNewsSlk .liItem dl dd small {
  display: block;
  color: #666;
}

@media screen and (max-width: 767px) {
  .pageSitetop .newsZone {
    padding: 19.375% 0 3.75%;
  }
  .pageSitetop .newsZone .topNewsSlk {
    margin: 0 -1.875vw;
  }
  .pageSitetop .newsZone .topNewsSlk .slick-slider {
    padding-bottom: 6.25vw;
  }
  .pageSitetop .newsZone .topNewsSlk .slick-dots {
    bottom: 0;
  }
  .pageSitetop .newsZone .topNewsSlk .liItem > a {
    margin: 0 1.875vw;
  }
  .pageSitetop .newsZone .topNewsSlk .liItem dl dt {
    margin-bottom: 1.5625vw;
  }
  .pageSitetop .newsZone .topNewsSlk .liItem dl dd {
    font-size: 1rem;
  }
}
.pageSitetop .officeZone {
  background: #30972b;
  padding: 50px 0 70px;
}

.pageSitetop .officeZone .inner {
  max-width: 1400px;
}

@media screen and (max-width: 767px) {
  .pageSitetop .officeZone .inner {
    padding-bottom: 27vw;
  }
}
.pageSitetop .officeZone .ttl1 {
  color: #fff;
}

.pageSitetop .officeZone .ttl1 em {
  color: #fff;
}

.pageSitetop .officeZone .ttl1:before {
  background-color: #FFF;
}

.pageSitetop .officeZone .ttl1 > div > em {
  color: inherit;
}

.pageSitetop .officeZone ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageSitetop .officeZone ul li {
  width: 33%;
  margin-bottom: 0.5%;
}

.pageSitetop .officeZone ul li a {
  display: block;
  padding: 16px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 160px;
  transition: 0.3s;
  background: url(../img/top/thumb_azabujuban.jpg);
  background-image: url(../img/top/thumb_azabujuban.jpg);
  color: #FFF;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .pageSitetop .officeZone ul li a {
    min-height: 0;
  }
}
.pageSitetop .officeZone ul li a:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0px;
  position: absolute;
}

.pageSitetop .officeZone ul li a.yoyogiuehara {
  background: url(../img/top/thumb_yoyogiuehara.jpg);
}

.pageSitetop .officeZone ul li a.sangubashi {
  background: url(../img/top/thumb_sangubashi.jpg);
}

.pageSitetop .officeZone ul li a.azabujuban {
  background: url(../img/top/thumb_azabujuban.jpg);
}

.pageSitetop .officeZone ul li a.kagurazaka {
  background: url(../img/top/thumb_kagurazaka.jpg);
}

.pageSitetop .officeZone ul li a.hiroo {
  background: url(../img/top/thumb_hiroo.jpg);
}

.pageSitetop .officeZone ul li a.shinjuku {
  background: url(../img/top/thumb_shinjuku.jpg);
}

.pageSitetop .officeZone ul li a.motoyawata {
  background: url(../img/top/thumb_motoyawata.jpg);
}

.pageSitetop .officeZone ul li a.gakugeidaigaku {
  background: url(../img/top/thumb_gakudaiannex.jpg);
}

.pageSitetop .officeZone ul li a.gakudaiannex {
  background: url(../img/top/thumb_gakugeidaigaku.jpg);
}

.pageSitetop .officeZone ul li a.seijou {
  background: url(../img/top/thumb_seijou.jpg);
}

.pageSitetop .officeZone ul li a.kidsAzabu {
  background: url(../img/top/thumb_cloverkidsazabu.jpg);
}

.pageSitetop .officeZone ul li a.kidsGakudai {
  background: url(../img/top/thumb_cloverkidsgakudai.jpg);
}

.pageSitetop .officeZone ul li a.azumino {
  background: url(../img/top/thumb_azumino.jpg);
}

.pageSitetop .officeZone ul li a.shibakouen {
  background: url(../img/top/thumb_shibakouen.jpg);
}

.pageSitetop .officeZone ul li a.yutenzi {
  background: url(../img/top/thumb_yutenzi.jpg);
}

.pageSitetop .officeZone ul li a.nihonbasi {
  background: url(../img/top/thumb_nihonbasi.jpg);
}

.pageSitetop .officeZone ul li a:hover {
  text-decoration: none;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.pageSitetop .officeZone ul li a .txt {
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  font-family: "source-han-serif-japanese";
  text-align: center;
}

.pageSitetop .officeZone ul li a .txt dt {
  padding-bottom: 0.3em;
  font-size: 3.8rem;
}

.pageSitetop .officeZone ul li a .txt dt::first-letter {
  font-size: 200%;
}

@media screen and (max-width: 767px) {
  .pageSitetop .officeZone {
    padding: 8.4375% 0 1.875%;
  }
  .pageSitetop .officeZone .inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .pageSitetop .officeZone ul li {
    width: 90%;
    margin: 2% auto;
  }
  .pageSitetop .officeZone ul li a {
    padding: 3vw;
  }
  .pageSitetop .officeZone ul li a .txt {
    font-size: 1.2rem;
  }
  .pageSitetop .officeZone ul li a .txt dt {
    font-size: 1.6rem;
  }
}
/*--------------------------------------
  経営理念
---------------------------------------*/
/* トップ */
@media screen and (max-width: 767px) {
  .catManagement.pageTop {
    width: 100%;
    overflow: hidden;
  }
}
.catManagement.pageTop .content {
  padding: 90px 0 70px;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content {
    padding: 30px 0;
  }
}
.catManagement.pageTop .content .block1 {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .block1 {
    margin-bottom: 20px;
  }
}
.catManagement.pageTop .content .block1 h3 {
  margin-bottom: 50px;
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .block1 h3 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
.catManagement.pageTop .content .block1 p {
  font-size: 1.8rem;
}

.catManagement.pageTop .content .block1 p + p {
  margin-top: 1em;
  line-height: 2;
}

.catManagement.pageTop .content .block1 p strong {
  display: block;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .block1 p {
    font-size: 1.4rem;
    text-align: left;
  }
  .catManagement.pageTop .content .block1 p > br {
    display: none;
  }
}
.catManagement.pageTop .content .menus > a {
  display: flex;
  color: #f8f8f8;
  transition: 0.3s;
}

.catManagement.pageTop .content .menus > a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.catManagement.pageTop .content .menus > a + a {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a {
    display: block;
  }
}
.catManagement.pageTop .content .menus > a:nth-child(even) {
  flex-direction: row-reverse;
}

.catManagement.pageTop .content .menus > a:before {
  content: "";
  display: block;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 67.3029%;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a:before {
    width: 100%;
    height: 40vw;
    background-size: 100% auto;
  }
}
.catManagement.pageTop .content .menus > a:nth-child(1):before {
  background-image: url(../img/management/menu01.png);
}

.catManagement.pageTop .content .menus > a:nth-child(2):before {
  background-image: url(../img/management/menu02.png);
}

.catManagement.pageTop .content .menus > a:nth-child(3):before {
  background-image: url(../img/management/menu03.png);
}

.catManagement.pageTop .content .menus > a > div {
  background-color: #358f31;
  width: 100%;
  padding: 70px 15px 80px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a > div {
    padding: 5%;
  }
}
.catManagement.pageTop .content .menus > a > div h2 {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a > div h2 {
    font-size: 1.8rem;
  }
}
.catManagement.pageTop .content .menus > a > div h2 em {
  display: block;
  font-size: 1.42857em;
  opacity: 0.2;
}

.catManagement.pageTop .content .menus > a > div h2 em.szS {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a > div h2 em {
    line-height: 1;
  }
}
.catManagement.pageTop .content .menus > a > div h2 span {
  display: block;
  margin-top: 0.4em;
  line-height: 1.2;
}

.catManagement.pageTop .content .menus > a > div h2 span small {
  font-size: 0.8em;
}

.catManagement.pageTop .content .menus > a > div .btnWrap {
  margin-top: 30px;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a > div .btnWrap {
    margin-top: 3%;
  }
}
.catManagement.pageTop .content .menus > a > div .btnWrap span {
  display: inline-flex;
  align-items: center;
  padding: 0.7em 1.5em;
  font-size: 1.8rem;
  border: 1px solid #f8f8f8;
}

.catManagement.pageTop .content .menus > a > div .btnWrap span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: #f8f8f8 #f8f8f8 transparent transparent;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.catManagement.pageTop .content .menus > a > div .btnWrap span:before {
  width: 0.6em;
  height: 0.6em;
}

@media screen and (max-width: 767px) {
  .catManagement.pageTop .content .menus > a > div .btnWrap span {
    padding: 0.5em;
    font-size: 1.2rem;
  }
}
/* ブログ一覧 */
.catManagement.pageBlog .content {
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catManagement.pageBlog .content .lead1 {
    font-size: 1.2rem;
  }
}
.catManagement.pageBlog .content .blogList {
  text-align: center;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catManagement.pageBlog .content .blogList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.catManagement.pageBlog .content .blogList > li {
  width: 17%;
  display: inline-block;
  margin: 0 1% 50px 1%;
  vertical-align: top;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .catManagement.pageBlog .content .blogList > li {
    width: 46%;
    margin: 0 0 25px 0;
  }
}
.catManagement.pageBlog .content .blogList > li a {
  display: block;
}

.catManagement.pageBlog .content .blogList > li a.btnTwt, .catManagement.pageBlog .content .blogList > li a.btnInsta {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}

.catManagement.pageBlog .content .blogList > li a.btnTwt img, .catManagement.pageBlog .content .blogList > li a.btnInsta img {
  max-width: 30px;
  height: auto;
}

.catManagement.pageBlog .content .blogList > li a dl dt span img {
  transition: 0.3s;
}

.catManagement.pageBlog .content .blogList > li a dl dd {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .catManagement.pageBlog .content .blogList > li a dl dd {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.catManagement.pageBlog .content .blogList > li a:hover {
  text-decoration: none;
}

.catManagement.pageBlog .content .blogList > li a:hover dl dt span img {
  transform: scale(1.1);
}

/*--------------------------------------
  デイサービス
---------------------------------------*/
.catDayservice .officeTop {
  font-size: 2.2rem;
  padding: 20px 100px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #358f31;
  color: #FFF;
  text-align: center;
  display: inline-block;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .catDayservice .officeTop {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
.catDayservice .officeTop:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 10px;
}

.catDayservice .officeBtns {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
}

.catDayservice .officeBtns a {
  width: 33.3%;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  border: 1px solid #CCC;
  border-right: 0px;
  color: #333;
  padding: 10px 5px;
}

.catDayservice .officeBtns a:last-child {
  border-right: 1px solid #CCC;
}

.catDayservice .officeBtns a:before {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .catDayservice .officeBtns a {
    font-size: 1.2rem;
    padding: 2%;
  }
}
.catDayservice .officeBtns a.btnBlog:before {
  background-image: url(../img/ft_sns_blog.png);
}

.catDayservice .officeBtns a.btnTwitter:before {
  background-image: url(../img/ft_sns_tw_top.png);
}

.catDayservice .officeBtns a.btnInstagram:before {
  background-image: url(../img/ft_sns_insta_top.png);
}

.catDayservice.pageDayTop .top-copy {
  text-align: center;
  padding: 70px 0 0 0;
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .top-copy {
    font-size: 1.8rem;
    padding: 30px 0 0 0;
  }
}
.catDayservice.pageDayTop .day-box {
  display: flex;
  padding: 70px 0 0 0;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .catDayservice.pageDayTop .day-box {
    display: block;
  }
  .catDayservice.pageDayTop .day-box .photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .day-box {
    padding: 30px 0 0 0;
  }
}
.catDayservice.pageDayTop .day-box .txt {
  padding: 40px;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .catDayservice.pageDayTop .day-box .txt {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
}
.catDayservice.pageDayTop .day-box .txt p {
  font-size: 1.6rem;
  padding-bottom: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .day-box .txt p {
    font-size: 1.3rem;
    padding: 10px 0 0 0;
  }
  .catDayservice.pageDayTop .day-box .txt p br {
    display: none;
  }
}
.catDayservice.pageDayTop .day-box.day-box2 {
  flex-direction: row-reverse;
}

.catDayservice.pageDayTop .day-box.day-box2 .txt {
  padding: 0 20px 0 10px;
}

@media screen and (max-width: 1024px) {
  .catDayservice.pageDayTop .day-box.day-box2 .txt {
    padding: 0px;
  }
}
.catDayservice.pageDayTop .day-box.day-box3 {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .day-box.day-box3 {
    padding-bottom: 30px;
  }
}
.catDayservice.pageDayTop .catch-text {
  padding: 50px 0;
  font-size: 3rem;
  color: #FFF;
  text-align: center;
  background: #358f31;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .catch-text {
    padding: 5% 3%;
    font-size: 1.5rem;
  }
  .catDayservice.pageDayTop .catch-text br.sp {
    display: inline !important;
  }
}
.catDayservice.pageDayTop .featureBlock2 {
  padding: 50px 0;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 {
    font-size: 1.2rem;
  }
}
.catDayservice.pageDayTop .featureBlock2 li {
  display: flex;
  background: #FFF;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 li {
    display: block;
    padding-bottom: 5%;
  }
}
.catDayservice.pageDayTop .featureBlock2 li:nth-child(even) {
  flex-direction: row-reverse;
}

.catDayservice.pageDayTop .featureBlock2 li > div {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 li > div {
    width: 100%;
  }
}
.catDayservice.pageDayTop .featureBlock2 li > div.txt {
  display: flex;
  padding: 0 80px;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 li > div.txt {
    padding: 4%;
  }
}
.catDayservice.pageDayTop .featureBlock2 li > div.txt h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 li > div.txt h3 {
    font-size: 2rem;
  }
}
.catDayservice.pageDayTop .featureBlock2 li > div.txt h3 em {
  display: block;
}

.catDayservice.pageDayTop .featureBlock2 li > div.txt h3 strong {
  display: inline-block;
  font-size: 5rem;
  padding: 0 0.3em 0.3em 0.3em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 li > div.txt h3 strong {
    font-size: 5vw;
  }
}
.catDayservice.pageDayTop .featureBlock2 li p {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock2 li p {
    font-size: 1.3rem;
  }
}
.catDayservice.pageDayTop .featureBlock {
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock {
    font-size: 1.3rem;
    margin-top: 25px;
    padding: 25px 0;
    text-align: left;
  }
  .catDayservice.pageDayTop .featureBlock .taC {
    text-align: left;
  }
  .catDayservice.pageDayTop .featureBlock .inner-s {
    padding: 0 3%;
  }
}
.catDayservice.pageDayTop .featureBlock p {
  padding-bottom: 1em;
  line-height: 1.8;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock p {
    text-align: left;
  }
}
.catDayservice.pageDayTop .featureBlock p.txt2 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock p.txt2 {
    font-size: 1.4rem;
  }
}
.catDayservice.pageDayTop .featureBlock p.txt3 {
  color: #358f31;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDayTop .featureBlock p.txt3 {
    font-size: 1.4rem;
  }
}
.catDayservice.pageDayTop .featureBlock p.voice {
  padding: 1em;
  background: #EEEEEE;
  border-radius: 5px;
  margin-bottom: 1em;
}

/* 事業所 */
.catDayservice.pageOffice .acrdList .accSlkBox {
  text-align: center;
  position: relative;
}

.catDayservice.pageOffice .acrdList .accBtn {
  background-color: #358f31;
  color: #fff !important;
  padding: 40px 2.4em;
  color: #358f31;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accBtn {
    margin-bottom: 3%;
  }
}
.catDayservice.pageOffice .acrdList .accCont {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 80px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
}
.catDayservice.pageOffice .acrdList .accCont .office-box {
  width: 48%;
}

.catDayservice.pageOffice .acrdList .accCont .office-box .payZone h5 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .office-box {
    width: 100%;
  }
}
.catDayservice.pageOffice .acrdList .accCont .mainImg {
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .mainImg {
    display: none;
  }
}
.catDayservice.pageOffice .acrdList .accCont .mainImg img {
  width: 100%;
  height: auto;
}

.catDayservice.pageOffice .acrdList .accCont .mainImg p {
  position: absolute;
  left: 5%;
  top: 40%;
  font-size: 3rem;
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
}

.catDayservice.pageOffice .acrdList .accCont .thisLead {
  margin: 0 auto 50px auto;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
  font-family: "Noto Sans Japanese";
}

.catDayservice.pageOffice .acrdList .accCont .thisLead strong {
  display: block;
  color: #358f31;
  font-weight: bold;
  margin: 40px 0 10px 0;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .thisLead strong {
    font-size: 1.6rem;
    margin: 2px 0 10px 0;
  }
}
.catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-arrow, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 .slick-arrow {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: #38a23b #38a23b transparent transparent;
  box-sizing: border-box;
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-arrow:before, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 .slick-arrow:before {
  content: normal;
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-arrow.slick-prev, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 .slick-arrow.slick-prev {
  left: -64px;
  transform: rotate(-135deg);
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-arrow.slick-next, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 .slick-arrow.slick-next {
  right: -64px;
  transform: rotate(45deg);
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-list, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 .slick-list {
  margin: 0 -10px;
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk ul, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 ul {
  text-align: left;
  letter-spacing: -0.4em;
  margin-left: -10px;
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk ul .liItem, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 ul .liItem {
  letter-spacing: normal;
  display: inline-block;
  width: 87px;
  height: 87px;
  margin: 0 0 10px 10px;
}

.catDayservice.pageOffice .acrdList .accCont .officeSlk ul .liItem img.selected, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 ul .liItem img.selected {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .officeSlk ul .liItem, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 ul .liItem {
    height: auto;
    width: 100%;
  }
  .catDayservice.pageOffice .acrdList .accCont .officeSlk ul .liItem img, .catDayservice.pageOffice .acrdList .accCont .officeSlk2 ul .liItem img {
    width: 100%;
    height: auto;
  }
}
.catDayservice.pageOffice .acrdList .accCont .infoBox {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .infoBox {
    width: 100%;
  }
}
.catDayservice.pageOffice .acrdList .accCont .infoBox h3 {
  font-size: 2.8rem;
  color: #358f31;
  font-weight: bold;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #358f31;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .infoBox h3 {
    font-size: 2rem;
    margin-bottom: 2%;
    padding-bottom: 2%;
    margin-top: 5%;
  }
}
.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li dt {
  margin-bottom: 30px;
  font-size: 3rem;
  display: none;
  font-weight: bold;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li dt span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.access dd {
  position: relative;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.access dd iframe {
  width: 100%;
  height: 300px;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo {
  padding-top: 30px;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table {
  width: 100%;
  font-family: "Noto Sans Japanese";
  font-size: 1.4rem;
  text-align: left;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table tr {
  border-top: 1px solid #ccc;
}

.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table th {
  padding: 5px 40px 5px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table th {
    white-space: normal;
  }
}
.catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table td {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageOffice .acrdList > ul > li:before {
    padding-top: 40%;
  }
  .catDayservice.pageOffice .acrdList .accSlkBox {
    text-align: left;
  }
  .catDayservice.pageOffice .acrdList .accBtn {
    padding: 4.6875% 12.5% 4.6875% 4.6875%;
    font-size: 1.6rem;
  }
  .catDayservice.pageOffice .acrdList .accBtn:after {
    right: 6%;
  }
  .catDayservice.pageOffice .acrdList .accCont {
    padding-bottom: 3.125%;
  }
  .catDayservice.pageOffice .acrdList .accCont .mainImg {
    margin-bottom: 6.25%;
  }
  .catDayservice.pageOffice .acrdList .accCont .thisLead {
    margin-bottom: 6.25%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .catDayservice.pageOffice .acrdList .accCont .officeSlk {
    margin-bottom: 10%;
    padding: 0;
  }
  .catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-dots {
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .catDayservice.pageOffice .acrdList .accCont .officeSlk .slick-list {
    margin: 0 -5px;
  }
  .catDayservice.pageOffice .acrdList .accCont .officeSlk .liItem {
    padding: 0 5px;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul {
    display: block;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li {
    width: auto;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li + li {
    margin-top: 10%;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li dt {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li dt span {
    padding-bottom: 1%;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table th {
    padding: 2% 5% 2% 0;
  }
  .catDayservice.pageOffice .acrdList .accCont .infoBox > ul > li.gaiyo dd table td {
    padding: 2% 0;
  }
}
/* よくある質問 */
.catDayservice.pageQa .content {
  padding: 50px 0 100px;
}

.catDayservice.pageQa .accBox > li {
  border-bottom: 1px solid #529f4f;
}

.catDayservice.pageQa .accBtn {
  padding: 30px 3em 30px 0;
  color: #358f31;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}

.catDayservice.pageQa .accBtn:after {
  content: "";
  display: inline-block;
  width: 0.83333em;
  height: 0.83333em;
  margin: auto;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: #358f31 #358f31 transparent transparent;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0.5em;
  right: 35px;
}

.catDayservice.pageQa .accBtn.show:after {
  transform: rotate(-45deg);
  top: 0.5em;
  bottom: 0;
}

.catDayservice.pageQa .accCont {
  display: none;
  padding-bottom: 30px;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.625;
}

.catDayservice.pageQa .accCont p + p {
  margin-top: 1em;
}

.catDayservice.pageQa .accCont p em {
  background: linear-gradient(transparent 40%, #fc0 40%, #fc0 90%, transparent 90%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageQa .content {
    padding: 7.8125% 0 9.375%;
  }
  .catDayservice.pageQa .accBtn {
    padding: 4.6875vw 3em 4.6875vw 0;
    font-size: 1.6rem;
  }
  .catDayservice.pageQa .accBtn:after {
    width: 0.66667em;
    height: 0.66667em;
    right: 1%;
  }
  .catDayservice.pageQa .accCont {
    padding-bottom: 4.6875vw;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* クローバーの介護観 */
.catDayservice.pageCare .inner .ttl2 {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.catDayservice.pageCare section {
  background: #FFF;
}

.catDayservice.pageCare #pankz {
  background: #FFF;
}

.catDayservice.pageCare .content {
  padding: 65px 0 0px;
  text-align: center;
  background-color: #EEE;
}

.catDayservice.pageCare .content .thisLead {
  display: flex;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.625;
}

.catDayservice.pageCare .content .thisLead .img {
  width: 40%;
}

.catDayservice.pageCare .content .thisLead .txts {
  width: 60%;
  padding-left: 20px;
  text-align: left;
  box-sizing: border-box;
}

.catDayservice.pageCare .content .thisLead p + p {
  margin-top: 0.7em;
}

.catDayservice.pageCare .careBox {
  background-color: #eee;
  padding: 50px 0 50px;
}

.catDayservice.pageCare .careBox .box {
  background: url(../img/dayservice/care/quote.png) left 47px no-repeat rgba(255, 255, 255, 0.3);
  padding: 80px 40px 40px;
}

.catDayservice.pageCare .careBox .box p {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.625;
  text-shadow: 0 0 5px #fff;
}

.catDayservice.pageCare .careBox .box p.name {
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageCare:before {
    background: url(../img/dayservice/care/care_bg_fix.jpg) top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
  }
  .catDayservice.pageCare .spCont {
    position: relative;
  }
  .catDayservice.pageCare .content {
    padding: 7.8125% 0 4.6875%;
  }
  .catDayservice.pageCare .content .thisLead {
    display: block;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
  }
  .catDayservice.pageCare .content .thisLead .img {
    width: auto;
  }
  .catDayservice.pageCare .content .thisLead .txts {
    width: auto;
    padding: 3% 0 0;
  }
  .catDayservice.pageCare .content .thisLead .txts p + p {
    margin-top: 0.7em;
  }
  .catDayservice.pageCare .careBox {
    padding: 4.6875% 0;
    position: relative;
  }
  .catDayservice.pageCare .careBox .box {
    background-position: left 1em;
    background-size: 4em auto;
    padding: 9.375vw 4.6875vw 4.6875vw;
    font-size: 1.4rem;
    position: relative;
  }
  .catDayservice.pageCare .careBox .box p {
    font-size: inherit;
    line-height: 1.4;
  }
  .catDayservice.pageCare .careBox .box p.name {
    margin-top: 0.5em;
  }
}
/* デイサービスクローバーの一日 */
.catDayservice.pageDay .pageNavi {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDay .pageNavi {
    font-size: 1.2rem;
    padding: 1em 0 3em 0;
  }
}
.catDayservice.pageDay .pageNavi a {
  display: inline-block;
  margin: 0 1em;
  color: #358f31;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDay .pageNavi a {
    margin: 0;
  }
  .catDayservice.pageDay .pageNavi a:first-of-type {
    margin-right: 1em;
  }
}
.catDayservice.pageDay .pageNavi a:hover {
  text-decoration: underline;
}

.catDayservice.pageDay .pageNavi a:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: -0.2em 0.5em 0 0;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: #358f31 #358f31 transparent transparent;
  box-sizing: border-box;
  transform: rotate(135deg);
  transition: inherit;
}

.catDayservice.pageDay .dayZone {
  padding-top: 75px;
  text-align: center;
}

.catDayservice.pageDay .dayZone .inner.no1 {
  padding-bottom: 140px;
}

.catDayservice.pageDay .dayZone .pageScrl {
  margin-bottom: 70px;
  font-size: 1.7rem;
  font-weight: bold;
}

.catDayservice.pageDay .dayZone .pageScrl .clkScrl {
  width: 233px;
  padding: 9px 0;
}

.catDayservice.pageDay .dayZone .pageScrl .clkScrl + .clkScrl {
  margin-left: 33px;
}

.catDayservice.pageDay .dayZone .thisLead {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.625;
}

.catDayservice.pageDay .dayZone .flowBox > li {
  background-color: #fff;
  position: relative;
  padding-top: 50px;
}

.catDayservice.pageDay .dayZone .flowBox > li h4 {
  display: block;
  background-color: inherit;
  width: 170px;
  height: 170px;
  margin: auto;
  padding-top: 0.7em;
  font-size: 3.5rem;
  letter-spacing: 0;
  border-radius: 50% 50% 0 0;
  box-sizing: border-box;
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
}

.catDayservice.pageDay .dayZone .flowBox > li h4 span {
  margin: 0 -0.2em;
}

.catDayservice.pageDay .dayZone .flowBox > li > .inner {
  padding: 0 60px 130px;
  position: relative;
}

.catDayservice.pageDay .dayZone .flowBox > li > .inner:before {
  background-color: #f0f0f0;
  width: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dl {
  width: 100%;
  font-family: "Noto Sans Japanese";
  text-align: left;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dt {
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 80px;
  color: #358f31;
  font-size: 2.2rem;
  line-height: 1.36364;
  border-bottom: 1px solid #358f31;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dt small {
  display: inline-block;
  font-size: 0.68182em;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dd {
  padding: 0 0 10px 80px;
  font-size: 1.6rem;
  line-height: 1.5625;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .time {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: #358f31;
  width: 111px;
  height: 111px;
  color: #fff;
  font-family: "Noto Sans Japanese";
  font-size: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -51px;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .img {
  flex-shrink: 0;
  width: 50%;
  position: relative;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .img img {
  border-radius: 10px;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .img .time {
  top: -17px;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li + li {
  margin-top: 50px;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li.hasImg dt {
  padding: 0.5em 0 0.5em 20px;
}

.catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li.hasImg dd {
  padding: 0 0 10px 20px;
}

.catDayservice.pageDay .dayZone .flowBox > li:nth-child(2n) {
  background-color: #f0f0f0;
}

.catDayservice.pageDay .dayZone .flowBox > li:nth-child(2n) > .inner:before {
  background-color: #fff;
}

.catDayservice.pageDay .dayZone .flowBox > li:last-child {
  padding-bottom: 80px;
}

.catDayservice.pageDay .dayZone .flowBox > li:last-child > .inner {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .catDayservice.pageDay .dayZone {
    padding-top: 10%;
  }
  .catDayservice.pageDay .dayZone .inner.no1 {
    padding-bottom: 20%;
  }
  .catDayservice.pageDay .dayZone .pageScrl {
    margin-bottom: 10%;
    font-size: 1.2rem;
  }
  .catDayservice.pageDay .dayZone .pageScrl .clkScrl {
    width: 48%;
    padding: 2.4vw 0;
  }
  .catDayservice.pageDay .dayZone .pageScrl .clkScrl + .clkScrl {
    margin-left: 4%;
  }
  .catDayservice.pageDay .dayZone .thisLead {
    font-size: 1.3rem;
  }
  .catDayservice.pageDay .dayZone .flowBox > li {
    padding-top: 5%;
  }
  .catDayservice.pageDay .dayZone .flowBox > li h4 {
    width: 37.5vw;
    height: 37.5vw;
    font-size: 2.4rem;
    top: -15vw;
  }
  .catDayservice.pageDay .dayZone .flowBox > li > .inner {
    padding: 0 4.6875% 20.3125%;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li {
    display: block;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dl {
    width: auto;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dt {
    padding: 0.5em 0 0.5em 15vw;
    font-size: 1.8rem;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li dd {
    padding: 0 0 0.5em 0;
    font-size: 1.4rem;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .time {
    width: 15vw;
    height: 15vw;
    margin: auto;
    font-size: 0.9rem;
    left: -3vw;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .img {
    width: auto;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li .img img {
    margin-top: 5%;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li + li {
    margin-top: 5%;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li.hasImg dt {
    padding: 0.5em 0;
  }
  .catDayservice.pageDay .dayZone .flowBox > li .flowDtl > li.hasImg dd {
    padding: 0 0 0.5em 0;
  }
  .catDayservice.pageDay .dayZone .flowBox > li:last-child {
    padding-bottom: 5%;
  }
}
/*--------------------------------------
  会社情報
---------------------------------------*/
/* トップ */
.catAbout.pageTop .mainImg {
  padding-top: 30px;
  text-align: center;
}

.catAbout.pageTop .mainImg img {
  max-width: 1000px;
}

.catAbout.pageTop .links1 {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .catAbout.pageTop .mainImg {
    padding-top: 0;
  }
  .catAbout.pageTop .links1 {
    padding-top: 10%;
  }
  .catAbout.pageTop .links1 dl {
    display: flex;
  }
  .catAbout.pageTop .links1 dl dt {
    width: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .catAbout.pageTop .links1 dl dt.about1 {
    background: url(../img/about/link_img01.png) no-repeat center;
    background-size: 100% auto;
  }
  .catAbout.pageTop .links1 dl dt.about2 {
    background: url(../img/about/link_img02.png) no-repeat center;
    background-size: auto 100%;
  }
  .catAbout.pageTop .links1 dl dt.about4 {
    background: url(../img/about/link_img04.png) no-repeat center;
    background-size: auto 100%;
  }
  .catAbout.pageTop .links1 dl dt.about3 {
    background: url(../img/about/link_img03.png) no-repeat center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catAbout.pageTop .links1 dl dt.about3 {
    background-position: 80%;
  }
}
@media screen and (max-width: 767px) {
  .catAbout.pageTop .links1 dl dt img {
    display: none;
  }
  .catAbout.pageTop .links1 dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catAbout.pageTop .links1 dl dd strong {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* 会社情報 */
.catAbout.pageClover {
  padding-bottom: 50px;
}

.catAbout.pageClover .wishZone {
  padding-top: 80px;
  text-align: center;
}

.catAbout.pageClover .wishZone .img {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .wishZone .img {
    margin-bottom: 10%;
  }
}
.catAbout.pageClover .wishZone dl {
  display: inline-block;
  text-align: left;
}

.catAbout.pageClover .wishZone dt {
  margin-bottom: 30px;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 0;
}

.catAbout.pageClover .wishZone dt em {
  color: #90c830;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .wishZone dt {
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.7;
  }
}
.catAbout.pageClover .wishZone dd {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .wishZone dd {
    font-size: 1.2rem;
  }
}
.catAbout.pageClover .outlineZone {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .outlineZone .tblBox1 .tblCap {
    font-size: 1.6rem;
  }
}
.catAbout.pageClover .historyZone {
  padding: 90px 0 110px;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .historyZone {
    padding: 30px 0;
  }
}
.catAbout.pageClover .histry-table {
  margin: 0 auto;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .histry-table {
    font-size: 1.2rem;
  }
}
.catAbout.pageClover .histry-table tr:last-child td, .catAbout.pageClover .histry-table tr:last-child th {
  border: none;
}

.catAbout.pageClover .histry-table th, .catAbout.pageClover .histry-table td {
  padding: 8px 0;
  border-bottom: 1px dotted #CCC;
}

.catAbout.pageClover .histry-table th {
  width: 20%;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .histry-table th {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    border-top: 1px dotted #CCC;
    border-bottom: 0px;
  }
}
.catAbout.pageClover .histry-table td p {
  padding: 10px 0;
}

.catAbout.pageClover .histry-table td p img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .catAbout.pageClover .histry-table td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    border: 0px;
  }
}
/* トップメッセージ */
/* VALUE・VISION・PRINCIPLE */
.catAbout.pageValue .imgTxts {
  text-align: center;
}

.catAbout.pageValue .imgTxts dl dt {
  position: relative;
  overflow: hidden;
}

.catAbout.pageValue .imgTxts dl dt h2 {
  color: #f0f0f0;
  font-size: 14rem;
  text-align: left;
  line-height: 1;
  position: absolute;
  bottom: -0.2em;
  left: 40px;
}

@media all and (-ms-high-contrast: none) {
  .catAbout.pageValue .imgTxts dl dt h2 {
    bottom: -0.35em;
  }
}
@media screen and (max-width: 767px) {
  .catAbout.pageValue .imgTxts dl dt h2 {
    font-size: 4rem;
    left: 5%;
  }
}
.catAbout.pageValue .imgTxts dl dt h2 small {
  display: block;
  font-size: 0.23571em;
}

.catAbout.pageValue .imgTxts dl dt h2 span {
  display: block;
  margin-top: 0.1em;
  vertical-align: bottom;
}

.catAbout.pageValue .imgTxts dl dd {
  padding: 60px 15px 90px;
}

@media screen and (max-width: 767px) {
  .catAbout.pageValue .imgTxts dl dd {
    padding: 4%;
  }
}
.catAbout.pageValue .imgTxts dl dd h4 {
  margin-bottom: 30px;
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .catAbout.pageValue .imgTxts dl dd h4 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 15px;
  }
}
.catAbout.pageValue .imgTxts dl dd p {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .catAbout.pageValue .imgTxts dl dd p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }
  .catAbout.pageValue .imgTxts dl dd p br {
    display: none;
  }
}
.catAbout.pageValue .imgTxts dl:nth-child(2n) dt h3 {
  left: auto;
  right: 40px;
}

.catAbout.pageValue .imgTxts dl:nth-child(3) dd h4 {
  margin-bottom: 10px;
}

.catAbout.pageValue .imgTxts dl:nth-child(3) dd p + h4 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .catAbout.pageValue .imgTxts dl:nth-child(3) dd p + h4 {
    margin-top: 20px;
  }
}
/*--------------------------------------
  経営理念
---------------------------------------*/
.catForm .content {
  padding: 50px 0 20px;
}

.catForm .content .btn {
  margin: 0 0.5em;
}

.catForm table {
  color: #333;
}

@media screen and (max-width: 767px) {
  .catForm .content .btn {
    margin: 0;
    width: 100%;
  }
  .catForm .content .btn + .btn {
    margin-top: 3%;
  }
}
.catForm input[type=radio],
.catForm input[type=checkbox] {
  margin-right: 10px;
}

/* トップ */
/* 確認 */
.catForm.pageMailConf {
  padding: 50px 0;
}

.catForm.pageMailConf .formConfBox {
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
  font-size: 1.6em;
}

/* 完了 */
.catForm.pageMailComp {
  padding: 50px 0;
}

.catForm.pageMailComp .formCompBox {
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
  font-size: 1.6em;
}

.catForm.pageMailComp .formCompBox strong {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.2em;
  font-weight: bold;
}

.catForm.pageMailComp .formCompBox p {
  margin-bottom: 1.5em;
}

/*--------------------------------------
 放課後デイサービス
---------------------------------------*/
.catAfter .inner {
  max-width: 1000px;
}

.catAfter .font-green {
  color: #358f31;
}

.catAfter .lead-box {
  padding: 60px 10px 80px 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catAfter .lead-box {
    padding: 30px 10px;
    text-align: left;
  }
}
.catAfter .lead-box h3 {
  font-size: 4rem;
  padding: 50px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .catAfter .lead-box h3 {
    font-size: 2rem;
    padding: 20px 0;
  }
}
.catAfter .lead-box p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.catAfter .lead-box p strong {
  font-weight: bold;
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .catAfter .lead-box p {
    font-size: 1.2rem;
  }
}
.catAfter .about-box {
  background: #FFF;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .catAfter .about-box {
    display: block;
  }
}
.catAfter .about-box dt {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .catAfter .about-box dt {
    width: auto;
  }
}
.catAfter .about-box dd {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .catAfter .about-box dd {
    padding: 2%;
    font-size: 1.2rem;
    line-height: 1.6;
    width: auto;
  }
}
.catAfter .about-box dd p {
  padding: 8px;
}

.catAfter .clover-feature {
  background: #358f31;
  text-align: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 5px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-top: 40px;
  }
}
.catAfter .clover-feature h4 {
  top: -1em;
  position: relative;
  background: #358f31;
  display: inline-block;
  color: #FFF;
  border-radius: 50px;
  padding: 10px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature h4 {
    font-size: 1.8rem;
    margin-bottom: -1em;
  }
}
.catAfter .clover-feature ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 15px 20px 15px;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature ul {
    display: block;
    padding: 0px 10px 0px 10px;
  }
}
.catAfter .clover-feature ul li {
  background: #FFF;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: top;
  align-content: center;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature ul li {
    padding: 8px;
    margin-bottom: 10px;
  }
}
.catAfter .clover-feature ul li p {
  text-align: center;
  width: 100%;
}

.catAfter .clover-feature ul.col4 li {
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature ul.col4 li {
    width: 100%;
  }
}
.catAfter .clover-feature ul.col3 li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature ul.col3 li {
    width: 100%;
  }
}
.catAfter .clover-feature ul.col2 li {
  text-align: left;
  width: 49%;
  padding: 3%;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature ul.col2 li {
    width: 100%;
  }
}
.catAfter .clover-feature ul.col2 li p {
  text-align: left;
}

.catAfter .clover-feature ul.col2 li p strong {
  display: block;
  text-align: center;
  padding: 0 0 5px 0;
  color: #358f31;
  font-weight: bold;
}

.catAfter .clover-feature ul.col2 li p span {
  display: block;
  padding: 10px 0;
}

.catAfter .meguro {
  text-align: center;
  padding: 30px;
  font-size: 2rem;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catAfter .meguro {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
.catAfter .clover-feature-col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature-col2 {
    display: block;
  }
}
.catAfter .clover-feature-col2 .clover-feature {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .catAfter .clover-feature-col2 .clover-feature {
    width: 100%;
  }
}
.catAfter .clover-feature-col2 .clover-feature > div {
  font-family: "Noto Sans Japanese";
  background: #FFF;
  padding: 15px 10px;
  border-radius: 5px;
  margin: 0 15px 15px 15px;
}

.catAfter .clover-feature-col2 .clover-feature > div p {
  padding-top: 10px;
}

.catAfter .clover-feature-col2 .clover-feature > div ol {
  color: #358f31;
  text-align: left;
  display: inline-block;
}

.catAfter .clover-feature-col2 .clover-feature > div ol li {
  list-style: decimal;
}

.catAfter #map {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .catAfter #map {
    height: 70vw;
  }
}
.catAfter .map-box2 {
  margin-top: 30px;
  background: #d8f4c6;
  padding: 25px;
  border-radius: 5px;
  display: flex;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .catAfter .map-box2 {
    display: block;
    font-size: 1.2rem;
  }
}
.catAfter .map-box2 dt {
  padding: 5px;
  background: #FFF;
  border-radius: 5px;
}

.catAfter .map-box2 dd {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .catAfter .map-box2 dd {
    padding: 0px;
  }
}
.catAfter .map-box2 dd p {
  padding: 5px 0;
}

.catAfter .map-box2 dd p strong {
  color: #358f31;
  font-weight: bold;
}

.catAfter .outline-box {
  padding-top: 70px;
}

.catAfter .outline-box table {
  margin: 0 auto;
  max-width: 800px;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .catAfter .outline-box table {
    font-size: 1.2rem;
  }
}
.catAfter .outline-box table th {
  border-top: 1px solid #CCC;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .catAfter .outline-box table th {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1rem;
    color: #999;
  }
}
.catAfter .outline-box table td {
  border-top: 1px solid #CCC;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .catAfter .outline-box table td {
    border: none;
    display: block;
    padding: 5px 0;
  }
}
.catAfter .officeZone .u-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.catAfter .officeZone .u-inner .u-accessBox1 {
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .catAfter .officeZone .u-inner .u-accessBox1 {
    padding: 3.90625vw 0;
  }
}
@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 {
    padding: 6.25vw 0;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 + .u-accessBox1 {
  border-top: 1px dotted #8c8c8c;
}

.catAfter .officeZone .u-inner .u-accessBox1 .in {
  padding-left: 54.2%;
  font-size: 1.6rem;
  line-height: 1.4375;
  position: relative;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .in {
    font-size: 1.2rem;
    padding-left: 0;
    line-height: 1.3;
    position: static;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .in .btns {
  display: flex;
  margin-top: 20px;
}

.catAfter .officeZone .u-inner .u-accessBox1 .in .btns a {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .in .btns {
    margin-top: 1.95313vw;
  }
}
@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .in .btns {
    display: block;
    margin-top: 4.6875vw;
  }
  .catAfter .officeZone .u-inner .u-accessBox1 .in .btns a {
    display: block;
    padding: 3vw;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .ttl {
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  font-size: 2.6rem;
  border-bottom: 1px solid #358f31;
}

@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .ttl {
    margin-bottom: 0.66667em;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    border-bottom: none;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .ttl span {
  display: inline-block;
  background-size: 1.26923em auto;
  padding: 0 0 0.2em 0;
}

@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .ttl span {
    background-position: left center;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .ttl span small {
  display: block;
  padding-bottom: 0.1em;
  font-size: 0.76923em;
  line-height: 1;
}

.catAfter .officeZone .u-inner .u-accessBox1 .map {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .map {
    width: auto;
    height: 45vw;
    margin-bottom: 3.125vw;
    position: static;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.catAfter .officeZone .u-inner .u-accessBox1 .address p + p {
  margin-top: 0.8em;
}

.catAfter .officeZone .u-inner .u-accessBox1 .access {
  margin-top: 0.875em;
}

.catAfter .officeZone .u-inner .u-accessBox1 .access strong {
  display: block;
  color: #358f31;
}

.catAfter .officeZone .u-inner .u-accessBox1 .btns {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .btns {
    margin-top: 1.95313vw;
  }
}
@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .btns {
    justify-content: space-between;
    margin-top: 4.6875vw;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 {
    width: 49.15254%;
    font-size: 2.6rem;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 + .u-btn1 {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 + .u-btn1 {
    margin-left: 1.46484vw;
  }
}
@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 + .u-btn1 {
    margin-left: 0;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 a {
  padding: 0.5em 0.9em;
}

@media screen and (max-width: 767px) {
  .catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 a {
    display: block;
    padding: 0.64em 0.5em;
  }
}
.catAfter .officeZone .u-inner .u-accessBox1 .btns .u-btn1 a span:before {
  width: 0.5em;
  height: 0.5em;
  border-bottom-width: 0.2em;
  border-right-width: 0.2em;
  transform: translate(0, -0.1em) rotate(-45deg);
}

.catAfter .btnBox {
  padding: 70px 0;
  text-align: center;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .catAfter .btnBox {
    display: block;
    padding: 25px 0;
  }
}
.catAfter .btnBox li {
  font-family: "Noto Sans Japanese";
  width: 48%;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .catAfter .btnBox li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.catAfter .btnBox li a {
  display: block;
  padding: 15px 40px;
  background: #CCC;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .catAfter .btnBox li a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.catAfter .btnBox li a.btn-inquiry {
  background: #D06E00;
}

.catAfter .btnBox li a.btn-cloverkids {
  background: #358f31;
}

.introduce-box {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans Japanese";
}

.introduce-box .ttl1 {
  line-height: 1.6;
}

.introduce-box dl {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .introduce-box dl {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 4.6875%;
  }
}
.introduce-box dl.reverse {
  flex-direction: row-reverse;
}

.introduce-box dl:nth-of-type(2n+1) dd p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 3rem;
  left: -6rem;
  border-top: 2rem solid #eaf4ea;
  border-right: 3rem solid #eaf4ea;
  border-bottom: 2rem solid transparent;
  border-left: 3rem solid transparent;
}

@media screen and (max-width: 767px) {
  .introduce-box dl:nth-of-type(2n+1) dd p:after {
    content: none;
  }
}
.introduce-box dl:nth-of-type(2n) dd p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 3rem;
  right: -6rem;
  border-top: 2rem solid #eaf4ea;
  border-right: 3rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 3rem solid #eaf4ea;
}

@media screen and (max-width: 767px) {
  .introduce-box dl:nth-of-type(2n) dd p:after {
    content: none;
  }
}
.introduce-box dl dt {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .introduce-box dl dt {
    position: relative;
    width: 100%;
    padding: 1.45rem 3rem;
    background: #eaf4ea;
  }
}
@media screen and (max-width: 767px) {
  .introduce-box dl dt img {
    position: absolute;
    width: 20%;
    top: 1rem;
    left: 5vw;
  }
}
.introduce-box dl dt span {
  display: block;
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .introduce-box dl dt span {
    font-size: 1.2rem;
    padding-left: 25.5%;
  }
}
.introduce-box dl dd {
  width: 75%;
  background: #eaf4ea;
}

@media screen and (max-width: 767px) {
  .introduce-box dl dd {
    width: 100%;
  }
}
.introduce-box dl dd p {
  position: relative;
  font-size: 1.6rem;
  margin: 2rem 3rem;
}

@media screen and (max-width: 767px) {
  .introduce-box dl dd p {
    margin: 0 5vw 5vw;
    padding-top: 1rem;
    font-size: 1.4rem;
    border-top: 1px solid #358f31;
  }
}
.introduce-box dl img {
  max-width: 100%;
}

.introduce-box dl + dl {
  margin-top: 3.5rem;
}

/*--------------------------------------
  採用情報
---------------------------------------*/
.galleryBanner {
  text-align: center;
  padding: 50px 10px;
}

@media screen and (max-width: 767px) {
  .galleryBanner {
    padding: 3%;
  }
}
.galleryBanner img {
  max-width: 100%;
}

.catCareer .page-title {
  text-align: center;
  padding: 40px 0 0 0;
  font-size: 3rem;
}

.catCareer .tag-title {
  text-align: center;
  padding: 40px 0 0 0;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .catCareer .tag-title {
    font-size: 1.8rem;
    padding: 5%;
  }
}
.catCareer img {
  height: auto;
}

.catCareer .staffTags {
  background-color: #fff;
  padding: 20px 30px 30px;
  text-align: center;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.11);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .catCareer .staffTags {
    margin-bottom: 5%;
  }
}
.catCareer .staffTags li {
  display: inline-block;
}

.catCareer .staffTags dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #358f31;
}

.catCareer .staffTags dt span {
  display: inline-block;
  margin-right: 15px;
  font-size: 17rem;
  line-height: 1;
  opacity: 0.6;
}

.catCareer .staffTags dt h3 {
  font-size: 4rem;
  line-height: 1.175;
  border-bottom: 1px solid #bfd7bf;
}

.catCareer .staffTags dd {
  padding: 0 50px;
}

.catCareer .staffTags dd a {
  display: inline-block;
  margin: 0 0.5em 1em;
  color: #358f31;
  font-size: 2rem;
  text-decoration: underline;
}

.catCareer .staffTags dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .catCareer .staffTags {
    padding: 3.125vw;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.11);
  }
  .catCareer .staffTags dt {
    margin-bottom: 3%;
  }
  .catCareer .staffTags dt span {
    margin-right: 3%;
    font-size: 6rem;
  }
  .catCareer .staffTags dt h3 {
    font-size: 1.8rem;
  }
  .catCareer .staffTags dd {
    padding: 0;
  }
  .catCareer .staffTags dd a {
    font-size: 1.4rem;
  }
}
.catCareer .cast-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list {
    justify-content: space-between;
  }
}
.catCareer .cast-list li {
  margin: 0 1% 30px 1%;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li {
    width: 48%;
  }
}
.catCareer .cast-list li .entry-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li .entry-title {
    font-size: 1.6rem;
  }
}
.catCareer .cast-list li .pos {
  font-size: 1.4rem;
}

.catCareer .cast-list li .photoBox {
  display: flex;
  justify-content: center;
  width: 230px;
  height: 230px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li .photoBox {
    width: 40vw;
    height: 40vw;
  }
}
.catCareer .cast-list li .photoBox img {
  height: 230px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li .photoBox img {
    height: 40vw;
  }
}
.catCareer .cast-list li img {
  max-width: inherit;
}

.catCareer .cast-list li p {
  font-family: "Noto Sans Japanese";
  padding-top: 5px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li p {
    font-size: 1.2rem;
  }
}
/* トップ */
.catCareer.pageTop .main {
  margin-bottom: -30vw;
  position: relative;
  overflow: hidden;
}

.catCareer.pageTop .main .in {
  background-color: #358f31;
  padding-top: 65px;
}

.catCareer.pageTop .main:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  font-size: 0;
  border-style: solid;
  border-width: 0 0 30vw 100vw;
  border-color: transparent transparent transparent #358f31;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .main:after {
    padding-top: 30vw;
    border: 0px;
  }
}
.catCareer.pageTop .main .inner {
  max-width: 1252px;
  position: relative;
}

.catCareer.pageTop .main .inner .bg {
  background: url(../img/career/main.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 54.55272%;
  position: relative;
}

.catCareer.pageTop .main .inner h2 {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 7.2rem;
  line-height: 1.31944;
  position: absolute;
  top: 0;
  left: 0;
}

.catCareer.pageTop .main .inner h2 > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.catCareer.pageTop .main .inner h2 > div > span {
  display: inline-block;
  height: 8.5em;
  padding-top: 1em;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.catCareer.pageTop .content {
  padding-top: 50px;
  position: relative;
}

.catCareer.pageTop .content .links1 {
  padding-top: 65px;
}

@media screen and (max-width: 1282px) {
  .catCareer.pageTop .main .inner h2 {
    font-size: 5.61622vw;
  }
}
@media screen and (max-width: 767px) {
  .catCareer.pageTop .main .in {
    padding-top: 0;
  }
  .catCareer.pageTop .content {
    padding-top: 5%;
  }
  .catCareer.pageTop .content .links1 {
    padding-top: 10%;
  }
}
.catCareer.pageTop .career-message {
  position: relative;
  background: #358f31;
  color: #FFF;
  line-height: 2;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .career-message {
    padding-bottom: 30px;
  }
  .catCareer.pageTop .career-message br {
    display: none;
  }
}
.catCareer.pageTop .career-message h2 {
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .career-message h2 {
    font-size: 2.5rem;
  }
}
.catCareer.pageTop .career-message p {
  padding: 20px 0 0 0;
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .career-message p {
    padding: 0px;
    text-align: left;
    font-size: 1.4rem;
  }
}
.catCareer.pageTop .jinzai-inner {
  padding: 80px 0 0 0;
  margin-bottom: 80px;
  border-top: 1px dotted #358f31;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai-inner {
    padding: 5% 0;
    margin-bottom: 0px;
  }
}
.catCareer.pageTop .jinzai {
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai {
    padding: 10% 0;
  }
}
.catCareer.pageTop .jinzai h3 {
  font-size: 3rem;
  padding-bottom: 20px;
  color: #358f31;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai h3 {
    font-size: 1.6rem;
    padding-bottom: 3%;
  }
}
.catCareer.pageTop .jinzai p {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai p {
    font-size: 1.2rem;
  }
  .catCareer.pageTop .jinzai p br {
    display: none;
  }
}
.catCareer.pageTop .jinzai .jinzai4 {
  line-height: 2;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai4 {
    padding: 5% 0;
  }
}
.catCareer.pageTop .jinzai .jinzai4 li {
  padding: 20px;
  box-sizing: border-box;
  border: 5px solid #EEE;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai4 li {
    width: 100%;
    padding: 3% 0;
    margin-bottom: 5%;
  }
}
.catCareer.pageTop .jinzai .jinzai4 li:first-child {
  color: #358f31;
  border: 5px solid #358f31;
}

.catCareer.pageTop .jinzai .jinzai4 li strong {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai4 li strong {
    font-size: 2rem;
  }
}
.catCareer.pageTop .jinzai .jinzai-power {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai-power {
    padding: 5% 0;
  }
}
.catCareer.pageTop .jinzai .jinzai-power li {
  padding: 20px 0;
  display: inline-block;
  font-size: 2rem;
  box-sizing: border-box;
  background: #358f31;
  color: #FFF;
  margin: 1%;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai-power li {
    width: 100%;
    padding: 3% 0;
    font-size: 1.5rem;
  }
}
/* 人材育成への想い */
.catCareer.pageOmoi .omoiBlock {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageOmoi .omoiBlock {
    padding: 25px 0 50px 0;
  }
  .catCareer.pageOmoi .omoiBlock .ttl1 {
    line-height: 1.6;
  }
}
.catCareer.pageOmoi .omoiBlock p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .catCareer.pageOmoi .omoiBlock p {
    font-size: 1.5rem;
  }
}
.catCareer.pageOmoi .omoiBlock p.omoiCatch {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  padding: 50px 10px 80px 10px;
  color: #358f31;
}

@media screen and (max-width: 767px) {
  .catCareer.pageOmoi .omoiBlock p.omoiCatch {
    font-size: 2rem;
    padding: 25px 0 50px 0;
  }
}
.catCareer.pageOmoi .omoiBlock p.taR {
  padding-top: 50px;
}

/* 募集要項 */
.catCareer.pageRecruit .numList1 li {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.catCareer.pageRecruit .numList1 li:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.catCareer.pageRecruit .tblBox1 td,
.catCareer.pageRecruit .tblBox1 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #CCC;
}

.catCareer.pageRecruit .tblBox1 td a,
.catCareer.pageRecruit .tblBox1 th a {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .catCareer.pageRecruit .tblBox1 td,
.catCareer.pageRecruit .tblBox1 th {
    font-size: 1.2rem;
  }
}
.catCareer.pageRecruit .mainImg img {
  width: 100%;
}

.catCareer.pageRecruit .statueZone {
  padding-top: 55px;
}

.catCareer.pageRecruit .statueZone ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.catCareer.pageRecruit .statueZone ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #358f31;
  width: 31.4%;
  height: 108px;
  margin-bottom: 24px;
  font-size: 2rem;
  text-align: center;
  box-sizing: border-box;
}

.catCareer.pageRecruit .statueZone dl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  margin-top: 10px;
  padding: 15px 30px;
  color: #fff;
}

.catCareer.pageRecruit .statueZone dt {
  padding: 5px 35px 5px 0;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.45455;
  border-right: 1px solid #fff;
}

.catCareer.pageRecruit .statueZone dd {
  padding-left: 35px;
  font-size: 1.8rem;
  line-height: 1.77778;
}

.catCareer.pageRecruit .statueZone dd span {
  margin-right: 1.5em;
}

.catCareer.pageRecruit .bosyuZone {
  padding: 140px 0 70px;
}

.catCareer.pageRecruit .bosyuZone .pageScrl {
  margin-bottom: 40px;
}

.catCareer.pageRecruit .bosyuZone .pageScrl a {
  font-size: 1.6rem;
}

.catCareer.pageRecruit .bosyuZone .tblBox1 .btnWrap a {
  width: 364px;
}

@media screen and (max-width: 767px) {
  .catCareer.pageRecruit .statueZone {
    padding-top: 5%;
  }
  .catCareer.pageRecruit .statueZone ul {
    display: block;
  }
  .catCareer.pageRecruit .statueZone ul li {
    width: auto;
    height: auto;
    margin-bottom: 3%;
    padding: 3%;
    font-size: 1.4rem;
  }
  .catCareer.pageRecruit .statueZone dl {
    display: block;
    margin-top: 5%;
    padding: 3%;
  }
  .catCareer.pageRecruit .statueZone dt {
    padding: 0 0 3% 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
  .catCareer.pageRecruit .statueZone dd {
    padding: 3% 0 0 0;
    font-size: 1.4rem;
  }
  .catCareer.pageRecruit .statueZone dd span {
    margin-right: 0;
  }
  .catCareer.pageRecruit .bosyuZone {
    padding: 10% 0 1%;
  }
  .catCareer.pageRecruit .bosyuZone .pageScrl {
    margin-bottom: 5%;
  }
  .catCareer.pageRecruit .bosyuZone .pageScrl a {
    font-size: 1.4rem;
  }
  .catCareer.pageRecruit .bosyuZone .tblBox1 .btnWrap a {
    width: auto;
  }
}
/* 社員エピソード集 */
.cast-detail .content2 {
  padding: 40px 0;
}

.cast-detail .content {
  padding: 60px 0 30px;
}

.cast-detail .content .profBox {
  background-color: #fff;
  margin-bottom: 70px;
}

.cast-detail .content .profBox .img {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .img {
    height: auto;
  }
}
.cast-detail .content .profBox .img img {
  width: 100%;
}

.cast-detail .content .profBox .img .name {
  display: block;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .img .name {
    text-align: center;
  }
}
.cast-detail .content .profBox .img .name dl {
  background-color: rgba(53, 143, 49, 0.9);
  padding: 2em 3em;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.cast-detail .content .profBox .img .name dt {
  margin-top: 0.9em;
  font-size: 1.6rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: bottom;
}

.cast-detail .content .profBox .img .name dd {
  font-size: 6.1rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.cast-detail .content .profBox .txt {
  display: flex;
}

.cast-detail .content .profBox .txt dt {
  color: #FFF;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #42933f;
  font-size: 3.8rem;
  width: 33%;
}

.cast-detail .content .profBox .txt dt h1 {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt dt h1 {
    font-size: 3rem;
  }
}
.cast-detail .content .profBox .txt dt p {
  font-size: 1.6rem;
  padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt dt {
    width: auto;
  }
}
.cast-detail .content .profBox .txt dd {
  padding: 20px 0px 20px 30px;
  box-sizing: border-box;
  font-family: "Noto Sans Japanese";
  font-size: 1.5rem;
  line-height: 1.6;
  width: 62%;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt dd {
    width: auto;
  }
}
.cast-detail .content .episodeBox {
  padding: 0 12.5%;
}

.cast-detail .content .episodeBox h3 {
  font-size: 4.2rem;
  line-height: 1.42857;
}

.cast-detail .content .episodeBox p {
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.75;
}

.cast-detail .content .episodeBox .img {
  margin-bottom: 30px;
}

.cast-detail .content .episodeBox .img img {
  width: 100%;
}

.cast-detail .content2 {
  padding: 80px 0 90px;
}

@media screen and (max-width: 1030px) {
  .cast-detail .content {
    padding: 5% 0 3%;
  }
  .cast-detail .content .profBox {
    margin-bottom: 7%;
  }
  .cast-detail .content .profBox .img .name dl {
    padding: 2em 3em;
    font-size: 1vw;
  }
  .cast-detail .content .profBox .img .name dt {
    font-size: 1.5534vw;
  }
  .cast-detail .content .profBox .img .name dd {
    font-size: 5.92233vw;
  }
  .cast-detail .content .profBox .txt {
    padding: 2em 3em;
    font-size: 1vw;
  }
  .cast-detail .content .profBox .txt dt {
    font-size: 3.68932vw;
  }
  .cast-detail .content .profBox .txt dd {
    padding-left: 2.66667em;
  }
  .cast-detail .content2 {
    padding: 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .cast-detail .content .profBox {
    margin-bottom: 15%;
  }
  .cast-detail .content .profBox .img .name {
    display: block;
    position: static;
  }
  .cast-detail .content .profBox .img .name dl {
    padding: 5% 4%;
  }
  .cast-detail .content .profBox .img .name dt {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .cast-detail .content .profBox .img .name dd {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cast-detail .content .profBox .img .name dd {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt {
    display: block;
    padding: 0;
  }
  .cast-detail .content .profBox .txt dt {
    margin-bottom: 0;
    padding: 5vw;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #42933f;
  }
  .cast-detail .content .profBox .txt dd {
    padding: 5vw;
  }
  .cast-detail .content .episodeBox {
    padding: 0;
  }
  .cast-detail .content .episodeBox h3 {
    font-size: 2rem;
  }
  .cast-detail .content .episodeBox p {
    margin-bottom: 5%;
    font-size: 1.4rem;
  }
  .cast-detail .content .episodeBox .img {
    margin-bottom: 5%;
  }
  .cast-detail .content2 {
    padding: 5% 0;
  }
}
.welfare-list {
  display: flex;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .welfare-list {
    display: block;
  }
}
.welfare-list li {
  width: 48%;
  margin: 1%;
  background: #FFF;
  padding: 35px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .welfare-list li {
    width: auto;
    padding: 4%;
    margin: 0 3% 3% 3%;
  }
}
.welfare-list li img {
  height: auto;
}

.welfare-list li h3 {
  font-size: 2.4rem;
  color: #358f31;
  font-weight: bold;
  padding: 0.3em 0 0.8em 0;
}

@media screen and (max-width: 767px) {
  .welfare-list li h3 {
    font-size: 5vw;
  }
}
.welfare-list li p {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .welfare-list li p {
    font-size: 4vw;
  }
}
.btnrecruit {
  text-align: center;
}

.btnrecruit p {
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
}

.btnrecruit li {
  display: inline-block;
  margin: 5px 10px;
}

.btnrecruit li a {
  border-radius: 10px;
  display: block;
  padding: 10px 30px;
  border: 1px solid #CCC;
  text-align: center;
}

.btnrecruit li a:hover {
  opacity: 0.7;
}

.btnrecruit li a img {
  max-width: 200px;
}

/*--------------------------------------
  キャストを知る
---------------------------------------*/
.know-cast {
  background: #eee;
  padding-bottom: 65px;
  /*-
      .cast-box {
        margin: 0 auto 55px;
        @include mq {
          margin: 0 auto vw(30);
        }
        .cast-cont {
          width: calc(340/1100*100%);
          margin: 0 20px;
          @include mq {
            width: 100%;
          }

          .image {
            img {
              width: 100%;
            }
          }

          .intro-txt {
            margin-top: 0.5em;
            font-size: 1.6rem;
            @include mq {
              text-align: center;
              font-size: 1.4rem;
              margin-bottom: 1rem;
            }

            strong {
              font-size: 2rem;
              padding-right: 15px;
              @include mq {
                display: block;
                font-size: 1.6rem;
              }
            }
          }
        }
        .cast-cont + .cast-cont {
          @include mq {
          border-top: 1px dotted #000;
          padding-top: vw(30);
          }
        }
      }
  -*/
}

@media screen and (max-width: 767px) {
  .know-cast {
    padding-bottom: 11.71875vw;
  }
}
.know-cast .cast-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box {
    margin: 4.6875vw 0 0;
    padding-bottom: 7.03125vw;
  }
}
.know-cast .cast-box .slick-arrow {
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-arrow {
    width: 0;
    height: 0;
  }
}
.know-cast .cast-box .slick-arrow.prev {
  position: absolute;
  top: 36%;
  left: 0;
  z-index: 10;
}

.know-cast .cast-box .slick-arrow.prev:before {
  position: absolute;
  content: "";
  top: 33%;
  left: 36%;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-arrow.prev:before {
    content: none;
  }
}
.know-cast .cast-box .slick-arrow.next {
  position: absolute;
  top: 36%;
  right: 0;
  z-index: 10;
}

.know-cast .cast-box .slick-arrow.next:before {
  position: absolute;
  content: "";
  top: 33%;
  right: 36%;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-arrow.next:before {
    content: none;
  }
}
.know-cast .cast-box .slick-list .slick-track {
  display: flex;
}

.know-cast .cast-box .slick-list li.slides {
  width: 350px;
  text-align: left;
  margin: 0 20px;
  background-image: url(../images/magazine/list_bg.png);
  position: relative;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides {
    width: 90vw;
    margin: 0 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides {
    margin: 0 3vw;
  }
}
.know-cast .cast-box .slick-list li.slides.slick-active {
  opacity: 1;
}

.know-cast .cast-box .slick-list li.slides .image img {
  width: 100%;
}

.know-cast .cast-box .slick-list li.slides .intro-txt {
  margin-top: 0.5em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides .intro-txt {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.know-cast .cast-box .slick-list li.slides .intro-txt strong {
  font-size: 2rem;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides .intro-txt strong {
    display: block;
    font-size: 1.6rem;
  }
}
.know-cast .cast-box .slick-dots {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-dots {
    bottom: 5.625vw;
  }
}
.know-cast .cast-box .slick-dots {
  bottom: 0;
}

.know-cast .cast-box .slick-dots li {
  background-color: #ccc;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-dots li {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 1.71875vw;
  }
}
.know-cast .cast-box .slick-dots li.slick-active {
  background-color: #e9536b;
}

.know-cast .cast-box .slick-dots li button {
  display: none;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
.know-cast .btn_read-more {
  color: #1849a5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho";
  font-size: 2.7rem;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .know-cast .btn_read-more {
    font-size: 2rem;
    margin-top: inherit;
  }
}
.know-cast .btn_read-more a {
  display: inline-block;
  padding: 10px 45px;
  background: #fff;
  border: 1px solid #1849a5;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .know-cast .btn_read-more a {
    display: block;
    padding: 1.5625vw 7.03125vw;
  }
}
/*--------------------------------------
  ページ下部リンク

.btmLinkZone {
  padding: 70px 0 85px;
  background: #eee;

  @include mq {
    padding: 3.5% 1.875%;
  }

  .in {

    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;

    @include mq {
      justify-content: space-between;
      padding: 3.5% 1.875%;
      display: block;
    }



    a {
      display: block;
      width: 48.5%;

      @include mq {
        width: 100%;
      }

      &:hover {
        text-decoration: none;
        opacity: 0.8;
      }

      .image {
        width: 100%;

        img {
          width: auto;
        }
      }

      dl {
        align-items: center;
        color: #000;
        font-weight: bold;
        background: #fff;

        @include mq {
          padding: 0;
        }

        dt {
          font-size: 2rem;
          padding: 15px 35px 10px;
          color: #1849a5;

          @include mq {
            text-align: center;
            margin-bottom: 0;
            font-size: 1.8rem;
            padding: vw(15) vw(35) vw(20);
          }
        }

        dd {
          font-size: 1.6rem;
          display: inline-block;
          height: 80px;
          padding: 0 35px;

          @include mq {
            display: none;
          }
        }
      }
    }

    a + a {
      margin-left: 3%;

      @include mq {
        margin-left: 0;
        margin-top: 4%;
      }
    }

    a:nth-of-type(2n+1) {
      margin-left: 0;
    }

    a:nth-of-type(n+3) {
      margin-top: 20px;

      @include mq {
        margin-top: 4%;
      }
    }
  }
}
---------------------------------------*/
.entryBtn {
  position: fixed;
  right: 25px;
  bottom: 5%;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 10px 65px;
  background: #FF7E00;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .entryBtn {
    width: 100%;
    box-sizing: border-box;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0px;
  }
}
.entryBtn span {
  display: inline-block;
}

.entryBtn:hover {
  text-decoration: underline;
}

.bnFIx {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 334px;
  z-index: 500;
}

.btnNews {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.btnNews a {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #30972b;
  color: #30972b;
  padding: 0.5em 1em;
  border-radius: 50px;
}

.bnFIx a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btnNews a {
    font-size: 1.2rem;
  }
  .bnFIx {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
}
.header .pcHd .hdIn > .colR {
  flex-shrink: 0;
}

.header .snsBtns {
  display: flex;
}
.header .snsBtns a {
  flex-shrink: 0;
}
.header .snsBtns a + a {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .header .snsBtns {
    position: absolute;
    left: 2vw;
    top: 3.5vw;
  }
  .header .snsBtns a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #CCC;
    width: 9vw;
    height: 9vw;
  }
  .header .snsBtns a + a {
    margin-left: 1vw;
  }
}/*# sourceMappingURL=style.css.map */