@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style, .help-list a .arrow-type01, .create-list a .arrow-type01, .price-list a .arrow-type01 {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0, .help-list a .arrow-type01 .st0, .create-list a .arrow-type01 .st0, .price-list a .arrow-type01 .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1, .help-list a .arrow-type01 .st1, .create-list a .arrow-type01 .st1, .price-list a .arrow-type01 .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.global-header {
  position: fixed;
  width: calc(100% - 40px);
}

/****************************************

****************************************/
.mainvisual {
  height: 65vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mainvisual video {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
}
.mainvisual img {
  width: 100%;
}

/****************************************

****************************************/
.home-section {
  margin-top: 50px;
  padding: 20px;
}
.home-section:first-child {
  margin-top: 0;
}

.home-section__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.home-section__contents {
  margin-top: 10px;
}

.home-section__more {
  margin-bottom: 10px;
  text-align: right;
}
.home-section__more a {
  border: 1px solid #000;
  border-radius: 20px;
  display: inline-block;
  font-size: 18px;
  margin-left: auto;
  padding: 5px 10px;
  text-decoration: none;
}

#home-section05 .home-section__contents {
  max-height: 300px;
  overflow: auto;
}

/****************************************

****************************************/
/****************************************

****************************************/
.help-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4%;
}
.help-list li {
  width: 48%;
}
.help-list a {
  opacity: 1;
  position: relative;
  text-decoration: none;
}
.help-list a:hover .arrow-type01 .st0 {
  fill: #5584fc;
  stroke: none;
}
.help-list a:hover .arrow-type01 .st1 {
  stroke: #fff;
}
.help-list a:hover .arrow-type01 .st2 {
  fill: none;
}
.help-list a .arrow-type01 {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.help-list .help-list__text {
  margin-top: 10px;
  padding-right: 60px;
}

/****************************************

****************************************/
.plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.plan-list li {
  width: 23.9436619718%;
}
.plan-list a {
  text-decoration: none;
}
.plan-list a div {
  border-radius: 10px;
  padding: 20px;
  overflow: unset !important;
}
.plan-list .crown {
  position: absolute;
  width: 40%;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto -20px;
}

.plan-list__items {
  text-align: center;
}
.plan-list__items dt {
  background: var(--color02);
  margin-top: 20px;
}
.plan-list__items dt:first-child {
  margin-top: 0;
}

.plan-list__btn {
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

/****************************************

****************************************/
.create-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4%;
}
.create-list li {
  width: 48%;
}
.create-list a {
  opacity: 1;
  position: relative;
  text-decoration: none;
}
.create-list a:hover .arrow-type01 .st0 {
  fill: #5584fc;
  stroke: none;
}
.create-list a:hover .arrow-type01 .st1 {
  stroke: #fff;
}
.create-list a:hover .arrow-type01 .st2 {
  fill: none;
}
.create-list a .arrow-type01 {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.create-list .create-list__text {
  margin-top: 10px;
  padding-right: 60px;
}

/****************************************

****************************************/
.price-text01 {
  margin-bottom: 10px;
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.price-list li {
  width: 23.9436619718%;
}
.price-list a {
  align-items: center;
  background: #c8e6fb;
  border: 1px solid #c8e6fb;
  border-radius: 10px;
  display: flex;
  height: 100%;
  opacity: 1;
  padding: 20px 70px 20px 10px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s 0s ease-out;
}
.price-list a:hover {
  background-color: #fff;
  border: 1px solid #000;
}
.price-list a:hover .arrow-type01 .st0 {
  fill: #5584fc;
  stroke: none;
}
.price-list a:hover .arrow-type01 .st1 {
  stroke: #fff;
}
.price-list a:hover .arrow-type01 .st2 {
  fill: none;
}
.price-list a .arrow-type01 {
  bottom: 0px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

/****************************************

****************************************/
.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
}
.works-list li {
  width: 32.3943661972%;
}
.works-list li:nth-child(2) {
  order: 4;
}
.works-list li:nth-child(3) {
  order: 2;
}
.works-list li:nth-child(4) {
  order: 5;
}
.works-list li:nth-child(5) {
  order: 3;
}
.works-list li:nth-child(6) {
  order: 6;
}
.works-list a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.work__image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.work__image img {
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  position: absolute;
  right: 0;
}

.work__category {
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 10px;
}
.work__category.site {
  background: #3e84fc;
}
.work__category.flyer {
  background: #ffbb5a;
}
.work__category.movie {
  background: #ffb4b4;
}

.work__title {
  line-height: 1;
  margin-top: 10px;
}

/****************************************

****************************************/
.contact-box__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 765px) {
  .home-section__title {
    font-size: 25px;
  }
  .plan-list,
  .price-list,
  .works-list {
    gap: 20px 4%;
  }
  .plan-list li,
  .price-list li,
  .works-list li {
    width: 48%;
  }
  .works-list li {
    order: 0 !important;
  }
  .contact-box__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .home-section__title {
    font-size: 20px;
  }
  .help-list,
  .plan-list,
  .create-list,
  .price-list,
  .works-list {
    gap: 20px 0;
  }
  .help-list li,
  .plan-list li,
  .create-list li,
  .price-list li,
  .works-list li {
    width: 100%;
  }
  .information {
    width: 100%;
  }
}
/*# sourceMappingURL=map/home.css.map */
