/* Suwary */
.suwary {
  background-color: #f6f6f6;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_mv.svg"),
    url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}

/* 共通パーツ調整 */
.suwary .c-section-title {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
}

.suwary .u-block-margin {
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .suwary .c-section-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .suwary .u-block-margin {
    margin-bottom: 70px;
  }
}

/* パンくず調整 */
.suwary .breadcrumb {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .suwary .breadcrumb {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .suwary .breadcrumb > .inner {
    font-size: 10px;
  }
}

/* ページ内リンク調整 */
.suwary nav:not(#ez-toc-container nav) {
  display: block;
}

/* MV */
.suwary-mv {
  display: flex;
  gap: 60px;
}

.suwary-mv-lead {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.6;
}

.suwary-mv-img {
  max-width: 608px;
  flex-shrink: 0;
}

.suwary-mv img {
  width: auto;
}

.suwary-mv-img-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .suwary-mv-img {
    width: min(50%, 385px);
  }

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

@media screen and (max-width: 768px) {
  .suwary-mv-img {
    display: none;
  }

  .suwary-mv-img-sp {
    display: block;
    width: 100vw;
    height: 185px;
    overflow: hidden;
  }

  .suwary-mv-img-sp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ff7852;
  }
}

@media screen and (max-width: 600px) {
  .suwary-mv {
    height: auto;
    flex-direction: column;
  }

  .suwary-mv-title {
    order: 2;
  }

  .suwary-mv-lead {
    margin-top: 30px;
  }

  .suwary-mv-img-sp {
    height: auto;
  }
}

/* system */
.suwary-system p {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .suwary-system p {
    font-size: 14px;
  }
}

/* point */
.suwary-point-list {
  display: flex;
  gap: 30px;
}

.suwary-point-list-item {
  flex: 1;
}

.suwary-point-list-text {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_shape01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.suwary-point-list-text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.suwary-point-list-text h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.suwary-point-list-text p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .suwary-point {
    margin-bottom: 30px;
  }

  .suwary-point-list {
    flex-direction: column;
  }
}

/* movie */
.suwary-movie {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/movie.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* price */
.suwary-price {
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_shape02.webp");
  background-repeat: no-repeat;
  background-position: center bottom 50px;
}

.suwary-price-title {
  margin-bottom: 100px;
}

.suwary-price-fee {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.suwary-price-note {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .suwary-price {
    margin-top: -90px;
    padding-top: 90px;
    padding-bottom: 50px;
    background-position: center center;
  }

  .suwary-price-title {
    margin-bottom: 30px;
  }

  .suwary-price-fee {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .suwary-price-note {
    font-size: 10px;
  }
}

/* app */
.suwary-app-flow {
  margin-bottom: 100px;
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 30px;
  grid-template-rows: 1fr;
}

.suwary-app-flow li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 15px;
  place-items: center;
  position: relative;
}

.suwary-app-flow li::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 17px;
  top: 10px;
  right: -40px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/arrow_right.svg");
  background-repeat: no-repeat;
}

.suwary-app-flow li:last-child::after {
  content: none;
}

.suwary-app-flow li h3 {
  color: #ea784e;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suwary-app-flow li h3 span {
  padding-top: 4px;
  margin-bottom: 10px;
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background: #ea784e;
  border-radius: 50%;
}

.suwary-app-flow li p {
  font-size: 14px;
}

.suwary-app .suwary-app-movie {
  margin-top: -150px;
  padding-top: 150px;
}

.suwary-app-movie-bnr {
  padding: 50px;
  display: block;
  color: #ffffff;
  text-align: center;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_bnr.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.suwary-app-movie-bnr:hover {
  text-decoration: none;
}

.suwary-app-movie-bnr h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.suwary-app-movie-bnr h3 span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 37px;
  height: 28px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/icon_movie.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .suwary-app-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .suwary-app-flow {
    margin-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 70px;
  }

  .suwary-app-flow li::after {
    width: 17px;
    height: 42px;
    top: unset;
    bottom: -50px;
    right: calc(50% - 8px);
    background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/arrow_down.svg");
  }

  .suwary-app-movie {
    margin-top: -90px;
    padding-top: 90px;
  }

  .suwary-app-movie-bnr {
    padding: 20px;
    background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_bnr_sp.webp");
  }

  .suwary-app-movie-bnr h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .suwary-app-movie-bnr h3 span::before {
    width: 28px;
    height: 20px;
    background-size: contain;
  }

  .suwary-app-movie-bnr p {
    font-size: 14px;
  }
}

/* how */
.suwary-how-title {
  margin-bottom: 70px;
}

.suwary-how-step {
  display: flex;
  gap: 30px;
}

.suwary-how-step li {
  flex: 1;
  position: relative;
}

.suwary-how-step li::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 17px;
  top: 10px;
  right: -40px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/arrow_right.svg");
  background-repeat: no-repeat;
}

.suwary-how-step li:last-child::after {
  content: none;
}

.suwary-how-step li h3 {
  margin-bottom: 15px;
  text-align: center;
}

.suwary-how-step li h3 span {
  padding: 7px 10px 5px;
  width: 160px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: #ea784e;
}

.suwary-how-step li figure {
  margin-bottom: 15px;
}

.suwary-how-step li h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.suwary-how-step li h5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.suwary-how-step li p {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .suwary-how-title {
    margin-bottom: 30px;
  }

  .suwary-how-step {
    flex-direction: column;
    gap: 80px;
  }

  .suwary-how-step li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .suwary-how-step li::after {
    width: 17px;
    height: 42px;
    top: unset;
    bottom: -60px;
    right: calc(50% - 8px);
    background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/arrow_down.svg");
  }
}

/* peparation */
.suwary-peparation-title {
  margin-bottom: 70px;
}

.suwary-peparation-wrap {
  display: flex;
  gap: 30px;
}

.suwary-peparation-wrap:first-of-type {
  margin-bottom: 70px;
}

.suwary-peparation-text {
  flex: 1;
  padding: 30px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_shape03.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.suwary-peparation-text h3 {
  margin-bottom: 20px;
  font-size: 16px;
}

.suwary-peparation-text p {
  font-size: 14px;
}

.suwary-peparation-img {
  flex: 1;
}

.suwary-peparation-wrap .img p {
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .suwary-peparation {
    margin-bottom: 30px;
  }

  .suwary-peparation-title {
    margin-bottom: 30px;
  }

  .suwary-peparation-wrap {
    flex-direction: column;
  }

  .suwary-peparation-wrap:first-of-type {
    margin-bottom: 30px;
  }

  .suwary-peparation-img {
    order: 1;
  }

  .suwary-peparation-img p {
    font-size: 10px;
  }

  .suwary-peparation-text {
    order: 2;
    padding: 0;
  }

  .suwary-peparation-text h3 {
    margin-bottom: 10px;
  }
}

/* features */
.suwary-features {
  margin-top: -150px;
  padding-top: 150px;
}

.suwary-features-list li {
  padding: 30px 30px 30px 260px;
  background-color: #e8e8e4;
  background-repeat: no-repeat;
  background-position: center left 30px;
}

.suwary-features-list li:not(:last-child) {
  margin-bottom: 20px;
}

.suwary-features-list li:nth-child(even) {
  background-color: #d0d0ca;
}

.suwary-features-list li.item01 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon01.svg");
}

.suwary-features-list li.item02 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon02.svg");
}

.suwary-features-list li.item03 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon03.svg");
}

.suwary-features-list li.item04 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon04.svg");
}

.suwary-features-list li.item05 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon05.svg");
}

.suwary-features-list li.item06 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon06.svg");
}

.suwary-features-list li.item07 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon07.svg");
}

.suwary-features-list li.item08 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon08.svg");
}

.suwary-features-list li.item09 {
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/features_icon09.svg");
}

.suwary-features-list li h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.suwary-features-list li p {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .suwary-features-list li {
    padding-right: 150px;
  }
}

@media screen and (max-width: 600px) {
  .suwary-features {
    margin-top: -90px;
    padding-top: 90px;
  }

  .suwary-features-list li {
    padding: 15px 20px 15px 90px;
    background-position: center left 15px;
    background-size: 50px auto;
  }

  .suwary-features-list li h3 {
    margin-bottom: 5px;
  }
}

/* management */
.suwary-management-title {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  border-left: 6px solid #2d8cc8;
}

.suwary-management-title.yellow {
  margin-top: 50px;
  border-left: 6px solid #fadd6e;
}

.suwary-management-lead {
  margin-top: 10px;
  font-size: 14px;
}

.suwary-management-wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(326px, 1fr));
  gap: 30px;
}

.suwary-management-card figure {
  margin-bottom: 15px;
  outline: 1px solid #ddd;
  outline-offset: -1px;
}

.suwary-management-card h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.suwary-management-card p {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .suwary-management-card h4 {
    margin-bottom: 5px;
  }

  .suwary-management-card p {
    font-size: 14px;
  }
}

/* case */
.suwary-case-title {
  margin-bottom: 70px;
}

.suwary-case-list {
  padding-left: 130px;
  padding-right: 130px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 150px;
}

.suwary-case p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .suwary-case-list {
    padding-left: 50px;
    padding-right: 50px;
    gap: 30px 50px;
  }
}

@media screen and (max-width: 600px) {
  .suwary-case-title {
    margin-bottom: 30px;
  }

  .suwary-case-list {
    padding-left: 100px;
    padding-right: 100px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* faq */
.suwary-faq {
  margin-top: -150px;
  padding-top: 150px;
}

.suwary-faq-ttl-en {
  font-size: 32px;
  margin-bottom: 10px;
}

.suwary-faq-ttl-ja {
  font-size: 14px;
  margin-bottom: 50px;
}

.suwary-faq-category {
  margin-bottom: 10px;
  color: #696969;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .suwary-faq {
    margin-top: -90px;
    padding-top: 90px;
  }

  .suwary-faq-ttl-en {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .suwary-faq-ttl-ja {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .suwary-faq-category {
    font-size: 14px;
  }
}

/* contact */
.suwary-contact {
  margin-top: -150px;
  padding-top: 150px;
}

.suwary-contact-ttl-en {
  font-size: 32px;
  margin-bottom: 10px;
}

.suwary-contact-ttl-ja {
  font-size: 14px;
  margin-bottom: 50px;
}

.suwary-contact-lead {
  margin-bottom: 10px;
  color: #ea784e;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.suwary-contact-note {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}

.suwary-contact-caution {
  padding: 30px;
  margin-inline: auto;
  max-width: 600px;
  height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #e3e3df;
}

@media screen and (max-width: 600px) {
  .suwary-contact {
    margin-top: -90px;
    padding-top: 90px;
  }

  .suwary-contact-ttl-en {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .suwary-contact-ttl-ja {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .suwary-contact-lead {
    font-size: 20px;
  }

  .suwary-contact-note {
    margin-bottom: 30px;
    font-size: 10px;
  }

  .suwary-contact-caution {
    padding: 15px 20px;
  }

  .suwary-contact-caution li,
  .suwary-contact-caution p {
    font-size: 14px;
  }
}

/* bnr-download */
.suwary-bnr-download {
  padding: 30px 30px 20px;
  display: block;
  color: #ffffff;
  text-align: center;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_bnr02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.suwary-bnr-download:hover {
  text-decoration: none;
}

.suwary-bnr-download-title {
  font-size: 32px;
  font-weight: 700;
}

.suwary-bnr-download-lead {
  margin-bottom: 10px;
  text-align: center;
}

.suwary-bnr-download-btn {
  text-align: center;
}

.suwary-bnr-download-btn span {
  padding: 20px 50px;
  display: inline-block;
  width: fit-content;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  transition: all 0.5s;
}

.suwary-bnr-download:hover .btn span {
  color: #ea784e;
  background: #ffffff;
}

@media screen and (max-width: 600px) {
  .suwary-bnr-download {
    padding: 20px;
    background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/bg_bnr02_sp.webp");
  }

  .suwary-bnr-download .title {
    font-size: 20px;
  }

  .suwary-bnr-download-lead {
    font-size: 14px;
  }

  .suwary-bnr-download-btn span {
    padding: 10px 20px;
  }
}

/* free column */
.suwary-column-more {
  font-size: 12px;
  text-align: right;
}

.suwary-column-more a {
  padding-right: 50px;
  background-image: url("/kagu/wp-content/themes/kagu_plus/assets/images/suwary/arrow_more.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.suwary-column .suwary-column-more a:hover {
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .suwary-column-ttl-en {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .suwary-column-ttl-ja {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .suwary-column-more {
    font-size: 14px;
    text-align: center;
  }

  .suwary-column-more a {
    padding: 10px 50px;
    margin-inline: auto;
    display: block;
    width: fit-content;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #333333;
  }
}
