.overview .overview-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 959px) {
  .overview .overview-unit {
    gap: 32px;
  }
}
.overview .overview-unit__vsl {
  margin-inline: auto;
  width: 100%;
  max-width: 456px;
}
@media screen and (max-width: 1023px) {
  .overview .overview-unit__vsl {
    max-width: 360px;
  }
}
@media screen and (max-width: 959px) {
  .overview .overview-unit__vsl {
    max-width: 600px;
  }
}
.overview .overview-unit__tbl {
  width: calc(100% - 520px);
}
@media screen and (max-width: 1023px) {
  .overview .overview-unit__tbl {
    width: calc(100% - 424px);
  }
}
@media screen and (max-width: 959px) {
  .overview .overview-unit__tbl {
    width: 100%;
  }
}
.overview .overview-unit__tbl .overview-tbl table {
  text-align: left;
  width: 100%;
}
.overview .overview-unit__tbl .overview-tbl table tbody tr th,
.overview .overview-unit__tbl .overview-tbl table tbody tr td {
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .overview .overview-unit__tbl .overview-tbl table tbody tr th,
  .overview .overview-unit__tbl .overview-tbl table tbody tr td {
    padding-bottom: 10px;
  }
}
.overview .overview-unit__tbl .overview-tbl table tbody tr th {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .overview .overview-unit__tbl .overview-tbl table tbody tr th {
    width: 100px;
  }
}
.overview .overview-unit__tbl .overview-tbl table tbody tr td {
  padding-left: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .overview .overview-unit__tbl .overview-tbl table tbody tr td {
    padding-left: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .overview .overview-unit__tbl .overview-tbl table tbody tr td {
    padding-left: calc(8px * 3 * 0.5);
  }
}
.overview .overview-unit__tbl .overview-tbl table tbody tr td .hp-link {
  color: #C6643A;
  text-decoration: underline;
}
.overview .overview-unit__tbl .overview-tbl table tbody tr td .hp-link:hover {
  text-decoration: none;
}
.overview .overview-unit__tbl .overview-tbl table tbody tr:not(:nth-of-type(1)) th,
.overview .overview-unit__tbl .overview-tbl table tbody tr:not(:nth-of-type(1)) td {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .overview .overview-unit__tbl .overview-tbl table tbody tr:not(:nth-of-type(1)) th,
  .overview .overview-unit__tbl .overview-tbl table tbody tr:not(:nth-of-type(1)) td {
    padding-top: 10px;
  }
}
.overview .overview-unit__tbl .overview-tbl table tbody tr:not(:nth-last-of-type(1)) th {
  border-bottom: solid 1px #C6643A;
}
.overview .overview-unit__tbl .overview-tbl table tbody tr:not(:nth-last-of-type(1)) td {
  border-bottom: solid 1px rgba(45, 49, 52, 0.16);
}

.greeting .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.greeting .greeting-unit__txt {
  width: calc(100% - 488px);
}
@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__txt {
    width: calc(100% - 456px);
  }
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__txt {
    width: 100%;
  }
}
.greeting .greeting-unit__txt .greeting-ttl {
  padding-top: 20px;
  max-width: 490px;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__txt .greeting-ttl {
    max-width: none;
    font-size: 4.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__txt .greeting-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit__txt .greeting-ttl {
    font-size: 2.4rem;
  }
}
.greeting .greeting-unit__txt .greeting-ttl em {
  display: inline-block;
  margin-right: 4px;
  padding: 0 12px;
  color: #ffffff;
  background: #B99136;
  border-radius: 2px;
  line-height: 1.4;
}
.greeting .greeting-unit__txt .greeting-name {
  padding-top: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__txt .greeting-name {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__txt .greeting-name {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit__txt .greeting-name {
    font-size: 1.6rem;
  }
}
.greeting .greeting-unit__vsl {
  margin-inline: auto;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__vsl {
    max-width: 400px;
  }
}

.service .service-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 56px;
}
@media screen and (max-width: 959px) {
  .service .service-unit {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .service .service-unit {
    row-gap: 32px;
  }
}
.service .service-unit .service-vsl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .service .service-unit .service-vsl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service .service-unit .service-vsl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.service .service-unit .service-dtl .service-ttl {
  position: relative;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .service .service-unit .service-dtl .service-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service .service-unit .service-dtl .service-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.service .service-unit .service-dtl .service-ttl {
  padding: 12px 20px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  background: #2D3134;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .service .service-unit .service-dtl .service-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .service .service-unit .service-dtl .service-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .service .service-unit .service-dtl .service-ttl {
    padding: 8px 16px;
    font-size: 1.8rem;
  }
}
.service .service-unit .service-dtl .service-ttl:before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 0;
  width: 0;
  border: 8px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
}
.service .service-unit .service-dtl .service-ttl.--sale {
  background: #9B5A3A;
}
.service .service-unit .service-dtl .service-ttl.--car-lease {
  background: #759293;
}
.service .service-unit .service-dtl .service-ttl.--inspection-maintenance {
  background: #C6643A;
}
.service .service-unit .service-dtl .service-ttl.--coating {
  background: #B99136;
}
.service .service-unit .service-dtl .service-ttl.--repair-paint {
  background: #506255;
}
.service .service-unit .service-dtl .service-ttl.--insurance {
  background: #9C7399;
}
.service .service-unit .service-dtl .service-txt {
  line-height: 2.2;
}

.philosophy-list__item {
  position: relative;
  padding: 40px 64px 56px;
  background: #ffffff;
}
@media screen and (max-width: 1279px) {
  .philosophy-list__item {
    padding: 40px 48px 48px;
  }
}
@media screen and (max-width: 959px) {
  .philosophy-list__item {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 519px) {
  .philosophy-list__item {
    padding: 32px 24px;
  }
}
.philosophy-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}
.philosophy-list__item::before, .philosophy-list__item::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background: #759293;
  border-radius: 50%;
}
.philosophy-list__item::before {
  position: absolute;
  top: 8px;
  left: 8px;
}
.philosophy-list__item::after {
  position: absolute;
  top: 8px;
  right: 8px;
}
.philosophy-list__item dt {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .philosophy-list__item dt {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .philosophy-list__item dt {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.philosophy-list__item dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.philosophy-list__item dt em {
  display: block;
  color: #759293;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .philosophy-list__item dt em {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 959px) {
  .philosophy-list__item dt em {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 519px) {
  .philosophy-list__item dt em {
    font-size: 4rem;
  }
}
.philosophy-list__item .philosophy-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy-list__item .philosophy-txt {
    text-align: left;
  }
}
.philosophy-list__item.--brn::before, .philosophy-list__item.--brn::after {
  background: #B99136;
}
.philosophy-list__item.--brn dt em {
  color: #B99136;
}
.philosophy-list__item.--red::before, .philosophy-list__item.--red::after {
  background: #C6643A;
}
.philosophy-list__item.--red dt em {
  color: #C6643A;
}

.history .history-unit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 32px;
  padding-bottom: 31px;
}
.history .history-unit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/wp-content/themes/itreat_base/dist/img/about/merger-deco.svg") center/contain no-repeat;
  width: 92px;
  height: 31px;
}
.history .history-unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.history .history-unit__item .history-ttl {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}
.history .history-unit__item .history-list {
  position: relative;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.history .history-unit__item .history-list::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(45, 49, 52, 0.16);
}
.history .history-unit__item .history-list__item {
  position: relative;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(45, 49, 52, 0.16);
}
.history .history-unit__item .history-list__item:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.history .history-unit__item .history-list__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 110px;
  height: 1px;
}
.history .history-unit__item .history-list__item .history-year {
  width: 110px;
  line-height: 1;
}
.history .history-unit__item .history-list__item .history-year .history-year__main {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.history .history-unit__item .history-list__item .history-year .history-year__sub {
  font-weight: bold;
  font-size: 1.2rem;
}
.history .history-unit__item .history-list__item .history-txt {
  width: calc(100% - 134px);
}
.history .history-unit__item.--gifu .history-ttl {
  background: #B99136;
}
.history .history-unit__item.--gifu .history-list {
  padding-right: 32px;
}
.history .history-unit__item.--gifu .history-list::before {
  right: 5px;
}
.history .history-unit__item.--gifu .history-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.history .history-unit__item.--gifu .history-list__item:before {
  right: -32px;
  background: #B99136;
}
.history .history-unit__item.--gifu .history-list__item:after {
  right: 0;
  background: #B99136;
}
.history .history-unit__item.--gifu .history-list__item .history-year {
  text-align: right;
}
.history .history-unit__item.--gifu .history-list__item .history-year__main {
  color: #B99136;
}
.history .history-unit__item.--tedikara .history-ttl {
  background: #759293;
}
.history .history-unit__item.--tedikara .history-list {
  padding-left: 32px;
}
.history .history-unit__item.--tedikara .history-list::before {
  left: 5px;
}
.history .history-unit__item.--tedikara .history-list__item:before {
  left: -32px;
  background: #759293;
}
.history .history-unit__item.--tedikara .history-list__item:after {
  left: 0;
  background: #759293;
}
.history .history-unit__item.--tedikara .history-list__item .history-year__main {
  color: #759293;
}
.history .merger-list {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.history .merger-list:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 32px);
  background: rgba(45, 49, 52, 0.16);
}
.history .merger-list__item {
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px #f8f7f4;
  box-shadow: 0 0 16px #f8f7f4;
}
.history .merger-list__item:not(:last-child) {
  position: relative;
  margin-bottom: 56px;
}
.history .merger-list__item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #C6643A;
}
.history .merger-list__item .merger-inner {
  position: relative;
  padding: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(45, 49, 52, 0.16);
}
.history .merger-list__item .merger-inner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 110px;
  height: 1px;
  background: #C6643A;
}
.history .merger-list__item .merger-inner .merger-year {
  width: 110px;
  line-height: 1;
}
.history .merger-list__item .merger-inner .merger-year .merger-year__main {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #C6643A;
}
.history .merger-list__item .merger-inner .merger-year .merger-year__sub {
  font-weight: bold;
  font-size: 1.2rem;
}
.history .merger-list__item .merger-inner .merger-txt {
  width: calc(100% - 134px);
}
.history .merger-list__item .merger-inner .merger-txt .merger-lead {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
.history .history-info {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 519px) {
  .history .history-info {
    margin-bottom: 16px;
    gap: 16px;
  }
}
.history .history-info__item {
  position: relative;
  padding-left: 16px;
  font-weight: bold;
}
.history .history-info__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.history .history-info__item.--gifu:before {
  background: #B99136;
}
.history .history-info__item.--tedikara:before {
  background: #759293;
}
.history .history-content-sp {
  position: relative;
  margin-bottom: 16px;
  max-height: 240px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.history .history-content-sp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 247, 244, 0)), to(#F8F7F4));
  background: linear-gradient(to bottom, rgba(248, 247, 244, 0), #F8F7F4);
  pointer-events: none;
}
.history .history-content-sp.is-open {
  max-height: 100%;
}
.history .history-content-sp.is-open:after {
  display: none;
}
.history .history-content-sp .history-list {
  position: relative;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.history .history-content-sp .history-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  background: rgba(45, 49, 52, 0.16);
}
.history .history-content-sp .history-list__item {
  position: relative;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(45, 49, 52, 0.16);
}
@media screen and (max-width: 519px) {
  .history .history-content-sp .history-list__item {
    padding: 16px 0;
  }
}
.history .history-content-sp .history-list__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 519px) {
  .history .history-content-sp .history-list__item:before {
    width: 8px;
    top: 22px;
    -webkit-transform: none;
    transform: none;
  }
}
.history .history-content-sp .history-list__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 88px;
  height: 1px;
}
.history .history-content-sp .history-list__item .history-year {
  width: 88px;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .history .history-content-sp .history-list__item .history-year {
    width: 100%;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.history .history-content-sp .history-list__item .history-year .history-year__main {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .history .history-content-sp .history-list__item .history-year .history-year__main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .history .history-content-sp .history-list__item .history-year .history-year__main {
    margin-right: 4px;
    font-size: 2rem;
  }
}
.history .history-content-sp .history-list__item .history-year .history-year__sub {
  font-weight: bold;
  font-size: 1.2rem;
}
.history .history-content-sp .history-list__item .history-txt {
  width: calc(100% - 104px);
}
@media screen and (max-width: 519px) {
  .history .history-content-sp .history-list__item .history-txt {
    width: 100%;
    font-size: 1.2rem;
  }
}
.history .history-content-sp .history-list__item.--gifu:before {
  background: #B99136;
}
.history .history-content-sp .history-list__item.--gifu:after {
  background: #B99136;
}
.history .history-content-sp .history-list__item.--gifu .history-year__main {
  color: #B99136;
}
.history .history-content-sp .history-list__item.--tedikara:before {
  background: #759293;
}
.history .history-content-sp .history-list__item.--tedikara:after {
  background: #759293;
}
.history .history-content-sp .history-list__item.--tedikara .history-year__main {
  color: #759293;
}
.history .history-content-sp .history-list__item.--merger:before {
  background: #C6643A;
}
.history .history-content-sp .history-list__item.--merger:after {
  background: #C6643A;
}
.history .history-content-sp .history-list__item.--merger .history-year__main {
  color: #C6643A;
}
.history .history-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .history .history-more-btn {
    gap: 16px;
  }
}
.history .history-more-btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 48px;
  font-weight: bold;
  color: #ffffff;
  background: #B99136;
  border-radius: 56px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .history .history-more-btn span {
    min-height: 40px;
  }
}
.history .history-more-btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .history .history-more-btn span:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .history .history-more-btn span:before {
    width: 12px;
  }
}
.history .history-more-btn.is-closed span:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.history .history-more-btn.is-open span:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.store .store-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .store .store-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .store .store-unit {
    gap: 24px;
  }
}
.store .store-unit__col {
  width: calc(100% / 2 - 40px / 2);
}
@media screen and (max-width: 1279px) {
  .store .store-unit__col {
    width: calc(100% / 2 - 32px / 2);
  }
}
@media screen and (max-width: 959px) {
  .store .store-unit__col {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 767px) {
  .store .store-unit__col {
    width: 100%;
  }
}
.store .store-unit .store-vsl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .store .store-unit .store-vsl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .store .store-unit .store-vsl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.store .store-unit .store-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .store .store-unit .store-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .store .store-unit .store-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.store .store-unit .store-ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .store .store-unit .store-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .store .store-unit .store-ttl {
    font-size: 2rem;
  }
}
.store .store-unit .store-tbl table {
  text-align: left;
  width: 100%;
}
.store .store-unit .store-tbl table tbody tr:not(:first-of-type) th,
.store .store-unit .store-tbl table tbody tr:not(:first-of-type) td {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .store .store-unit .store-tbl table tbody tr:not(:first-of-type) th,
  .store .store-unit .store-tbl table tbody tr:not(:first-of-type) td {
    padding-top: 10px;
  }
}
.store .store-unit .store-tbl table tbody tr th,
.store .store-unit .store-tbl table tbody tr td {
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .store .store-unit .store-tbl table tbody tr th,
  .store .store-unit .store-tbl table tbody tr td {
    padding-bottom: 10px;
  }
}
.store .store-unit .store-tbl table tbody tr th {
  width: 120px;
  border-bottom: solid 1px #759293;
}
@media screen and (max-width: 767px) {
  .store .store-unit .store-tbl table tbody tr th {
    width: 100px;
  }
}
.store .store-unit .store-tbl table tbody tr td {
  padding-left: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .store .store-unit .store-tbl table tbody tr td {
    padding-left: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .store .store-unit .store-tbl table tbody tr td {
    padding-left: calc(8px * 3 * 0.5);
  }
}
.store .store-unit .store-tbl table tbody tr td {
  border-bottom: solid 1px rgba(45, 49, 52, 0.16);
}
.store .strengths-logo {
  width: 60%;
  max-width: 275px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .store .strengths-logo {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .store .strengths-logo {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}

.solution .solution-lead {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .solution .solution-lead {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .solution .solution-lead {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.solution .solution-lead {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .solution .solution-lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .solution .solution-lead {
    font-size: 1.4rem;
  }
}
.solution .solution-lead a {
  color: #C6643A;
  text-decoration: underline;
}
.solution .solution-lead a:hover {
  text-decoration: none;
}
.solution .solution-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .solution .solution-unit {
    display: block;
  }
}
.solution .solution-unit .solution-frame {
  width: calc(55% - 16px);
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .solution .solution-unit .solution-frame {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .solution .solution-unit .solution-frame {
    padding: calc(8px * 5 * 0.5);
  }
}
.solution .solution-unit .solution-frame {
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px #f4f1ea;
  box-shadow: 0 0 16px #f4f1ea;
}
@media screen and (max-width: 767px) {
  .solution .solution-unit .solution-frame {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 32px auto;
  }
}
.solution .solution-unit .solution-btn-outer {
  width: calc(45% - 16px);
}
@media screen and (max-width: 767px) {
  .solution .solution-unit .solution-btn-outer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn {
    gap: 16px;
  }
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn:not(:last-child) {
    margin-bottom: 0;
  }
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 56px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn a {
    min-height: 48px;
  }
}
@media screen and (max-width: 519px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn a {
    min-height: 40px;
  }
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn a:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn a:before {
    width: 12px;
  }
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--general-insurance a {
  color: #E8495A;
  border: 1px solid #E8495A;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--general-insurance a:before {
  background: #E8495A;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--general-insurance a:hover {
  color: #ffffff;
  background: #E8495A;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--general-insurance a:hover:before {
  background: #ffffff;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--life-insurance a {
  color: #839A47;
  border: 1px solid #839A47;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--life-insurance a:before {
  background: #839A47;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--life-insurance a:hover {
  color: #ffffff;
  background: #839A47;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--life-insurance a:hover:before {
  background: #ffffff;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--finance a {
  color: #F2B540;
  border: 1px solid #F2B540;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--finance a:before {
  background: #F2B540;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--finance a:hover {
  color: #ffffff;
  background: #F2B540;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--finance a:hover:before {
  background: #ffffff;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--car a {
  color: #60859F;
  border: 1px solid #60859F;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--car a:before {
  background: #60859F;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--car a:hover {
  color: #ffffff;
  background: #60859F;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--car a:hover:before {
  background: #ffffff;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--group-business a {
  color: #83669D;
  border: 1px solid #83669D;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--group-business a:before {
  background: #83669D;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--group-business a:hover {
  color: #ffffff;
  background: #83669D;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--group-business a:hover:before {
  background: #ffffff;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--ifa a {
  color: #D85C44;
  border: 1px solid #D85C44;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--ifa a:before {
  background: #D85C44;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--ifa a:hover {
  color: #ffffff;
  background: #D85C44;
}
.solution .solution-unit .solution-btn-outer .solution-btn-unit .solution-btn.--ifa a:hover:before {
  background: #ffffff;
}
.solution .solution-unit .solution-btn-outer .note-txt {
  padding-top: 16px;
  text-align: center;
}
/*# sourceMappingURL=../../maps/pages/about.css.map */
