/*----------------------------------

master => hss/business/cjs_assets

----------------------------------*/
.main-section .img img {
  height: auto;
  width: 100%;
  object-fit: fill; }

/**.mrk{
	background:linear-gradient(transparent 80%, #42c2d5 80%);
}**/
.page-midashi.lage {
  font-size: 4.2rem; }
  @media screen and (max-width: 600px) {
    .page-midashi.lage {
      font-size: 3.4rem; } }

.inner .bana {
  margin-top: 0; }

.komidashi {
  text-align: center;
  margin-top: 4rem;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold; }

/**.midashi{
	color: #42c2d5;
	&:before{
		background: #42c2d5;
	}
}**/
.busns-img01 {
  margin-top: 3rem; }

.busns01 {
  background: #f0f0f0; }
  .busns01 .lead {
    margin-top: 3rem; }
  .busns01 .animation01 {
    margin-top: 3rem; }

.slide-section {
  background: #f7f7f7;
  padding: 6rem 0; }
  .slide-section .komidashi {
    margin-top: 0;
    margin-bottom: 5rem; }
  @media screen and (max-width: 600px) {
    .slide-section {
      padding: 6rem 0 4rem; } }

.thumbnail {
  width: 80%;
  max-width: 55rem;
  margin: auto;
  display: flex;
  justify-content: center !important;
  padding-bottom: 4rem; }
  .thumbnail .thumbnail-img {
    transition: 0.5s opacity;
    cursor: pointer; }
    .thumbnail .thumbnail-img .thum-txt {
      background: #fff;
      border-radius: 50%;
      width: 9rem;
      height: 9rem;
      margin: auto;
      text-align: center;
      font-size: 4rem;
      font-family: "din-2014", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      line-height: 8.3rem; }
      @media screen and (max-width: 500px) {
        .thumbnail .thumbnail-img .thum-txt {
          width: 7rem;
          height: 7rem;
          font-size: 3rem;
          line-height: 6.3rem; } }
      @media screen and (max-width: 400px) {
        .thumbnail .thumbnail-img .thum-txt {
          width: 6rem;
          height: 6rem;
          font-size: 3rem;
          line-height: 5.3rem; } }
    .thumbnail .thumbnail-img.list01 .thum-txt {
      border: 0.5rem solid #ff6c00;
      color: #ff6c00; }
    .thumbnail .thumbnail-img.list02 .thum-txt {
      border: 0.5rem solid #e05ac8;
      color: #b61499; }
    .thumbnail .thumbnail-img.list03 .thum-txt {
      border: 0.5rem solid #3c74d0;
      color: #3c74d0; }
    .thumbnail .thumbnail-img.list04 .thum-txt {
      border: 0.5rem solid #1dafbc;
      color: #1dafbc; }
    .thumbnail .thumbnail-img.list05 .thum-txt {
      border: 0.5rem solid #5bb264;
      color: #5bb264; }
    .thumbnail .thumbnail-img:hover {
      opacity: 0.6; }
  .thumbnail .slick-current .thumbnail-img.list01 .thum-txt {
    background: #ff6c00 !important;
    color: #fff !important; }
  .thumbnail .slick-current .thumbnail-img.list02 .thum-txt {
    background: #e05ac8 !important;
    color: #fff !important; }
  .thumbnail .slick-current .thumbnail-img.list03 .thum-txt {
    background: #3c74d0 !important;
    color: #fff !important; }
  .thumbnail .slick-current .thumbnail-img.list04 .thum-txt {
    background: #1dafbc !important;
    color: #fff !important; }
  .thumbnail .slick-current .thumbnail-img.list05 .thum-txt {
    background: #5bb264 !important;
    color: #fff !important; }
  .thumbnail .slick-current .thumbnail-img:hover {
    opacity: 1; }

.slide-on {
  position: relative; }
  .slide-on .slick-arrow {
    top: 48%;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 30;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 0.9; }
    .slide-on .slick-arrow:before {
      position: absolute;
      content: "";
      width: 1rem;
      height: 1rem;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      z-index: 31; }
    .slide-on .slick-arrow.slick-prev {
      left: 20%;
      transform: translate(-50%, -50%); }
      .slide-on .slick-arrow.slick-prev:before {
        left: 30%;
        transform: translate(75%, -50%) rotate(135deg); }
    .slide-on .slick-arrow.slick-next {
      right: 20%;
      transform: translate(50%, -50%); }
      .slide-on .slick-arrow.slick-next:before {
        right: 30%;
        transform: translate(-75%, -50%) rotate(-45deg); }
    .slide-on .slick-arrow:hover {
      opacity: 0.5; }
    @media screen and (max-width: 768px) {
      .slide-on .slick-arrow.slick-prev {
        left: 10%; }
      .slide-on .slick-arrow.slick-next {
        right: 10%; } }

.sol-list-item {
  padding: 0 5rem; }
  .sol-list-item a {
    display: block;
    position: relative;
    padding-bottom: 2rem;
    transition: 0.5s opacity; }
    .sol-list-item a:hover {
      opacity: 0.6; }
  .sol-list-item .link-body {
    display: flex;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2.5rem 3.5rem 5rem 2.53rem;
    border-radius: 1.5rem;
    align-items: flex-start; }
    .sol-list-item .link-body:before {
      z-index: 0;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 7.5rem; }
    .sol-list-item .link-body .img {
      border-radius: 1rem;
      overflow: hidden;
      position: relative;
      width: 50%; }
    .sol-list-item .link-body .text {
      position: relative;
      z-index: 2;
      width: 50%;
      box-sizing: border-box;
      padding-left: 2.5rem; }
      .sol-list-item .link-body .text .name {
        color: #fff;
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 1rem; }
      .sol-list-item .link-body .text .name-en {
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        margin-top: 2.5rem; }
      .sol-list-item .link-body .text .lead {
        line-height: 1.5;
        margin-top: 2rem; }
  .sol-list-item .btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0; }
    .sol-list-item .btn .btn-body {
      color: #fff;
      width: 80%;
      margin: auto;
      border-radius: 10rem;
      max-width: 28rem;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: bold;
      padding: 1rem; }
  @media screen and (max-width: 1100px) {
    .sol-list-item .link-body {
      display: flex;
      padding: 1.5rem 3rem 5rem 3rem;
      flex-wrap: wrap;
      justify-content: center; }
      .sol-list-item .link-body:before {
        height: 6.5rem; }
      .sol-list-item .link-body .img {
        order: 2;
        width: 100%;
        max-width: 25rem;
        margin-top: 2rem; }
      .sol-list-item .link-body .text {
        order: 1;
        width: 100%;
        padding-left: 0; } }
  @media screen and (max-width: 500px) {
    .sol-list-item .link-body {
      padding: 1.5rem 2.5rem 5rem 2.5rem; }
      .sol-list-item .link-body:before {
        height: 6rem; }
      .sol-list-item .link-body .text .name {
        font-size: 2rem; } }

@media screen and (max-width: 768px) {
  .sol-list-item {
    padding: 0 3rem; }

  padding-top: 3rem !important;
  padding-bottom: 5rem !important; }
.sol-list-item.list01 a .link-body {
  border: 2px solid #ff6c00; }
  .sol-list-item.list01 a .link-body:before {
    background: #ff6c00; }
  .sol-list-item.list01 a .link-body .text .name-en {
    color: #ff6c00; }
.sol-list-item.list01 a .btn .btn-body {
  background: #ff6c00; }
.sol-list-item.list02 a .link-body {
  border: 2px solid #e05ac8; }
  .sol-list-item.list02 a .link-body:before {
    background: #e05ac8; }
  .sol-list-item.list02 a .link-body .text .name-en {
    color: #e05ac8; }
.sol-list-item.list02 a .btn .btn-body {
  background: #e05ac8; }
.sol-list-item.list03 a .link-body {
  border: 2px solid #3c74d0; }
  .sol-list-item.list03 a .link-body:before {
    background: #3c74d0; }
  .sol-list-item.list03 a .link-body .text .name-en {
    color: #3c74d0; }
.sol-list-item.list03 a .btn .btn-body {
  background: #3c74d0; }
.sol-list-item.list04 a .link-body {
  border: 2px solid #1dafbc; }
  .sol-list-item.list04 a .link-body:before {
    background: #1dafbc; }
  .sol-list-item.list04 a .link-body .text .name-en {
    color: #1dafbc; }
.sol-list-item.list04 a .btn .btn-body {
  background: #1dafbc; }
.sol-list-item.list05 a .link-body {
  border: 2px solid #5bb264; }
  .sol-list-item.list05 a .link-body:before {
    background: #5bb264; }
  .sol-list-item.list05 a .link-body .text .name-en {
    color: #5bb264; }
.sol-list-item.list05 a .btn .btn-body {
  background: #5bb264; }

.case01 .case-ttl01,
.case02 .case-ttl01,
.case03 .case-ttl01 {
  border-top: 1px solid #00c586;
  border-bottom: 1px solid #00c586;
  margin-top: 4rem;
  position: relative;
  text-align: center;
  padding: 2rem;
  font-size: 2.4rem;
  margin-top: 4rem;
  font-weight: bold; }
  .case01 .case-ttl01:before,
  .case02 .case-ttl01:before,
  .case03 .case-ttl01:before {
    position: absolute;
    content: "";
    border-top: 2rem solid #00c586;
    border-right: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid transparent;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%); }
.case01 .case-ttl02,
.case02 .case-ttl02,
.case03 .case-ttl02 {
  border-radius: 1rem;
  text-align: center;
  padding: 2rem;
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  margin-top: 3rem; }
.case01 .lead,
.case02 .lead,
.case03 .lead {
  line-height: 2.2;
  margin-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden; }
  .case01 .lead .photo,
  .case02 .lead .photo,
  .case03 .lead .photo {
    float: right;
    width: 44%;
    margin-left: 4%;
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative; }
@media screen and (max-width: 600px) {
  .case01 .lead .photo,
  .case02 .lead .photo,
  .case03 .lead .photo {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative; } }

.case01 {
  background: #eff4ff; }
  .case01 .midashi {
    color: #3c74d0; }
    .case01 .midashi:before {
      background: #3c74d0; }
  .case01 .case-ttl01 {
    border-top: 1px solid #3c74d0;
    border-bottom: 1px solid #3c74d0; }
    .case01 .case-ttl01:before {
      border-top: 2rem solid #3c74d0; }
  .case01 .case-ttl02 {
    background: #3c74d0; }

.case02 {
  background: #fff; }
  .case02 .midashi {
    color: #1dafbc; }
    .case02 .midashi:before {
      background: #1dafbc; }
  .case02 .case-ttl01 {
    border-top: 1px solid #1dafbc;
    border-bottom: 1px solid #1dafbc; }
    .case02 .case-ttl01:before {
      border-top: 2rem solid #1dafbc; }
  .case02 .case-ttl02 {
    background: #1dafbc; }

.case03 {
  background: #fff7ef; }
  .case03 .midashi {
    color: #ff6c00; }
    .case03 .midashi:before {
      background: #ff6c00; }
  .case03 .case-ttl01 {
    border-top: 1px solid #ff6c00;
    border-bottom: 1px solid #ff6c00; }
    .case03 .case-ttl01:before {
      border-top: 2rem solid #ff6c00; }
  .case03 .case-ttl02 {
    background: #ff6c00; }

.custum-bana {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-top: 5rem;
  padding-right: 50%;
  min-height: 40rem; }
  .custum-bana .img {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%; }
    .custum-bana .img img {
      width: 100% !important;
      height: 40rem !important;
      object-fit: cover;
      object-position: center center; }
      @media screen and (max-width: 900px) {
        .custum-bana .img img {
          height: 44rem !important; } }
      @media screen and (max-width: 768px) {
        .custum-bana .img img {
          height: 40rem !important; } }
      @media screen and (max-width: 600px) {
        .custum-bana .img img {
          height: 30rem !important; } }
      @media screen and (max-width: 500px) {
        .custum-bana .img img {
          height: 26rem !important; } }
    .custum-bana .img span {
      display: block;
      width: 100% !important;
      height: 100% !important; }
  .custum-bana .copy {
    width: 100%;
    box-sizing: border-box;
    padding: 4rem 4%;
    text-align: center; }
    .custum-bana .copy .cus-ttl {
      display: inline-block;
      padding-left: 10rem;
      position: relative;
      text-align: left; }
      .custum-bana .copy .cus-ttl .icon {
        position: absolute;
        border-image-width: 5rem;
        left: 0;
        top: 50%;
        transform: translateY(-55%);
        width: 9rem; }
        .custum-bana .copy .cus-ttl .icon img {
          width: 100%;
          height: auto; }
      .custum-bana .copy .cus-ttl .en {
        font-size: 2.6rem;
        font-family: "Karbon Regular",sans-serif;
        font-weight: bold;
        font-style: normal; }
      .custum-bana .copy .cus-ttl .kana {
        font-size: 3rem;
        margin-top: 0.5rem;
        line-height: 1.4;
        font-weight: bold; }
      @media screen and (max-width: 900px) {
        .custum-bana .copy .cus-ttl .en {
          font-size: 2rem;
          font-family: "Karbon Regular",sans-serif;
          font-weight: bold;
          font-style: normal; }
        .custum-bana .copy .cus-ttl .kana {
          font-size: 2.5rem;
          margin-top: 0.5rem;
          line-height: 1.4;
          font-weight: bold; } }
    .custum-bana .copy .lead {
      text-align: center;
      font-size: 1.5rem;
      font-feature-settings: "palt";
      margin-top: 1.5rem;
      position: relative;
      padding-top: 2rem; }
      .custum-bana .copy .lead:before {
        content: "";
        width: 5rem;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .custum-bana .copy .a-btn01 {
      margin: auto;
      margin-top: 2rem;
      max-width: 30rem; }
      .custum-bana .copy .a-btn01 a {
        transition: filter 0.5s; }
        .custum-bana .copy .a-btn01 a:before {
          background: #fff; }
        .custum-bana .copy .a-btn01 a .arrow:before, .custum-bana .copy .a-btn01 a .arrow:after {
          position: absolute;
          content: ""; }
        .custum-bana .copy .a-btn01 a .arrow:before {
          top: 50%;
          width: 0.7rem;
          height: 0.7rem;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          transform: translateX(80%) translateY(-50%) rotate(45deg);
          right: 3rem; }
        .custum-bana .copy .a-btn01 a .arrow:after {
          top: 50%;
          width: 1rem;
          height: 1px;
          background: #fff;
          right: 3rem;
          transform: translateX(50%) translateY(-50%); }
        .custum-bana .copy .a-btn01 a:hover {
          filter: brightness(1.2); }
      .custum-bana .copy .a-btn01 .kana {
        color: #fff; }
  @media screen and (max-width: 768px) {
    .custum-bana {
      display: block;
      padding-right: 0; }
      .custum-bana .copy {
        padding: 4rem 6%; }
        .custum-bana .copy .cus-ttl {
          padding-left: 7rem; }
          .custum-bana .copy .cus-ttl .icon {
            width: 6rem; }
          .custum-bana .copy .cus-ttl .en {
            font-size: 2rem; }
          .custum-bana .copy .cus-ttl .kana {
            font-size: 2.6rem; }
      .custum-bana .img {
        width: 100%;
        position: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit; }
        .custum-bana .img img {
          height: 30rem; } }
  @media screen and (max-width: 600px) {
    .custum-bana .img img {
      height: 24rem; } }

.slide-base {
  margin-bottom: 0 !important; }
  .slide-base .slick-dots {
    bottom: 2rem; }
    .slide-base .slick-dots li {
      width: 1.3rem;
      height: 1.3rem;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 50%; }
      .slide-base .slick-dots li button {
        text-indent: -9999px; }
      .slide-base .slick-dots li.slick-active {
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.4); }

.custum-bana.custum01 .copy .cus-ttl .en {
  color: #ff6c00; }
.custum-bana.custum01 .copy .cus-ttl .kana {
  color: #ff6c00; }
.custum-bana.custum01 .copy .lead:before {
  background: #ff6c00; }
.custum-bana.custum01 .copy .a-btn01 a {
  background: #ff6c00; }
  .custum-bana.custum01 .copy .a-btn01 a .arrow:before {
    border-right: 1px solid #ff6c00;
    border-top: 1px solid #ff6c00; }
  .custum-bana.custum01 .copy .a-btn01 a .arrow:after {
    background: #ff6c00; }
.custum-bana.custum02 .copy .cus-ttl .en {
  color: #e05ac8; }
.custum-bana.custum02 .copy .cus-ttl .kana {
  color: #e05ac8; }
.custum-bana.custum02 .copy .lead:before {
  background: #e05ac8; }
.custum-bana.custum02 .copy .a-btn01 a {
  background: #e05ac8; }
  .custum-bana.custum02 .copy .a-btn01 a .arrow:before {
    border-right: 1px solid #e05ac8;
    border-top: 1px solid #e05ac8; }
  .custum-bana.custum02 .copy .a-btn01 a .arrow:after {
    background: #e05ac8; }
.custum-bana.custum03 .copy .cus-ttl .en {
  color: #3c74d0; }
.custum-bana.custum03 .copy .cus-ttl .kana {
  color: #3c74d0; }
.custum-bana.custum03 .copy .lead:before {
  background: #3c74d0; }
.custum-bana.custum03 .copy .a-btn01 a {
  background: #3c74d0; }
  .custum-bana.custum03 .copy .a-btn01 a .arrow:before {
    border-right: 1px solid #3c74d0;
    border-top: 1px solid #3c74d0; }
  .custum-bana.custum03 .copy .a-btn01 a .arrow:after {
    background: #3c74d0; }
.custum-bana.custum04 .copy .cus-ttl .en {
  color: #1dafbc; }
.custum-bana.custum04 .copy .cus-ttl .kana {
  color: #1dafbc; }
.custum-bana.custum04 .copy .lead:before {
  background: #1dafbc; }
.custum-bana.custum04 .copy .a-btn01 a {
  background: #1dafbc; }
  .custum-bana.custum04 .copy .a-btn01 a .arrow:before {
    border-right: 1px solid #1dafbc;
    border-top: 1px solid #1dafbc; }
  .custum-bana.custum04 .copy .a-btn01 a .arrow:after {
    background: #1dafbc; }
.custum-bana.custum05 .copy .cus-ttl .en {
  color: #5bb264; }
.custum-bana.custum05 .copy .cus-ttl .kana {
  color: #5bb264; }
.custum-bana.custum05 .copy .lead:before {
  background: #5bb264; }
.custum-bana.custum05 .copy .a-btn01 a {
  background: #5bb264; }
  .custum-bana.custum05 .copy .a-btn01 a .arrow:before {
    border-right: 1px solid #5bb264;
    border-top: 1px solid #5bb264; }
  .custum-bana.custum05 .copy .a-btn01 a .arrow:after {
    background: #5bb264; }
