/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
.anniversary {
  /* ==========================================================================
 *  
 *  _page-selection.scss
 *
 *  Last Modified: 2024/6/20
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /* ==========================================================================
   service-item-modal
   ========================================================================== */
}

.anniversary .m-n15 {
  margin: -15px;
}

.anniversary .fw-500 {
  font-weight: 500;
}

.anniversary .hero {
  height: 310px;
  position: relative;
  overflow: hidden;
}

.anniversary .hero__inr {
  width: 2000px;
  height: 310px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

@media only screen and (max-width: 767px) {
  .anniversary .hero {
    height: auto;
  }
  .anniversary .hero__inr {
    width: auto;
    height: auto;
    position: static;
  }
}

.anniversary .table-contents {
  padding-top: 0;
}

.anniversary .table-contents__body {
  padding: 50px 0 70px;
}

.anniversary .service-item__title {
  min-height: 83px;
  font-size: 30rem;
}

.anniversary .service-item__title::before {
  display: none;
}

.anniversary .service-item__body {
  padding: 50px 0 70px;
}

.anniversary .service-item__body--1300 {
  max-width: 1300px;
}

.anniversary .service-item__lead {
  font-size: 30rem;
}

.anniversary .service-item__lead-sub {
  font-size: 12rem;
}

.anniversary .service-item__foot {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .anniversary .service-item__title {
    height: auto;
    min-height: 60px;
    padding: 15px 0;
    font-size: 22rem;
  }
  .anniversary .service-item__body {
    padding: 50px 20px 70px;
  }
  .anniversary .service-item__lead {
    font-size: 18rem;
  }
}

.anniversary .box-prob {
  min-height: 250px;
  margin-top: 25px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.anniversary .box-prob__text {
  width: calc(100% - 360px);
  font-size: 16px;
}

.anniversary .box-prob__img {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .anniversary .box-prob {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anniversary .box-prob__text {
    width: 100%;
  }
  .anniversary .box-prob__img {
    width: 100%;
    text-align: center;
  }
}

.anniversary .box-flex {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.anniversary .box-flex--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.anniversary .box-flex--4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 767px) {
  .anniversary .box-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anniversary .box-flex--3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .anniversary .box-flex--4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.anniversary .box-answer {
  margin-top: 40px;
  padding-top: 35px;
  position: relative;
  border-top: 2px solid #ffcbb9;
}

.anniversary .box-answer::before {
  content: '';
  width: 60px;
  height: 20px;
  position: absolute;
  top: 0%;
  left: calc(50% - 30px);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #ffcbb9;
}

.anniversary .box-answer__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.anniversary .box-answer__body p {
  font-weight: bold;
  font-size: 20px;
}

.anniversary .box-answer__body strong {
  color: #eb531e;
}

@media only screen and (max-width: 767px) {
  .anniversary .box-answer__body {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .anniversary .box-answer__body p {
    font-size: 18px;
  }
}

.anniversary .lead-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #e84411;
}

.anniversary .middle-section {
  margin-top: 40px;
}

.anniversary .middle-section__head {
  color: #eb531e;
  border-bottom: 1px solid #eb531e;
}

.anniversary .middle-section__head--orange {
  color: #eb531e;
  border-bottom: 1px solid #eb531e;
}

.anniversary .middle-section__head--green {
  color: #319b5c;
  border-bottom: 1px solid #319b5c;
}

.anniversary .middle-section__head--border-none {
  border-bottom: 0;
}

.anniversary .box-rule {
  height: 400px;
  padding: 20px;
  overflow: auto;
  scroll-behavior: smooth;
  border: 1px solid #ccc;
}

.anniversary .box-case {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .anniversary .box-case {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.anniversary .card-case {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.anniversary .card-case__head {
  min-height: 72px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #63b183;
}

.anniversary .card-case__head::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  display: block;
  background-color: #63b183;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.anniversary .card-case__head--mini {
  min-height: 50px;
}

.anniversary .card-case__head--orange {
  background-color: #eb531e;
}

.anniversary .card-case__head--orange::after {
  background-color: #eb531e;
}

.anniversary .card-case__lead {
  font-weight: bold;
  font-size: 18rem;
  color: #fff;
}

.anniversary .card-case__img {
  text-align: center;
}

.anniversary .card-case i {
  color: #aaa;
}

.anniversary .box-flow {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.anniversary .box-flow__step {
  width: 68%;
}

@media only screen and (max-width: 767px) {
  .anniversary .box-flow {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anniversary .box-flow__step {
    width: auto;
  }
}

.anniversary .list-flow {
  counter-reset: num 0;
}

.anniversary .list-flow__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 13px;
  font-weight: bold;
  font-size: 20rem;
  background-color: #fcfaf2;
  border: 1px solid #42ac6d;
}

.anniversary .list-flow__item:not(:last-child) {
  margin-bottom: 47px;
}

.anniversary .list-flow__item:not(:last-child)::after {
  content: '';
  width: 72px;
  height: 25px;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 36px);
  display: block;
  background-color: #cee7d8;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.anniversary .list-flow__item::before {
  counter-increment: num 1;
  content: counter(num);
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 28rem;
  color: #fff;
  background-color: #42ac6d;
}

.anniversary .list-flow__item p {
  color: #000;
}

.anniversary .list-flow__item a,
.anniversary .list-flow__item .note {
  color: #f00;
}

.anniversary .list-flow__item a:link, .anniversary .list-flow__item a:visited, .anniversary .list-flow__item a:hover, .anniversary .list-flow__item a:focus, .anniversary .list-flow__item a:active,
.anniversary .list-flow__item .note:link,
.anniversary .list-flow__item .note:visited,
.anniversary .list-flow__item .note:hover,
.anniversary .list-flow__item .note:focus,
.anniversary .list-flow__item .note:active {
  color: #f00;
}

.anniversary .list-flow__item--no-count dt {
  padding-left: 13px;
}

.anniversary .list-flow__item--no-count dt::before {
  display: none;
}

.anniversary .list-flow__body {
  width: calc(100% - 50px);
  min-height: 50px;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .anniversary .list-flow__item {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.anniversary .box-bnr {
  margin-top: 40px;
}

.anniversary .logo-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .anniversary .logo-list {
    gap: 20px;
  }
  .anniversary .logo-list li {
    width: calc(50% - 10px);
  }
}

.anniversary .box-plan {
  margin-top: 50px;
}

.anniversary .list-plan {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.anniversary .list-plan__item a, .anniversary .list-plan__item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 58px;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #2c9557;
  background-color: #fff;
  border: 2px solid #42ac6d;
  cursor: pointer;
}

.anniversary .list-plan__item .active {
  color: #fff;
  background-color: #42ac6d;
}

.anniversary .list-plan__item .active::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  display: block;
  background-color: #63b183;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.anniversary .card-plan {
  border: 1px solid #000;
}

.anniversary .card-plan--light {
  border-color: #f69e7f;
}

.anniversary .card-plan--light .card-plan__head {
  background-color: #f69e7f;
}

.anniversary .card-plan--light .card-plan__foot {
  border-color: #f69e7f;
}

.anniversary .card-plan--standard {
  border-color: #ee835d;
}

.anniversary .card-plan--standard .card-plan__head {
  background-color: #ee835d;
}

.anniversary .card-plan--standard .card-plan__foot {
  border-color: #ee835d;
}

.anniversary .card-plan--premium {
  border-color: #eb531e;
}

.anniversary .card-plan--premium .card-plan__head {
  background-color: #eb531e;
}

.anniversary .card-plan--premium .card-plan__foot {
  border-color: #eb531e;
}

.anniversary .card-plan__head {
  min-height: 47px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18rem;
  color: #fff;
}

.anniversary .card-plan__body {
  padding: 15px;
}

.anniversary .card-plan__foot {
  padding-top: 15rem;
  font-weight: bold;
  font-size: 30rem;
  text-align: center;
  border-top: 1px solid #000;
}

.anniversary .card-plan__foot span {
  font-size: 18rem;
}

.anniversary .plan-table-msg .plan-msg {
  display: block;
}

.anniversary .plan-table-msg .plan-nomsg {
  display: none;
}

.anniversary .plan-table-nomsg .plan-msg {
  display: none;
}

.anniversary .plan-table-nomsg .plan-nomsg {
  display: block;
}

.anniversary .service-item-modal {
  max-width: 920px;
  height: calc(100vh - 100px);
  overflow: auto;
}

.anniversary .service-item-modal__title {
  padding: 12px 0;
  font-size: 24rem;
  text-align: center;
  color: #fff;
}

.anniversary .service-item-modal__body {
  padding: 40px;
}

.anniversary .service-item-modal__body p {
  font-size: 16rem;
}

.anniversary .service-item-modal__foot {
  padding-top: 20px;
  border-top: 1px solid #7cb995;
}

.anniversary .service-item-modal__logo {
  padding: 25px 0 10px;
  text-align: center;
}

.anniversary .service-item-modal__customer {
  font-weight: bold;
  font-size: 24rem;
  text-align: center;
}

.anniversary .service-item-modal__person {
  padding: 12px 0 10px;
}

.anniversary .service-item-modal__name {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 16rem;
  text-align: center;
}

.anniversary .service-item-modal__detail {
  padding: 30px 0 50px;
}

.anniversary .service-item-modal__detail p {
  font-size: 16rem;
}

.anniversary .service-item-modal__detail p:not(:first-child) {
  margin-top: 25px;
}

.anniversary .service-item-modal__img {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .anniversary .service-item-modal {
    width: 100%;
    height: 500px;
  }
  .anniversary .service-item-modal__body {
    padding: 0 10px 20px;
  }
}

.service-item-modal__body {
  padding: 40px;
}

.service-item-modal__body p {
  font-size: 16rem;
}

.service-item-modal .note {
  color: #f00;
}

.service-item-modal .note:link, .service-item-modal .note:visited, .service-item-modal .note:hover, .service-item-modal .note:focus, .service-item-modal .note:active {
  color: #f00;
}

@media only screen and (max-width: 767px) {
  .service-item-modal__body {
    padding: 20px;
  }
}

/*# sourceMappingURL=maps/style-anniversary.css.map */
