/* =====================
   共通パーツ
   ===================== */
:root {
  --customSubTextColor: #7c7c7c;
  --footerBtnColor: #707070;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-color: #EAEAEA;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
}

.content-width {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}


/* =====================
   ABOUTページ 共通パーツ
   ===================== */
.about-subtitle {
  font-size: 12px;
  font-family: "Helvetica", Helvetica, sans-serif;
  font-weight: bold;
  color: #7c7c7c;
  margin-bottom: 16px;
}

.about-maintitle {
  font-size: 23px;
  font-family: "Helvetica", Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  line-height: 32px;
}

.about-maintitle-2 {
  font-size: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  line-height: 32px;
}

.about-text {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 650px) {
  .about-subtitle {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .about-maintitle {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .about-maintitle-2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .about-text {
    font-size: 20px;
  }
}


/* =====================
   BRANDING MESSAGE セクション
   ===================== */
.branding-message {
  margin-bottom: 88px;
  padding: 0 24px;
}

.branding-message__wrapepr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.branding-message__wrapper__img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.branding-message__wrapper__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.branding-message__wrapper__img picture:first-child {
  margin-bottom: 14px;
}

.branding-message__wrapper__text {
  max-width: 650px;
  width: 100%;
}

.branding-message .about-text {
  line-height: 28px;
}

.branding-message .mb-fix {
  display: block;
  margin-bottom: 8%;
}


/* =====================
   BALLON (POCHE) セクション
   ===================== */
.poche {
  padding: 0 24px;
  margin-bottom: 80px;
}

.poche-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.poche-wrapper__text {
  width: 100%;
  order: 2;
}

.poche .about-text {
  line-height: 28px;
}

.poche-wrapper__img {
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}

.poche-wrapper__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* =====================
   BRAND HISTORY セクション
   ===================== */
.brand-history {
  margin-bottom: 268px;
  padding: 0 24px;
}

.brand-history__wrapepr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.brand-history__wrapper__img {
  width: 100%;
  margin-bottom: 30px;
}

.brand-history__wrapper__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.brand-history__wrapper__text {
  width: 100%;
}

.brand-history .about-text {
  line-height: 28px;
}

.brand-history .mb-fix {
  display: block;
  margin-bottom: 7%;
}


/* =====================
   COMPANY INFO セクション
   ===================== */
.company-info {
  border-top: 1px solid #7c7c7c;
  padding: 160px 15px 0;
  margin-bottom: 280px;
}

.company-info__wrapper {
  display: flex;
  flex-direction: column;
}

.info-title {
  font-size: 30px;
  font-family: "Helvetica", Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
}

.info-subtitle {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 47px;
}

.company-info__wrapper__profile {
  width: 100%;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.info-table td {
  font-size: 15px;
  padding: 19px 0;
  border-bottom: 1px solid #7c7c7c;
  vertical-align: top;
  color: #000;
}

.info-table td:first-child {
  width: 20%;
}

.info-table .pt-fix td {
  padding-top: 0;
}

.company-info__wrapper__map {
  width: 100%;
  margin-top: 60px;
}

.info-map__box {
  max-width: 520px;
}

.info-map__box iframe {
  width: 100%;
}


/* =====================
   900px以上のレスポンシブ対応
   ===================== */
@media screen and (min-width: 900px) {
  /* BRANDING MESSAGE */
  .branding-message {
    margin-bottom: 160px;
    padding: 0 15px;
  }
  .branding-message__wrapper__img {
    width: 70%;
    max-width: 740px;
    margin-bottom: 0;
    flex-direction: row;
  }
  .branding-message__wrapper__img img {
    width: 100%;
    max-width: 740px;
    height: 740px;
  }
  .branding-message__wrapper__img picture:first-child {
    padding-right: 5.5%;
    margin-bottom: 0;
  }
  .branding-message__wrapper__text {
    width: 30%;
    padding: 0 0 0 15px;
  }
  .branding-message__wrapepr {
    flex-direction: row;
  }
  .branding-message__wrapper__text {
    max-width: 392px;
    padding-top: 9%;
  }
  .branding-message .about-text {
    line-height: 40px;
  }
  .branding-message .mb-fix {
    margin-bottom: 10.5%;
  }

  /* POCHE */
  .poche {
    padding: 0 15px;
    margin-bottom: 160px;
  }
  .poche-wrapper {
    flex-direction: row;
  }
  .poche-wrapper__text {
    width: 48.5%;
    max-width: 480px;
    padding-right: 15px;
    margin: auto 0;
    order: 1;
  }
  .poche .about-text {
    line-height: 40px;
  }
  .poche-wrapper__img {
    width: 51.5%;
    order: 2;
    margin-bottom: 0;
  }

  /* BRAND HISTORY */
  .brand-history {
    margin-bottom: 160px;
  }
  .brand-history__wrapepr {
    flex-direction: row;
    justify-content: space-between;
  }
  .brand-history__wrapper__img {
    width: 41.3%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .brand-history__wrapper__img img {
    height: 976px;
  }
  .brand-history__wrapper__text {
    width: 58.7%;
    max-width: 620px;
    height: auto;
    padding-left: 15px;
  }
  .brand-history .about-text {
    line-height: 37.5px;
  }
  .brand-history .mb-fix {
    margin-bottom: 6.5%;
  }

  /* COMPANY INFO */
  .company-info__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .company-info__wrapper__profile {
    width: 48.5%;
  }
  .company-info__wrapper__map {
    width: 41%;
    margin-top: 0;
  }
}


/***********************
    共通パーツ
***********************/
:root {
  --customSubTextColor: #7c7c7c;
  --footerBtnColor: #707070;
}

