@charset "UTF-8";
/*--------------------------------
　　FUNCTION
--------------------------------*/
/*--------------------------------
　　VARIABLE
--------------------------------*/
/*--------------------------------
　　HOME
--------------------------------*/
#home main {
  background-color: #FFF;
  overflow-x: hidden;
}
#home main .main-visual {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../../img/main-visual-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#home main .main-visual .container {
  text-align: center;
  height: 650px;
}
@media screen and (max-width: 900px) {
  #home main .main-visual .container {
    height: 450px;
  }
}
#home main .main-visual .container p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.875;
}
@media screen and (max-width: 900px) {
  #home main .main-visual .container p {
    font-size: 1rem;
  }
}
#home main .main-visual .container img {
  margin-top: -100px;
}
@media screen and (max-width: 900px) {
  #home main .main-visual .container img {
    margin-top: auto;
    width: 395px;
    max-width: unset;
  }
}
#home main .problem {
  background: linear-gradient(to bottom, #b3ffff, #f5f7fa);
  padding-top: 13rem;
}
@media screen and (max-width: 900px) {
  #home main .problem {
    padding-top: 5rem;
  }
}
#home main .problem .container {
  text-align: center;
}
#home main .problem .container h2 {
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  #home main .problem .container h2 {
    font-size: 1.5rem;
  }
}
#home main .problem .container h2 span {
  color: #0a28b4;
  position: relative;
  border-bottom: 4px dotted #0a28b4;
}
#home main .service .container {
  text-align: center;
}
#home main .service .container h2 {
  display: inline-block;
  font-size: 1.25rem;
  color: #007940;
  border-bottom: 3px solid #007940;
}
#home main .service .container h3.catchphrase {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  #home main .service .container h3.catchphrase {
    font-size: 2.5rem;
    text-align: center;
  }
}
#home main .service .container p.lead {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  #home main .service .container p.lead {
    font-size: 1.5rem;
  }
}
#home main .service .container .swiper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #home main .service .container .swiper {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
  }
}
#home main .service .container .swiper .card {
  display: flex;
  text-align: left;
}
#home main .service .container .swiper .card.color-01 {
  --card-color: #00afec;
}
#home main .service .container .swiper .card.color-02 {
  --card-color: #00aec4;
}
#home main .service .container .swiper .card.color-03 {
  --card-color: #00ab84;
}
#home main .service .container .swiper .card.color-04 {
  --card-color: #6fba2c;
}
#home main .service .container .swiper .card.color-05 {
  --card-color: #009944;
}
#home main .service .container .swiper .card figure {
  flex: 0 0 auto;
  padding: 0;
}
#home main .service .container .swiper .card .card-body {
  font-weight: 500;
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
#home main .service .container .swiper .card .card-body .content-body figure {
  text-align: left;
}
#home main .service .container .swiper .card .card-body .content-body h4 {
  font-size: 1.5rem;
  text-align: center;
  color: var(--card-color);
  margin-bottom: 1rem;
}
#home main .service .container .swiper .card .card-body .content-body ul {
  padding-left: 1rem;
}
#home main .service .container .swiper .card .card-body .content-body ul li::marker {
  color: var(--card-color);
}
#home main .service .container .swiper .card .card-body .content-footer {
  background-color: var(--card-color);
  padding: 1rem;
  border-radius: 0.75rem;
}
#home main .service .container .swiper .card .card-body .content-footer p {
  color: #fff;
  font-weight: bold;
}
#home main .service .container .swiper .swiper-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  padding: 0 2rem;
  z-index: 1;
}
#home main .service .container .swiper .swiper-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  padding: 0 2rem;
  z-index: 1;
}
#home main .service .container .swiper .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee;
  color: #7f7f7f;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: bold;
  padding-bottom: 2px;
}
#home main .service .container .swiper .swiper-pagination-bullet-active.color-01 {
  --card-color: #00afec;
}
#home main .service .container .swiper .swiper-pagination-bullet-active.color-02 {
  --card-color: #00aec4;
}
#home main .service .container .swiper .swiper-pagination-bullet-active.color-03 {
  --card-color: #00ab84;
}
#home main .service .container .swiper .swiper-pagination-bullet-active.color-04 {
  --card-color: #6fba2c;
}
#home main .service .container .swiper .swiper-pagination-bullet-active.color-05 {
  --card-color: #009944;
}
#home main .service .container .swiper .swiper-pagination-bullet-active {
  background: var(--card-color);
  color: #fff;
}
#home main .service .container .merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  #home main .service .container .merit-list {
    grid-template-columns: 1fr;
  }
}
#home main .service .container .merit-list .merit-card {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  background: #fff;
  border-right: 2px dotted #e6e6e6;
}
@media screen and (max-width: 900px) {
  #home main .service .container .merit-list .merit-card {
    border-right: none;
    border-bottom: 2px dotted #e6e6e6;
    padding: 1.5rem 0;
  }
}
#home main .service .container .merit-list .merit-card:first-of-type {
  border-left: 2px dotted #e6e6e6;
}
@media screen and (max-width: 900px) {
  #home main .service .container .merit-list .merit-card:first-of-type {
    border-left: none;
    border-top: 2px dotted #e6e6e6;
  }
}
#home main .service .container .merit-list .merit-card .icon {
  margin-bottom: 1rem;
}
#home main .service .container .merit-list .merit-card .title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 900px) {
  #home main .service .container .merit-list .merit-card .title {
    font-size: 1.25rem;
  }
}
#home main .service .container .merit-list .merit-card .text {
  text-align: left;
  font-weight: 500;
}
#home main .service .container .security {
  background-color: #c9e4ea;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  #home main .service .container .security {
    padding: 2rem;
  }
}
#home main .service .container .security .two-column {
  margin-top: 0;
}
#home main .service .container .security .two-column h3 {
  margin: 0;
}
@media screen and (max-width: 900px) {
  #home main .service .container .security .two-column h3 {
    font-size: 1.25rem;
  }
}
#home main .service .container .security .two-column p {
  margin-bottom: 0;
}
#home main .faq {
  text-align: center;
}
#home main .faq h2 {
  display: inline-block;
  font-size: 1.25rem;
  color: #007940;
  border-bottom: 3px solid #007940;
}
#home main .faq .faq-list {
  display: grid;
  gap: 0.751rem;
  margin-top: 3rem;
}
#home main .faq .faq-list .faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 0.75rem;
  overflow: hidden;
}
#home main .faq .faq-list .faq-item .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.75rem;
  border: none;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  color: #000;
  gap: 0.5rem;
}
@media screen and (max-width: 900px) {
  #home main .faq .faq-list .faq-item .faq-question {
    padding: 0.75rem 1rem 0.75rem 1rem;
    font-size: 1rem;
  }
}
#home main .faq .faq-list .faq-item .faq-answer {
  display: none;
  padding: 0 1.75rem 1.25rem;
}
@media screen and (max-width: 900px) {
  #home main .faq .faq-list .faq-item .faq-answer {
    padding: 0 1.5rem 0.75rem 1rem;
  }
}
#home main .faq .faq-list .faq-item .faq-answer p {
  text-align: left;
}
#home main .faq .faq-list .faq-item .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: transform 0.3s;
}
@media screen and (max-width: 900px) {
  #home main .faq .faq-list .faq-item .icon {
    width: 1rem;
    height: 1rem;
  }
}
#home main .faq .faq-list .faq-item .icon::before, #home main .faq .faq-list .faq-item .icon::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  background: #3B4043;
}
@media screen and (max-width: 900px) {
  #home main .faq .faq-list .faq-item .icon::before, #home main .faq .faq-list .faq-item .icon::after {
    width: 0.75rem;
  }
}
#home main .faq .faq-list .faq-item .icon::before {
  transform: translateY(-50%);
}
#home main .faq .faq-list .faq-item .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
#home main .faq .faq-list .faq-item.active {
  background-color: #f9f9f9;
}
#home main .faq .faq-list .faq-item.active .faq-answer {
  display: block;
}
#home main .faq .faq-list .faq-item.active .icon {
  background-color: #fff;
}
#home main .faq .faq-list .faq-item.active .icon::after {
  transform: translateY(-50%) rotate(0);
}
#home main .two-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  #home main .two-column {
    flex-direction: column;
    gap: 10px;
  }
}
#home main .two-column + .two-column {
  border-top: 2px dotted #c9d4e4;
}
#home main .two-column .text {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #home main .two-column .text {
    width: 100%;
  }
}
#home main .two-column .text h3 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  #home main .two-column .text h3 {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}
#home main .two-column .text p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#home main .two-column figure {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #home main .two-column figure {
    width: 85%;
  }
}
#home footer .footer-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
#home footer .footer-bottom .privacy {
  margin-bottom: 2rem;
  font-weight: 500;
}
#home footer section.contact {
  display: flex;
  padding-bottom: 2rem;
}/*# sourceMappingURL=custom.css.map */