@charset "UTF-8";
:root {
  --site-width: 1170px;
  --main-color: #213077;
  --sub-color: #B09B47;
  --font-color: #393939;
}

html,body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #393939;
  font-size: 14px;
  text-spacing-trim: space-all;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  color: #393939;
}

a:hover {
  color: #9a7e4f;
  cursor: pointer;
}

h1,h2,h3,h4,h5 {
  font-weight: bold;
  line-height:1.5;
}

.main-visual-layouts {
  width: 100%;
  background-image: url('../img/bg-top.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.main-visual-layouts:after {
  background-image: url('../img/bg-top-cloud.png');
  display: block;
  background-size: cover;
  background-position: center bottom;
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 11.25%;
  bottom: -1px;
  z-index: 1;
}

@media (max-width: 767px) {
  .main-visual-layouts {
    background-size: auto 100%;
    background-position: center top;
  }
}

.main-visual-body {
  width: 98%;
  height: 100%;
  max-width: var(--site-width);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.kanxashi-logo {
  width: 140px;
  position: absolute;
  top: 6%;
  left: 0%;
}

.pr-flag{
	position: absolute;
	top: 16%;
	left: 0px;
	width: 35%;
	max-width: 449px;
}

.pr-flag img{
	width: 100%;
	height: auto;
}

.site-title-content {
  position: absolute;
  left: 0%;
  top: calc(50% + 6%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  width: 100%;
  max-width: 700px;
  z-index: 100;
}

.xenigata-release {
  font-weight: bold;
  font-size: 2.8rem
}

.site-logo {
  margin-top: 1.8rem;
  position: relative;
  height: 180px;
}

.img-banner {
  width: 100%;
}

.banner {
  display: block;
  max-width: 640px;
  width: 90%;
  padding-top: 4rem;
  margin: 0 auto;
}

.service-sub-copy{
	font-size: 1.8rem;
	font-weight: bold;
}

.xenigata-copy {
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  background-color: var(--main-color);
  transform: skewX(-14deg);
  width: 240px;
  max-width: 100%;
  padding: .4rem 0;
  text-align: center;
}

.xenigata-copy span {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  transform: skewX(14deg);
}

.xenigata-logo {
  position: absolute;
  top: 50px;
  left: 0px;
  display: block;
  max-width: 740px;
  width: 100%;
}
.aspic-logo {
  width: 445px;
  max-width: 90%;
  margin: 1rem auto 0;
}
.aspic-logo img {
  width: 100%;
}

.partner-text{
	font-size: 1.1rem;
	font-weight: bold;
}

.register-wrap {
  padding-top: 1rem;
  display: flex;
  border: solid 1px #0000;
  justify-content: center;
}
.btn-xenigata-register {
  border: solid 2px #fff;
  color: #fff;
  background-color: var(--main-color);
  font-weight: bold;
  width: 300px;
  max-width: 90%;
  font-size: 1.8rem;
  padding: .6rem 0;
  border-radius: 10px;
}
.btn-xenigata-register:hover {
  border: solid 2px var(--main-color);
  color: var(--main-color);
  background-color: #fff;
}

@media (max-width: 576px) {
  .register-wrap {
    padding-top: .4rem;
  }
}

.xenigata-character {
  position: absolute;
  max-width: 714px;
  max-height: 100vh;
  height: auto;
  right: 0rem;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .xenigata-character {
    max-height: 90vh;
  }
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
  .main-visual-body {
    width: 100%;
  }
	
    .pr-flag {
        top: 16%;
        width: 75%;
        max-width: 449px;
        z-index: 1;
    }	
	
  .service-sub-copy {
      font-size: 1.4rem;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000;
  }	
	
  .xenigata-character {
    max-width: 400px;
    max-height: auto;
    min-height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
	
  .xenigata-copy {
      top: 0;
      left: 3%;
      width: 40%;
  }
	
  .partner-text {
      font-size: 0.85rem;
      font-weight: bold;
   	  margin-top: 1.3rem;
  }	
	
}
@media (max-width: 576px) {
  .aspic-logo {
    margin-top: 1.5rem;
  }
}

.navbar-brand {
  display: none;
}

@media (max-width: 767px) {
  .xenigata-logo {
    width: 100%;
  }
  .site-title-content {
    bottom: 8%;
    width: 94%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .kanxashi-logo {
    left: 2%;
  }
  .xenigata-release {
    font-weight: bold;
    font-size: 2rem
  }
  .site-logo {
    height: 160px;
  }

  .container-fluid {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .site-logo {
    height: 100px;
  }
  .xenigata-copy {
    top: 0;
    left: 4px;
    width: 200px;
  }
  .xenigata-copy span {
    font-size: 1rem;
  }
}





/******
 * ナビバー
*******/

.nav-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: .5rem 0;
}


i.fa-solid {
  padding-left: .4rem;
  font-size: .8rem;
}
/*******child-pageのナビ挙動部分*******/
.wrapper.child-page {
  padding-top: 63px;
}
.wrapper.child-page .scroll-nav {
  margin-top: -63px;
}
.wrapper.child-page .scroll-nav.is-fixed {
  margin-top: 0;
}
.wrapper.child-page section {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 767px) {
  .wrapper.child-page {
    padding-top: 37px;
    margin-top: 0px;
  }
  .wrapper.child-page .scroll-nav {
    margin-top: -37px;
  }
  .wrapper.child-page .scroll-nav.is-fixed {
    margin-top: 0;
  }
}
/*******child-pageのナビ挙動部分*******/

.scroll-nav {
  background-color: #fff;
}

.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
}

.navbar-nav {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-item {
  text-align: center;
  font-weight: bold;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item:last-child {
  border: none;
}

.nav-link {
  color: #393939;
}

.nav-link:hover {
  color: var(--main-color);
}
.modal-content {
  padding: 2.5rem;
}
.modal-body {
  padding-bottom: 0;
}
.modal-body .message,
.custom-modal-title {
  text-align: center;
  font-size: 1.1428571428571rem;
}
.modal-footer {
  border: 0;
  padding-top: 0;
  padding-top: 2.5rem;
}

.modal.show.modal-stack {
  padding: 1rem !important;
}

.ekko-lightbox {
  display: flex !important;
  align-items: center;

}
.ekko-lightbox .modal-body {
  padding: 0rem;
}

.ekko-lightbox .modal-dialog,
.ekko-lightbox .modal-content,
.ekko-lightbox .modal-header,
.ekko-lightbox .modal-title,
.ekko-lightbox .modal-header button,
.ekko-lightbox .modal-body,
.ekko-lightbox .modal-footer {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.modal-title {
  display: none;
}
.ekko-lightbox .modal-header {
  padding : 1rem 1rem;
}
.ekko-lightbox .modal-header button {
  margin-bottom: .1rem;
}
.ekko-lightbox .modal-header button span {
  position: relative;
  display: block;
}
.ekko-lightbox .modal-header button span:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f00d";
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  width: 1.4rem;
  height: 1.4rem;
  text-shadow: none;
}


/*
.ekko-lightbox-item.fade.in.show {
  position: relative;
  display: block;
}
.ekko-lightbox-item.fade.in.show:before {
  font-family: "Font Awesome 6 Free";
  content: "\58";
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  position: absolute;
  top: -2rem;
  line-height: 1;
  right: -2rem;
  z-index: 1050;
}
.ekko-lightbox-item.fade.in.show:hover:before {
  cursor: pointer;
}
@media (max-width: 576px) {
  .ekko-lightbox-item.fade.in.show:before {
    top: -2rem;
    right: 0;
  }
}
*/
/****モーダル*****/
.custom-modal-body .fa-solid {
  padding: 0;
}
.custom-modal-body .modal-icon {
  text-align: center;
  margin-bottom: 1rem;
}
.custom-modal-body .fa-circle-check,
.custom-modal-body .fa-triangle-exclamation {
  font-size: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.custom-modal-body .fa-triangle-exclamation {
  color: var(--danger);
}
.modal-content.danger .message {
  color: var(--danger);
}
.custom-modal-body .fa-circle-check {
  color: var(--success);
}
.modal-logo img {
  max-width: 256px;
}
.custom-modal-body {
}
.navbar-toggler {
/*  border-color: var(--main-color);*/
  margin-left: auto;
}
button.navbar-toggler:focus{
  outline:none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33,54,119,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-expand-lg .navbar-nav {
  justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
}


@media (max-width: 991px) {
  .nav-item {
    width: 100%;
    border: none;
    padding: 1rem 0;
    border-bottom: solid 1px #ccc;
  }
  .nav-wrapper {
    padding: 0;
  }
  .navbar-brand {
      display: block;
  }
  .xenigata-navbar-logo {
    max-width: 130px;
  }
}


/******
 * NEWS
*******/
.news {
  max-width: 970px;
  width: 100%;
  margin: 4.2rem auto 0;
}
.news .slick-list {
  border: solid #393939;
  border-width: 1px 0 1px 0;
  padding: 0.8rem 0;
}
.news-slider {
  position: relative;
  padding: 0;
}
.news .slick-prev,
.news .slick-next {
  position: absolute;
  bottom: -40px;
  height: 30px;
  width: 65px;
  border: none;
  color: #ffffff;
}
.news .slick-prev {
  right: 82px;
  background-color: #d5ad75;
}
.news .slick-next {
  right: 0;
  background-color: #d5ad75;
}
.news .slick-arrow:hover {
  cursor: pointer;
}
.news-content {
  list-style: none;
  padding: 1.6rem 1rem;
  border-bottom: 2px dotted #cccccc;
  height: 140px;
}
.slick-slide > div {
  padding: 0 0.7rem;
}
.slick-slide > div:nth-of-type(3n) .news-content {
  border: none;
}
.news-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-top-label {
  background-color: var(--main-color);
  height: 23px;
  width: 90px;
  margin-right: 20px;
  line-height: 23px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.news-top-date {
  margin-right: 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.news-top-new {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  width: 47px;
  border: 2px solid #f6b42c;
  color: #f6b42c;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
}
.news-bottom-body pre {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: bold;
  user-select: text;
  white-space: break-spaces;
  
}
.news-bottom-body a {
  position: relative;
  text-decoration: underline;
}
.news-bottom-body a i {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .news {
    width: 90%;
    padding: 0 1rem;
  }
  .news-content {
    min-height: 202px;
  }
}


/******
 * コンテンツ
*******/
  section,
  .row section {
    width: var(--site-width);
    max-width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .topic-title {
    color: var(--main-color);
    font-size: 2.4rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
@media (max-width: 767px) {
  section {
    padding: 2rem 4%;
  }
  .topic-title {
    margin-top: 0;
    font-size: 1.6rem !important
  }
}
/******
 * コンテンツ①
*******/


  .topic1 span {
    color: #393939;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1rem;
  }

  .capture {
    position: relative;
    width: 62%;
    max-width: 800px;
    margin: 4rem auto 0px;
  }

  .capture img {
    width: 100%;
    height: auto;
  }

  .capture video {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    width: 92%;
    max-width: 670px;
    margin: 0 auto;
  }

  .img-howto {
    max-width: 301px;
    width: 100%;
  }

  ul.howto {
    padding: 0 1rem;
    margin: 4rem 0 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }

  ul.howto li.step-down {
    margin-top: 4rem;
  }

  .howto-text {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
    position: relative;
  }

  .bubble {
    display: inline-block;
    position: absolute;
    margin: 20px;
    padding: 4px .6rem;
    background: var(--sub-color);
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    top: -60px;
    left: -10px;
  }
  .bubble:after {
    display: block;
    z-index: -1;
    content: "";
    position: absolute;
    margin: 0;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid var(--sub-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: rotate(-30deg);
  }

@media (max-width: 767px) {
  .topic1 span {
    font-size: 1rem;
  }

  ul.howto {
    display: block;
  }

  .img-howto {
    max-width: 120px;
  }

  ul.howto li {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
  }

  ul.howto li.step-down {
    margin-top: 0rem;
  }

  .howto-text {
    margin-left: 1rem;
    display: inline-block;
    font-size: 1.05rem;
    text-align: left;
    width: 160px;
  }

  .bubble {
    top: -59px;
    left: -36px;
  }

  .capture {
    width: 94%;
    margin: 0 auto;
  }	
}
@media (max-width: 576px) {
  .bubble {
    top: -59px;
    left: -40px;
  }
}
/*******
 * コンテンツ①　動画
********/
.movie-wrapper {
  background-color: var(--main-color);
  height: 200px;
  margin-top: 6rem;
  margin-bottom: 10rem;
  padding-left: 4%;
  padding-right: 4%;
}
.movie-wrapper section {
  padding: 0;
}

/*.movie-wrapper:before {
    background-image: url(../img/bg-cloud1.png);
    display: block;
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8%;
    top: 0px;
}*/

.movie-carousel-text {
  text-align: left;
  padding: 1rem 0;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.65;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.under-line {
  background:linear-gradient(transparent 60%, #f6b42c 60%);
}
.title-movie {
  margin-top: 3rem;
  color: var(--main-color);
  margin-bottom: 1rem 
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.movie-item {
  max-width: 670px;
  width: 100%;
  background-color: #fff;
}
.img-movie-item {
  width: 100%;
}
.movie-body{
  min-width: 340px;
  padding-top: 3.2rem;
}
.movie-title {
  position: relative;
  z-index: 0;
/*
  color: var(--main-color);
  text-decoration:underline;
*/
  font-size: 1.5rem;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
  margin: 1rem 1rem;
  margin-left: 0;
}
.movie-title-bubble {
  display: inline-block;
  position: absolute;
  width: auto;
  white-space: nowrap;
  text-align: center;
  padding: 4px .6rem;
  background: var(--sub-color);
  border-radius: 30px;
  font-size: 1rem;
  top: -40px;
  left: 0px;
  color: var(--font-color);
}
.movie-title-bubble:after {
  display: block;
  z-index: -1;
  content: "";
  position: absolute;
  margin: 0;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 20px solid var(--sub-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: rotate(-30deg);
}

.movie-body p{
  color: #fff;
}

.fade-img {
  transition:all .3s;
}

.fade-img:hover {
  opacity: 0.7;
  cursor: pointer;
}


  
@media (max-width: 991px) {
  .movie-wrapper {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
  .movie-wrapper section {
    padding: 2rem 4%;
  }
  .flex {
    display: block;
  }
  .movie-body {
    max-width: 670px;
    min-width: 100%;
    margin: 0 auto 0;
  }
  .movie-item {
    width: 100%;
    margin: 2rem auto 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
    .movie-wrapper {
        height: auto;
        margin-top: 2rem;
        margin-bottom: 3rem;
    } 
  
}

/******
 * コンテンツ②
*******/
  .movie-container {
    position: relative;
  }
  .movie-container:after {
    /*background-image: url('../img/bg-cloud2.png');*/
    display: block;
    background-image:none;
    background-image: url('../img/bg-cloudoverlap.png');
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8.89763779527559%;
    bottom: -1px;
    z-index: 100;
  }

  .topic1-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    display: block;
    text-align: center;
  }

  .marker {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    z-index: 10;
  }
  .marker:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1rem;
    position: absolute;
    background-color: #ffc866;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }

  .img-product-flow {
    width: 100%;
    max-width: 1170px;
    display: block;
    margin: 0 auto;
  }
@media (max-width: 1119px) {
  .img-product-flow {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .img-product-flow {
    width: 100%;
  }
  .topic1-description {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .marker {
    font-size: 1.2rem;
  }
}

/******
 * コンテンツ③
*******/
.topic-invoice-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.invoice-function {
  width: 210px;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #b1a4bf;
}
.invoice-function.eat {
  width: 250px;
}
.img-invoice {
  width: 80px;
}
.invoice-description {
  margin-top: 1rem;
  color: var(--main-color);
  font-size: 1.1rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .invoice-function {
    width: 30%;

  }
}

@media (max-width: 767px) {
  .invoice-function {
    width: 46%;
    padding: .5rem;
  }
  .invoice-function.eat {
    width: 46%;
  }
  .invoice-description {
    font-size: 1rem;
  }
}


.product-contents {
  position: relative;
  background-color: var(--main-color);
}
.product-contents:after {
  background-image: url('../img/bg-cloud3.png');
  display: block;
  background-size: contain;
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 8%;
  top: 100%;
  margin-top: -1px;
}


.topic3 {
  margin-top: 4%;
  margin-bottom: 4rem;
  color: #fff;
}

.img-howto-character {
  width: 105px;
}

.howto-box {
  width: 98%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding: 1.8rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #1a245f;
}

.howto-title {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  height: 80px;
  position: relative;
  z-index: 500;
  padding-right: .8rem;
}

.howto-title:after {
  position: absolute;
  right: -1.6rem;
  top: -2.6rem;
  display: block;
  content: "";
  width: 38px;
  z-index: 200;
  height: 45px;
  background-size: contain;
  background-image: url('../img/howto-icon.png');
}

.howto-footer {
  margin-top: 2rem;
}

.howto-type {
  position: relative;
  color: var(--main-color);
  margin-bottom: 2rem;
  font-weight: bold;
}
.howto-type span {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .howto-type {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .howto-type {
    font-size: 1.25rem;
  }
}
  .howto-type .howto-rounded {
    display: inline-block;
    position: absolute;
    margin: 20px;
    padding: 4px 1rem;
    background: var(--sub-color);
    border-radius: 30px;
    color: #fff;
    font-size: .8rem;
    top: -50px;
    left: -20px;
    transform:rotate(-12deg);
  }
  .btn.btn-submit,
  .btn.btn-page-link {
    width: 100%;
    border-radius: 40px;
    padding: 1rem 0;
    background-color: var(--main-color);
    position: relative;
    color: #fff;
    font-weight: bold;
    border: solid 1px transparent;
    box-shadow: 0px 4px 0px 0px rgb(33, 48, 119, 0.3);
  }
  .btn.btn-submit:hover,
  .btn.btn-page-link:hover {
    box-shadow: none;
    transition: all .3s;
    transform: translate3d(0, 5px, 0);
    color: #fff;
  }
  .btn.btn-submit:after,
  .btn.btn-page-link:after {
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto 0;
  }

  .btn.btn-page-link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f063";
  }

  .btn.btn-page-link.external-link:after {
    content: "\f061";
  }

  .btn.btn-submit:after{
    font-family: "Font Awesome 6 Free";
    content: "\f061";
  }

  .btn.btn-page-link.sister-service-link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";  
  }

  .btn.btn-page-link.price-link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f061";  
  }


/******
 * コンテンツ④
*******/
.exec_category {
  color: var(--main-color);
  border-bottom: solid 2px var(--main-color);
  display: inline-block;
  margin: 1rem 1rem;
}
/******
 * アンカーリンク

.wrapper {
  padding-top: 88px;
    margin-top:-88px;
}
.exec_category {
    padding-top: 88px;
    margin-top:-88px;
}

*******/

@media (max-width: 767px) {
  .wrapper {
    padding-top: 20px;
    margin-top:-20px;
  }
  .exec_category {
    padding-top: 20px;
    margin-top:-20px;
  }
}
.execs {
  margin-bottom: 8px;
}
.exec-content {
  padding: 1rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #b1a4bf;
  height: 94%;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.exec-content.wait:before {
  position: absolute;
  display: block;
  background: #ffc866;
  border-radius: 25px;
  padding: .4rem 1rem;
  font-size: .8rem;
  white-space: pre;
  font-weight: bold;
  content: "しばらく待たれよ！\A只今準備中！";
  top: -10px;
  left: -20px;
  transform:rotate(-12deg);
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
  .exec-content.wait:before {
    top: -20px;
    left: -10px;
  }
}
@media (max-width: 576px) {}

.exec-name {
  margin-top: 1rem;
  color: var(--main-color);
}
.exec-icon {
  max-width: 80px;
}
.exec-description {
  margin-top: .6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .exec_category {
    margin: 1rem 0rem;
  }
}
@media (max-width: 576px) {
  .exec-name {
    font-size: 1rem;
  }
  .exec-content {
    height: 94%;
  }
}

/******
 * コンテンツ 動画アーカイブ
*******/
.movie-bg{
	background-image: url(../img/bg-topic.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;
    position: relative;
    padding-top: 14rem;
    padding-bottom: 10%;
}

.movie-bg::before{
    background-image: url(../img/bg-cloud1.png);
    display: block;
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8%;
    top: 0px;
}

.movie-bg::after{
	background-image: url(../img/bg-cloudoverlap.png);
    display: block;
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8.89763779527559%;
    bottom: -1px;
    z-index: 100;
}

@media (max-width: 768px) {
  .movie-bg {
    background-image: url('../img/bg-topic.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10%;
  }

  .movie-bg:before {
    background-image: url('../img/bg-cloud1.png');
    display: block;
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8%;
    top: 0px;
  }

  .movie-bg::after {
    /*background-image: url('../img/bg-cloud2.png');*/
    display: block;
    background-image:none;
    background-image: url('../img/bg-cloudoverlap.png');
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8.89763779527559%;
    bottom: -1px;
    z-index: 100;
  }

}


/******
 * コンテンツ 利用料金
*******/
.topic4 {
  margin-top: 4rem;
}
.img-comingsoon {
  max-width: 502px;
  width: 100%;
  margin: 1rem auto;
  display: block;
}

/******
 * コンテンツ フォーム
*******/

.forms {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #e7e7e7;
  position: relative;
}
.forms:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 60px 80px 0 80px;
}


.topic5 {
  margin-bottom: 2rem;
}
.forms-text {
  margin-bottom: 2rem;
  text-align: center;
}
.forms-row {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.form-label {
  padding-right: .4rem;
}
.form-space {
}
.form-check {
  margin-right: 1.6rem;
  margin-bottom: 1rem;
  display: inline-block;
}
/*
select.form-control,
textarea.form-control,
.form-control-input {
  margin-bottom: 1rem;
}
*/
textarea {
  min-height: 8rem;
}
.submit-text {
  text-align: center;
}
.submit-text a {
  display: inline-block;
  padding: 0 .4rem;
}
.btn.btn-submit {
  max-width: 300px;
}

#form-contact .validation-style .form-control-input input {
  border-color: var(--danger);
}
#form-contact .validation-style .form-control-input {
  position: relative;
}
/*
font-family: "Font Awesome 6 Free";
content: "\f063";

  font-family: "Font Awesome 6 Free";
  content: "\f00d";
*/
#form-contact .validation-style .form-control-input:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-size: 1rem;
  font-weight: bold;
  color: var(--danger);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.error-text {
  color: var(--danger);
  font-size: .8rem;
  display: block;
  height: 1rem;
}

@media (max-width: 767px) {
  .form-check {
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .form-check {
    margin-right: .6rem;
  }
}
/****ラベル*****/
.forms .col-md-4.col-12 {
  padding-top: .5rem;
}
#use_service,#get_know,#free_input {
  padding-top: .5rem;
}
#contact_method,#request {
  padding-top: .55rem !important;
}
@media (max-width: 767px) {
  .forms .col-md-4.col-12 {
    padding-top: 0rem;
  }
  #use-services,#get_know,#free_input {
    padding-top: 0rem;
  }
  #contact_method,#request {
    padding-top: 0rem;
  }
}
/******
 * コンテンツ フッター
*******/
footer {
  background-color: var(--main-color);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  position: relative;
}
footer a,
footer a:hover {
  color: #fff;
}
.page-top {
  color: ;
  background-color: var(--main-color);
  position: absolute;
  padding: .4rem 1rem;
  border-radius: 6px 6px 0 0;
  right: 2rem;
  top: -30px;
}
.img-pagetop {
  max-width: 12px;
  display: inline-block;
  margin-right: .6rem;
}
.footer-content {
  display: flex;
  margin: 0 2rem;
  flex-wrap: wrap;
}
.footer-left,
.footer-right {
  width: 50%;
}
.footer-link-blank{
  position: relative;
  color: #fff;
}
.footer-link-blank:after{
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: bold;
  font-size: .8rem;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer-link-blank+.footer-link-blank{
  margin-left: 14px;
}
.company-service {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.company {
  display: flex;
  align-items: center;
  margin: .6rem 0;
}
.company-logo {
  width: 95px;
}
.company-name {
  padding: 0;
  margin: 0;
  margin-left: .6rem;
}
.term-link {
  margin: .6rem 0;
}
.term-link a,
.term-link a:hover {
  color: #fff;
  display: inline-block;
  margin-right: .8rem;
}
.img-isms {
  max-width: 93px;
}
.img-sdgs {
  display: inline-block;
  margin-left: 1rem;
  max-width: 142px;
}
.footer-right {
  display: flex;
  justify-content: flex-end;
}
.tel-box {
  display: inline-block;
  max-width: 340px;
  text-align: right;
}
.tel-guide {
  font-weight: bold;
}
.tel-guide,
.service-time {
  display: inline-block;
}
.img-tel {
  max-width: 252px;
}
.service-time {
  margin-top: .6rem;
}
.footer-copyright {
  width: 100%;
  text-align: center;
  padding: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .footer-content {
    margin: 0 .5rem;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  .footer-left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .company {
    justify-content: center;
  }
  .footer-logos,
  .term-link,
  .company-info,
  .company,
  .company-service {
    width: 100%;
    text-align: center;
  }
  .tel-box,
  .service-time {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .tel-box {
    text-align: center;
  }
  .service-time {
    margin-top: .6rem;
  }
  .tel-guide {
    display: block;
  }
  .footer-right {
    display: block;
    padding-top: 1rem;
    text-align: center;
  }
}

.breadcrumb-nav .breadcrumb {
  max-width: var(--site-width);
  width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumb-nav .breadcrumb li {
  color: var(--font-color);
  font-size: .9rem;
}
@media (max-width: 767px) {
  .breadcrumb-nav .breadcrumb {
    padding: 0 4%;
  }
}
.header-title {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
  color: var(--main-color);
  font-weight: bold;
}
.line-row {
  margin-bottom: 3.5rem;
  line-height: 1.8;
}
.line-row h3 {
  color: var(--main-color);
  border-bottom: solid 2px var(--main-color);
  margin-bottom: 1rem;
}
.line-row h4 {
  color: var(--main-color);
}
.line-row p {
  margin-bottom: .6rem;
}
.line-row ul {
  margin: 0;
  margin-bottom: .6rem;
  padding-left: 1.1rem;
  list-style-position: outside;
}
#privacy .line-row ul {
  padding-left: 1.3rem;
}
.line-row ul li ul,
.line-row ul li ul.number-enclosure-marker {
  padding-left: 0rem !important;
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-left: 1.2rem;
}
.line-row ul.number-marker {
  list-style-type: decimal;
}
.line-row ul.alphabet-marker > li {
  list-style-type: none;
  counter-increment: alpha;
}
.line-row ul.alphabet-marker > li:before {
  content: counter(alpha, lower-alpha) "．";
}
.line-row ul.number-enclosure-marker {
  padding-left: 0rem !important;
}
.line-row .number-enclosure-marker > li {
  list-style-type: none;
  counter-increment: cnt;
}
.number-enclosure-marker > li:before {
  content: "(" counter(cnt) ") ";
}
.line-row .number-enclosure-marker.parent > li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.signature-box {
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: end;
}
.signature {
  display: inline-block;
}
@media (max-width: 767px) {
  .header-title {
    font-size: 1.6rem;
  }
  .line-row h3 {
    font-size: 1.4rem;
  }
  .line-row h4 {
    font-size: 1.2rem;
  }
}

#carousel-wrap {

}
#movie-carousel.carousel {
  margin-top:  2.2rem;
  padding: 1rem 0 1rem;
  margin-bottom: 3rem;
  box-sizing: content-box;
}
#movie-carousel .carousel-cell {
  padding-left: 1.8vw;
  padding-right: 1.8vw;
  counter-increment: carousel-cell;
}
#movie-carousel .carousel-inbox {
  position: relative;
  width: 100%;
}
#movie-carousel .carousel-inbox img {
  width: 100%;
}
#movie-carousel .carousel-inbox .movie-link {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#movie-carousel .carousel-inbox .movie-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: '';
  background: url('/assets/img/button_red.png') center center no-repeat;
  width: 26%;
  height: 26%;
  background-size: contain;
}
#movie-carousel .slick-prev, #movie-carousel .slick-next {
  width: 44px;
  border-radius: 0;
  background: var(--main-color);
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.6;
  z-index: 1;
}
#movie-carousel .slick-prev {
  left: 0;
}
#movie-carousel .slick-next {
  right: 0;
}
#movie-carousel .slick-prev:before, #movie-carousel .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  opacity: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#movie-carousel .slick-prev:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4NCjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNIDEwLDUwIEwgNjAsMTAwIEwgNzAsOTAgTCAzMCw1MCAgTCA3MCwxMCBMIDYwLDAgWiI+PC9wYXRoPg0KPC9zdmc+');
}
#movie-carousel .slick-next:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4NCjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNIDEwLDUwIEwgNjAsMTAwIEwgNzAsOTAgTCAzMCw1MCAgTCA3MCwxMCBMIDYwLDAgWiI+PC9wYXRoPg0KPC9zdmc+');
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  #movie-carousel .slick-prev, #movie-carousel .slick-next {
    width: 26px;
  }
  #movie-carousel .slick-prev:before, #movie-carousel .slick-next:before {
    width: 20px;
    height: 20px;
  }
  .title-movie {
    margin-top: 1rem;
  }
  .movie-carousel-text {
    font-size: .8rem;
  }
}


.banners {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 3rem auto 0;
}
.banners .banner {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .banners {
    display: block;
    margin: 3rem auto 0;
  }
  .banners .banner {
    margin-bottom: 2rem;
  }
}
/******
 * プロダクト全体
*******/
.btn-apply-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  flex-basis: 140px;
  height: 35px;
  line-height: 1;
  padding: 0;
  margin: 0 20px;
}
.navbar-nav a:has(+ .btn-apply-header) {
  border: none;
}
.product-title {
  position: relative;
  z-index: 0;
  font-size: 1.7rem;
font-weight: bold;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
  margin: 1rem 1rem;
  margin-left: 0;
}

.product-title-bubble {
display: inline-block;
position: absolute;
text-align: center;
padding: 4px .6rem;
background: var(--sub-color);
border-radius: 30px;
font-size: 1rem;
top: -40px;
left: 0px;
color: #fff;
white-space: nowrap;
}
.product-title-bubble:after {
display: block;
z-index: -1;
content: "";
position: absolute;
margin: 0;
bottom: -10px;
left: 20px;
width: 0;
height: 0;
border-top: 20px solid var(--sub-color);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
transform: rotate(-30deg);
}
.btn.btn-page-link.btn-contact-footer {
  width: 286px;
  height: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0px 4px 0px 0px #bcc0d6;
  color: var(--main-color);
}
.btn.btn-page-link.btn-contact-footer:hover {
  box-shadow: none;
}
.btn.btn-page-link.btn-contact-footer::after {
  content: "\f062";
}
.btn.btn-page-link.btn-contact-footer span {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .product-title {
      font-size: 1.5rem;
      margin: 1rem 1rem;
      margin-left: 0;
  }
}

/******
 * コンテンツ 機能一覧
*******/
.function-list dl{
	display: flex;
	align-items: center;
	gap: 0px 4px;
	margin-bottom: 0px;
}
.function-list dl dt,
.function-list dl dd {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.function-list dl dt{
  width: 23%;
  margin-bottom: 4px;
  padding: 0rem 1rem;
  background: #fff;
  color: var(--main-color);
  font-weight: bold;
}

.function-list dl dd{
  width: 77%;
  margin-bottom: 4px;
  padding: 1.6rem 1rem;
  background: #E8E8E8;
  font-size: 13px;
}

.function-list dl dd a:hover {
  color: var(--main-color);
}

.function-list dl:first-child dt{
	border-radius: 6px 0px 0px 0px;
}

.function-list dl:first-child dd{
	border-radius: 0px 6px 0px 0px;
}

.function-list dl:last-child dt{
	border-radius: 0px 0px 0px 6px;
}

.function-list dl:last-child dd{
	border-radius: 0px 0px 6px 0px;
}

@media (max-width: 768px) {
.function-list dl{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	gap: 2px 0px;
	margin-bottom: 6px;
}

.function-list dl dt{
	width: 100%;
	margin-bottom: 0px;
	padding: 0rem 1rem;
    min-height: 55px;
	line-height: 55px;
	border-radius: 0px 0px 0px 0px !important;
	font-size: 1.3rem;
	text-align: center;
}
	
.function-list dl:first-child dt{
	border-radius: 6px 6px 0px 0px !important;
}	

.function-list dl dd{
	width: 100%;
	margin-bottom: 0px;
	padding: 1.6rem 1rem;
    min-height: 55px;
	border-radius: 0px 0px 0px 0px !important;
}
	
.function-list dl:last-child dd{
	border-radius: 0px 0px 6px 6px !important;
}
	
}




/******
 * コンテンツ よくある質問
*******/
.faq-list dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	gap: 2px 0px;
}

.faq-list dl p{
	margin-bottom: 0px;
  padding-left: 2.8rem;
}

.faq-list dl p a:hover {
  color: var(--main-color);
}

.faq-list dt{
	background: #fff;
	padding: 1.5rem 2rem;
	border-radius: 6px;
	position: relative;
}

.faq-list dt::after,
.faq-list dt.active::after {
    display: block;
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.faq-list dt::after {
    width: 20px;
	height: 20px;
    background-image: url("../img/renewal/plus.svg");
    background-size: 20px 20px;
}

.faq-list dt.active::after {
    width: 20px;
	height: 3px;
    background-image: url("../img/renewal/minus.svg");
    background-size: 20px 4px;
}

.faq-list dt span{
	position: relative;
}

.faq-list dt span::before{
	content: "";
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/renewal/faq-q.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

.faq-list dt:hover{
	cursor: pointer;
}

.faq-list dt span{
	display: inline-block;
	color: var(--main-color);
	padding-left: 2.8rem;
	position: relative;
}

.faq-list dd{
	padding: 1.5rem 2rem;
	border-radius: 6px;
	background: #E8E8E8;
	display: none;
}

.faq-list dd span{
	position: relative;
}

.faq-list dd span::before{
	content: "";
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/renewal/faq-a.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

.faq-list dd span{
	display: inline-block;
	font-weight: bold;
	padding-left: 2.8rem;
	margin-bottom: 1rem;
}

.faq-link{
	font-weight: normal;
	text-decoration: underline;
}

.faq-link:hover{
	color: var(--main-color);
	cursor: pointer;
}

@media (max-width: 768px) {
	.faq-list dt{
		padding: 1.2rem 3.1rem 1.2rem 1.2rem;
	}
	
	.faq-list dt span{
		font-size: 1.2rem;
		padding-left: 2.2rem;
    }
	
    .faq-list dt span::before{
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }	
	
	.faq-list dd span{
		font-size: 1.2rem;
    }	

    .faq-list dd span::before{
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
	
    .faq-list dt::after,
    .faq-list dt.active::after {
        display: block;
        content: "";
        position: absolute;
        right: 1.2rem;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
    }	
	
}



/******
 * コンテンツ 姉妹サービス
*******/
.sister-service-title{
    margin-bottom: 1.8rem;
}

.sister-text {
  padding-bottom: 3.5rem;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 726px;
  height: auto;
}

.sister-text img {
  width: 100%;
  height: auto;
}

.sister-service-bg{
    background-image: url(../img/bg-topic.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 0%;
}

.sister-service-bg::before{
    background-image: url(../img/bg-cloud3.png);
    display: block;
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8%;
    top: -1px;
}

.sister-service-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 36px 0px;
}

.sister-service-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; 
    background: #fff;
    border-radius: 6px;
    padding: 1.3rem 3.3rem;
    box-shadow: 5px 5px 0px 0px rgb(33, 48, 119, 0.3);
    gap: 0% 5%;
 }

.sister-service-row p{
    margin-bottom: 0px;
}

.sister-service-logo{
    min-width: 26%;
    max-width: 312px;
    height: auto;
}

.sister-service-logo img{
    width: 100%;
    height: auto;
}

.sister-service-copy {
  text-align: center;
  font-weight: bold;
}

.sister-service-btn{
    min-width: 25%;
    max-width: 50%;
    height: auto;
}


@media (max-width: 768px) {
    .sister-service-bg {
      background-image: url('../img/bg-topic.png');
      background-size: contain;
      background-repeat: repeat-y;
      background-position: center center;
      position: relative;
      padding-top: 3rem;
      padding-bottom: 10%;
    }

    .sister-service-bg::after {
      /*background-image: url('../img/bg-cloud2.png');*/
      display: block;
      background-image:none;
      background-image: url('../img/bg-topic.png');
      background-size: contain;
      background-repeat: repeat-x;
      content: "";
      position: absolute;
      width: 100%;
      padding-top: 8.89763779527559%;
      bottom: -1px;
      z-index: 100;
    }

    .sister-service-title {
        margin-bottom: 0.6rem;
    }
	
	.sister-text{
    width: 90%;
    padding-bottom: 2rem;
	}
	
	.sister-service-row{
		padding: 1.3rem 6%;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		gap: 16px 0px;
	}
	
	.sister-service-logo{
		width: 100%;
	}
	
	.sister-service-btn{
		width: 100%;
		max-width: 100%;
	}

}


/******
 * コンテンツ 利用料金
*******/
.plan-bg {
position: relative;
padding-top: 5rem;
padding-bottom: 0%;
}	

.plan-bg::before {
background-image: url('../img/bg-cloud2.png');
display: block;
background-size: contain;
background-repeat: repeat-x;
content: "";
position: absolute;
width: 100%;
padding-top: 8%;
top: -1px;
}

.plan-title {
    margin-bottom: 1rem;
}

.plan-wrap{
    width: 62%;
    margin: 0 auto;
}

.plan-row{
    margin-bottom: 2.1rem;
}

.plan-row:last-child{
    margin-top: 4.2rem;
    margin-bottom: 0;
}

.plan-row small{
    display: block;
    padding-top: 0.8rem;
    font-size: 0.9rem;
    width: 100%;
    text-align: right;
}

.plan-sub-title {
	display: inline-block;
	width: 100%;
    position: relative;
    z-index: 0;
    font-size: 1.7rem;
    font-weight: bold;
    color: #159F86;
    border-bottom: solid 2px #159F86;
    display: inline-block;
	padding-bottom: 0.5rem;
    margin: 1rem 1rem;
    margin-left: 0;
}

.plan-detail-title {
    color: var(--main-color)
}

.plan-img{
    width: 75%;
    max-width: 870px;
    margin: 0 auto;
}

.plan-img img{
    width: 100%;
    height: auto;
}

.plan-table{
    width: 100%;
}

.plan-table tr{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    gap: 0px 2px;
    margin-bottom: 2px;
}


.plan-table tr th{
    width: 50%;
    padding: 1.2rem;
    color: var(--main-color);
    text-align: center;
    background: #BFE3DA;
}

.plan-table tr td{
    width: 50%;
    padding: 1.2rem;
    text-align: center;
    background: #E8E8E8;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.plan-table tr:first-child th{
    border-radius: 6px 0px 0px 0px;
}

.plan-table tr:first-child td{
    border-radius: 0px 6px 0px 0px;
}

.plan-table tr:last-child th{
    border-radius: 0px 0px 0px 6px;
}

.plan-table tr:last-child td{
    border-radius: 0px 0px 6px 0px;
}
	

@media (max-width: 768px) {
  .plan-bg:before {
    background-image: url('../img/bg-cloud2.png');
    display: block;
    background-size: contain;
    background-repeat: repeat-x;
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 8%;
    top: 0px;
  }
	
  .plan-wrap{
      width: 90%;
  }
	
  .plan-sub-title {
    font-size: 1.3rem;
  }
	
  .plan-detail-title {
    font-size: 1.3rem;
  }
	
  .plan-table tr{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	gap: 0px; 
  }
	
  .plan-table tr th,.plan-table tr td {
	  width: 100%;
	}
	
  .plan-table tr th{
	  border-radius: 0px 0px 0px 0px !important;
	  margin-bottom: 2px;
	}	
	
  .plan-table tr:first-child th{
	  border-radius: 6px 6px 0px 0px !important;
	}
	
  .plan-table tr:first-child td{
	  border-radius: 0px 0px 0px 0px !important; 
	}	
	
  .plan-table tr:last-child td{
	  border-radius: 0px 0px 6px 6px !important; 
	}	
	
	.plan-img{
        width: 90%;
        max-width: 870px;
        margin: 0 auto;
	}
	
}


/******
 * コンテンツ 利用料金
*******/
.price {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0%;
}	

.price::before {
background-image: url('../img/bg-cloud2.png');
display: block;
background-size: contain;
background-repeat: repeat-x;
content: "";
position: absolute;
width: 100%;
padding-top: 8%;
top: -1px;
}

.price-container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}

.price-head-lists {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.price-head-list {
  width: 230px;
  max-width: 20%;
  padding: 0 0.4rem;
  list-style: none;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
}

.price-head-list:not(:last-of-type) {
  margin-right: 0.3rem;
}

.price-head-list.free {
  background-color: #aaab00;
}

.price-head-list.light {
  background-color: #5ab331;
}

.price-head-list.standard {
  background-color: #18abad;
}

.price-head-list.premium {
  background-color: #ed828c;
}

.price-head-top {
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}

.price-head-bottom {
  padding: 0.6rem 0;
  text-align: center;
  background-color: #fff;
}

.price-head-month,
.price-head-initial {
  font-weight: bold;
}

.price-head-month span {
  font-size: 1.7rem;
}

.btn.btn-apply-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 90%;
  height: 41px;
  margin: 0.6rem auto;
  border-radius: 40px;
  padding: 1rem 0;
  background-color: var(--main-color);
  position: relative;
  color: #fff;
  font-weight: bold;
  border: solid 1px transparent;
  box-shadow: 0px 4px 0px 0px rgb(33, 48, 119, 0.3);
}
.btn.btn-apply-price:hover {
  box-shadow: none;
  transition: all .3s;
  transform: translate3d(0, 5px, 0);
  color: #fff;
}
.btn.btn-apply-price:after {
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto 0;
}
.btn.btn-apply-price:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
}

.price-normal-table-head {
  padding: 0.8rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border: solid #464646;
  border-width: 2px 0 2px 0;
}

.price-normal-table ul {
  padding: 0;
}

.price-normal-table li {
  display: flex;
  flex-wrap: wrap;
}

.price-normal-table li:nth-of-type(even) {
  background-color: #f5f5f8;
}

.price-normal-table span.price-normal-table-title {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  padding: 1.2rem 0.6rem;
  text-align: left;
  font-weight: bold;
}

.price-normal-table span {
  display: inline-block;
  flex-basis: 20%;
  width: 20%;
  padding: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.price-normal-table .select-ota span {
  display: flex;
  align-items: center;
  word-break: break-word;
}

.price-normal-table li > span:nth-of-type(2) {
  color: #aaab00;
}

.price-normal-table li > span:nth-of-type(3) {
  color: #5ab331;
}

.price-normal-table li > span:nth-of-type(4) {
  color: #18abad;
}

.price-normal-table li > span:nth-of-type(5) {
  color: #ed828c;
}

.price-normal-table span.join {
  flex-basis: 80%;
  text-align: center;
}

.price-normal-table span img {
  width: 22px;
}

.price-normal-table span > span {
  display: block;
  width: 100%;
  padding: 0;
}

.price-normal-table .select-ota span {
  text-align: left;
  overflow-wrap: break-word;
}

.price-note {
  display: block;
  text-align: right;
}

.price-container.pc {
  display: block;
}

.price-container.sp {
  display: none;
}

@media (max-width: 768px) {

  .price-container.pc {
    display: none;
  }

  .price-container.sp {
    display: block;
  }

  .price-container {
    width: 100%;
  }


}


/******
 * コンテンツ 対応サイト
*******/
.sitelist-wrap {
  padding-top: 5rem;
  padding-bottom: 10%;
}	

.site-list-logo {
  max-width: 1000px;
  margin: 0 auto;
}

.site-list-logo ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 45px 45px;
  padding-left: 0px;
}

  .site-list-logo ul li{
      list-style: none;
      text-align: center;
      height: 24px;
  }

  .site-list-logo ul li img{
      width: auto;
      height: 100%;
}

.site-list-wrap small{
	display: block;
	font-size: 0.9rem;
	text-align: right;
	padding-top: 1rem;
}

@media (max-width: 768px) {
	
  .operating-wrap {
      padding-top: 2rem;
      padding-bottom: 10%;
  }	
	
  .site-list-title,.operatint-title {
      margin-bottom: 1.5rem;
  }	
	
  .site-list-logo ul {
	  gap: 30px 30px;
  }
	
  .site-list-logo ul li{
      height: 20px;
  }
}
		

/******
 * コンテンツ 動作環境
*******/
.operating-wrap {
padding-top: 4rem;
padding-bottom: 10%;
}

.operating-list{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
padding: 2.1rem 2rem;
background: #E8E8E8;
border-radius: 6px;
box-shadow: 5px 5px 0px 0px rgb(33, 48, 119, 0.3);  
}

.operating-device,.operating-os,.operating-browser{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

.operating-box{
  width: 50%;
    border-right: 1px solid #B7B7B7;
    padding-right: 2.1rem;
    margin-right: 2.1rem;
}

.operating-browser{
  width: 50%;
}

.operating-browser .operating-icon ul:last-child {
    gap: 10px 16px;
}

.operating-browser .operating-icon ul:last-child li:last-child {
    padding-left: 76px;
}

.operating-sub-title{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--main-color);
    width: 26%;
}

.operating-icon{
    width: 74%;
}

.operating-icon ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    gap: 16px 16px;
    padding-left: 0px;
    margin-bottom: 2rem;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.operating-browser .operating-icon ul{
    margin-bottom: 1.5rem;
}

.operating-icon small{
    font-size: 0.9rem;
}

.operating-icon ul li{
    height: 25px;
    width: auto;
    list-style: none;
}

.operating-icon ul li img{
    width: auto;
    height: 100%;
}

@media (max-width: 768px) {
	.operating-list{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

  .operating-box{
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
        border-bottom: 1px solid #B7B7B7;
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
    padding-bottom: 2.1rem;
    margin-bottom: 2.1rem;
  }

  .operating-device{
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.2rem;
  }
  
  .operating-os{
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  
  .operating-browser {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .operating-icon ul {
      margin-bottom: 0px;
      gap: 8px 16px;
  }

  .operating-browser .operating-icon ul {
    margin-bottom: 2rem;
  }

  .operating-browser .operating-icon ul:last-child {
    margin-bottom: 0px;
  }

  .operating-browser .operating-icon ul:last-child li:last-child {
    padding-left: 0px;
    height: auto;
  }

  .operating-browser .operating-icon ul li:first-child {
    width: 100%;
  }

	
	.operating-sub-title{
		width: 100%;
		margin-bottom: 1.4rem;
	}
	
	.operating-icon {
		width: 100%;
	}
	
	.operating-icon ul {
		margin-bottom: 0px;
	}
	
}

/* ぜにがたモーダル */
.ekko-lightbox .modal-content {
  padding: 0;
}

/* お問い合わせモーダル */
.contact-form-modal .modal-dialog {
  max-width: 900px;
  width: 100%;
}
.contact-form-modal .modal-body,
.contact-form-modal .col-md-12 {
  padding: 0;
}
.contact-form-modal .forms {
  padding: 0;
  background-color: #fff;
}
.contact-form-modal .forms:before {
  display: none;
}
.contact-form-modal .forms section {
  padding-top: 0;
}
.contact-form-modal .row {
  margin: 0;
}
.contact-form-modal .topic-title {
  color: #393939;
}

/*-------------------------
  モーダルフォーム
---------------------------*/
.show-header .error-text {
/*  outline: solid 1px #000;*/
}
.show-header .register-forms-row {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}

.register-forms-row .error-text {
  color: var(--danger);
  font-size: .8rem;
  margin-top: 0;
  display: block;
  height: 1rem;
/*  outline: solid 1px #000;*/
}

.register-forms-row select.form-control,
.register-forms-row .form-control-input {
  margin-bottom: 0;
}
.register-forms-row .align-items-start {
  margin-top: .6rem;
}
.register-forms-row .align-items-start+.error-text {
  margin-top: .1rem;
}


/*
.register-forms-row.gray select.form-control,
.register-forms-row.gray .form-control-input {
  margin-bottom: 0;
}
*/
.show-header .register-forms-row.gray {
  background-color: #f5f5f5;
}
.show-header .form-address {
  display: flex;
}

@media (max-width: 576px) {
  .modal-content {
    padding: 1rem;
  }
  .show-header .register-forms-row {
    padding: 10px 5px;
  }
  .show-header .form-address {
    display: block;
  }
  .register-forms-row.gray .form-address select.form-control,
  .register-forms-row.gray .form-address .form-control-input {
    margin-bottom: 1rem;
  }
}

.show-header.modal-dialog {
  max-width: 800px;
}
.show-header .modal-content {}
.show-header .modal-content .modal-header {}
.show-header .modal-content .modal-body {}

.show-header .modal-content .modal-header .modal-title {
  display: flex;
  align-items: center;
}

.show-header .modal-content .modal-header .modal-title .mtitle {
  color: var(--main-color);
  display: block;
}
.show-header .modal-content .modal-header .modal-title .mtext {
  font-size: .9rem;
  margin-left: 1rem;
  display: block;
}
@media (max-width: 768px) {
  .show-header .modal-content .modal-header .modal-title {
    display: block;
  }
  .show-header .modal-content .modal-header .modal-title .mtext {
    margin-left: 0rem;
  }
  .register-forms-row .mb-md-2 {
    margin-bottom: .5rem;
  }
}

.register-forms-row .plan-box {
  display: flex;
}
.plan-box .custom-radio {
}
@media (max-width: 576px) {
  .register-forms-row .plan-box {
    display: block;
  }
  .show-header .modal-content {}
  .show-header .modal-content .modal-header,
  .show-header .modal-content .modal-body {
    padding: 1rem 0;
  }

}
.register-forms-row .plan-box .custom-control {
  margin-right: 1rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.register-forms-row .plan-box .custom-control .custom-control-label {
  padding-left: .2rem;
  color: var(--main-color);
  font-weight: bold;
}
.register-forms-row .plan-box .custom-control .custom-control-label::before {
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    padding-left: 0rem;

}
.register-forms-row .plan-box .custom-control .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -1.9rem;
    width: 2rem;
    height: 2rem;
    padding-left: 0rem;
}


.register-forms-row .validation-style .form-control-input input {
  border-color: var(--danger);
}
.register-forms-row .validation-style .form-control-input {
  position: relative;
}
/*
font-family: "Font Awesome 6 Free";
content: "\f063";

  font-family: "Font Awesome 6 Free";
  content: "\f00d";
*/
.register-forms-row .validation-style .form-control-input:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-size: 1rem;
  font-weight: bold;
  color: var(--danger);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.register-forms-row .form-row.align-items-start {
  margin-top: 0;
}
.register-forms-row label {
  margin-bottom: 0;
}
.register-forms-row .label-name {
  padding-top: .4rem;
}

@media (max-width: 768px) {
  .register-forms-row label {
    margin-bottom: .8rem;
  }
  .register-forms-row .label-name {
    padding-top: 0;
  }
}


/* slick 高さ揃える */
div#content7 {
  padding: 4rem 0;  
}
#case-carousel {
  /*border: solid 1px #000;*/
}
#case-carousel .slick-track {
  display: flex;
}
#case-carousel .slick-slide {
  display: flex;
  height: auto!important;
}
#case-carousel .case-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 1rem 0.4rem;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: .4rem .4rem 0 #151E4C;
  height: auto;
  overflow: hidden;
  transition: .3s;
}
#case-carousel {
  width: var(--site-width);
  max-width: 80%;
  margin: 0 auto 0;
  padding-bottom: 4rem;
}
#case-carousel a {
  display: block;
  margin: 1.8rem;
}
#case-carousel a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
#case-carousel .case-carousel-image {
  margin-bottom: 1rem;
}
#case-carousel .case-carousel-image img {
  width: 100%;
}
#case-carousel .area {
  font-size:1rem;
  display:block;
  width:100%;
}
#case-carousel .case-carousel-name {
  display: flex;
  align-items: top;
  justify-content: start;
  flex-wrap: wrap;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 0.7rem 0 0.7rem;
  color: var(--main-color);
  font-size: 1.25rem;
  line-height: 1.4rem;
}

#case-carousel .case-carousel-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#case-carousel .case-carousel-text {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 0.4rem;
}
#case-carousel .content-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 64px;
  width: 64px;
  background-color: #CCD2F1;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(0 100%,100% 100%,100% 0);
}
#case-carousel .content-icon-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 16px;
  color: var(--main-color);
}
#case-carousel .slick-prev {
  left: -50px;
}
#case-carousel .slick-next {
  right: -50px;
}
#case-carousel .slick-prev,
#case-carousel .slick-next {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  top: calc(50% - 25px);
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
#case-carousel .slick-prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 5px;
  margin: auto;
  transform: rotate(45deg);
}
#case-carousel .slick-next::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 5px;
  margin: auto;
  transform: rotate(45deg);
}
#case-carousel .slick-prev:hover,
#case-carousel .slick-next:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  #case-carousel .case-wrap {}
  #case-carousel .case-carousel-name {
    font-size: 1rem;
  }
  #case-carousel {
    max-width: 100%;
    padding-bottom: 8rem;
  }
  #case-carousel .slick-prev {
    top: auto;
    right: auto;
    bottom : 2%;
    left: 35%;
  }
  #case-carousel .slick-next {
    top: auto;
    left: auto;
    bottom : 2%;
    right: 35%;
  }
  #case-carousel .slick-prev,
  #case-carousel .slick-next {
    width: 40px;
    height: 40px;
  }
}
