@charset "UTF-8";
html {
  color: #1F2E3D;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

*:focus {
  outline: none;
}

a {
  display: block;
  transition: 0.3s;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  word-break: break-all;
  line-height: 0.7;
  font-family: YakuHanJPs, "游ゴシック体 Pr6N B", 游ゴシック体, sans-serif;
}

.wrapper {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
  }
  .inner {
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  img {
    line-height: 1;
  }
}
@media screen and (min-width: 480px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
.wrapper {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 769px) {
  .wrapper {
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

header {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 769px) {
  header {
    width: 100%;
    padding: 10px;
  }
}
header p {
  margin: 0;
}
header p img {
  width: 100%;
}

.kv {
  background-image: url(images/aichi/lp_aichi_fv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D9EAF1;
}
.kv img {
  width: 100%;
}

.title__catch {
  background-color: #e71f29;
  position: relative;
  padding: 8px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .title__catch {
    font-size: 20px;
  }
}

.title__catch::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #e71f29;
  top: 100%;
  left: 50%;
}

.disNon480 {
  display: none;
}

@media (max-width: 480px) {
  .disNon480 {
    display: inherit;
  }
}
.cta-first {
  background-color: #EEEEEE;
}
.cta-first .message {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 20px auto 20px auto;
  width: 415px;
}
.cta-first .message img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
.cta-first .message .message-title__text {
  position: relative;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cta-first .message .message-title__text {
    font-size: 18px;
  }
}
.cta-first .message .message-title__text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.cta-first .message .message-title__text span {
  font-weight: bold;
  color: #cc0000;
}
.cta-first .cta-first__box {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box {
    width: 95%;
  }
}
.cta-first .cta-first__box ul {
  margin: 0;
  padding: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.cta-first .cta-first__box ul li {
  list-style: none;
  font-size: 1.3em;
  font-weight: bold;
  flex: 1;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box ul li {
    font-size: 16px;
  }
}
.cta-first .cta-first__box ul li:nth-child(1) a::before {
  background-image: url(images/aichi/lp_aichi_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: clamp(24px, 4vw, 45px);
  height: clamp(24px, 4vw, 45px);
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box ul li:nth-child(1) a::before {
    display: none;
  }
}
.cta-first .cta-first__box ul li:nth-child(2) a {
  padding: 20px 0;
}
.cta-first .cta-first__box ul li:nth-child(2) a::before {
  background-image: url(images/aichi/lp_aichi_icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: clamp(24px, 4vw, 45px);
  height: clamp(24px, 4vw, 45px);
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box ul li:nth-child(2) a::before {
    display: none;
  }
}
.cta-first .cta-first__box ul li span {
  color: #e71f29;
  display: block;
}
.cta-first .cta-first__box ul li a {
  color: #1F2E3D;
  background-color: #fff;
  display: block;
  position: relative;
  line-height: 1.3em;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box ul li a {
    padding: 10px;
  }
}
.cta-first .cta-first__box ul li a:hover {
  top: 1px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.cta-first .cta-first__box ul li a::after {
  background-image: url(images/aichi/keyboard_arrow_down.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box ul li a::after {
    right: 5px;
  }
}
.cta-first .cta-first__box ul li a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .cta-first .cta-first__box ul li a br {
    display: block;
  }
}

.cta {
  margin: 20px 0;
}

.common-cta-primary {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .common-cta-primary {
    width: 95%;
    margin: 0 auto;
  }
}
.common-cta-primary a {
  color: #1F2E3D;
}
.common-cta-primary a img {
  margin: 0 auto;
}
.common-cta-primary br {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-cta-primary br {
    display: block;
  }
}
.common-cta-primary__title {
  background: #d73c38;
  padding: 12px;
  font-size: 24px;
  line-height: 28px;
  color: white;
  word-break: keep-all;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.common-cta-primary__content {
  display: flex;
  gap: 16px;
  padding: 16px 64px 24px;
  flex-direction: column;
  background-color: #f6f7f9;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content {
    padding: 16px;
    gap: 16px;
  }
}
.common-cta-primary__content-catch {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content-catch {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content-catch__line {
    width: 36px;
    height: 36px;
  }
}
.common-cta-primary__content-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content-panel {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}
.common-cta-primary__content-panel-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 18px;
  line-height: 28px;
  font-size: 16px;
  line-height: 24px;
}
.common-cta-primary__content-panel-item:hover {
  background-color: #f5f5f5;
  transition: 0.4s;
}
.common-cta-primary__content-panel-item:active {
  background-color: #e71f29;
  border: 3px solid #d73c38;
  transition: 0.4s;
}
.common-cta-primary__content-panel-item-link {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content-panel-item-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.common-cta-primary__content-panel-item-label {
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content-panel-item-label {
    line-height: 1.5;
  }
}
.common-cta-primary__content-panel-item-label span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.common-cta-primary__content-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .common-cta-primary__content-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.common-cta-panel-narrow .common-cta-primary__content {
  padding: 16px 16px 24px;
}
@media screen and (max-width: 768px) {
  .common-cta-panel-narrow .common-cta-primary__content {
    padding: 16px;
  }
}
.common-cta-panel-narrow .common-cta-primary__content-panel {
  grid-column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .common-cta-panel-narrow .common-cta-primary__content-panel {
    grid-column-gap: 12px;
  }
}
.common-cta-panel-narrow .common-cta-primary__content-text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .common-cta-panel-narrow .common-cta-primary__content-text {
    font-size: 16px;
  }
}

.bgColor-inverted .common-cta-primary__content {
  background-color: white;
}

.service {
  background-image: url(images/aichi/service_bg.png);
  background-repeat: no-repeat;
  background-color: #E5E5E5;
  background-size: 1200px;
  background-position: top center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .service {
    background-image: url(images/aichi/service_bg_sp.png);
    background-size: 100%;
  }
}
.service h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  padding: 50px 0;
  line-height: 1.5em;
  text-shadow: 2px 3px 4px #ffffff;
}
@media screen and (max-width: 768px) {
  .service h2 {
    font-size: 25px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
}
.service h2 strong {
  color: #d73c38;
  font-size: 58px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service h2 strong {
    font-size: 28px;
  }
}
.service h2 span {
  color: #d73c38;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .service h2 span {
    font-size: 26px;
  }
}
.service .service-box {
  width: 95%;
  margin: 0 auto 30px auto;
}
.service .service-box h3 {
  background-image: url(images/aichi/point_title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 27px;
  height: 65px;
  padding: 22px 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .service .service-box h3 {
    background-image: url(images/aichi/point_title_sp.png);
    padding: 20px 0;
    font-size: 14px;
    height: 51px;
  }
}
.service .service-box h3 span {
  color: #fff;
  display: inline-block;
  padding: 0 80px 0 3%;
}
@media screen and (max-width: 768px) {
  .service .service-box h3 span {
    padding: 0 5% 0 3%;
  }
}
.service .service-box h3 strong {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service .service-box h3 strong {
    font-size: 12px;
  }
}
.service .service-box .service-box__contents {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .service .service-box .service-box__contents {
    display: block;
  }
}
.service .service-box .service-box__contents .service-box__contents-img {
  width: 30%;
  min-width: 250px;
}
@media screen and (max-width: 480px) {
  .service .service-box .service-box__contents .service-box__contents-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service .service-box .service-box__contents .service-box__contents-img img {
  width: 100%;
}
.service .service-box .service-box__contents p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .service .service-box .service-box__contents p {
    font-size: 18px;
  }
}
.service .service-box .service-box__contents p strong {
  font-size: 22px;
  font-weight: bold;
}
.service .service-box .service-box__contents .red {
  font-size: 12px;
  color: #d73c38;
}
.service .service-box .service-box__contents .red-strong {
  color: #d73c38;
  font-weight: bold;
}
.price {
  background-color: #FEEFEE;
  padding: 40px 0;
}
.price h2 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  padding: 0 0 20px 0;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .price h2 {
    padding: 30px 0 0 0;
    font-size: 28px;
    width: 95%;
    margin: 0 auto;
  }
}
.price h2 span {
  color: #d73c38;
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .price h2 span {
    font-size: 42px;
  }
}
.price .price-box {
  padding: 20px 0 0 0;
  width: 90%;
  margin: 0 auto;
}
.price .price-box .title {
  margin: 0;
  padding: 0;
}
.price .price-box .price-box__contents {
  margin: 0;
  padding: 20px 0 0 0;
  justify-content: space-between;
  gap: 40px;
}
.price .price-box .price-box__contents .price-box__contents-img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .price .price-box .price-box__contents .price-box__contents-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.price .price-box .price-box__contents .price-box__contents-img img {
  min-width: 350px;
  width: 100%;
}
.price .price-box .price-box__contents h3 {
  font-size: 38px;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price .price-box .price-box__contents h3 {
    font-size: 28px;
  }
}
.price .price-box .price-box__contents h3 span {
  display: block;
  color: #d73c38;
}
.price .price-box .price-box__contents h3 strong {
  font-size: 48px;
}
.price .price-box .price-box__contents p {
  font-size: 22px;
  line-height: 1.5em;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .price .price-box .price-box__contents p {
    font-size: 20px;
  }
}
.price .price-box .price-box__contents p strong {
  font-weight: bold;
}
.price .price-box .price-box__contents .right {
  text-align: right;
  font-size: 14px;
}
.price .price-box .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .price .price-box .flex {
    display: block;
  }
}
.price .price-box .flex-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .price .price-box .flex-reverse {
    display: block;
  }
}

.achievements {
  background-color: #FEEFEE;
  padding: 30px 0;
}
.achievements h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .achievements h2 {
    font-size: 22px;
    width: 98%;
    padding: 0 0 30px 0;
  }
}
.achievements h2::before {
  content: "＼";
  font-size: 90px;
  position: absolute;
  left: 0;
  bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .achievements h2::before {
    font-size: 36px;
  }
}
.achievements h2::after {
  content: "／";
  font-size: 90px;
  position: absolute;
  right: 0;
  bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .achievements h2::after {
    font-size: 36px;
  }
}

.achievements h2 span {
  color: #d73c38;
}

@media screen and (max-width: 768px) {
  .achievements h2 br {
    display: block;
  }
}
.achievements .achievements-box {
  width: 95%;
  margin: 0 auto;
}
.achievements .achievements-box h3 {
  background-image: url(images/aichi/point_title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 28px;
  height: 65px;
  padding: 22px 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box h3 {
    background-image: url(images/aichi/point_title_sp.png);
    padding: 20px 0;
    font-size: 15px;
    height: 51px;
  }
}
.achievements .achievements-box h3 span {
  color: #fff;
  display: inline-block;
  padding: 0 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box h3 span {
    padding: 0 20px 0 5px;
    font-size: 13px;
  }
}
.achievements .achievements-box .achievements-box__contents {
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #fff;
}
.achievements .achievements-box .achievements-box__contents .text-center {
  text-align: center;
}
.achievements .achievements-box .achievements-box__contents p {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
}
.achievements .achievements-box .achievements-box__contents .company-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 8px 24px;
  list-style: none;
  padding: 0;
  margin: 0 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box .achievements-box__contents .company-list {
    display: block;
    margin: 0 20px;
  }
}
.achievements .achievements-box .achievements-box__contents .company-list li {
  font-size: 18px;
  line-height: 1.5;
  padding: 4px 0;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box .achievements-box__contents .company-list li {
    font-size: 15px;
  }
}
.achievements .achievements-box .achievements-box__contents .company-list li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.achievements .achievements-box .achievements-box__contents .company-list li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.achievements .achievements-box .achievements-box__contents .company-list li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.achievements .achievements-box .achievements-box__contents .company-list li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.achievements .achievements-box .achievements-box__contents .company-list li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.achievements .achievements-box .achievements-box__contents .no1 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box .achievements-box__contents .no1 {
    width: 100%;
  }
}
.achievements .achievements-box .achievements-box__contents .city-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.achievements .achievements-box .achievements-box__contents .city-list li {
  width: 50%;
}
.achievements .achievements-box .achievements-box__contents .city-list__text {
  text-align: right;
  margin: 0;
  font-size: 12px;
}
.achievements .achievements-box .achievements-box__photo {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.achievements .achievements-box .achievements-box__photo .photo-img {
  width: 40%;
  margin: 15px 0 0 0;
}
.achievements .achievements-box .achievements-box__photo .photo-img p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box .achievements-box__photo .photo-img p {
    font-size: 10px;
  }
}
.achievements .achievements-box .achievements-box__photo .photo-text {
  width: 60%;
  font-size: 18px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box .achievements-box__photo .photo-text p{
    font-size: 14px;
  }
}
.achievements .achievements-box .achievements-box__photo .photo-text .photo-text__small {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .achievements .achievements-box .achievements-box__photo .photo-text .photo-text__small {
    font-size: 10px;
    margin-top: 10px;
  }
}
footer {
  padding: 25px 0;
  color: #fff;
  text-align: center;
  background-color: #1F2E3D;
  font-size: 14px;
}

#areaPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
#areaPopup .popup-content {
  background: #f6f7f9;
  padding: 5px 15px;
  border-radius: 10px;
  width: 90%;
  max-width: 640px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#areaPopup .popup-content .message {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 20px auto;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #areaPopup .popup-content .message {
    padding-left: 0;
  }
}
#areaPopup .popup-content .message img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
#areaPopup .popup-content .message .message-title__text {
  position: relative;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #areaPopup .popup-content .message .message-title__text {
    font-size: 16px;
  }
}
#areaPopup .popup-content .message .message-title__text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
#areaPopup .popup-content .message .message-title__text span {
  font-weight: bold;
  color: #cc0000;
}
#areaPopup .popup-content .slide-wrapper {
  display: flex;
  width: 200%;
  transition: transform 0.4s ease;
}
#areaPopup .popup-content .popup-step {
  width: 50%;
  flex-shrink: 0;
  padding: 0 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #areaPopup .popup-content .popup-step {
    padding: 0 10px 10px 10px;
  }
}
#areaPopup .popup-content .popup-step button {
  color: #333;
  display: inline-block;
  width: 23%;
  margin: 5px;
  padding: 12px 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #areaPopup .popup-content .popup-step button {
    width: 44%;
  }
}
#areaPopup .popup-content .popup-step button:hover {
  background-color: #f9f9f9;
  top: 1px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #d73c38;
}
#areaPopup #prefectureSelectChubu button {
  width: 30%;
}
#areaPopup #prefectureSelectKanto {
  display: flex;
  justify-content: space-between;
}
#areaPopup #prefectureSelectKanto button {
  width: 30%;
}
.hidden {
  display: none;
}
/*# sourceMappingURL=style-aichi.css.map */