@charset "UTF-8";
/* Scss Document */
/*=============================================================
 TOPページ設定
=============================================================*/
ruby {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 519.9px) {
  ruby {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  ruby {
    margin-bottom: 0.5em;
  }
}
ruby rt {
  ruby-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 519.9px) {
  ruby rt {
    font-size: 12px;
    margin-bottom: -1.8em;
  }
}
@media screen and (min-width: 519.9px) {
  ruby rt {
    font-size: 14px;
    margin-bottom: -1em;
    letter-spacing: 0.1em;
  }
}

.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 519.9px) {
  .prev-arrow img,
  .next-arrow img {
    width: auto;
    height: 50px;
  }
}

.prev-arrow {
  transform: scale(-1, 1);
}

.slid_case .prev-arrow {
  left: 23%;
}
.slid_case .next-arrow {
  right: 23%;
}
@media screen and (max-width: 519.9px) {
  .slick-dots {
    bottom: -20px;
  }
}
@media screen and (min-width: 519.9px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  width: 15px;
  height: 15px;
  background: #BABBBC;
  font-size: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:hover:focus:before {
  opacity: 1;
  background: #BABBBC;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #333333;
}

.home-kv {
  position: relative;
  /* カーソルを重ねる要素 */
  /* ツールチップのテキスト */
  /* ホバー時にツールチップの非表示を解除 */
}
.home-kv .add-animation {
  animation: fadezoom 5s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.home-kv .slick-dots {
  width: auto;
}
@media screen and (max-width: 519.9px) {
  .home-kv .slick-dots {
    left: auto;
    right: 0;
    bottom: 50px;
    display: block;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv .slick-dots {
    left: auto;
    right: 40px;
  }
}
.home-kv .slick-dots li {
  margin: 0;
}
@media screen and (max-width: 519.9px) {
  .home-kv .slick-dots li {
    display: block;
  }
}
.home-kv .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 100%;
  opacity: 1;
}
@media screen and (max-width: 519.9px) {
  .home-kv .slick-dots li button:before {
    background: #FFF;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv .slick-dots li button:before {
    background: #BABBBC;
  }
}
.home-kv .slick-dots li.slick-active button:before {
  background: #51B748;
}
.home-kv .slick_controller {
  position: absolute;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 519.9px) {
  .home-kv .slick_controller {
    bottom: 210px;
    right: 7px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv .slick_controller {
    bottom: -25px;
    right: 20px;
  }
}
.home-kv .slick_controller li {
  position: absolute;
  top: 0;
  left: 0;
}
.home-kv .slick_controller li.pause.on {
  display: none;
}
.home-kv .slick_controller li.start {
  display: none;
}
.home-kv .slick_controller li.start.on {
  display: block;
}
.home-kv .slick_controller .slick_start,
.home-kv .slick_controller .slick_pause {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
.home-kv .slick_controller .slick_start:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.home-kv .slick_controller .slick_pause:after, .home-kv .slick_controller .slick_pause:before {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: 1px;
}
@media screen and (min-width: 519.9px) and (max-width: 1023.9px) {
  .home-kv .slick_controller .slick_pause:after, .home-kv .slick_controller .slick_pause:before {
    width: 2px;
  }
}
.home-kv .slick_controller .slick_pause:after {
  margin-left: -3px;
}
.home-kv .tooltip {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
}
.home-kv .tooltip-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  bottom: -50px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 0.8rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
}
.home-kv .tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.home-kv-main {
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .home-kv-main {
    padding-bottom: 150px;
  }
}
.home-kv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner {
    display: grid;
    align-items: flex-end;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home-kv-inner-box {
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner-box {
    margin-top: -45px;
  }
}
.home-kv-inner-lead {
  text-shadow: 0 0 10px #333;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner-lead {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner-lead {
    font-size: 34px;
  }
}
.home-kv-inner-lead .rubyposition_under {
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner-lead .rubyposition_under {
    font-size: 42px;
  }
}
.home-kv-inner-lead .rubyposition_under ruby {
  font-weight: 700;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner-lead .rubyposition_under ruby {
    font-size: 20px;
  }
}
.home-kv-inner-lead .rubyposition_under ruby rt {
  font-weight: 700;
}
.home-kv-inner-txt {
  text-shadow: 0 0 10px #333;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner-txt {
    font-size: 7.5vw;
    line-height: 1;
    margin-top: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner-txt {
    font-size: 68px;
    margin-top: 25px;
    line-height: 1.2;
  }
}
.home-kv-inner .com-cv-contact-col {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col {
    padding-right: 10px;
    max-width: 90%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col {
    width: 685px;
    max-width: 90%;
    margin-top: 45px;
  }
}
.home-kv-inner .com-cv-contact-col .item {
  border: 2px solid #333;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item {
    margin-top: 20px;
  }
}
.home-kv-inner .com-cv-contact-col .item:before {
  content: "";
  display: block;
  background: url("../image/common/ico_arrow_c.png") no-repeat center center;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item:before {
    width: 30px;
    height: 30px;
  }
}
.home-kv-inner .com-cv-contact-col .item:hover:before {
  right: 5px;
  transition: all 0.3s;
  zoom: 0.8;
}
.home-kv-inner .com-cv-contact-col .item .txt {
  padding: 0.2em 0 0.3em 0;
  font-weight: 400;
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item a {
    height: 70px;
    font-size: 16px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item a {
    height: 70px;
    font-size: 20px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item a .free {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 519.9px) {
  .home-kv-inner .com-cv-contact-col .item a .free {
    font-size: 16px;
  }
}
.home-kv-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 519.9px) {
  .home-kv-img img {
    height: 740px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-service-col {
    margin-top: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-col {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
  }
}
.home-service-col .leftBox {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 519.9px) {
  .home-service-col .leftBox {
    margin-top: 40px;
    font-size: 16px;
  }
}
.home-service-col .leftBox span {
  color: #51B748;
}
@media screen and (max-width: 519.9px) {
  .home-service-col .js-scrollable {
    margin-top: 30px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-service-col .js-scrollable img {
    width: 546px;
    height: auto;
  }
}
@media screen and (max-width: 519.9px) {
  .home-service-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.home-service-block.bg {
  background-color: #FAFAFA;
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .tit {
    font-size: 16px;
    margin-bottom: -1.5em;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .tit {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: -10px;
  }
}
.home-service-block.bg .tit span {
  position: relative;
  background-color: #FAFAFA;
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .tit span {
    display: inline-block;
    padding: 0 60px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .tit span {
    padding: 0 30px;
  }
}
.home-service-block.bg .tit span:after, .home-service-block.bg .tit span:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  background-color: #333333;
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .tit span:after, .home-service-block.bg .tit span:before {
    height: 80%;
    top: 10%;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .tit span:after, .home-service-block.bg .tit span:before {
    height: 2em;
    top: 50%;
    margin-top: -1em;
  }
}
.home-service-block.bg .tit span:after {
  right: 0;
}
.home-service-block.bg .tit span:before {
  left: 0;
}
.home-service-block.bg .innre {
  border: 1px solid #333;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .innre {
    padding: 50px 0 40px 0;
    justify-content: center;
    gap: 20px 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .innre {
    padding: 55px 10vw 40px 10vw;
    gap: 30px 90px;
    align-items: center;
    justify-content: center;
  }
}
.home-service-block.bg .innre .item {
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .innre .item {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .innre .item {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .innre .item dl dt {
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .innre .item dl dt {
    margin-bottom: 10px;
    font-weight: 6500;
  }
}
@media screen and (max-width: 519.9px) {
  .home-service-block.bg .innre .item dl dt img {
    width: auto;
    height: 40px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-service-block.bg .innre .item dl dt img {
    margin-right: -30px;
    width: auto;
    height: 74px;
  }
}
.home-service-block.bg .innre .item dl dd {
  font-weight: 500;
}
@media screen and (max-width: 519.9px) {
  .home-support .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support .container {
    padding-top: 45px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col {
    margin-top: 40px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }
}
.home-support-block-col .item {
  border: 3px solid #51B748;
  text-align: left;
  position: relative;
  display: grid;
  align-items: flex-end;
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col .item {
    padding: 0 20px 20px 20px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col .item {
    padding: 0 30px 30px 30px;
  }
}
.home-support-block-col .item .point {
  text-align: center;
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col .item .point {
    margin-top: -20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col .item .point {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -40%;
    width: 80%;
  }
}
.home-support-block-col .item .point span {
  color: #51B748;
  position: relative;
  background-color: #fff;
  padding: 0 40px;
  font-weight: 700;
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col .item .point span {
    font-size: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col .item .point span {
    font-size: 24px;
  }
}
.home-support-block-col .item .point span:after, .home-support-block-col .item .point span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../image/home/deco_tit.png") no-repeat left center;
  background-size: auto auto;
  position: absolute;
  top: 0;
  background-size: 50% auto;
}
.home-support-block-col .item .point span:after {
  transform: scale(-1, 1);
  right: -5px;
}
.home-support-block-col .item .point span:before {
  left: -5px;
}
.home-support-block-col .item .lead {
  text-align: center;
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col .item .lead {
    font-size: 20px;
    margin: 25px 0 15px 0;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col .item .lead {
    font-size: 24px;
    margin: 40px 0 30px 0;
  }
}
.home-support-block-col .item .txt {
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col .item .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col .item .txt {
    font-size: 16px;
    padding: 0 1em;
  }
}
.home-support-block-col .item .txt span {
  color: #51B748;
}
@media screen and (max-width: 519.9px) {
  .home-support-block-col .item .img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-support-block-col .item .img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-concept .container {
    padding-top: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept .container {
    padding-top: 50px;
    width: 1366px;
    max-width: 90%;
  }
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item {
    margin-top: 75px;
  }
}
.home-concept-block-item .tit {
  text-align: left;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .tit {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    font-weight: 700;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .tit img {
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .tit img {
    width: 66px;
    height: auto;
  }
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .tit span {
    padding-top: 2em;
    display: block;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .tit span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 1em;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .tit:before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.home-concept-block-item .inner {
  background-color: #E9FBE2;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .inner {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .inner {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
.home-concept-block-item .inner:after, .home-concept-block-item .inner:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #333;
  position: absolute;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .inner:after, .home-concept-block-item .inner:before {
    top: 5%;
    height: 90%;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .inner:after, .home-concept-block-item .inner:before {
    top: 15%;
    height: 70%;
  }
}
.home-concept-block-item .inner:after {
  left: 0;
}
.home-concept-block-item .inner:before {
  right: 0;
}
.home-concept-block-item .inner p {
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .inner p {
    padding: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .inner p {
    padding: 25px 35px;
  }
}
.home-concept-block-item .inner p:after, .home-concept-block-item .inner p:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #333;
  position: absolute;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .inner p:after, .home-concept-block-item .inner p:before {
    width: 90%;
    left: 5%;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .inner p:after, .home-concept-block-item .inner p:before {
    width: 96%;
    left: 2%;
  }
}
.home-concept-block-item .inner p:after {
  top: 0;
}
.home-concept-block-item .inner p:before {
  bottom: 0;
}
.home-concept-block-item .inner span {
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .inner span {
    width: 30px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .inner span {
    width: 50px;
    margin-left: -25px;
  }
}
.home-concept-block-item .inner span:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #333;
  transform: rotateZ(60deg);
  position: absolute;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .inner span:before {
    height: 20px;
    right: 6px;
    bottom: -16px;
    transform: rotateZ(45deg);
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .inner span:before {
    height: 40px;
    right: 17px;
    bottom: -30px;
    transform: rotateZ(60deg);
  }
}
.home-concept-block-item .txt {
  line-height: 2.3;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .txt {
    font-size: 14;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .txt {
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.home-concept-block-item .txt span {
  color: #51B748;
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .pic {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 519.9px) {
.home-concept-block-item .pic li {
  margin-top: 10px;
}	
}

@media screen and (min-width: 519.9px) {
  .home-concept-block-item .pic:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-item .js-scrollable img {
    /*width: 714px;
    height: auto;*/
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-item .js-scrollable img {
    width: 925px;
    height: auto;
  }
}
.home-concept-block-col {
  text-align: left;
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-col {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.home-concept-block-col-item {
  border: 1px solid #A6A6A7;
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-col-item {
    font-size: 14px;
    padding: 60px 20px 20px 20px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-col-item {
    font-size: 16px;
    padding: 20px 30px 40px 30px;
  }
}
.home-concept-block-col-item:nth-child(2) .txt {
  text-align: center;
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-col-item:nth-child(2) .txt {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-col-item-tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-col-item-tit {
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.home-concept-block-col-item .vol {
  position: absolute;
  top: 0;
  left: 0;
}
.home-concept-block-col-item .vol span {
  background-color: #51B748;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 519.9px) {
  .home-concept-block-col-item .vol span {
    width: 40px;
    height: 40px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 519.9px) {
  .home-concept-block-col-item .vol span {
    width: 53px;
    height: 53px;
    font-size: 20px;
  }
}
@media screen and (max-width: 519.9px) {
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .home-concept .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .home-concept .scroll-infinity__list {
    display: flex;
    list-style: none;
  }
  .home-concept .scroll-infinity__list--left {
    animation: infinity-scroll-left 15s infinite linear 0.1s both;
  }
  .home-concept .scroll-infinity__item {
    width: 33.3333333333vw;
  }
  .home-concept .scroll-infinity__item > img {
    width: 95%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 519.9px) {
  .home-case {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-case .container {
    padding-top: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case .container {
    padding-top: 90px;
  }
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case {
    margin-top: 20px;
  }
}
.home-case-block.slid_case .slick-track {
  display: flex;
}
.home-case-block.slid_case .slick-slide {
  height: auto !important;
}
.home-case-block.slid_case .slide-item {
  background-color: #fff;
  position: relative;
  border: 1px solid #333;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item {
    padding: 50px 20px;
    margin: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item {
    margin: 45px 1.5vw 15px 1.5vw;
    padding: 65px 20px 20px 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
    padding-bottom: 60px;
  }
}
.home-case-block.slid_case .slide-item-detail {
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail {
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail {
    font-size: 15px;
  }
}
.home-case-block.slid_case .slide-item-detail .slide-num {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #51B748;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .slide-num {
    padding: 0 2em;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .slide-num {
    width: 153px;
    line-height: 40px;
  }
}
.home-case-block.slid_case .slide-item-detail .tag {
  color: #51B748;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .tag {
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .tag {
    font-size: 16px;
  }
}
.home-case-block.slid_case .slide-item-detail .tag img {
  margin-right: 10px;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .tag img {
    width: 20px;
    height: auto;
  }
}
.home-case-block.slid_case .slide-item-detail .name {
  line-height: 1.2;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .name {
    font-size: 18px;
    margin: 5px 0 15px 0;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .name {
    font-size: 22px;
    margin: 10px 0 15px 0;
  }
}
.home-case-block.slid_case .slide-item-detail .people {
  background-color: #BDEFC4;
  display: inline-block;
  padding: 0 1.5em;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .people {
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .people {
    font-size: 16px;
  }
}
.home-case-block.slid_case .slide-item-detail .lead {
  font-weight: 600;
}
@media screen and (max-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .lead {
    font-size: 16px;
    margin: 20px 0 15px 0;
  }
}
@media screen and (min-width: 519.9px) {
  .home-case-block.slid_case .slide-item-detail .lead {
    font-size: 18px;
    margin: 20px 0 15px 0;
  }
}
.home-flow {
  background-color: #FAFAFA;
}
@media screen and (max-width: 519.9px) {
  .home-flow-block .container {
    padding: 50px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-flow-block .container {
    padding-top: 30px;
    padding-bottom: 80px;
    width: 1300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 519.9px) {
  .home-flow-block .js-scrollable {
    margin: 30px auto 0 auto;
    padding: 10px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-flow-block .js-scrollable {
    margin: 25px auto 0 auto;
    padding: 10px 0;
  }
}
.home-flow-block-col {
  display: grid;
  gap: 55px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 519.9px) {
  .home-flow-block-col {
    width: 1050px;
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 519.9px) {
  .home-flow-block-col {
    margin-top: 0;
  }
}
.home-flow-block-col .item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  line-height: 2;
  position: relative;
  margin: 0 8px;
}
@media screen and (max-width: 519.9px) {
  .home-flow-block-col .item {
    padding: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-flow-block-col .item {
    padding: 50px 30px 60px 30px;
    font-size: 16px;
  }
}
.home-flow-block-col .item:after {
  content: "";
  display: block;
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -65px;
  background: url("../image/home/ico_arrow_g.png") no-repeat center center;
  background-size: 22px auto;
}
.home-flow-block-col .item:last-child:after {
  display: none;
}
@media screen and (max-width: 519.9px) {
  .home-flow-block-col .item img {
    width: auto;
    height: 50px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-flow-block-col .item img {
    width: auto;
    height: 65px;
  }
}
.home-flow-block-col .item .tit {
  line-height: 1;
}
@media screen and (max-width: 519.9px) {
  .home-flow-block-col .item .tit {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-flow-block-col .item .tit {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.home-flow-block-col .item .tit span {
  color: #51B748;
  margin-right: 0.5em;
}
@media screen and (max-width: 519.9px) {
  .home-faq .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq .container {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}
.home-faq .com-tit .txt {
  line-height: 1.5;
}
@media screen and (max-width: 519.9px) {
  .home-faq .com-tit .txt {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq .com-tit .txt {
    font-size: 16px;
  }
}
.home-faq-block #faq-acc .faq-acc-box {
  background-color: #fff;
  text-align: left;
  position: relative;
  border: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box {
    margin-top: 10px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box {
    width: 1000px;
    max-width: 100%;
    margin: 25px auto 0 auto;
  }
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box:first-of-type {
    margin-top: 35px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box:first-of-type {
    margin-top: 35px;
  }
}
.home-faq-block #faq-acc .faq-acc-box:hover .txt {
  opacity: 0.7;
}
.home-faq-block #faq-acc .faq-acc-box .txt {
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .txt {
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .txt {
    font-weight: 600;
    padding: 20px 20px 20px 70px;
  }
}
.home-faq-block #faq-acc .faq-acc-box .txt:before {
  content: "Q.";
  position: absolute;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .txt:before {
    font-size: 4vw;
    left: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .txt:before {
    font-size: 18px;
    left: 40px;
    top: 20px;
  }
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu {
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu {
    padding: 10px 10px 10px 40px;
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu {
    padding: 0px 20px 30px 70px;
    font-size: 16px;
    font-weight: 500;
  }
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu:before {
  content: "A.";
  position: absolute;
  color: #51B748;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu:before {
    font-size: 4vw;
    left: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu:before {
    font-size: 16px;
    left: 40px;
    top: 0px;
  }
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open:before {
    width: 12px;
    right: 15px;
    top: 20px;
    height: 2px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open:before {
    width: 16px;
    right: 35px;
    top: 30px;
    height: 3px;
  }
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  transition: all 0.3s;
  transform: rotate(90deg);
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open:after {
    width: 12px;
    right: 15px;
    top: 20px;
    height: 2px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .open:after {
    width: 16px;
    right: 35px;
    top: 30px;
    height: 3px;
  }
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close {
  position: absolute;
  right: 0;
  top: 0;
}
.home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close:after, .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
}
@media screen and (max-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close:after, .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close:before {
    width: 12px;
    right: 15px;
    top: 20px;
    height: 2px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close:after, .home-faq-block #faq-acc .faq-acc-box .sub-menu-toggle .close:before {
    width: 16px;
    right: 35px;
    top: 30px;
    height: 3px;
  }
}
.home-column {
  background-color: #FAFAFA;
  /* .js-scrollable {
       @include m.mq(sp) {
           margin: 30px auto 35px auto;
       }
       @include m.mq(pc) {
           margin: 35px auto 45px auto;
       }
   }*/
}
@media screen and (max-width: 519.9px) {
  .home-column .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-column .container {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.home-column-col {
  text-align: left;
  display: grid;
}
@media screen and (max-width: 519.9px) {
  .home-column-col {
    margin: 30px auto 35px auto;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 519.9px) {
  .home-column-col {
    margin: 35px auto 45px auto;
    width: 1066px;
    max-width: 100%;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-column-col_item .thumbnail {
  overflow: hidden;
  margin-bottom: 10px;
}
.home-column-col_item .thumbnail img {
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
  width: 100%;
}
.home-column-col_item .thumbnail:hover img {
  transform: scale(1.1); /* 拡大 */
}
@media screen and (max-width: 519.9px) {
  .home-column-col_item time {
    font-size: 14px;
    margin-bottom: 0.5em;
    display: block;
  }
}
@media screen and (min-width: 519.9px) {
  .home-column-col_item time {
    font-size: 16px;
    margin-right: 10px;
  }
}
.home-column-col_item .cate a {
  display: inline-block;
  background-color: #51B748;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-weight: 400;
  margin-right: 5px;
}
@media screen and (min-width: 519.9px) {
  .home-column-col_item .cate {
    font-size: 14px;
    margin-left: 5px;
  }
}
.home-column-col_item .title {
  margin: 0.5em 0;
}
@media screen and (max-width: 519.9px) {
  .home-column-col_item .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-column-col_item .title {
    font-size: 18px;
  }
}
.home-news {
  background-color: #FAFAFA;
  /*.js-scrollable {
      @include m.mq(sp) {
          margin: 30px auto 35px auto;
      }
      @include m.mq(pc) {
          margin: 35px auto 45px auto;
      }
  }*/
}
@media screen and (max-width: 519.9px) {
  .home-news .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-news .container {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.home-news-col {
  text-align: left;
  display: grid;
}
@media screen and (max-width: 519.9px) {
  .home-news-col {
    margin: 30px auto 35px auto;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 519.9px) {
  .home-news-col {
    margin: 35px auto 45px auto;
    width: 1066px;
    max-width: 100%;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-news-col_item .thumbnail {
  overflow: hidden;
  margin-bottom: 10px;
}
.home-news-col_item .thumbnail img {
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
  width: 100%;
}
.home-news-col_item .thumbnail:hover img {
  transform: scale(1.1); /* 拡大 */
}
@media screen and (max-width: 519.9px) {
  .home-news-col_item time {
    font-size: 14px;
    margin-bottom: 0.5em;
    display: block;
  }
}
@media screen and (min-width: 519.9px) {
  .home-news-col_item time {
    font-size: 16px;
    margin-right: 10px;
  }
}
.home-news-col_item .cate a {
  display: inline-block;
  background-color: #51B748;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-weight: 400;
  margin-right: 5px;
}
@media screen and (min-width: 519.9px) {
  .home-news-col_item .cate {
    font-size: 14px;
    margin-left: 5px;
  }
}
.home-news-col_item .title {
  margin: 0.5em 0;
}
@media screen and (max-width: 519.9px) {
  .home-news-col_item .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 519.9px) {
  .home-news-col_item .title {
    font-size: 18px;
  }
}/*# sourceMappingURL=style_home.css.map */