@charset "UTF-8";
/*** ここから理由セクション ***/
.reason__container {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .reason__container {
    margin-bottom: 70px;
  }
}

.reason__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 100px;
  /*== 調整 */
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 400px) {
  .reason__title {
    font-size: 29px;
  }
}

.reason__sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .reason__sp-br {
    display: block;
  }
}

.reason__summary {
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .reason__summary {
    margin-bottom: 50px;
  }
}

.reason__summary-card {
  position: relative;
}

.reason__summary-card:not(:last-child) {
  margin-bottom: 130px;
}
@media screen and (max-width: 1280px) {
  .reason__summary-card:not(:last-child) {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__summary-card:not(:last-child) {
    margin-bottom: 50px;
  }
}

/** 理由カード */
.reason__summary-inner {
  background-color: #F0F9FF;
  max-width: 558px;
  padding: 50px;
  height: 406px;
}
@media screen and (max-width: 1280px) {
  .reason__summary-inner {
    padding: 40px 35px;
    width: clamp(25.188rem, -11.313rem + 57.03vw, 34.313rem);
    height: 376px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__summary-inner {
    padding: 25px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.reason__summary-image-wrap img {
  width: 100%;
}

.reason__summary-image-wrap {
  max-width: 588px;
}
@media screen and (max-width: 1280px) {
  .reason__summary-image-wrap {
    width: clamp(25.188rem, -11.313rem + 57.03vw, 34.313rem);
  }
}
@media screen and (max-width: 1024px) {
  .reason__summary-image-wrap {
    max-width: 100%;
    width: 100%;
  }
}

/*== 奇数番目カード */
.reason__summary-card:nth-child(odd) .reason__summary-inner {
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .reason__summary-card:nth-child(odd) .reason__summary-inner {
    top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__summary-card:nth-child(odd) .reason__summary-inner {
    position: static;
  }
}

.reason__summary-card:nth-child(odd) .reason__summary-image-wrap {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .reason__summary-card:nth-child(odd) .reason__summary-image-wrap {
    margin-left: 0;
  }
}

/*== 偶数番目カード */
.reason__summary-card:nth-child(even) .reason__summary-inner {
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .reason__summary-card:nth-child(even) .reason__summary-inner {
    position: static;
  }
}

.reason__summary-texts {
  width: 100%;
  margin: 0 auto;
}

.reason__summary-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}

.reason__summary-lead {
  font-size: 15px;
  line-height: 1.73333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .reason__summary-lead {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1024px) {
  .reason__summary-lead {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}

/** 理由カードここまで */
.reason__button {
  display: flex;
  justify-content: center;
}

/*** 理由セクションここまで ***/
.flow__container {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .flow__container {
    margin-bottom: 50px;
  }
}

.flow__list {
  max-width: 1100px;
  width: 100%;
}

.flow__list:not(:last-child) {
  margin-bottom: 20px;
}

.flow__list-inner {
  background-color: #F0F3F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 13px 13px 41px;
}
@media screen and (max-width: 1024px) {
  .flow__list-inner {
    align-items: flex-start;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list-inner {
    flex-direction: column;
  }
}

.flow__list-header {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .flow__list-header {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .flow__list-header {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .flow__list-header {
    width: 100%;
  }
}

.flow__list-icon {
  background-color: #fff;
  color: #707070;
  font-weight: bolder;
  padding: 14px 19px;
}
@media screen and (max-width: 1024px) {
  .flow__list-icon {
    padding: 10px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
}

.flow__list-icon-lead {
  font-size: 25px;
  line-height: 2.12;
}
@media screen and (max-width: 1024px) {
  .flow__list-icon-lead {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .flow__list-icon-lead {
    font-size: 16px;
    padding-top: 3.5px;
  }
}

.flow__list-icon-number {
  font-size: 53px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .flow__list-icon-number {
    font-size: 37px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list-icon-number {
    font-size: 28px;
  }
}

.flow__list-textarea {
  margin-left: 82px;
  width: 455px;
}
@media screen and (max-width: 1280px) {
  .flow__list-textarea {
    width: 55%;
    margin-left: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__list-textarea {
    width: 90%;
    margin: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .flow__list-textarea {
    width: 100%;
    margin-left: 0;
  }
}

.flow__list-title {
  font-size: 24px;
  line-height: 1.125;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow__list-title {
    display: none;
  }
}

.flow__list-sp-title {
  display: none;
  font-size: 26px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .flow__list-sp-title {
    display: block;
  }
}

.flow__list-lead {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flow__list-image-wrap {
    width: 100%;
  }
}

.flow__list-image {
  height: 200px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .flow__list-image {
    width: 100%;
    height: auto;
  }
}

.flow__list-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 100px 0 100px;
  border-color: #f0f3f5 transparent transparent transparent;
  margin: 25px auto 0;
}

.works__background-wrap {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #d4e8f7 50%, #d4e8f7 100%);
}

.works__container {
  margin-bottom: 200px;
}

.works__cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .works__cards {
    display: block;
  }
}

.works__card {
  width: 309px;
}
@media screen and (max-width: 767px) {
  .works__card {
    width: 100%;
  }
}

.works__card-image-wrap {
  width: 100%;
}

.works__card-image {
  width: 100%;
}

.works__card-texts {
  background: #fff;
  height: 216px;
  padding: 13px 10px 0;
}

.works__card-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.86956522;
  margin-bottom: 10px;
}

.works__card-lead {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.works__card-details {
  display: flex;
  margin-bottom: 2px;
}

.works__card-detail,
.works__card-date {
  font-size: 12px;
  line-height: 2.16666667;
}

.voice__background-wrap {
  background-color: #f8fcff;
}

.voice__container {
  margin-bottom: 200px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .voice__container {
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}

.voice__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice__cards {
    display: block;
  }
}

.voice__card {
  width: 495px;
  background-color: #fff;
  padding: 32px 20px 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .voice__card {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .voice__card {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .voice__card:last-child {
    margin-bottom: 70px;
  }
}

.voice__summary {
  display: flex;
  margin-bottom: 41px;
  align-items: center;
}

.voice__summary-thumbnail {
  margin-left: 16px;
}

.voice__summary-image {
  width: 140px;
}

.voice__personal-data {
  margin: 44px 0 0 91px;
}
@media screen and (max-width: 1280px) {
  .voice__personal-data {
    margin: 44px 0 0 clamp(0rem, -22.75rem + 35.55vw, 5.688rem);
  }
}
@media screen and (max-width: 767px) {
  .voice__personal-data {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}

.voice__address,
.voice__name {
  font-size: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .voice__address,
.voice__name {
    font-size: clamp(0.938rem, 0.639rem + 1.28vw, 1.25rem); /* max20pxmin15px */
  }
}

@media screen and (max-width: 767px) {
  .voice__lead-area {
    margin-top: 50px;
  }
}

.voice__lead {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    font-size: 15px;
  }
}

/* 共通アコーディオンパーツ */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 916px;
  position: relative;
  width: 100%;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.accordion-content {
  display: none;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.45);
}

.accordion-content {
  font-size: 16px;
  line-height: 1.5;
}

/* アイコン */
.accordion-title,
.accordion-content {
  position: relative;
  padding-left: 68px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .accordion-title {
    padding-right: 40px;
  }
}

.accordion-title::before {
  content: "Q";
  background-color: #0048AA;
}

.accordion-content::before {
  content: "A";
  background-color: #F0853C;
}

.accordion-title::before,
.accordion-content::before {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* タイトルの背景色 */
.accordion-item .accordion-title {
  background-color: #fff;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #3B4043;
  border-top: solid 2px #3B4043;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* 共通アコーディオンパーツここまで */
.faq__background-wrap {
  background: url("../../../img/faq/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 150px;
}

.faq__container {
  padding-bottom: 50px;
}

.faq__accordion {
  margin-bottom: 70px;
}

.place__container {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .place__container {
    margin-bottom: 75px;
  }
}

.place__sp-contens {
  display: none;
}
@media screen and (max-width: 767px) {
  .place__sp-contens {
    display: block;
  }
}

.place__pc-map-image-wrap {
  margin-top: 56.7px;
}
@media screen and (max-width: 767px) {
  .place__pc-map-image-wrap {
    display: none;
  }
}

.place__pc-map-image {
  width: 100%;
}

.place__sp-lead-wrap {
  margin-top: 56.7px;
}
@media screen and (max-width: 767px) {
  .place__sp-lead-wrap {
    margin: 20px 0 30px;
  }
}

.place__sp-lead {
  font-size: 18px;
  line-height: 2.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .place__sp-lead {
    font-size: 20px;
  }
}

.place__sp-map {
  font-size: 24px;
  line-height: 2.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .place__sp-map {
    font-size: clamp(1.25rem, 0.878rem + 1.86vw, 1.75rem);
  }
}

.place__marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.place__sp-map-image-wrap {
  display: flex;
  justify-content: center;
}

.place__sp-map-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .place__sp-map-image {
    width: 85%;
  }
}

.place__sp-comment-image {
  width: 100%;
}

.banner__background-wrap {
  width: 1010px;
  background: linear-gradient(135deg, #A9D0EF, #fff);
  display: flex;
  padding: 20px 20px 0;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 50px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 1114px) {
  .banner__background-wrap {
    width: 80%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .banner__background-wrap {
    width: 90%;
  }
}

.banner__pc-image-wrap {
  width: 506px;
}
@media screen and (max-width: 1114px) {
  .banner__pc-image-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .banner__pc-image-wrap {
    display: none;
  }
}

.banner__pc-image {
  width: 100%;
}

.banner__sp-image-wrap {
  width: 95%;
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__sp-image-wrap {
    display: block;
  }
}

.banner__sp-image {
  width: 100%;
}

.banner__contents {
  width: 382px;
}
@media screen and (max-width: 767px) {
  .banner__contents {
    width: 308px;
  }
}

.banner__button {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.banner__reception {
  position: relative;
}

.banner__catch {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.08823529;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner__catch {
    font-size: 29px;
  }
}
@media screen and (max-width: 374px) {
  .banner__catch {
    font-size: 24px;
  }
}

.banner__reception {
  display: inline-block;
  top: 24px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3125;
  position: relative;
  padding: 1rem 1.5rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .banner__reception {
    font-size: 13px;
    left: -15px;
  }
}
@media screen and (max-width: 374px) {
  .banner__reception {
    font-size: 12px;
    top: 21px;
    left: -5%;
    transform: rotate(-21deg);
  }
}

.banner__reception::before,
.banner__reception::after {
  position: absolute;
  top: 24px;
  height: 17px;
  content: "";
}

.banner__reception::before {
  border-left: solid 1px;
  left: 12px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 374px) {
  .banner__reception::before {
    left: 15px;
  }
}

.banner__reception::after {
  border-right: solid 1px;
  right: 12px;
  transform: rotate(30deg);
}
@media screen and (max-width: 374px) {
  .banner__reception::after {
    right: 15px;
  }
}

.banner__lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .banner__lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .banner__button-link {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */