@charset "UTF-8";

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

@media (min-width: 960px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body.is-fixed {
  overflow: hidden;
}

@media (min-width: 1260px) {
  body.is-fixed {
    overflow: visible;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  cursor: pointer;
}




a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

textarea {
  resize: vertical;
}

button:disabled,
input[type=submit]:disabled {
  opacity: 0.7;
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

::placeholder {
  font-weight: 400;
  color: #afafaf;
}

.is-sp {
  display: block !important;
}

@media (min-width: 960px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}

@media (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
}

.main {
  padding-top: 50px;
}

@media (min-width: 1260px) {
  .main {
    padding-top: 90px;
  }
}

@media (min-width: 1260px) {
  .main--home {
    padding-top: 0;
  }
}

.g-cursorNone {
  pointer-events: none;
}

/* グラデーション */
.g-gradient {
  color: #fff !important;
  background-image: linear-gradient(90deg, #009fe3 0%, #007bb0 55%, #009fe3 100%) !important;
}

/* 縁線 */
.g-text-border-2 {
  -webkit-text-stroke: 0.15em #fff;
  paint-order: stroke;
}

.g-text-border-3 {
  -webkit-text-stroke: 0.18em #fff;
  paint-order: stroke;
}

.g-text-border-4 {
  -webkit-text-stroke: 0.2em #fff;
  paint-order: stroke;
}

.g-text-border-5 {
  -webkit-text-stroke: 0.22em #fff;
  paint-order: stroke;
}

/* 強調色 */
.g-em-main {
  color: #009fe3;
}

.g-em-accent {
  color: #f3679c;
}

.g-em-accent-02 {
  color: #ffe600;
}

.g-em-accent-03 {
  color: #ff0066;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 11px;
}

@media (min-width: 960px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* c-title */
.c-title {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .c-title {
    gap: 12px 0;
    margin-bottom: 40px;
  }
}

.c-title--service {
  padding: 0 10px;
}

@media (min-width: 960px) {
  .c-title--service {
    max-width: 1254px;
    margin: 0 auto 80px;
    padding: 0 20px;
  }
}

.c-title--white .c-title__sub {
  color: #fff;
}

.c-title--white .c-title__sub:before {
  border: 1px solid #fff;
}

.c-title--white .c-title__main {
  color: #fff;
}

.c-title__sub {
  position: relative;
  padding-left: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #003397;
}

@media (min-width: 960px) {
  .c-title__sub {
    padding-left: 18px;
    font-size: 21px;
  }
}

.c-title__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-10deg);
  width: 5px;
  height: 10px;
  background-image: linear-gradient(#f0a1c3 0% 50%, #009fe3 50% 100%);
}

@media (min-width: 960px) {
  .c-title__sub:before {
    width: 7px;
    height: 18px;
  }
}

.c-title__main {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .c-title__main {
    font-size: 42px;
  }
}

.c-title__main strong {
  font-family: "Inter", sans-serif;
  font-size: 32px;
}

@media (min-width: 960px) {
  .c-title__main strong {
    font-size: 48px;
  }
}

/* c-btn */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  max-width: 355px;
  width: 100%;
  height: 55px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #003397;
  border-radius: 999px;
  border: 1px solid #003397;
}

.c-btn span {
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #003397;
  border-right: 1px solid #003397;
}

.c-btn--other {
  border-color: #009fe3;
  color: #009fe3;
}

.c-btn--other span {
  border-color: #009fe3;
}

.c-btn--submit {
  display: block;
  border: none;
}

.c-btn--submit input {
  width: 100%;
  height: 100%;
  background: #ff0066;
  border-radius: 999px;
  color: #fff !important;
}

/* c-pageHero */
.c-pageHero {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .c-pageHero {
    position: relative;
    margin-bottom: 64px;
    background: #d9eefa;
  }
}

.c-pageHero__img {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 10px;
  margin-bottom: -29.6vw;
}

@media (min-width: 960px) {
  .c-pageHero__img {
    position: absolute;
    top: -1.6666666667vw;
    left: 0;
    width: 41.8055555556vw;
    margin-bottom: 0;
    padding: 0;
  }
}

.c-pageHero__img img {
  width: 100%;
}

.c-pageHero__img--repair {
  margin-bottom: -65vw;
}

@media (min-width: 960px) {
  .c-pageHero__img--repair {
    margin-bottom: 0;
  }
}

.c-pageHero__price {
  display: flex;
  border-radius: 10px;
  max-width: 365px;
  width: 100%;
  margin: -14px auto 0;
}

@media (min-width: 960px) {
  .c-pageHero__price {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 960px) {
  .c-pageHero__price--repair {
    bottom: -150px;
  }
}

.c-pageHero__price__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  max-width: 120px;
  padding: 0 10px;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  background: #000;
  color: #fff;
}

.c-pageHero__price__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 0 10px 10px 0;
  text-align: center;
  padding: 10px;
}

.c-pageHero__price__box .category {
  font-size: 14px;
}

.c-pageHero__price__box .price {
  font-size: 35px;
  white-space: nowrap;
}

.c-pageHero__price__box .price strong {
  font-size: min(14vw, 52px);
}

.c-pageHero__price__box .price strong small {
  font-size: 15px;
  font-weight: 600;
}

.c-pageHero__price__box .price__main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 5px;
  position: relative;
  z-index: 2;
}

.c-pageHero__price__box .price__sub {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 5px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 5px 9px 2px rgba(0, 0, 0, 0.3);
}

.c-pageHero__price__box .text {
  font-size: 14px;
}

.c-pageHero__price__childBox:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.c-pageHero__head {
  background: #d9eefa;
  padding: 34.93vw 0 24px;
}

@media (min-width: 960px) {
  .c-pageHero__head {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: 28.4722222222vw;
    padding: 3.8888888889vw 20px;
    max-width: 86.1111111111vw;
    margin: 0 auto;
  }
}

.c-pageHero__head--repair {
  padding-top: 71vw;
}

@media (min-width: 960px) {
  .c-pageHero__head--repair {
    padding: 8.3333333333vw 20px 12.5vw;
  }
}

@media (min-width: 960px) {
  .c-pageHero__head>.l-inner {
    width: 47.2222222222vw;
    padding: 0;
    margin: 0;
  }
}

.c-pageHero__head__title {
  margin-bottom: 13px;
  font-size: 20px;
  color: #009fe3;
}

@media (min-width: 960px) {
  .c-pageHero__head__title {
    margin-bottom: 26px;
    font-size: 24px;
  }
}

.c-pageHero__head__title--italic {
  margin-bottom: 15px;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #003397;
}

@media (min-width: 960px) {
  .c-pageHero__head__title--italic {
    margin-bottom: 24px;
    font-size: 32px;
  }
}

.c-pageHero__head__title--italic strong {
  font-size: 33px;
}

@media (min-width: 960px) {
  .c-pageHero__head__title--italic strong {
    font-size: 40px;
  }
}

.c-pageHero__head__text {
  font-weight: 400;
}

/* c-pageTitle */
.c-pageTitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-bottom: 8px;
  padding: 13px 12px;
  background: #d9eefa;
  color: #009fe3;
}

@media (min-width: 960px) {
  .c-pageTitle {
    justify-content: center;
    margin-bottom: 16px;
    padding: 32px;
  }
}

.c-pageTitle__main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 960px) {
  .c-pageTitle__main {
    font-size: 32px;
  }
}

.c-pageTitle__main--privacyPolicy {
  font-size: 22px;
}

@media (min-width: 960px) {
  .c-pageTitle__main--privacyPolicy {
    font-size: 32px;
  }
}

.c-pageTitle__sub {
  position: relative;
  top: 2px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.2;
}

@media (min-width: 960px) {
  .c-pageTitle__sub {
    font-size: 18px;
  }
}

.c-pageTitle__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 960px) {
  .c-pageTitle__menu {
    justify-content: center;
    margin-top: 24px;
  }
}

.c-pageTitle__menu li {
  border: 1px solid #82d0f0;
}

.c-pageTitle__menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}

.c-pageTitle__menu li a.is-active {
  background: #82d0f0;
}

/* c-sectionTitle */
.c-sectionTitle {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #009fe3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 960px) {
  .c-sectionTitle {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

/* c-noImg */
.c-noImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #009fe3;
  background: #eee;
  aspect-ratio: 170/104;
}

.c-noImg--works {
  height: 100%;
}

/* c-pagination */
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  padding: 40px 0;
}

.c-pagination>a.prev,
.c-pagination>a.next {
  position: relative;
  border: none;
  width: auto;
  height: auto;
  background: none;
}

.c-pagination>a.prev:before,
.c-pagination>a.next:before {
  content: "";
  position: absolute;
  top: 54%;
  left: -2px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #003397;
  border-right: 2px solid #003397;
}

.c-pagination>a.prev.g-cursorNone,
.c-pagination>a.next.g-cursorNone {
  opacity: 0.4;
}

.c-pagination>a.prev:before {
  transform: translateY(-50%) rotate(-135deg);
}

.c-pagination>ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}

.c-pagination>ul.page-numbers li a,
.c-pagination>ul.page-numbers li span:not(.dots) {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #003397;
  font-weight: 700;
}

.c-pagination>ul.page-numbers li span.current {
  color: #f3679c;
}

/* c-postPagination */
.c-postPagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.c-postPagination li a {
  position: relative;
  color: #003397;
}

.c-postPagination li a:before {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #003397;
  border-right: 2px solid #003397;
}

.c-postPagination li a[rel=prev] {
  padding-left: 23px;
}

.c-postPagination li a[rel=prev]:before {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}

.c-postPagination li a[rel=next] {
  padding-right: 23px;
}

.c-postPagination li a[rel=next]:before {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

/* c-select */
.c-select {
  width: 100%;
  background: #fff;
  border: 1px solid #c9c9c9;
  line-height: 1;
  position: relative;
  border-radius: 5px;
}

.c-select select {
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.c-select:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: 46%;
  right: 16px;
  transform: translateY(-50%) rotate(135deg);
  width: 7px;
  height: 7px;
}

/* c-worksCard */
.c-worksCard {
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.c-worksCard__img {
  aspect-ratio: 355/225;
  width: 100%;
}

.c-worksCard__img img {
  width: 100%;
  object-fit: cover;
}

.c-worksCard__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 9px 10px;
}

.c-worksCard__head__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.c-worksCard__head .c-worksTag {
  margin-top: auto;
}

/* c-worksTag */
.c-worksTag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-worksTag__item {
  display: block;
  padding: 4px 7px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #888;
}

/* c-newsTag */
.c-newsTag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-newsTag__item {
  padding: 0 6px;
  background: #d9eefa;
  font-size: 10px;
}

/* c-area */
.c-area {
  position: relative;
}

.c-area__img {
  aspect-ratio: 355/270;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-area__title {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 32px;
  font-weight: 800;
  color: #003397;
}

.c-area__box {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  padding: 8px 12px;
  width: 91.0447761194%;
  background: rgba(255, 255, 255, 0.6);
}

.c-area__box__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.c-area__box__text {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 5px;
}

/* c-example */
.c-example__title {
  padding: 4px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  background: #009fe3;
  text-align: center;
}

.c-example__title--accent {
  background: #f3679c;
}

.c-example__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}

@media (min-width: 768px) {
  .c-example__list {
    gap: 13px;
    padding: 13px;
  }
}

@media (min-width: 768px) {
  .c-example__list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-example__item__img {
  margin: 0 auto 3px;
}

@media (min-width: 768px) {
  .c-example__item__img {
    margin-bottom: 4px;
  }
}

.c-example__item__text {
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .c-example__item__text {
    font-size: 21px;
  }
}

/* c-reasonCard */
.c-reasonCard {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .c-reasonCard {
    padding: 36px 27px 30px;
  }
}

.c-reasonCard__label {
  position: absolute;
  top: -30px;
  left: 10px;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  color: rgba(217, 248, 250, 0.5);
}

.c-reasonCard__img {
  width: auto;
  height: 115px;
  margin: 0 auto 16px;
}

@media (min-width: 960px) {
  .c-reasonCard__img {
    margin-bottom: 20px;
    height: 156px;
  }
}

.c-reasonCard__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 960px) {
  .c-reasonCard__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.c-reasonCard__title strong {
  font-weight: 800;
  color: #f3679c;
}

/* c-dot */
.c-dot {
  position: relative;
  color: #009fe3;
  letter-spacing: -0.1em;
}

.c-dot:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #009fe3;
  border-radius: 9999px;
}

.c-dot--accent {
  color: #ffe600;
}

.c-dot--accent:before {
  background: #ffe600;
}

/* c-faq */
.c-faq {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.c-faq__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.c-faq__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.c-faq__item__q,
.c-faq__item__a {
  padding-left: 36px;
}

.c-faq__item__q:before,
.c-faq__item__a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  color: #fff;
}

.c-faq__item__q {
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.c-faq__item__q:before {
  content: "Q";
  background: #009fe3;
}

.c-faq__item__a {
  position: relative;
}

.c-faq__item__a:before {
  content: "A";
  background: #f3679c;
}

/* c-notice */
.c-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  padding: 20px;
  background: #003397;
  border-radius: 10px;
  color: #fff;
}

@media (min-width: 960px) {
  .c-notice {
    padding: 32px 50px;
  }
}

.c-notice__img {
  width: 64px;
  margin: 0 auto;
}

.c-notice__title {
  font-size: 20px;
  font-weight: 800;
}

.c-notice__title strong {
  font-weight: 800;
  color: #f3679c;
}

.c-notice__title--center {
  text-align: center;
}

/* c-form */
@media (min-width: 960px) {
  .c-formWrap {
    max-width: 800px;
    margin: 0 auto;
  }
}

.c-formList {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.c-form__label {
  line-height: 1.5;
}

.c-form__label__required {
  color: #ff0066;
}

.c-form__label small {
  font-size: 12px;
}

.c-form__label--detail {
  font-size: 14px;
  font-weight: 700;
  color: #009fe3;
}

.c-form__focus {
  padding: 16px;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .c-form__group {
    display: flex;
    gap: 0 48px;
  }
}

.c-form__input {
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .c-form__input--sm {
    width: 300px;
  }
}

.c-form__textarea {
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  height: 150px;
}

@media (min-width: 960px) {
  .c-form__glass {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 10px;
  }
}

.c-form__glass__img {
  aspect-ratio: 355/203;
  max-width: 540px;
  width: 100%;
  background-image: url("../images/contact/img_replacement.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 16px;
}

@media (min-width: 960px) {
  .c-form__glass__img {
    margin: 29px 0 0;
  }
}

@media (min-width: 960px) {
  .c-form__repair {
    display: flex;
    flex-direction: row;
    gap: 0 56px;
    margin-right: -100px;
  }
}

.c-form__repair .c-form__checkbox {
  margin-bottom: 16px;
}

.c-form__repair__img {
  aspect-ratio: 355/173;
  max-width: 489px;
  width: 100%;
  background-image: url("../images/contact/img_repair.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 16px;
}

@media (min-width: 960px) {
  .c-form__repair__img {
    margin: 22px 0 0;
  }
}

.c-form__example {
  font-size: 12px;
  color: #afafaf;
}

.c-form__note {
  font-size: 14px;
  font-weight: 400;
}

.c-form__sec {
  padding-top: 33px;
}

@media (min-width: 960px) {
  .c-form__sec {
    padding-top: 48px;
  }
}

.c-form__sec:last-of-type {
  padding-bottom: 16px;
}

.c-form__sec__title {
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .c-form__sec__title {
    margin-bottom: 34px;
    font-size: 30px;
  }
}

.c-form__sec__title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #f3679c;
}

@media (min-width: 960px) {
  .c-form__sec__title:before {
    width: 20px;
    height: 20px;
  }
}

.c-form__radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

.c-form__radio .wpcf7-list-item label {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.c-form__radio .wpcf7-list-item label input {
  display: none;
}

.c-form__radio .wpcf7-list-item label input:checked+.wpcf7-list-item-label:after {
  display: inline-block;
}

.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 6px;
  text-indent: -1em;
  color: #333;
}

.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 9999px;
  background: #fff;
  position: relative;
  top: 3px;
  left: -5px;
}

.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: none;
  content: "";
  position: absolute;
  top: 54%;
  left: -1px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #003397;
  border-radius: 9999px;
}

.c-form__checkbox {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}

.c-form__checkbox--row {
  flex-direction: row;
  gap: 0 16px;
}

.c-form__checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.c-form__checkbox .wpcf7-list-item label {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.c-form__checkbox .wpcf7-list-item label input {
  display: none;
}

.c-form__checkbox .wpcf7-list-item label input:checked+.wpcf7-list-item-label:after {
  display: inline-block;
}

.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 6px;
  text-indent: -1em;
  color: #333;
}

.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 2px;
  left: -5px;
}

.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: none;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #003397;
  border-right: 2px solid #003397;
}

.c-form__agreement {
  position: relative;
  left: -18px;
  width: max-content;
  margin: 24px auto;
}

@media (min-width: 960px) {
  .c-form__agreement {
    margin: 40px auto 24px;
  }
}

.c-form__agreement a {
  text-decoration: underline;
}

.c-form__agreement a:hover {
  text-decoration: none;
}

.c-form__agreement .wpcf7-list-item {
  display: block;
  margin: 0;
}

.c-form__agreement .wpcf7-list-item label {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.c-form__agreement .wpcf7-list-item label input {
  display: none;
}

.c-form__agreement .wpcf7-list-item label input:checked+.wpcf7-list-item-label:after {
  display: inline-block;
}

.c-form__agreement .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  font-size: 12px;
  cursor: pointer;
  margin-left: 36px;
  text-indent: -1em;
  color: #263142;
}

.c-form__agreement .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #263142;
  background: #fff;
  position: relative;
  top: 4px;
  left: -5px;
}

.c-form__agreement .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: none;
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #003397;
  border-right: 2px solid #003397;
}

/* c-advise */
.c-advise {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 960px) {
  .c-advise {
    display: flex;
    justify-content: center;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
  }
}

.c-advise__triangle {
  position: absolute;
  bottom: -17px;
  left: 76px;
  width: 20px;
  height: 18px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
}

@media (min-width: 960px) {
  .c-advise__triangle {
    left: 150px;
  }
}

.c-advise__triangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 86%, 63% 0);
}

.c-advise__text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .c-advise__text {
    font-size: 20px;
  }
}

.c-advise__text .c-dot {
  font-size: 22px;
  color: #f3679c;
}

.c-advise__text .c-dot:before {
  background: #ffe600;
}

.c-advise__text strong {
  font-size: 24px;
  font-weight: 800;
  color: #f3679c;
}

.c-advise__img {
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 75px;
}

@media (min-width: 960px) {
  .c-advise__img {
    bottom: -7px;
  }
}

/* c-suggestion */
.c-suggestion {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .c-suggestion {
    flex-direction: row;
    gap: 0 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .c-suggestion__text {
    flex: 1;
  }
}

.c-suggestion__text ol {
  list-style: decimal;
  margin-left: 1.5em;
}

.c-suggestion__text ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 20px;
}

.c-suggestion__text--pink {
  color: #f3679c;
  font-weight: 700;
  margin-top: 20px;
}

.c-suggestion__img {
  width: 238px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .c-suggestion__img {
    width: 426px;
  }
}

/* c-borderText */
.c-borderText {
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: #fe293b;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.c-borderText span {
  width: 100%;
}

.c-borderText span.price-stroke-shadow {
  position: relative;
  text-shadow: 5px 9px 2px rgba(0, 0, 0, 0.3);
}

.c-borderText span.price-stroke {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-prefix {
  font-size: 0.8em;
  position: relative;
}

.price-tax {
  font-size: 0.3em !important;
  position: absolute;
  top: 0.6em;
  right: 0;
  white-space: nowrap;
  -webkit-text-stroke-width: 0.3em;
  margin: 0 -1em;
  letter-spacing: 0.01em;
}

/* l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #fff;
}

.hd__company-icon {
  display: block;
  height: 100%;
}

.hd__company-icon__img {
  display: block;
  width: 32px;
  height: 100%;
  object-fit: contain;
}


@media (min-width: 1260px) {
  .l-header {
    height: 90px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 1260px) {
  .l-header>.l-inner {
    max-width: 1330px;
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.l-header__main {
  display: flex;
  flex-direction: column;
}

.l-header__copy {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1260px) {
  .l-header__copy {
    margin-bottom: 6px;
  }
}

.l-header__logo {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
  height: 32px;
}



@media (min-width: 1260px) {
  .l-header__logo {
    width: 240px;
  }
}

.l-header__logo__txt {
  font-size: 24px;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}

.l-header__nav {
  display: none;
  position: fixed;
  z-index: 10;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #009fe3;
  padding: 20px 20px 50px;
}

.l-header__nav__title {
  max-width: 600px;
  margin: 0 auto 8px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  color: #d9eefa;
  opacity: 0.5;
}

.l-header__nav__main {
  max-width: 600px;
  margin: 0 auto 10px;
}

.l-header__nav__main li {
  border: 1px solid #fff;
  border-bottom: none;
}

.l-header__nav__main li:last-child {
  border-bottom: 1px solid #fff;
}

.l-header__nav__main li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-weight: 800;
  line-height: 2.18;
}

.l-header__nav__main li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 20px;
  width: 7px;
  height: 7px;
  border-color: #fff;
}

.l-header__nav__sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  margin: 0 auto 10px;
}

.l-header__nav__sub li a {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
}

.l-header__nav__sub li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 7px;
  height: 7px;
  left: 0;
  border-color: #fff;
}

.l-header__nav__cta {
  margin: 0 -20px;
}

.l-header__navSp {
  display: block;
}

@media (min-width: 1260px) {
  .l-header__navSp {
    display: none;
  }
}

.l-header__navPc {
  display: none;
  height: 100%;
  margin: 0 20px;
}

@media (min-width: 1260px) {
  .l-header__navPc {
    display: block;
  }
}

.l-header__navPc__parent {
  display: flex;
  align-items: center;
  height: 100%;
}

.l-header__navPc__parent>li {
  position: relative;
  border-left: 1px solid #fff;
  height: 100%;
}

.l-header__navPc__parent>li:hover .megaMenu {
  display: block;
}

.l-header__navPc__parent .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  height: 100%;
  padding: 27.5px 21px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}

.l-header__navPc__parent .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #f3679c;
  opacity: 0;
  transition: all 0.3s;
}

.l-header__navPc__parent .title span {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: relative;
  width: 8px;
  height: 8px;
  top: -2px;
  transform: rotate(135deg);
}

.l-header__navPc__parent .title:hover {
  opacity: 1;
}

.l-header__navPc__parent .title:hover:before {
  opacity: 1;
}

.l-header__navPc__parent .megaMenu {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 290px;
  background: #fff;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.35);
}

.l-header__navPc__parent .megaMenu li {
  border: 1px solid #d9eefa;
  border-bottom: none;
}

.l-header__navPc__parent .megaMenu li:last-child {
  border-bottom: 1px solid #d9eefa;
}

.l-header__navPc__parent .megaMenu li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #000;
  font-weight: 800;
  line-height: 2.18;
}

.l-header__navPc__parent .megaMenu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 20px;
  width: 7px;
  height: 7px;
}

.l-header__cta {
  display: none;
}

@media (min-width: 1260px) {
  .l-header__cta {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-left: auto;
  }
}

.l-header__cta__item--tel {
  display: flex;
  align-items: baseline;
  gap: 0 4px;
}

.l-header__cta__item--tel img {
  position: relative;
  top: 2px;
  width: 24px;
}

.l-header__cta__item--tel .l-header__cta__item__box {
  flex: 1;
}

.l-header__cta__item--tel .l-header__cta__item__box p {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #ff0066;
  white-space: nowrap;
}

.l-header__cta__item--tel .l-header__cta__item__box small {
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.l-header__cta__item--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 161px;
  height: 70px;
  border-radius: 5px;
  background: #003397;
}

.l-header__cta__item--contact img {
  width: 24px;
}

.l-header__cta__item--contact .l-header__cta__item__box {
  line-height: 1;
  color: #fff;
  text-align: center;
}

.l-header__cta__item--contact .l-header__cta__item__box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.l-header__cta__item--contact .l-header__cta__item__box small {
  font-size: 12px;
  font-weight: 500;
}

/* l-toggle */
.l-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 99;
  background: #009fe3;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .l-toggle {
    display: none;
  }
}

.l-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  transform-origin: center;
  width: 31px;
  height: 4px;
  transition: all 0.3s;
}

.l-toggle span:first-child {
  transform: translate(-50%, calc(-50% - 10px));
}

.l-toggle span:last-child {
  transform: translate(-50%, calc(-50% + 10px));
}

.l-toggle.is-active span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.l-toggle.is-active span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* l-inner */
.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 960px) {
  .l-inner {
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* l-cta */
.l-cta {
  background: #f3679c;
  padding: 24px 0;
}

@media (min-width: 960px) {
  .l-cta {
    padding: 65px 0;
  }
}

@media (min-width: 960px) {
  .l-cta>.l-inner {
    max-width: 1040px;
  }
}

.l-cta__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .l-cta__title {
    margin-bottom: 36px;
    font-size: 32px;
  }
}

.l-cta__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
}

@media (min-width: 960px) {
  .l-cta__list {
    flex-direction: row;
    justify-content: center;
    gap: 0 22px;
  }
}

.l-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  max-width: 355px;
  width: 100%;
  height: 70px;
  border-radius: 5px;
}

@media (min-width: 960px) {
  .l-cta__item {
    gap: 0 33px;
    max-width: 488px;
    height: 96px;
    border-radius: 7px;
  }
}

.l-cta__item img {
  width: 24px;
}

@media (min-width: 960px) {
  .l-cta__item img {
    width: 33px;
  }
}

.l-cta__item__box {
  text-align: center;
}

.l-cta__item__box p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .l-cta__item__box p {
    font-size: 33px;
  }
}

.l-cta__item__box small {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 960px) {
  .l-cta__item__box small {
    font-size: 16px;
  }
}

.l-cta__item--contact {
  background: #009fe3;
  color: #fff;
}

.l-cta__item--tel {
  background: #ffe600;
  color: #000;
}

.l-cta__item--tel p {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

@media (min-width: 960px) {
  .l-cta__item--tel p {
    font-size: 44px;
  }
}

/* l-shopList */
.l-shopList {
  background: #d3ebf8;
  padding: 20px 0;
}

@media (min-width: 960px) {
  .l-shopList {
    padding: 24px 0;
  }
}

.l-shopList>.l-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}

@media (min-width: 768px) {
  .l-shopList>.l-inner {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
}

.l-shopList__item {
  max-width: 355px;
  width: 100%;
  padding: 15px 10px 8px;
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 960px) {
  .l-shopList__item {
    max-width: 394px;
    padding: 12px;
  }
}

.l-shopList__item__head {
  display: flex;
  justify-content: center;
  gap: 0 9px;
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .l-shopList__item__head {
    justify-content: flex-start;
    gap: 0 11px;
    margin-bottom: 10px;
  }
}

.l-shopList__item__head img {
  width: 130px;
}

@media (min-width: 960px) {
  .l-shopList__item__head img {
    width: 143px;
  }
}

@media (min-width: 960px) {
  .l-shopList__item__head .desc {
    flex: 1;
  }
}

.l-shopList__item__head .desc__title {
  border-bottom: 1px solid #003397;
  margin-bottom: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .l-shopList__item__head .desc__title {
    margin-bottom: 7px;
    font-size: 22px;
  }
}

.l-shopList__item__head .desc__text {
  font-size: 12px;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .l-shopList__item__head .desc__text {
    font-size: 13px;
  }
}

.l-shopList__item__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5px;
  margin-bottom: 8px;
}

@media (min-width: 960px) {
  .l-shopList__item__btns {
    gap: 0 6px;
    margin-bottom: 9px;
  }
}

.l-shopList__item__btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  width: 100%;
  height: 38px;
  background: #000;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 960px) {
  .l-shopList__item__btns li a {
    height: 43px;
    border-radius: 6px;
    font-size: 15px;
  }
}

.l-shopList__item__btns li a img {
  width: 16px;
}

@media (min-width: 960px) {
  .l-shopList__item__btns li a img {
    width: 18px;
  }
}

.l-shopList__item__btns li.tel a {
  background: #f3679c;
}

.l-shopList__item__btns li.contact a {
  background: #009fe3;
}

.l-shopList__item__map {
  position: relative;
  width: 100%;
  aspect-ratio: 335/150;
  overflow: hidden;
}

@media (min-width: 960px) {
  .l-shopList__item__map {
    aspect-ratio: 371/166;
  }
}

.l-shopList__item__map iframe {
  width: 100%;
  height: 100%;
}

/* l-works */
.l-works {
  position: relative;
  padding: 24px 0;
  background: #ffe600;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .l-works {
    padding: 48px 0;
  }
}

.l-works:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 138px;
  height: 109px;
  background-image: url("../images/common/works/bg_works.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 960px) {
  .l-works:before {
    top: 48px;
    width: 527px;
    height: 306px;
    background-image: url("../images/common/works/bg_works_pc.svg");
  }
}

@media (min-width: 960px) {
  .l-works .c-title {
    align-items: center;
  }
}

.l-works__lead {
  margin-bottom: 16px;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .l-works__lead {
    margin-bottom: 40px;
    text-align: center;
  }
}

.l-works .c-btn {
  margin: 0 auto;
}

.top-area {
  background-image: url(../images/common/bg_square.jpg);
  background-position: left top;
  background-repeat: repeat;
  padding: 40px 0;
}

.top-area__grid-wrap {
  display: grid;
  grid-template-columns: 100%;
  border-radius: 5px;
  border: 2px solid #003397;
  background: #fff;
}

.top-area__grid-cell {
  padding: 15px;
  align-content: center;
}

.top-area__header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  background-color: #003397;
  color: #fff;
  text-align: center;
}

.top-area__pref {
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 768px) {

  .top-area {
    padding: 80px 0;
  }

  .top-area__grid-wrap {
    grid-template-columns: 1fr 3fr;
  }

  .top-area__grid-cell {
    padding: 24px;
  }

  .top-area__header {
    display: block;
  }
}



/* l-service */
.l-service {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .l-service {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .l-service .c-title {
    margin-bottom: 24px;
  }
}

.l-service__lead {
  margin-bottom: 16px;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .l-service__lead {
    margin-bottom: 32px;
  }
}

.l-service__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

@media (min-width: 768px) {
  .l-service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .l-service__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1260px) {
  .l-service__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.l-service__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.l-service__item__title {
  padding: 3px 10px;
  font-size: 20px;
  font-weight: 800;
}

@media (min-width: 960px) {
  .l-service__item__title {
    font-size: 24px;
  }
}

.l-service__item__box {
  flex: 1;
  display: flex;
  gap: 0 10px;
  padding: 10px;
  background: #fff;
}

@media (min-width: 768px) {
  .l-service__item__box {
    flex-direction: column;
    gap: 10px 0;
    padding: 20px;
  }
}

.l-service__item__box img {
  width: 150px;
}

@media (min-width: 768px) {
  .l-service__item__box img {
    width: 100%;
  }
}

.l-service__item__box .text {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .l-service__item__box .text {
    font-size: 16px;
  }
}

/* l-contact */
.l-contact {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .l-contact {
    padding: 64px 0;
  }
}

.l-contact>.l-inner {
  max-width: 1040px;
}

@media (min-width: 960px) {
  .l-contact .c-title {
    align-items: center;
    text-align: center;
  }
}

/* l-guide */
.l-guide {
  padding: 17.86vw 0 0;
  background: #f3679c;
  background-image: url("../images/common/guide/bg_guide.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 960px) {
  .l-guide {
    padding: 12.08vw 0 0;
  }
}

.l-guide>.l-inner {
  max-width: 1040px;
}

.l-guide__title {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .l-guide__title {
    margin-bottom: 23px;
    font-size: 35px;
  }
}

.l-guide__title strong {
  font-size: 27px;
  color: #ffe600;
}

@media (min-width: 960px) {
  .l-guide__title strong {
    font-size: 41px;
  }
}

.l-guide__lead {
  width: fit-content;
  margin: 0 auto 24px;
  padding: 3px 25px;
  background: #fff;
  border-radius: 999px;
  font-weight: 700;
  color: #f3679c;
  text-align: center;
}

@media (min-width: 960px) {
  .l-guide__lead {
    margin-bottom: 40px;
    padding: 4px 38px;
    font-size: 24px;
  }
}

.l-guide__box img {
  float: left;
  width: 100px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .l-guide__box img {
    float: none;
    width: 150px;
    margin: 0 auto 16px;
  }
}

.l-guide__box__text {
  color: #fff;
}

@media (min-width: 768px) {
  .l-guide__box__text {
    text-align: center;
  }
}

.l-guide .l-cta {
  margin: 0 -10px;
}

@media (min-width: 960px) {
  .l-guide .l-cta {
    padding-top: 40px;
    margin: 0 -20px;
  }
}

/* l-breadcrumb */
.l-breadcrumb {
  margin-bottom: 23px;
}

@media (min-width: 960px) {
  .l-breadcrumb {
    margin-bottom: 4.4444444444vw;
  }
}

.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 18px;
  list-style: none;
}

.l-breadcrumb__item {
  position: relative;
  padding-right: 18px;
  font-size: 12px;
  font-weight: 400;
}

.l-breadcrumb__item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 0;
  width: 7px;
  height: 7px;
}

.l-breadcrumb__item:last-child {
  padding-right: 0;
}

.l-breadcrumb__item:last-child::before {
  display: none;
}

/* l-news */
.l-news {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .l-news {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .l-news>.l-inner {
    max-width: 1040px;
  }
}

@media (min-width: 960px) {
  .l-news .c-title {
    align-items: center;
    margin-bottom: 48px;
  }
}

.l-news__list {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .l-news__list {
    margin-bottom: 48px;
  }
}

.l-news__item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .l-news__item {
    flex-direction: row;
    gap: 0 30px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

.l-news__item:last-child {
  margin-bottom: 0;
}

.l-news__item__title {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

@media (min-width: 960px) {
  .l-news__item__title {
    min-width: 180px;
  }
}

.l-news__item__title .time {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.l-news__item__title .c-newsTag {
  padding: 0 6px;
  background: #d9eefa;
  font-size: 12px;
}

@media (min-width: 960px) {
  .l-news__item__text {
    flex: 1;
  }
}

.l-news .c-btn {
  margin: 0 auto;
}

/* l-serviceSelect */
.l-serviceSelect__title {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .l-serviceSelect__title {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .l-serviceSelect__title--sm {
    font-size: 24px;
  }
}

.l-serviceSelect__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 768px) {
  .l-serviceSelect__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .l-serviceSelect__list--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    max-width: 1125px;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .l-serviceSelect__list--col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 19px;
  }
}

@media (min-width: 960px) {
  .l-serviceSelect__list--col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 16px;
  }
}

.l-serviceSelect__item__img {
  aspect-ratio: 355/195;
  width: 100%;
  object-fit: cover;
}

.l-serviceSelect__item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 3px 10px;
  height: 32px;
  background: #009fe3;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

@media (min-width: 960px) {
  .l-serviceSelect__item__title {
    font-size: min(1.7vw, 20px);
  }
}

.l-serviceSelect__item__text {
  font-weight: 400;
  line-height: 1.3;
}

.l-serviceSelect__handle {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 24px;
  padding: 10px;
  border: 3px solid #003397;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .l-serviceSelect__handle {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 40px;
    margin-top: 40px;
    padding: 32px 94px;
  }
}

.l-serviceSelect__handle__img {
  width: 100%;
}

@media (min-width: 768px) {
  .l-serviceSelect__handle__img {
    width: 335px;
  }
}

@media (min-width: 768px) {
  .l-serviceSelect__handle__head {
    flex: 1;
  }
}

.l-serviceSelect__handle__head .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
  color: #003397;
  text-align: center;
}

@media (min-width: 768px) {
  .l-serviceSelect__handle__head .title {
    text-align: left;
  }
}

.l-serviceSelect__handle__head .text ul {
  list-style: disc;
  margin-left: 1.5em;
}

/* l-serviceWorks */
.l-serviceWorks {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .l-serviceWorks {
    padding: 64px 0;
  }
}

.l-serviceWorks__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 9px;
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .l-serviceWorks__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 20px;
    margin-bottom: 56px;
  }
}

.l-serviceWorks .c-btn {
  margin: 0 auto;
}

/* l-servicePoint */
.l-servicePoint {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .l-servicePoint {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1040px;
    margin: 0 auto;
  }
}

.l-servicePoint__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-10deg);
  aspect-ratio: 160/145;
}

.l-servicePoint__item:nth-child(1) {
  background: rgba(243, 103, 156, 0.6);
}

.l-servicePoint__item:nth-child(2) {
  background: rgba(243, 103, 156, 0.7);
}

.l-servicePoint__item:nth-child(3) {
  background: rgba(243, 103, 156, 0.8);
}

.l-servicePoint__item:nth-child(4) {
  background: rgba(243, 103, 156, 0.9);
}

.l-servicePoint__item:nth-child(5) {
  background: rgb(243, 103, 156);
}

.l-servicePoint__item__text {
  transform: skewX(10deg);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .l-servicePoint__item__text {
    font-size: 16px;
  }
}

/* l-prepare */
.l-prepare {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .l-prepare {
    max-width: 1000px;
    gap: 48px 0;
    margin: 0 auto;
  }
}

.l-prepare__notice {
  padding: 20px;
  background: #d9eefa;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 960px) {
  .l-prepare__notice {
    padding: 40px;
    font-size: 21px;
  }
}

.l-prepare__notice__marker {
  padding: 2px 3px;
  font-size: 24px;
  background: #ffe600;
  color: #ff0066;
}

@media (min-width: 960px) {
  .l-prepare__notice__marker {
    font-size: 31px;
    padding: 0 4px;
  }
}

.l-prepare__item .title {
  margin-bottom: 13px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .l-prepare__item .title {
    margin-bottom: 24px;
  }
}

.l-prepare__item .title__sub {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  color: #f3679c;
}

@media (min-width: 960px) {
  .l-prepare__item .title__sub {
    font-size: 48px;
  }
}

.l-prepare__item .title__main {
  font-size: 20px;
}

@media (min-width: 960px) {
  .l-prepare__item .title__main {
    font-size: 30px;
  }
}

.l-prepare__item--01 img {
  display: block;
  width: 100%;
  margin: 0 auto 16px;
}

@media (min-width: 960px) {
  .l-prepare__item--01 img {
    margin-bottom: 40px;
  }
}

.l-prepare__item--01 .table {
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .l-prepare__item--01 .table {
    font-size: 16px;
  }
}

.l-prepare__item--01 .table thead th {
  padding: 2px 10px;
  background: #003397;
  color: #fff;
  text-align: left;
}

@media (min-width: 960px) {
  .l-prepare__item--01 .table thead th {
    padding: 9px 28px;
  }
}

.l-prepare__item--01 .table thead th:first-child {
  border-right: 1px solid #fff;
}

.l-prepare__item--01 .table tbody th,
.l-prepare__item--01 .table tbody td {
  padding: 5px 10px;
  border-right: 1px solid #263142;
  border-bottom: 1px solid #263142;
}

@media (min-width: 960px) {

  .l-prepare__item--01 .table tbody th,
  .l-prepare__item--01 .table tbody td {
    padding: 16px 28px;
  }
}

.l-prepare__item--01 .table tbody th {
  vertical-align: top;
  text-align: left;
  width: 134px;
}

@media (min-width: 960px) {
  .l-prepare__item--01 .table tbody th {
    width: 378px;
  }
}

.l-prepare__item--01 .table tbody td {
  border-right: none;
  font-weight: 400;
}

.l-prepare__item--02 img {
  display: block;
  max-width: 532px;
  width: 100%;
  margin: 0 auto 24px;
}

.l-prepare__item--02 .checkList {
  display: flex;
  flex-wrap: wrap;
  max-width: 532px;
  width: 100%;
  margin: 0 auto 16px;
  gap: 0 10px;
  padding: 8px 16px;
  border: 1px solid #e3e3e3;
}

@media (min-width: 960px) {
  .l-prepare__item--02 .checkList {
    margin-bottom: 48px;
    padding: 12px 16px;
  }
}

.l-prepare__item--02 .checkList li {
  width: calc(50% - 10px);
  padding-left: 20px;
  background-image: url("../images/common/icon_check.svg");
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 700;
  line-height: 2;
}

@media (min-width: 960px) {
  .l-prepare__item--02 .checkList li {
    padding-left: 25px;
    background-size: 18px;
    font-size: 24px;
  }
}

.l-prepare__item--02 .text strong {
  font-weight: 500;
  color: #124cb2;
}

/* l-flow */
.l-flow {
  display: flex;
  flex-direction: column;
  gap: 17px 0;
}

.l-flow__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 960px) {
  .l-flow__item {
    padding: 10px 15px;
    align-items: center;
  }
}

.l-flow__item:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13px 0 13px;
  border-color: #009fe3 transparent transparent transparent;
}

.l-flow__item:last-child:before {
  display: none;
}

.l-flow__item__img {
  width: 150px;
}

.l-flow__item__head {
  flex: 1;
}

.l-flow__item__head .title {
  font-weight: 700;
  line-height: 1.3;
  color: #009fe3;
}

.l-flow__item__head .text {
  font-weight: 400;
  line-height: 1.4;
}

/* l-stop */
.l-stop {
  padding: 24px 0;
  background-image: url("../images/common/bg_attention.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #009fe3;
}

@media (min-width: 960px) {
  .l-stop {
    padding: 64px 0;
    background-image: url("../images/common/bg_attention_pc.svg");
  }
}

@media (min-width: 960px) {
  .l-stop>.l-inner {
    max-width: 1040px;
  }
}

.l-stop__img {
  width: 154px;
  margin: 0 auto 8px;
}

.l-stop__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.l-stop__title strong {
  display: block;
  margin-top: 6px;
}

.l-stop__title strong img {
  margin: 0 auto;
}

.l-stop__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .l-stop__list {
    gap: 20px 0;
  }
}

.l-stop__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

@media (min-width: 960px) {
  .l-stop__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 40px;
    padding: 40px;
  }
}

.l-stop__item__img {
  width: 100%;
}

@media (min-width: 960px) {
  .l-stop__item__img {
    width: 315px;
  }
}

@media (min-width: 960px) {
  .l-stop__item__head {
    flex: 1;
  }
}

.l-stop__item__head .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #003397;
}

@media (min-width: 960px) {
  .l-stop__item__head .title {
    margin-bottom: 16px;
  }
}

.l-stop__item__head .text {
  font-size: 14px;
}

@media (min-width: 960px) {
  .l-stop__item__head .text {
    font-size: 16px;
  }
}

.l-stop__item__head .text strong {
  color: #ff0066;
}

/* l-reason */
.l-reason {
  padding: 24px 0;
  background: #009fe3;
}

@media (min-width: 960px) {
  .l-reason {
    padding: 24px 0 64px;
  }
}

.l-reason__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .l-reason__img {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
  }
}

.l-reason>.l-inner {
  max-width: 1040px;
}

.l-reason .c-title {
  align-items: center;
  text-align: center;
}

@media (min-width: 960px) {
  .l-reason .c-title {
    margin-bottom: 24px;
  }
}

.l-reason__lead {
  margin-bottom: 51px;
  color: #fff;
}

@media (min-width: 960px) {
  .l-reason__lead {
    margin-bottom: 60px;
    font-size: 20px;
    text-align: center;
  }
}

.l-reason__list {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}

@media (min-width: 768px) {
  .l-reason__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 59px 34px;
  }
}

@media (min-width: 960px) {
  .l-reason__list .c-reasonCard__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79px;
  }
}

/* l-footer */
.l-footer {
  background: #009fe3;
  padding-bottom: 50px;
}

@media (min-width: 960px) {
  .l-footer {
    padding-bottom: 100px;
  }
}

.l-footer>.l-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
}

@media (min-width: 960px) {
  .l-footer>.l-inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 64px 20px;
    gap: 0 76px;
  }
}

.l-footer .c-area {
  max-width: 335px;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .l-footer .c-area {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .l-footer__menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 13px 0;
  }
}

.l-footer__nav {
  display: flex;
  gap: 0 34px;
}

@media (min-width: 960px) {
  .l-footer__nav {
    flex: 1;
    gap: 0 98px;
  }
}

.l-footer__nav__list {
  color: #fff;
}

.l-footer__nav__list .title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 960px) {
  .l-footer__nav__list .title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1;
  }
}

.l-footer__nav__list .list {
  list-style: disc;
}

@media (min-width: 960px) {
  .l-footer__nav__list .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 1260px) {
  .l-footer__nav__list .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
  }
}

.l-footer__nav__list .list li {
  margin-left: 1.5em;
}

.l-footer__nav__list .list li a {
  font-size: 14px;
  color: #fff;
}

@media (min-width: 960px) {
  .l-footer__nav__list .list li a {
    font-size: 16px;
  }
}

.l-footer__copy {
  padding: 9px 9px 30px;
  background: #000;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* l-fixedCta */
.l-fixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 8px 10px 5px;
  background: #f3679c;
}

@media (min-width: 960px) {
  .l-fixedCta {
    padding: 20px;
  }
}

.l-fixedCta__title {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 292px;
}

@media (min-width: 960px) {
  .l-fixedCta__title {
    top: -20px;
    width: 400px;
  }
}

.l-fixedCta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}

@media (min-width: 960px) {
  .l-fixedCta__list {
    max-width: 800px;
    margin: 0 auto;
  }
}

.l-fixedCta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  width: 100%;
  height: 42px;
  border-radius: 5px;
}

@media (min-width: 960px) {
  .l-fixedCta__item {
    height: 60px;
  }
}

.l-fixedCta__item__box {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
  text-align: center;
}

@media (min-width: 960px) {
  .l-fixedCta__item__box {
    gap: 6px 0;
  }
}

.l-fixedCta__item__box p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 960px) {
  .l-fixedCta__item__box p {
    gap: 0 10px;
    font-size: 20px;
  }
}

.l-fixedCta__item__box small {
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 960px) {
  .l-fixedCta__item__box small {
    font-size: 12px;
  }
}

.l-fixedCta__item--contact {
  background: #009fe3;
  color: #fff;
}

.l-fixedCta__item--contact img {
  width: 17px;
}

@media (min-width: 960px) {
  .l-fixedCta__item--contact img {
    width: 20px;
  }
}

.l-fixedCta__item--tel {
  background: #ffe600;
  color: #000;
}

.l-fixedCta__item--tel img {
  width: 8px;
}

@media (min-width: 960px) {
  .l-fixedCta__item--tel img {
    width: 14px;
  }
}

.l-fixedCta__item--tel p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

@media (min-width: 960px) {
  .l-fixedCta__item--tel p {
    font-size: 24px;
  }
}

/* l-sns */
.l-sns {
  background: #009fe3;
}

.l-sns--sp {
  padding: 16px;
}

@media (min-width: 960px) {
  .l-sns--sp {
    display: none;
  }
}

.l-sns--pc {
  display: none;
}

@media (min-width: 960px) {
  .l-sns--pc {
    display: flex;
    justify-content: flex-end;
  }
}

.l-sns__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
}

.l-sns__item a {
  display: block;
}

.l-sns__item--instagram a {
  width: 30px;
}

.l-sns__item--tiktok a {
  width: 47px;
}

/* p-home */
.p-home__mv img {
  width: 100%;
}

.p-home__case {
  padding: 6px 0 27px;
  background: #009fe3;
}

@media (min-width: 960px) {
  .p-home__case {
    padding: 16px 0 32px;
  }
}

.p-home__case__title {
  width: 336px;
  margin: 0 auto 13px;
}

@media (min-width: 960px) {
  .p-home__case__title {
    width: 504px;
    margin-bottom: 24px;
  }
}

.p-home__case__title img {
  width: 100%;
}

.p-home__case__lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .p-home__case__lead {
    margin-bottom: 26px;
    font-size: 20px;
  }
}

.p-home__case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 354px;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}

@media (min-width: 768px) {
  .p-home__case__list {
    max-width: 536px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .p-home__case__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 20px;
    max-width: none;
  }
}

.p-home__case__item {
  position: relative;
  max-width: 172px;
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 960px) {
  .p-home__case__item {
    max-width: 389px;
  }
}

.p-home__case__item .itemLabel {
  display: flex;
  align-items: flex-end;
  gap: 0 2px;
  padding: 2px 7px;
  background: #003397;
  border-radius: 10px 10px 0 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

@media (min-width: 960px) {
  .p-home__case__item .itemLabel {
    gap: 0 7px;
    padding: 2px 23px;
  }
}

.p-home__case__item .itemLabel__img {
  width: 20px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemLabel__img {
    width: 25px;
  }
}

.p-home__case__item .itemLabel__case {
  position: relative;
  top: -3px;
  font-size: 12px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemLabel__case {
    font-size: 15px;
  }
}

.p-home__case__item .itemLabel__number {
  font-size: 23px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemLabel__number {
    font-size: 37px;
  }
}

.p-home__case__item .itemBox {
  position: relative;
  padding: 35px 5px 16px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox {
    padding: 49px 10px 12px 19px;
  }
}

.p-home__case__item .itemBox__img {
  position: absolute;
}

.p-home__case__item .itemBox__img--sm {
  top: -7px;
  right: 4px;
  width: 112px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__img--sm {
    top: -24px;
    right: 18px;
    width: 224px;
  }
}

.p-home__case__item .itemBox__img--md {
  top: -7px;
  right: 4px;
  width: 100px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__img--md {
    top: -28px;
    right: 17px;
    width: 231px;
  }
}

.p-home__case__item .itemBox__img--lg {
  top: -4px;
  right: 4px;
  width: 125px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__img--lg {
    right: 9px;
    width: 280px;
  }
}

.p-home__case__item .itemBox__img--probox {
  top: -8px;
  right: 2px;
  width: 100px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__img--probox {
    top: -28px;
    right: 14px;
    width: 211px;
  }
}

.p-home__case__item .itemBox__img--hiace {
  top: -8px;
  right: 4px;
  width: 94px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__img--hiace {
    top: -27px;
    right: 20px;
    width: 202px;
  }
}

.p-home__case__item .itemBox__img--track {
  top: -4px;
  right: 4px;
  width: 111px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__img--track {
    top: -28px;
    right: 12px;
    width: 237px;
  }
}

.p-home__case__item .itemBox__title {
  position: relative;
  padding-left: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #009fe3;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__title {
    padding-left: 0;
    font-size: 43px;
  }
}

.p-home__case__item .itemBox__price {
  position: relative;
}

.p-home__case__item .itemBox__price__dealer .label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 7px;
  background: #003397;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__dealer .label {
    font-size: 15px;
  }
}

.p-home__case__item .itemBox__price__dealer .price {
  position: relative;
  width: max-content;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__dealer .price {
    font-size: 41px;
  }
}

.p-home__case__item .itemBox__price__dealer .price:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -23px;
  width: 16.5px;
  height: 15px;
  background-image: url("../images/home/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__dealer .price:after {
    width: 33px;
    height: 30px;
    top: 16px;
    right: -53px;
  }
}

.p-home__case__item .itemBox__price__off {
  position: absolute;
  top: 0;
  right: -2px;
  transform: rotate(6deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 42px;
  background: #f3679c;
  border-radius: 9999px;
  line-height: 1;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__off {
    right: 0;
    width: 104px;
    height: 98px;
  }
}

.p-home__case__item .itemBox__price__off span {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 21px;
  color: #ffe600;
  line-height: 1;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__off span {
    font-size: 47px;
  }
}

.p-home__case__item .itemBox__price__off span:last-child {
  font-size: 8px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__off span:last-child {
    font-size: 19px;
  }
}

.p-home__case__item .itemBox__price__off span.isFloat {
  font-size: 14px;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__off span.isFloat {
    font-size: 36px;
  }
}

.p-home__case__item .itemBox__price__our {
  font-size: 26px;
  text-align: center;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__our {
    font-size: 57px;
  }
}

.p-home__case__item .itemBox__price__our strong {
  font-size: 35px;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .p-home__case__item .itemBox__price__our strong {
    font-size: 76px;
  }
}

.p-home__appeal {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-home__appeal {
    padding: 64px 0;
  }
}

.p-home__appeal__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .p-home__appeal__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: center;
  }
}

.p-home__appeal__item {
  max-width: 394px;
  width: 100%;
  padding: 20px 20px 30px;
  background: #d9eefa;
  border-radius: 10px;
}

@media (min-width: 960px) {
  .p-home__appeal__item {
    padding: 30px 22px 40px;
  }
}

.p-home__appeal__item .img {
  width: 96px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .p-home__appeal__item .img {
    width: 87px;
  }
}

.p-home__appeal__item .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  line-height: 2;
}

@media (min-width: 960px) {
  .p-home__appeal__item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.p-home__appeal__item .title strong {
  border-bottom: 8px solid #ffe600;
  font-size: 30px;
  font-style: italic;
  color: #f3679c;
  line-height: 1;
}

@media (min-width: 960px) {
  .p-home__appeal__item .title strong {
    font-size: 27px;
  }
}

.p-home__service {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-home__service {
    padding: 64px 0;
  }
}

.p-home__service__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media (min-width: 768px) {
  .p-home__service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 960px) {
  .p-home__service__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
  }
}

.p-home__service__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #c8c8c8;
}

.p-home__service__item .title {
  padding: 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 960px) {
  .p-home__service__item .title {
    font-size: min(2.4vw, 24px);
  }
}

.p-home__service__item .title small {
  font-size: min(1.6vw, 16px);
  font-weight: 700;
}

.p-home__service__item .img {
  width: 100%;
  margin: 0 auto 16px;
}

.p-home__service__item .text {
  line-height: 1.5;
}

.p-home__otherService>.l-inner {
  padding: 0;
}

@media (min-width: 960px) {
  .p-home__otherService>.l-inner {
    padding: 0 20px;
  }
}

.p-home__otherService__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .p-home__otherService__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-home__otherService__item {
  padding: 24px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 960px) {
  .p-home__otherService__item {
    padding: 20px;
    aspect-ratio: 405/393;
  }
}

.p-home__otherService__item--businessTrip {
  background-image: url("../images/home/bg_business-trip.jpg");
}

.p-home__otherService__item--insulatedGlass {
  background-image: url("../images/home/bg_insulated-glass.jpg");
}

.p-home__otherService__item--replacement {
  background-image: url("../images/home/bg_replacement.jpg");
}

.p-home__otherService__item .box {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 960px) {
  .p-home__otherService__item .box {
    height: 100%;
    padding: min(2.4vw, 40px) min(1.5vw, 24px);
  }
}

.p-home__otherService__item .box__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-home__otherService__item .box__title {
    margin-bottom: min(2vw, 33px);
  }
}

.p-home__otherService__item .box__title__sub {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #009fe3;
  letter-spacing: 0.05em;
}

.p-home__otherService__item .box__title__main {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .p-home__otherService__item .box__title__main {
    font-size: min(2vw, 32px);
  }
}

.p-home__otherService__item .box__text {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-home__otherService__item .box__text {
    font-size: min(1.2vw, 16px);
    margin-bottom: 10px;
  }
}

.p-home__otherService__item .box .c-btn {
  margin: auto auto 0;
}

@media (min-width: 960px) {
  .p-home__otherService__item .box .c-btn {
    max-width: 250px;
    height: 50px;
  }
}

.p-home__about {
  padding-bottom: 24px;
  background-image: url("../images/home/bg_about.png");
  background-position: center 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 960px) {
  .p-home__about {
    padding-bottom: 80px;
    background-image: url("../images/home/bg_about_pc.png");
  }
}

.p-home__about>.l-inner {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
}

@media (min-width: 960px) {
  .p-home__about>.l-inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 0 64px;
  }
}

.p-home__about__head {
  position: relative;
  left: -10px;
}

@media (min-width: 960px) {
  .p-home__about__head {
    width: 658px;
    left: 0;
  }
}

.p-home__about__head .title {
  display: flex;
  flex-direction: column;
  gap: 2px 0;
}

.p-home__about__head .title .g-gradient {
  width: max-content;
  padding: 6px 16px 6px 10px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 960px) {
  .p-home__about__head .title .g-gradient {
    padding: 6px 30px 6px 20px;
    font-size: 48px;
  }
}

.p-home__about__text {
  padding-left: 20px;
  border-left: 4px solid #009fe3;
}

.p-home__consult {
  padding-top: 15px;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-home__consult {
    padding: 4.4444444444vw 0;
  }
}

.p-home__consult>.l-inner {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media (min-width: 960px) {
  .p-home__consult>.l-inner {
    position: relative;
    max-width: none;
    flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 960px) {
  .p-home__consult__head {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-home__consult__head .c-advise {
  margin-bottom: 18px;
}

@media (min-width: 960px) {
  .p-home__consult__head .c-advise {
    max-width: none;
    width: 355px;
    padding: 14px 10px;
    margin: 0 0 27px;
  }
}

@media (min-width: 960px) {
  .p-home__consult__head .c-advise__text {
    font-size: 18px;
  }
}

.p-home__consult__head .c-advise__img {
  bottom: -44px;
}

.p-home__consult__head .title {
  position: relative;
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  color: #003397;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .p-home__consult__head .title {
    margin-bottom: 24px;
    font-size: 30px;
  }
}

.p-home__consult__head .title strong {
  font-size: 29px;
  font-weight: 800;
}

@media (min-width: 960px) {
  .p-home__consult__head .title strong {
    font-size: 36px;
  }
}

.p-home__consult__head .text {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-home__consult__head .text {
    width: 570px;
    margin-bottom: 24px;
  }
}

.p-home__consult__head .c-btn {
  margin: 0 auto;
}

@media (min-width: 960px) {
  .p-home__consult__head .c-btn {
    margin: 0;
  }
}

.p-home__consult__img {
  margin: 0 -10px;
}

@media (min-width: 960px) {
  .p-home__consult__img {
    position: absolute;
    top: 2.0833333333vw;
    right: 0;
    width: 41.6666666667vw;
    margin: 0;
  }
}

.p-home__consult__img .img {
  width: 100%;
}

.p-home>.l-reason {
  padding-top: 40px;
}

@media (min-width: 960px) {
  .p-home>.l-reason {
    padding-top: 64px;
  }
}

.p-home>.l-reason .l-reason__img {
  display: none;
}

.p-home>.l-reason__img {
  margin-bottom: 0;
}

.p-home__forCorp {
  padding-top: 24px;
}

@media (min-width: 960px) {
  .p-home__forCorp {
    padding: 0 0 63px;
  }
}

.p-home__forCorp>.l-inner {
  padding: 0;
}

@media (min-width: 960px) {
  .p-home__forCorp>.l-inner {
    padding: 0 20px;
  }
}

.p-home__forCorp__head {
  position: relative;
}

.p-home__forCorp__head .title {
  position: relative;
  z-index: 2;
  width: max-content;
  padding: 5px 20px 5px 10px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-home__forCorp__head .bar {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #003397;
}

.p-home__forCorp__head .img {
  margin-top: -17px;
  width: 100%;
}

.p-home__forCorp__box {
  padding: 16px 10px 24px;
  background-image: url("../images/home/bg_for-corp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 960px) {
  .p-home__forCorp__box {
    position: absolute;
    top: 52%;
    left: 100px;
    transform: translateY(-50%);
    width: 560px;
    padding: 60px;
    background-image: url("../images/home/bg_for-corp_pc.png");
    background-color: #fff;
  }
}

.p-home__forCorp__box .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #333;
}

.p-home__forCorp__box .text {
  margin-bottom: 17px;
}

.p-home__forCorp__box .text strong {
  color: #009fe3;
}

.p-home__forCorp__box .c-btn {
  margin: 0 auto;
}

@media (min-width: 960px) {
  .p-home__forCorp__box .c-btn {
    max-width: none;
  }
}

@media (min-width: 960px) {
  .p-home__asv {
    margin: 64px 0;
  }
}

.p-home__asv>.l-inner {
  padding: 0;
}

@media (min-width: 960px) {
  .p-home__asv>.l-inner {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.p-home__asv__box {
  padding: 24px 10px;
  background-image: url("../images/home/bg_asv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media (min-width: 960px) {
  .p-home__asv__box {
    padding: 43px 50px;
    background-image: url("../images/home/bg_asv_pc.png");
    border-radius: 10px;
  }
}

.p-home__asv__box .title {
  position: relative;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 960px) {
  .p-home__asv__box .title {
    margin-bottom: 64px;
  }
}

.p-home__asv__box .title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #fff;
}

@media (min-width: 960px) {
  .p-home__asv__box .title:after {
    bottom: -32px;
    width: 134px;
  }
}

.p-home__asv__box .title strong {
  font-size: 32px;
  font-weight: 800;
}

.p-home__asv__box .title span {
  color: #ffe600;
}

.p-home__voice {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-home__voice {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-home__voice>.l-inner {
    max-width: 1040px;
  }
}

@media (min-width: 960px) {
  .p-home__voice .c-title {
    align-items: center;
    text-align: center;
  }
}

.p-home__voice__list {
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  .p-home__voice__list {
    padding-bottom: 40px;
  }
}

.p-home__voice__list .ti-reviews-container-wrapper {
  margin-bottom: 0 !important;
}

.p-home__voice__list .ti-widget.ti-goog .ti-col-3 .ti-review-item {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 960px) {
  .p-home__voice__list .ti-widget.ti-goog .ti-col-3 .ti-review-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.p-home__voice__list .ti-load-more-reviews-container {
  display: none !important;
}

.p-home__voice .c-btn {
  margin: 0 auto;
}

/* p-news */
.p-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 15px;
}

@media (min-width: 960px) {
  .p-news__list {
    gap: 16px 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-news__list--footer {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 768px) {
  .p-news__list--footer {
    display: grid;
    gap: 16px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .p-news__list--footer {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-news__item {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.p-news__item__img {
  aspect-ratio: 170/104;
}

.p-news__item__img img {
  width: 100%;
  object-fit: cover;
}

.p-news__item__head {
  line-height: 1.6;
}

.p-news__item__head .meta {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 8px;
}

.p-news__item__head .meta__time {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.p-news__item__head .meta__tag {
  padding: 0 6px;
  background: #d9eefa;
  font-size: 10px;
}

.p-news__item__head .title {
  font-size: 16px;
}

.p-newsFooter {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-newsFooter {
    padding: 64px 0;
  }
}

.p-newsFooter>.l-inner {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media (min-width: 960px) {
  .p-newsFooter>.l-inner {
    gap: 64px 0;
  }
}

.p-newsFooter__archive {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media (min-width: 960px) {
  .p-newsFooter__archive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
}

@media (min-width: 960px) {
  .p-newsFooter__archive .c-select {
    max-width: 355px;
  }
}

.p-newsSingle {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .p-newsSingle {
    margin-bottom: 64px;
  }
}

@media (min-width: 960px) {
  .p-newsSingle>.l-inner {
    max-width: 1040px;
  }
}

.p-newsSingle__head {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-newsSingle__head {
    margin-bottom: 40px;
  }
}

.p-newsSingle__head .c-sectionTitle {
  margin-bottom: 8px;
}

@media (min-width: 960px) {
  .p-newsSingle__head .c-sectionTitle {
    margin-bottom: 16px;
  }
}

.p-newsSingle__head__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 16px;
}

.p-newsSingle__head__meta .time {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.p-newsSingle__content {
  margin-bottom: 40px;
}


.p-newsSingle__content a {
  text-decoration: underline;
  color: #009fe3;
}

.p-newsSingle__content a:hover {
  text-decoration: none;
}


.p-newsSingle__content ul,
.p-newsSingle__content ol {
  font-size: 14px;
  margin: 5px;
  margin-left: 2em;
}

.p-newsSingle__content ul {
  list-style: initial;
}

.p-newsSingle__content ol {
  list-style: decimal;
}


.p-newsSingle__content blockquote {
  color: #999;
  border-left: 3px solid #999;
  margin: 10px;
  padding-left: 10px;
}


.p-newsSingle__content h1,
.p-newsSingle__content h2,
.p-newsSingle__content h3,
.p-newsSingle__content h4,
.p-newsSingle__content h5,
.p-newsSingle__content h6 {
  font-weight: 700;
  margin: 5px 0;
}

.p-newsSingle__content h1 {
  font-size: 28px;
}

.p-newsSingle__content h2 {
  font-size: 24px;
}

.p-newsSingle__content h3 {
  font-size: 22px;
}

.p-newsSingle__content h4 {
  font-size: 20px;
}

.p-newsSingle__content h5 {
  font-size: 18px;
}

.p-newsSingle__content h6 {
  font-size: 16px;
}

.p-newsSingle__content p {
  font-size: 14px;
  font-weight: 400;
  width: 95%;
  margin: auto;
}

@media (min-width: 960px) {

  .p-newsSingle__content ul,
  .p-newsSingle__content ol {
    font-size: 16px;
  }

  .p-newsSingle__content p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.p-newsSingle__content img {
  margin: 0 auto;
}

.p-newsSingle .c-btn {
  margin: 0 auto;
}

/* p-works */
.p-works__list {
  padding: 40px 0;
  background: #d9eefa;
}

@media (min-width: 768px) {
  .p-works__list {
    padding: 64px 0;
  }
}

.p-works__list__box {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 768px) {
  .p-works__list__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 960px) {
  .p-works__list__box {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-works__list .c-pagination {
  padding-bottom: 0;
}

.p-worksFooter {
  padding: 24px 0 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 768px) {
  .p-worksFooter {
    padding: 64px 0 0;
  }
}

.p-worksModel {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .p-worksModel {
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .p-worksModel>.l-inner {
    max-width: 1040px;
  }
}

.p-worksModel__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 13px;
}

@media (min-width: 768px) {
  .p-worksModel__list {
    grid-template-columns: repeat(7, 1fr);
    gap: 30px 13px;
    padding: 0 76px;
  }
}

.p-worksModel__list img {
  display: block;
  margin: 0 auto 5px;
}

.p-worksModel__list p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.p-worksCategory {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .p-worksCategory {
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .p-worksCategory>.l-inner {
    max-width: 1040px;
  }
}

.p-worksCategory__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

@media (min-width: 768px) {
  .p-worksCategory__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .p-worksCategory__list li {
    max-width: 320px;
    width: 100%;
  }
}

.p-worksCategory__list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 71px;
  padding: 0 40px;
  background: #fff;
  border: 2px solid #009fe3;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
}

.p-worksCategory__list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #009fe3;
  border-right: 1px solid #009fe3;
}

.p-worksSingle {
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .p-worksSingle {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .p-worksSingle>.l-inner {
    max-width: 1040px;
  }
}

.p-worksSingle__head {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-worksSingle__head {
    margin-bottom: 40px;
  }
}

.p-worksSingle__head .c-sectionTitle {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-worksSingle__head .c-sectionTitle {
    margin-bottom: 16px;
  }
}

.p-worksSingle__head__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 16px;
}

.p-worksSingle__head__meta .time {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.p-worksSingle__content {
  margin-bottom: 40px;
  font-weight: 400;
}

.p-worksSingle__content__lead {
  margin-bottom: 20px;
}

.p-worksSingle__content__imgBox {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin: 16px;
  margin-bottom: 24px;
  align-items: center;
}

@media (min-width: 768px) {
  .p-worksSingle__content__imgBox {
    width: 95%;
    max-width: 1000px;
    flex-direction: row;
    align-items: flex-start;
    margin: 16px auto 0;
    justify-content: center;
    gap: 0 20px;
  }
}

.p-worksSingle__content__note {
  display: none;
}

@media (min-width: 768px) {
  .p-worksSingle__content__note {
    display: block;
    margin: 5px auto 16px;
    text-align: center;
    color: #aaa;
    font-weight: 700;
    line-height: 1.4;
  }
}

.p-worksSingle__content__imgItem p {
  margin-bottom: 8px;
  line-height: 1.2;
}

.p-worksSingle__content__imgItem img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-worksSingle__content__imgItem img {
    width: auto;
  }
}

.p-worksSingle .c-btn {
  margin: 0 auto;
}

/* p-forCorp */
.p-forCorp__list {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-forCorp__list {
    margin-bottom: 64px;
  }
}

.p-forCorp__list>.l-inner {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

@media (min-width: 768px) {
  .p-forCorp__list>.l-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1144px;
  }
}

.p-forCorp__item__img {
  aspect-ratio: 355/240;
  width: 100%;
  object-fit: cover;
}

.p-forCorp__item__title {
  padding: 9px 10px;
  background: #009fe3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.p-forCorp__reason {
  padding: 24px 0;
  background: #009fe3;
}

@media (min-width: 960px) {
  .p-forCorp__reason {
    padding: 64px 0;
  }
}

.p-forCorp__reason>.l-inner {
  max-width: 1040px;
}

.p-forCorp__reason .c-title {
  margin-bottom: 20px;
  align-items: center;
}

@media (min-width: 960px) {
  .p-forCorp__reason .c-title {
    margin-bottom: 40px;
  }
}

.p-forCorp__reason__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-forCorp__reason__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 34px;
    margin-bottom: 64px;
  }
}

.p-forCorp__reason__item {
  padding: 20px;
  background: #fff;
  border: 7px solid #d9eefa;
  border-radius: 10px;
}

@media (min-width: 960px) {
  .p-forCorp__reason__item {
    padding: 30px 27px;
  }
}

.p-forCorp__reason__item .title {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 960px) {
  .p-forCorp__reason__item .title {
    margin: 6px;
    font-size: 24px;
  }
}

.p-forCorp__reason__item .title strong {
  color: #ff0066;
}

.p-forCorp__reason__item .img {
  margin: 0 auto 8px;
}

.p-forCorp__reason__merit .title {
  margin-bottom: 43px;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}

@media (min-width: 960px) {
  .p-forCorp__reason__merit .title {
    margin-bottom: 60px;
    font-size: 42px;
  }
}

.p-forCorp__reason__merit .title strong {
  color: #ffe600;
}

.p-forCorp__reason__merit .list {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}

@media (min-width: 768px) {
  .p-forCorp__reason__merit .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 59px 34px;
  }
}

.p-forCorp__insurance {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-forCorp__insurance {
    padding: 64px 0;
  }
}

.p-forCorp__insurance>.l-inner {
  max-width: 1040px;
}

.p-forCorp__insurance__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.4;
  color: #003397;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .p-forCorp__insurance__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
  }
}

.p-forCorp__insurance__title strong {
  font-size: 33px;
}

@media (min-width: 960px) {
  .p-forCorp__insurance__title strong {
    font-size: 40px;
  }
}

.p-forCorp__insurance__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .p-forCorp__insurance__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 33px;
  }
}

.p-forCorp__insurance__item .title {
  position: relative;
  padding-left: 42px;
  font-size: 32px;
  font-weight: 800;
  color: #ff0066;
}

.p-forCorp__insurance__item .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../images/for-corp/icon_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-forCorp__insurance__item .lead {
  margin-bottom: 16px;
  font-weight: 700;
  color: #ff0066;
}

.p-forCorp__insurance__item .text {
  margin-bottom: 16px;
}

.p-forCorp__insurance__item .img {
  width: 100%;
}

.p-forCorp__voice {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-forCorp__voice {
    padding: 64px 0;
  }
}

.p-forCorp__voice .c-title {
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-forCorp__voice .c-title {
    align-items: flex-start;
    margin-bottom: 56px;
  }
}

.p-forCorp__voice__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media (min-width: 960px) {
  .p-forCorp__voice__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    max-width: 1104px;
    margin: 0 auto;
  }
}

.p-forCorp__voice__item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.p-forCorp__voice__item .img {
  width: 160px;
  margin: 0 auto 12px;
}

.p-forCorp__voice__item .name {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.p-forCorp__voice__item .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #009fe3;
}

/* p-insuranceRepair */
.p-insuranceRepair .c-pageHero {
  margin-bottom: 0;
}

.p-insuranceRepair__case {
  padding: 16px 0 24px;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-insuranceRepair__case {
    padding: 64px 0;
  }
}

.p-insuranceRepair__case .c-advise {
  margin-bottom: 36px;
}

@media (min-width: 960px) {
  .p-insuranceRepair__case .c-advise {
    margin-bottom: 32px;
  }
}

.p-insuranceRepair__case__item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 768px) {
  .p-insuranceRepair__case__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 24px;
  }
}

@media (min-width: 768px) {
  .p-insuranceRepair__case__item--reverse {
    flex-direction: row-reverse;
  }
}

.p-insuranceRepair__case__item .img {
  position: relative;
}

@media (min-width: 768px) {
  .p-insuranceRepair__case__item .img {
    width: 355px;
  }
}

.p-insuranceRepair__case__item .img img {
  width: 100%;
}

.p-insuranceRepair__case__item .img__text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .p-insuranceRepair__case__item .head {
    flex: 1;
  }
}

.p-insuranceRepair__case__item .head__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.4;
  color: #003397;
}

@media (min-width: 960px) {
  .p-insuranceRepair__case__item .head__title {
    flex-direction: row;
    align-items: baseline;
    gap: 0 8px;
  }
}

.p-insuranceRepair__case__item .head__title strong {
  font-size: 33px;
  font-weight: 800;
}

.p-insuranceRepair__case__note {
  margin: 16px 0;
  padding: 10px;
  background: #ffe600;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #003397;
  text-align: center;
}

@media (min-width: 960px) {
  .p-insuranceRepair__case__note {
    margin: 45px 0 32px;
  }
}

.p-insuranceRepair__case__otoku {
  margin: 16px auto 20px;
  width: 224px;
}

@media (min-width: 960px) {
  .p-insuranceRepair__case__otoku {
    margin: 40px auto 64px;
  }
}

.p-insuranceRepair__point {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-insuranceRepair__point>.l-inner {
    max-width: 1040px;
  }
}

.p-insuranceRepair__point__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point__title {
    margin-bottom: 25px;
    font-size: 25px;
    text-align: left;
  }
}

.p-insuranceRepair__point__title .c-dot {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.12em;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point__title .c-dot {
    font-size: 32px;
  }
}

@media (min-width: 960px) {
  .p-insuranceRepair__point .c-suggestion {
    position: relative;
  }
}

@media (min-width: 960px) {
  .p-insuranceRepair__point .c-suggestion__text {
    flex: none;
    width: 604px;
  }
}

@media (min-width: 960px) {
  .p-insuranceRepair__point .c-suggestion__img {
    position: absolute;
    top: -123px;
    right: 0;
    width: 327px;
  }
}

.p-insuranceRepair__point__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-insuranceRepair__point__item {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.7;
}

.p-insuranceRepair__point__item:last-child {
  background: #009fe3;
}

.p-insuranceRepair__point__item:last-child .title {
  color: #fff;
  font-size: 32px;
}

.p-insuranceRepair__point__item:last-child .text {
  font-weight: 700;
  color: #fff;
}

.p-insuranceRepair__point__item .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #003397;
}

.p-insuranceRepair__point__item .img {
  width: 100%;
  margin: 0 auto 8px;
}

.p-insuranceRepair__point__item .text {
  font-weight: 400;
}

.p-insuranceRepair__point__point {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 16px;
  padding: 0 10px;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point__point {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
    max-width: 1254px;
    margin: 40px auto 0;
    padding: 0 20px;
  }
}

.p-insuranceRepair__point__point .item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point__point .item {
    flex-direction: column;
    gap: 20px 0;
  }
}

.p-insuranceRepair__point__point .item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (min-width: 960px) {
  .p-insuranceRepair__point__point .item:nth-child(even) {
    flex-direction: column;
  }
}

.p-insuranceRepair__point__point .item__head {
  flex: 1;
}

.p-insuranceRepair__point__point .item__head__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ff0066;
}

.p-insuranceRepair__point__point .item__head__title {
  font-size: 20px;
  line-height: 1.5;
}

.p-insuranceRepair__point__point .item__head__title strong {
  color: #ff0066;
}

.p-insuranceRepair__point__point .item__img--01 {
  width: 69px;
}

.p-insuranceRepair__point__point .item__img--02 {
  width: 79px;
}

.p-insuranceRepair__point__point .item__img--03 {
  width: 91px;
}

.p-insuranceRepair__point__point .item__img--04 {
  position: relative;
  width: 99px;
}

.p-insuranceRepair__suggestion {
  padding-top: 24px;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion {
    padding-top: 64px;
  }
}

.p-insuranceRepair__suggestion__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__title {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
  }
}

.p-insuranceRepair__suggestion__title strong {
  font-size: 32px;
  color: #f3679c;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__title strong {
    font-size: 36px;
  }
}

.p-insuranceRepair__suggestion__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-insuranceRepair__suggestion__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
}

.p-insuranceRepair__suggestion__item .title {
  margin-bottom: 10px;
  padding: 4px;
  background: #009fe3;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.p-insuranceRepair__suggestion__item .img {
  width: 100%;
  margin: 0 auto 10px;
}

.p-insuranceRepair__suggestion__item .text {
  font-weight: 400;
  line-height: 1.3;
}

.p-insuranceRepair__suggestion .c-notice__title {
  text-align: left;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion .c-notice__title {
    text-align: center;
  }
}

.p-insuranceRepair__suggestion .c-notice strong {
  font-size: 32px;
  color: #fff;
}

.p-insuranceRepair__suggestion__compare {
  margin-top: 24px;
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare {
    margin-top: 64px;
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .example {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-insuranceRepair__suggestion__compare .example__table {
  max-width: 355px;
  margin: 16px auto;
  border: 1px solid #003397;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .example__table {
    margin: 24px auto;
  }
}

.p-insuranceRepair__suggestion__compare .example__table th,
.p-insuranceRepair__suggestion__compare .example__table td {
  text-align: center;
  line-height: 1.7;
}

.p-insuranceRepair__suggestion__compare .example__table th {
  width: 50%;
  background: #003397;
  font-weight: 700;
  color: #fff;
}

.p-insuranceRepair__suggestion__compare .example__table td {
  padding: 10px;
  font-size: 14px;
}

.p-insuranceRepair__suggestion__compare .example__table td:first-child {
  border-right: 1px solid #003397;
}

.p-insuranceRepair__suggestion__compare .c-sectionTitle {
  margin-top: 16px;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .c-sectionTitle {
    margin-top: 40px;
  }
}

.p-insuranceRepair__suggestion__compare .scroll {
  margin-bottom: 3px;
  padding-left: 34px;
  background-image: url("../images/common/icon_scroll.svg");
  background-position: left center;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .scroll {
    display: none;
  }
}

.p-insuranceRepair__suggestion__compare .mainTableWrap {
  margin: 0 -10px 16px 0;
  overflow-x: scroll;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .mainTableWrap {
    margin: 0 0 16px;
  }
}

.p-insuranceRepair__suggestion__compare .mainTable {
  width: 100%;
  white-space: nowrap;
  border: 1px solid #003397;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .mainTable {
    max-width: 1095px;
    margin: 0 auto;
  }
}

.p-insuranceRepair__suggestion__compare .mainTable thead tr th {
  min-width: 157px;
  padding: 10px;
  background: #003397;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  border-right: 1px solid #fff;
}

.p-insuranceRepair__suggestion__compare .mainTable thead tr th:first-child {
  width: 314px;
}

.p-insuranceRepair__suggestion__compare .mainTable thead tr th:last-child {
  border-right: none;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody th,
.p-insuranceRepair__suggestion__compare .mainTable tbody td {
  padding: 16px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #003397;
  border-bottom: 1px solid #003397;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody th {
  font-weight: 700;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody tr:nth-child(odd) td {
  background: #f4f4f4;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody .mainTable__request {
  font-weight: 700;
  background: #d9eefa !important;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody .mainTable__notRequest {
  font-weight: 700;
  background: #ffebf4 !important;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody .mainTable__diff {
  background: #003397;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.p-insuranceRepair__suggestion__compare .mainTable tbody .mainTable__total {
  background: #f3679c;
  color: #fff;
}

@media (min-width: 960px) {
  .p-insuranceRepair__suggestion__compare .mainTableText {
    max-width: 1095px;
    margin: 0 auto;
  }
}

.p-insuranceRepair__plan {
  padding-top: 24px;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-insuranceRepair__plan {
    padding: 64px 0;
  }
}

.p-insuranceRepair__plan__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 960px) {
  .p-insuranceRepair__plan__title {
    margin-bottom: 32px;
    font-size: 25px;
  }
}

.p-insuranceRepair__plan__title .c-dot {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: -0.12em;
}

@media (min-width: 960px) {
  .p-insuranceRepair__plan__title .c-dot {
    font-size: 32px;
  }
}

.p-insuranceRepair__plan .c-suggestion {
  margin-bottom: 0;
}

/* p-bases */
.p-bases__hero {
  position: relative;
  margin-bottom: 35.4666666667vw;
  padding: 24px 0 36.8vw;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-bases__hero {
    padding: 56px 0 64px;
    margin-bottom: 64px;
  }
}

.p-bases__hero__lead {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #009fe3;
}

@media (min-width: 960px) {
  .p-bases__hero__lead {
    margin-bottom: 16px;
    font-size: 24px;
    text-align: center;
  }
}

.p-bases__hero__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
  color: #003397;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .p-bases__hero__title {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: center;
  }
}

.p-bases__hero__title strong {
  font-size: 30px;
}

@media (min-width: 960px) {
  .p-bases__hero__title strong {
    font-size: 40px;
  }
}

.p-bases__hero__body {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-bases__hero__body {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .p-bases__hero__body .text {
    flex: 1;
  }
}

.p-bases__hero__body .img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 960px) {
  .p-bases__hero__body .img {
    position: relative;
    bottom: auto;
    left: auto;
    width: 579px;
  }
}

.p-bases__hero__img {
  position: absolute;
  padding: 0 10px;
}

.p-bases__about {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-bases__about>.l-inner {
    max-width: 1040px;
  }
}

@media (min-width: 960px) {
  .p-bases__about .c-title {
    margin-bottom: 56px;
  }
}

.p-bases__about__item .head {
  padding: 5px 10px;
  background: #d9eefa;
  line-height: 1.4;
}

.p-bases__about__item .body {
  padding: 20px 10px;
  font-weight: 400;
  line-height: 1.4;
}

.p-bases__about__item .body__shopList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 960px) {
  .p-bases__about__item .body__shopList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-bases__access {
  padding: 24px 0 0;
  background: #009fe3;
}

@media (min-width: 768px) {
  .p-bases__access {
    padding-bottom: 64px;
  }
}

@media (min-width: 960px) and (min-width: 960px) {
  .p-bases__access>.l-inner {
    max-width: 1040px;
  }
}

.p-bases__access__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-bases__access__img {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 64px;
  }
}

.p-bases__access .c-title {
  align-items: center;
}

@media (min-width: 960px) {
  .p-bases__access .c-title {
    margin-bottom: 32px;
  }
}

.p-bases__access .c-title__main {
  letter-spacing: -0.05em;
}

.p-bases__access__lead {
  margin-bottom: 16px;
  font-weight: 800;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .p-bases__access__lead {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.p-bases__access__text {
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .p-bases__access__text {
    margin-bottom: 32px;
  }
}

.p-bases__access__box {
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .p-bases__access__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}

.p-bases__access__box .c-area {
  margin: 0 auto 16px;
  width: calc(100% - 20px);
}

@media (min-width: 768px) {
  .p-bases__access__box .c-area {
    width: 100%;
    margin: 0;
  }
}

.p-bases__access__box .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-bases__access__box .map {
    aspect-ratio: 500/381;
  }
}

.p-bases__access__box .map iframe {
  width: 100%;
  height: 100%;
}

.p-bases__trouble {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-bases__trouble {
    padding: 64px 0;
  }
}

@media (min-width: 960px) and (min-width: 960px) {
  .p-bases__trouble>.l-inner {
    max-width: 1040px;
  }
}

.p-bases__trouble__title {
  margin-bottom: 15px;
  font-size: 39px;
  font-style: italic;
  font-weight: 800;
  color: #003397;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .p-bases__trouble__title {
    margin-bottom: 32px;
    text-align: center;
  }
}

.company-info__contact-link {
  color: #f3679c;
  text-decoration: underline;
}

.p-bases__trouble__title strong {
  font-size: 50px;
}

.p-bases__trouble__box {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .p-bases__trouble__box {
    flex-direction: row;
    align-items: center;
    gap: 0 40px;
  }
}

@media (min-width: 960px) {
  .p-bases__trouble__box .head {
    flex: 1;
  }
}

.p-bases__trouble__box .head__list {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
}

@media (min-width: 960px) {
  .p-bases__trouble__box .head__list {
    margin-bottom: 24px;
  }
}

.p-bases__trouble__box .head__text {
  font-size: 20px;
}

.p-bases__trouble__box .img {
  width: 100%;
}

@media (min-width: 960px) {
  .p-bases__trouble__box .img {
    width: 548px;
  }
}

/* p-replacement */
.p-replacement .c-pageHero {
  margin-bottom: 0;
}

.p-replacement__point {
  padding: 16px 0;
}

@media (min-width: 960px) {
  .p-replacement__point {
    padding: 64px 0 32px;
  }
}

.p-replacement__point__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media (min-width: 960px) {
  .p-replacement__point__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.p-replacement__point__item {
  display: flex;
  flex-direction: column;
  padding: 8px 4px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 960px) {
  .p-replacement__point__item {
    padding: 16px 8px 8px;
  }
}

.p-replacement__point__item .title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
}

@media (min-width: 960px) {
  .p-replacement__point__item .title {
    margin-bottom: 20px;
  }
}

.p-replacement__point__item .title small {
  font-size: 18px;
}

.p-replacement__point__item .title__em {
  font-size: 24px;
  font-weight: 700;
}

.p-replacement__point__item .title strong {
  font-size: 28px;
}

.p-replacement__point__item .img {
  margin: auto auto 0;
}

.p-replacement__point__item .img--01 {
  width: 69px;
}

@media (min-width: 960px) {
  .p-replacement__point__item .img--01 {
    width: 80px;
  }
}

.p-replacement__point__item .img--02 {
  width: 77px;
}

@media (min-width: 960px) {
  .p-replacement__point__item .img--02 {
    width: 91px;
  }
}

.p-replacement__point__item .img--03 {
  width: 91px;
}

@media (min-width: 960px) {
  .p-replacement__point__item .img--03 {
    width: 107px;
  }
}

.p-replacement__point__item .img--04 {
  width: 99px;
}

@media (min-width: 960px) {
  .p-replacement__point__item .img--04 {
    width: 113px;
  }
}

.p-replacement__supply {
  padding: 16px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-replacement__supply {
    padding: 40px 0;
  }
}

.p-replacement__supply>.l-inner {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .p-replacement__supply>.l-inner {
    flex-direction: row;
    justify-content: center;
    gap: 0 56px;
  }
}

@media (min-width: 960px) {
  .p-replacement__supply__head {
    width: 660px;
  }
}

.p-replacement__supply__head .title {
  margin-bottom: 16px;
  font-size: 33px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #003397;
  text-align: center;
}

@media (min-width: 960px) {
  .p-replacement__supply__head .title {
    margin-bottom: 32px;
    text-align: left;
  }
}

.p-replacement__supply__head .title strong {
  font-size: 50px;
}

.p-replacement__supply__head .lead {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .p-replacement__supply__head .lead {
    margin-bottom: 24px;
  }
}

@media (min-width: 960px) {
  .p-replacement__supply__img {
    flex: 1;
  }
}

.p-replacement__supply__img .title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.p-replacement__supply__img .title strong {
  font-size: 24px;
  font-weight: 800;
}

.p-replacement__supply__img .img {
  max-width: 268px;
  width: 100%;
  margin: 0 auto;
}

.p-replacement__require {
  padding: 16px 0 24px;
}

@media (min-width: 960px) {
  .p-replacement__require {
    padding: 64px 0;
  }
}

.p-replacement__require .c-advise {
  margin: 0 auto 26px;
}

@media (min-width: 960px) {
  .p-replacement__require .c-advise {
    margin-bottom: 34px;
  }
}

.p-replacement__require .c-advise__img {
  bottom: -4px;
}

@media (min-width: 960px) {
  .p-replacement__require .c-advise__img {
    bottom: -7px;
  }
}

.p-replacement__require__text {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-replacement__require__text {
    margin-bottom: 32px;
  }
}

.p-replacement__require__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-replacement__require__list {
    flex-direction: row;
    gap: 0 21px;
    margin-bottom: 32px;
  }
}

.p-replacement__require .c-btn {
  margin: 0 auto;
}

.p-replacement__select {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-replacement__select {
    padding: 64px 0;
  }
}

.p-replacement__select__title {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 960px) {
  .p-replacement__select__title {
    margin-bottom: 32px;
  }
}

.p-replacement__select__title .marker {
  background: linear-gradient(transparent 75%, #ffe600 75%);
}

.p-replacement__select__title .c-dot {
  font-size: 30px;
}

.p-replacement__select__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media (min-width: 768px) {
  .p-replacement__select__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: center;
  }
}

.p-replacement__select__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .p-replacement__select__item {
    max-width: 389px;
    width: 100%;
  }
}

.p-replacement__select__item .title {
  padding: 4px 10px;
  background: #009fe3;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.p-replacement__select__item .box {
  flex: 1;
  padding: 10px;
  background: #fff;
}

.p-replacement__select__item .box__img {
  margin: 0 auto 10px;
}

.p-replacement__select__item .box__text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.p-replacement__select__item .box__rmd {
  margin-bottom: 10px;
  padding: 5px;
  background: #f0a0c3;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 999px;
}

.p-replacement__select__item .box__list {
  list-style: disc;
  margin-left: 1.5em;
}

.p-replacement__select__item .box__list li {
  font-size: 14px;
  line-height: 1.3;
}

.p-replacement__flow {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-replacement__flow {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-replacement__flow .c-title {
    margin-bottom: 56px;
  }
}

.p-replacement__flow__lead {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-replacement__flow__lead {
    margin-bottom: 56px;
  }
}

.p-replacement__flow__lead strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.p-replacement__flowDetail {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-replacement__flowDetail {
    padding: 64px 0;
  }
}

.p-replacement__flowDetail>.l-inner {
  max-width: 1040px;
}

@media (min-width: 960px) {
  .p-replacement__flowDetail__title {
    margin-bottom: 16px;
  }
}

.p-replacement__aiming {
  border: 6px solid #009fe3;
  padding: 0 20px 24px;
}

@media (min-width: 960px) {
  .p-replacement__aiming {
    padding: 64px;
  }
}

.p-replacement__aiming__box {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-replacement__aiming__box {
    flex-direction: row;
    gap: 0 40px;
    max-width: 1045px;
    width: 100%;
    margin: 0 auto 32px;
  }
}

.p-replacement__aiming__box .img {
  margin: 0 -20px;
}

@media (min-width: 960px) {
  .p-replacement__aiming__box .img {
    width: 375px;
    margin: 0;
  }
}

.p-replacement__aiming__box .img img {
  width: 100%;
}

@media (min-width: 960px) {
  .p-replacement__aiming__box .head {
    flex: 1;
  }
}

.p-replacement__aiming__box .head__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  color: #009fe3;
}

@media (min-width: 960px) {
  .p-replacement__aiming__box .head__title {
    margin-bottom: 24px;
  }
}

.p-replacement__aiming__box .head__title small {
  font-size: 16px;
  font-weight: 800;
}

.p-replacement__aiming .c-btn {
  margin: 0 auto;
}

.p-replacement__trending {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-replacement__trending {
    padding: 64px 0;
  }
}

.p-replacement__trending .c-title {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-replacement__trending .c-title {
    margin-bottom: 56px;
  }
}

.p-replacement__trending__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .p-replacement__trending__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .p-replacement__trending__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-replacement__trending__item {
  display: flex;
  flex-direction: column;
}

.p-replacement__trending__item .title {
  padding: 6px 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.p-replacement__trending__item .box {
  flex: 1;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.p-replacement__trending__item .box__img {
  width: 100%;
  margin: 0 auto 10px;
}

.p-replacement__trending__item .box__category {
  margin-bottom: 10px;
  padding: 5px;
  background: #d9eefa;
  font-weight: 700;
  text-align: center;
  color: #009fe3;
  border-radius: 999px;
}

.p-replacement__trending__item .box__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .p-replacement__trending__item .box__text {
    font-size: 16px;
  }
}

.p-replacement__faq {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-replacement__faq {
    padding: 64px 0;
  }
}

.p-replacement__faq .c-title {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-replacement__faq .c-title {
    margin-bottom: 56px;
  }
}

/* p-repair */
.p-repair .c-pageHero {
  margin-bottom: 0;
}

.p-repair__case {
  padding: 16px 0 24px;
}

@media (min-width: 960px) {
  .p-repair__case {
    padding: 64px 0 40px;
  }
}

@media (min-width: 960px) {
  .p-repair__case>.l-inner {
    max-width: 1040px;
  }
}

.p-repair__case__img {
  max-width: 355px;
  width: 100%;
  margin: 0 auto 16px;
}

.p-repair__case__text {
  margin-bottom: 16px;
  font-weight: 400;
}

@media (min-width: 960px) {
  .p-repair__case__text {
    margin-bottom: 32px;
  }
}

@media (min-width: 960px) {
  .p-repair__case .c-example {
    max-width: 705px;
    margin: 0 auto;
  }
}

.p-repair__case__impossible {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 16px;
  padding: 10px;
  border: 3px solid #003397;
  border-radius: 10px;
}

@media (min-width: 960px) {
  .p-repair__case__impossible {
    flex-direction: row;
    justify-content: center;
    gap: 0 64px;
    margin-top: 40px;
    padding: 56px;
  }
}

@media (min-width: 960px) {
  .p-repair__case__impossible .head {
    width: 335px;
    margin-top: 16px;
  }
}

.p-repair__case__impossible .head__title {
  margin-bottom: 11px;
  font-weight: 800;
  color: #003397;
  text-align: center;
}

@media (min-width: 960px) {
  .p-repair__case__impossible .head__title {
    font-size: 20px;
  }
}

.p-repair__case__impossible .head__table thead th {
  padding: 4px 10px;
  background: #333;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.p-repair__case__impossible .head__table thead th:first-child {
  width: 149px;
  border-right: 1px solid #fff;
}

.p-repair__case__impossible .head__table tbody td {
  padding: 10px;
  background: #d9eefa;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-repair__case__impossible .head__table tbody td:last-child {
  font-weight: 400;
  border-right: none;
}

@media (min-width: 960px) {
  .p-repair__case__impossible .fig {
    width: 335px;
  }
}

.p-repair__case__impossible .fig__img {
  margin-bottom: 8px;
  width: 100%;
}

.p-repair__case__impossible .fig__text {
  padding: 10px;
  background: #f3679c;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.p-repair__advise {
  margin-bottom: 24px;
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-repair__advise {
    margin-bottom: 40px;
    padding: 40px 0 33px;
  }
}

@media (min-width: 960px) {
  .p-repair__advise>.l-inner {
    max-width: 1040px;
  }
}

.p-repair__advise__text strong {
  color: #009fe3;
}

.p-repair__advise__img {
  position: absolute;
  bottom: -17px;
  right: 0;
  width: 75px;
}

.p-repair__replacement {
  padding-bottom: 24px;
}

@media (min-width: 960px) {
  .p-repair__replacement {
    padding-bottom: 64px;
  }
}

.p-repair__replacement .c-example {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-repair__replacement .c-example {
    width: 474px;
    margin: 0 auto 32px;
  }
}

.p-repair__replacement .c-btn {
  margin: 0 auto;
}

.p-repair__merit {
  padding: 39px 0 26px;
  background: #009fe3;
}

@media (min-width: 960px) {
  .p-repair__merit {
    padding: 64px 0;
  }
}

.p-repair__merit .c-title {
  align-items: center;
  margin-bottom: 35px;
}

@media (min-width: 960px) {
  .p-repair__merit .c-title {
    margin-bottom: 85px;
  }
}

.p-repair__merit__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px 0;
}

@media (min-width: 768px) {
  .p-repair__merit__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 17px;
    align-items: unset;
  }
}

@media (min-width: 960px) {
  .p-repair__merit__list .c-reasonCard {
    padding: 20px;
  }
}

@media (min-width: 960px) {
  .p-repair__merit__list .c-reasonCard__title {
    font-size: 20px;
  }
}

.p-repair__merit__list .c-reasonCard__img {
  width: 100%;
  height: auto;
}

.p-repair .c-notice {
  margin: 10px;
}

@media (min-width: 960px) {
  .p-repair .c-notice {
    margin: 24px;
  }
}

.p-repair__quality {
  padding: 24px 0 32px;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-repair__quality {
    padding: 64px 0 7.5694444444vw;
  }
}

.p-repair__quality__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-repair__quality__title strong {
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  color: #003397;
}

.p-repair__quality__point {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 16px;
}

@media (min-width: 960px) {
  .p-repair__quality__point {
    gap: 8.4722222222vw 0;
    margin-top: 5.9722222222vw;
  }
}

.p-repair__quality__point .item {
  position: relative;
}

.p-repair__quality__point .item:first-child .item__head {
  margin-left: auto;
}

.p-repair__quality__point .item:last-child .item__img {
  right: 0;
}

.p-repair__quality__point .item__img {
  width: 100%;
  margin-bottom: -40px;
}

@media (min-width: 960px) {
  .p-repair__quality__point .item__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41.6666666667vw;
  }
}

.p-repair__quality__point .item__head {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% - 10px);
}

@media (min-width: 960px) {
  .p-repair__quality__point .item__head {
    width: 69.4444444444vw;
    padding: 52px 20px;
  }
}

.p-repair__quality__point .item__head__title {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 800;
  color: #009fe3;
  line-height: 1.2;
}

.p-repair__flow {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-repair__flow {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-repair__flow .l-flow {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* p-aiming */
.p-aiming .c-pageHero {
  margin-bottom: 0;
}

.p-aiming__asv {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-aiming__asv {
    padding: 64px 0;
  }
}

.p-aiming__asv__title {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #003397;
}

@media (min-width: 960px) {
  .p-aiming__asv__title {
    margin-bottom: 35px;
    text-align: center;
  }
}

.p-aiming__asv__title .md {
  font-size: 33px;
}

.p-aiming__asv__title strong {
  font-weight: 800;
  font-size: 50px;
}

.p-aiming__asv .c-notice {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-aiming__asv .c-notice {
    margin-bottom: 40px;
  }
}

.p-aiming__asv__about {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-aiming__asv__about {
    flex-direction: row;
    align-items: center;
    gap: 0 48px;
    margin-bottom: 40px;
  }
}

.p-aiming__asv__about .head {
  flex: 1;
}

.p-aiming__asv__about .head__title {
  font-size: 20px;
  margin-bottom: 16px;
}

.p-aiming__asv__about .img {
  width: 100%;
}

@media (min-width: 960px) {
  .p-aiming__asv__about .img {
    width: 552px;
  }
}

.p-aiming__asv__obd {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 10px;
  border: 3px solid #003397;
  border-radius: 10px;
}

@media (min-width: 960px) {
  .p-aiming__asv__obd {
    flex-direction: row;
    align-items: center;
    gap: 0 27px;
    padding: 32px;
  }
}

.p-aiming__asv__obd .img {
  width: 100%;
}

@media (min-width: 960px) {
  .p-aiming__asv__obd .img {
    width: 488px;
  }
}

.p-aiming__asv__obd .head {
  flex: 1;
}

.p-aiming__asv__obd .head__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #003397;
}

@media (min-width: 960px) {
  .p-aiming__asv__obd .head__title {
    margin-bottom: 24px;
  }
}

.p-aiming__point {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-aiming__point {
    padding: 40px 0;
  }
}

.p-aiming__require {
  padding: 24px 0;
  background: #d9eefa;
}

@media (min-width: 960px) {
  .p-aiming__require {
    padding: 64px 0;
  }
}

.p-aiming__require>.l-inner {
  max-width: 1040px;
}

.p-aiming__require__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 960px) {
  .p-aiming__require__title {
    margin-bottom: 32px;
  }
}

.p-aiming__require__title strong {
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  color: #003397;
}

@media (min-width: 960px) {
  .p-aiming__require__text:last-of-type {
    text-align: center;
  }
}

.p-aiming__require__lead {
  max-width: 726px;
  width: 100%;
  margin: 16px auto;
}

@media (min-width: 960px) {
  .p-aiming__require__lead {
    margin: 24px auto;
  }
}

.p-aiming__require__lead img {
  width: 100%;
}

.p-aiming__require__ifNot {
  padding-top: 24px;
}

@media (min-width: 960px) {
  .p-aiming__require__ifNot {
    padding-top: 59px;
  }
}

.p-aiming__require__ifNot .mainList {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-aiming__require__ifNot .mainList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
  }
}

.p-aiming__require__ifNot .mainList__item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.p-aiming__require__ifNot .mainList__item__img {
  width: 110px;
}

.p-aiming__require__ifNot .mainList__item__head {
  flex: 1;
}

.p-aiming__require__ifNot .mainList__item__head .title {
  font-weight: 700;
  color: #009fe3;
  line-height: 1.3;
}

.p-aiming__require__ifNot .mainList__item__head .text {
  font-weight: 400;
  line-height: 1.4;
}

.p-aiming__require__ifNot>.text:first-of-type {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #003397;
}

.p-aiming__require__ifNot .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 11px;
  margin: 16px 0;
}

@media (min-width: 960px) {
  .p-aiming__require__ifNot .list {
    width: 355px;
    margin: 24px auto;
  }
}

.p-aiming__require__ifNot .list__item__img {
  width: 100%;
}

.p-aiming__require__ifNot .list__item__text {
  font-size: 14px;
  text-align: center;
}

.p-aiming__require__ifNot .box {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .p-aiming__require__ifNot .box {
    flex-direction: row;
    align-items: center;
    gap: 0 41px;
  }
}

.p-aiming__require__ifNot .box__text {
  flex: 1;
}

.p-aiming__require__ifNot .box__img {
  width: 100%;
}

@media (min-width: 960px) {
  .p-aiming__require__ifNot .box__img {
    width: 464px;
  }
}

.p-aiming__maker {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-aiming__maker {
    padding: 64px 0;
  }
}

.p-aiming__maker__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 768px) {
  .p-aiming__maker__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 960px) {
  .p-aiming__maker__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-aiming__maker__item {
  display: flex;
  flex-direction: column;
}

.p-aiming__maker__item .title {
  padding: 4px;
  background: #009fe3;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.p-aiming__maker__item .box {
  flex: 1;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.p-aiming__maker__item .box__name {
  font-weight: 700;
  color: #009fe3;
}

.p-aiming__maker__item .box__list {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 2em;
}

.p-aiming__maker__item .box__model {
  padding: 10px 20px;
  background: #efefef;
  border-radius: 999px;
  font-size: 14px;
}

.p-aiming__attention {
  padding: 24px 0;
  background: #d9eefa;
}

.p-aiming__attention__head {
  text-align: center;
}

.p-aiming__attention__head .label {
  margin-bottom: 8px;
  font-weight: 800;
  color: #ff0066;
}

.p-aiming__attention__head .img {
  width: 114px;
  margin: 0 auto 8px;
}

.p-aiming__attention__head .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.p-aiming__attention__head .title strong {
  font-size: 36px;
  color: #ff0066;
}

.p-aiming__attention__head .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 11px;
}

.p-aiming__attention__head .list__item {
  max-width: 172px;
}

.p-aiming__attention__head .list__item__img {
  margin-bottom: 8px;
}

.p-aiming__fee {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-aiming__fee {
    padding: 64px 0;
  }
}

.p-aiming__fee__lead {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .p-aiming__fee__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}

.p-aiming__fee__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-aiming__fee__list {
    flex-direction: row;
    justify-content: center;
    gap: 0 16px;
    margin-bottom: 32px;
  }
}

.p-aiming__fee__list li {
  max-width: 351px;
  width: 100%;
  padding: 10px;
  background: #f3679c;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.p-aiming__fee__list li strong {
  font-size: 32px;
  font-weight: 500;
}

@media (min-width: 960px) {
  .p-aiming__fee__listDetail {
    display: flex;
    justify-content: center;
  }
}

.p-aiming__fee__listDetail ul {
  list-style: disc;
  margin-left: 1.5em;
}

.p-aiming__flow {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-aiming__flow {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-aiming__flow .l-flow {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.p-aiming__faq {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-aiming__faq {
    padding: 64px 0;
  }
}

.p-aiming__faq .c-title {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-aiming__faq .c-title {
    margin-bottom: 56px;
  }
}

.p-aiming__faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

/* p-carFilm */
.p-carFilm .c-pageHero {
  margin-bottom: 0;
}

.p-carFilm__prepare {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-carFilm__prepare {
    padding: 64px 0;
  }
}

.p-carFilm__faq {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-carFilm__faq {
    padding: 64px 0;
  }
}

.p-carFilm__faq .c-title {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-carFilm__faq .c-title {
    margin-bottom: 56px;
  }
}

@media (min-width: 960px) {
  .p-carFilm__faq .c-faq {
    flex-direction: row;
    gap: 0 39px;
  }
}

@media (min-width: 960px) {
  .p-carFilm__faq .c-faq__item {
    flex: 1;
  }
}

@media (min-width: 960px) {
  .p-carFilm__faq .c-faq .img {
    width: 355px;
    margin-top: 42px;
  }
}

/* p-wrapping */
.p-wrapping .c-pageHero {
  margin-bottom: 0;
}

.p-wrapping__prepare {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-wrapping__prepare {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  .p-wrapping__prepare .l-serviceSelect__item:nth-child(4) .l-serviceSelect__item__title {
    font-size: min(1.1vw, 14px);
  }
}

/* p-protectionFilm */
.p-protectionFilm .c-pageHero {
  margin-bottom: 0;
}

.p-protectionFilm__prepare {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .p-protectionFilm__prepare {
    padding: 64px 0;
  }
}

.p-protectionFilm__prepare .l-servicePoint {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-protectionFilm__prepare .l-servicePoint {
    margin-bottom: 64px;
  }
}

/* p-insulatedGlass */
.p-insulatedGlass .c-pageHero {
  margin-bottom: 0;
}

.p-insulatedGlass__intro {
  padding: 24px 0;
  background-image: url("../images/common/bg_square.jpg");
  background-position: left top;
  background-repeat: repeat;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro {
    padding: 64px 0;
  }
}

.p-insulatedGlass__intro__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__list {
    gap: 32px 0;
  }
}

.p-insulatedGlass__intro__item:first-child .title {
  font-size: 24px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item:first-child .title {
    font-size: 33px;
  }
}

.p-insulatedGlass__intro__item:first-child .title strong {
  font-size: 33px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item:first-child .title strong {
    font-size: 50px;
  }
}

.p-insulatedGlass__intro__item:last-child .title {
  font-size: 29px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item:last-child .title {
    font-size: 37px;
  }
}

.p-insulatedGlass__intro__item:last-child .title span {
  font-size: 33px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item:last-child .title span {
    font-size: 43px;
  }
}

.p-insulatedGlass__intro__item:last-child .title small {
  font-size: 25px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item:last-child .title small {
    font-size: 32px;
  }
}

.p-insulatedGlass__intro__item:last-child .title strong {
  font-size: 54px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item:last-child .title strong {
    font-size: 69px;
  }
}

.p-insulatedGlass__intro__item .title {
  margin-bottom: 16px;
  font-style: italic;
  font-weight: 800;
  color: #003397;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item .title {
    margin-bottom: 32px;
    text-align: center;
  }
}

.p-insulatedGlass__intro__item .box {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item .box {
    flex-direction: row;
    align-items: center;
    gap: 0 48px;
  }
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item .box__text {
    flex: 1;
  }
}

.p-insulatedGlass__intro__item .box__text ul {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}

.p-insulatedGlass__intro__item .box__text ul li strong {
  color: #f3679c;
}

.p-insulatedGlass__intro__item .box__img {
  width: 100%;
}

@media (min-width: 960px) {
  .p-insulatedGlass__intro__item .box__img {
    width: 552px;
  }
}

.p-insulatedGlass__point {
  padding: 24px 0;
  background: #009fe3;
}

@media (min-width: 960px) {
  .p-insulatedGlass__point {
    padding: 64px 0;
  }
}

.p-insulatedGlass__point__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 960px) {
  .p-insulatedGlass__point__title {
    margin-bottom: 32px;
  }
}

.p-insulatedGlass__point__title .c-dot {
  font-size: 40px;
}

.p-insulatedGlass__point__text {
  margin-bottom: 43px;
  color: #fff;
}

@media (min-width: 960px) {
  .p-insulatedGlass__point__text {
    max-width: 1000px;
    margin: 0 auto 77px;
  }
}

.p-insulatedGlass__point__list {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}

@media (min-width: 768px) {
  .p-insulatedGlass__point__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }
}

@media (min-width: 960px) {
  .p-insulatedGlass__point__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 17px;
  }
}

.p-insulatedGlass__point__item {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .p-insulatedGlass__point__item {
    max-width: 389px;
    padding: 24px 30px;
  }
}

.p-insulatedGlass__point__item .label {
  position: absolute;
  top: -30px;
  left: 10px;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  color: rgba(217, 248, 250, 0.5);
}

.p-insulatedGlass__point__item .img {
  margin: 0 auto 8px;
}

@media (min-width: 960px) {
  .p-insulatedGlass__point__item .img {
    padding: 0 7px;
  }
}

.p-insulatedGlass__point__item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  margin-bottom: 14px;
  background: #f3679c;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .p-insulatedGlass__point__item .title {
    margin-bottom: 16px;
  }
}

.p-insulatedGlass__point__item .list {
  list-style: disc;
  margin-left: 1.5em;
}

/* p-contact */
.p-contact .c-pageHero {
  margin-bottom: 0;
}

.p-contact__form {
  padding: 16px 0 80px;
}

@media (min-width: 960px) {
  .p-contact__form {
    padding: 64px 0;
  }
}

.p-contact__form__lead {
  margin: 24px 0 16px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 960px) {
  .p-contact__form__lead {
    margin: 64px 0 40px;
    font-size: 42px;
  }
}

.p-contact__form__thanks {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-contact__form__thanks {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
  }
}

.p-contact .l-prepare {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .p-contact .l-prepare {
    margin-bottom: 64px;
  }
}

.p-contact .c-btn {
  margin: 0 auto;
}

/* p-privacyPolicy */
.p-privacyPolicy {
  padding-bottom: 48px;
}

@media (min-width: 960px) {
  .p-privacyPolicy {
    padding-bottom: 32px;
  }
}

.p-privacyPolicy>.l-inner {
  max-width: 1040px;
}

.p-privacyPolicy h2 {
  font-size: 20px;
  font-weight: 700;
}

.p-privacyPolicy p {
  font-weight: 400;
  margin-bottom: 32px;
}

.p-privacyPolicy ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 32px;
}

/* 2025/04/15~ 施工事例詳細画面用スタイル */
.p-worksSingle__content__BABox {
  margin: 20px auto;
  border: 2px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  width: max-content;
}


@media (min-width: 768px) {
  .p-worksSingle__content__BABox {
    width: auto;
  }
}

.p-worksSingle__content__BAheader {
  background: #009fe3;
  padding: .2em 1em .3em;
}

.p-worksSingle__content__BATtl {
  color: #fff;
  font-size: 18px;
}

.p-worksSingle__content__img {
  width: 300px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}

.p-worksSingle__content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  align-content: center;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000;
  background: #000c;
  backdrop-filter: blur(5px);
}

.modal.open {
  display: block;
}

.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 700px;
  height: 70vh;
  object-fit: contain;
}

.closeBtn {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.p-worksSingle__content__imgButton {
  border: none;
  background: none;
  cursor: pointer;
  width: max-content;
}

.preview-img {
  width: 50px;
  /* プレビュー画像のサイズ */
  height: auto;
  margin-right: 10px;
  /* テキストとの間隔 */
}

/* モーダルをPCだけで表示 */
@media (max-width: 768px) {
  .modal {
    display: none;
    /* モバイルではモーダルを非表示 */
  }
}

body:has(.modal.open) {
  overflow-y: hidden;
}

.modal-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  gap: 20px;
  margin: 10px auto 0;
}

.modal-nav-button {
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.modal-nav-button:hover {
  background-color: #ddd;
}

.image-counter {
  color: #fff;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */