@charset "UTF-8";
@media screen and (min-width: 1024.01px) {
.about-contact-container .contact-bg[data-v-d63692c8] {
    margin-inline: auto;
    margin: 0 auto 0 auto;
    padding: 60px 64px;
    background-size: cover;
    height: 320px;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.about-contact-container .contact-bg[data-v-d63692c8] {
    padding: 30px 30px;
    height: 280px;
    background-size: cover;
}
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container .contact-bg[data-v-d63692c8] {
    padding: 30px 0;
    background-size: cover;
    height: 180px;
}
}
.about-contact-container .title[data-v-d63692c8] {
  font-size: 40px;
  font-family: "Montserrat-SemiBold", "NotoSansJP-Medium";
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-wh-primary);
  line-height: 1.5;
  white-space: break-spaces;
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container .title[data-v-d63692c8] {
    font-size: 20px;
    font-family: "Montserrat-SemiBold", "NotoSansJP-Medium";
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-wh-primary);
    padding-left: 24px;
}
}
.about-contact-container .contact-list[data-v-d63692c8] {
  font-family: "Montserrat";
}
@media (min-width: 768px) {
.about-contact-container .contact-list[data-v-d63692c8] {
    padding: 0 3.3333333333vw;
    top: -64px;
    gap: 40px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container .contact-list[data-v-d63692c8] {
    padding: 0 24px;
    flex-direction: column;
    top: -40px;
    gap: 20px;
}
}
.about-contact-container .contact-list[data-v-d63692c8] {
  display: flex;
  position: relative;
}
.about-contact-container .contact-item[data-v-d63692c8] {
  font-family: "Montserrat";
}
@media (min-width: 768px) {
.about-contact-container .contact-item[data-v-d63692c8] {
    height: 450px;
    line-height: 2;
    padding: 0 64px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container .contact-item[data-v-d63692c8] {
    height: 320px;
    line-height: 1.5;
    padding: 20px 20px;
}
}
.about-contact-container .contact-item[data-v-d63692c8] {
  min-width: 31.25vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgb(248, 249, 250);
  text-align: center;
  color: rgb(26, 29, 37);
}
@media (min-width: 768px) {
.about-contact-container .item-image[data-v-d63692c8] {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 24px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container .item-image[data-v-d63692c8] {
    width: 60px;
    margin: 10px auto;
    line-height: 1;
}
}
.about-contact-container hr[data-v-d63692c8] {
  margin: 1.6666666667vw 0;
  border: 0.5px solid #C2C8D3;
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container hr[data-v-d63692c8] {
    margin: 0 40px;
}
}
.about-contact-container .item-title[data-v-d63692c8] {
  font-size: 24px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 0) and (max-width: 767px) {
.about-contact-container .item-title[data-v-d63692c8] {
    font-size: 20px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    padding: 16px 0 24px 0;
    line-height: 1;
}
}
.about-contact-container .item-content[data-v-d63692c8] {
  margin: 0 auto;
  width: 100%;
  line-height: 2 !important;
  white-space: pre-wrap;
  font-size: 16px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  padding: 24px 64px 32px;
}
.about-contact-container .email-listOut[data-v-d63692c8] {
  margin: 0 auto;
  width: 100%;
  padding: 24px 40px 32px;
  font-size: 14px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
}
.about-contact-container[data-v-d63692c8] {
  /* 奇数行样式 */
}
.about-contact-container .email-list div[data-v-d63692c8]:nth-child(odd) {
  color: rgb(161, 166, 175);
  line-height: 2 !important;
  font-size: 14px;
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
}
.about-contact-container[data-v-d63692c8] {
  /* 偶数行样式 */
}
.about-contact-container .email-list div[data-v-d63692c8]:nth-child(even) {
  color: rgb(26, 29, 37);
  line-height: 2 !important;
  font-size: 14px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
}