@charset "UTF-8";
.main .message .prepend .text .catch::before, .main .message .prepend .text p::before, .main .message .sub--01 p span::before,
.main .message .about--01 p span::before, .main .message .sub--02 p::before,
.main .message .about--02 p::before, .main .message .sub--03 .note::before,
.main .message .about--03 .note::before, .main .message .sub--04 p::before,
.main .message .about--04 p::before, .main .message .sub--04 .note::before,
.main .message .about--04 .note::before, .main .message .about p::before, .main .companies .prepend p::before, .main .companies .body .item p::before, .main .message .prepend .text .catch::after, .main .message .prepend .text p::after, .main .message .sub--01 p span::after,
.main .message .about--01 p span::after, .main .message .sub--02 p::after,
.main .message .about--02 p::after, .main .message .sub--03 .note::after,
.main .message .about--03 .note::after, .main .message .sub--04 p::after,
.main .message .about--04 p::after, .main .message .sub--04 .note::after,
.main .message .about--04 .note::after, .main .message .about p::after, .main .companies .prepend p::after, .main .companies .body .item p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .message .prepend .text .catch::before, .main .message .prepend .text p::before, .main .message .sub--01 p span::before,
.main .message .about--01 p span::before, .main .message .sub--02 p::before,
.main .message .about--02 p::before, .main .message .sub--03 .note::before,
.main .message .about--03 .note::before, .main .message .sub--04 p::before,
.main .message .about--04 p::before, .main .message .sub--04 .note::before,
.main .message .about--04 .note::before, .main .message .about p::before, .main .companies .prepend p::before, .main .companies .body .item p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .message .prepend .text .catch::after, .main .message .prepend .text p::after, .main .message .sub--01 p span::after,
.main .message .about--01 p span::after, .main .message .sub--02 p::after,
.main .message .about--02 p::after, .main .message .sub--03 .note::after,
.main .message .about--03 .note::after, .main .message .sub--04 p::after,
.main .message .about--04 p::after, .main .message .sub--04 .note::after,
.main .message .about--04 .note::after, .main .message .about p::after, .main .companies .prepend p::after, .main .companies .body .item p::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (min-width: 751px) {
  .main .wrap {
    width: 14.4rem;
  }
}
.main .pageTitle {
  padding: 2.2rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .pageTitle {
    padding: 1.8rem 0 0;
  }
}
.main .pageTitle .en {
  width: 3.1rem;
}
@media screen and (min-width: 751px) {
  .main .pageTitle .en {
    width: 3.4rem;
  }
  .main .pageTitle .en img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .main .pageTitle .image {
    margin: 0.4rem 0 0;
  }
}
.main .message {
  padding: 1.2rem 0 0;
  background: #fff;
}
.main .message .ttl {
  border-bottom: 0.1rem solid #3f865a;
  padding: 0 0 0.35rem;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .main .message .ttl {
    border-bottom-width: 0.05rem;
    padding: 0 0 0.2rem;
    font-size: 0.3rem;
  }
}
.main .message .prepend {
  margin: 0.75rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .prepend {
    margin: 0.6rem 0 0;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
}
.main .message .prepend .text {
  padding: 0 0.28rem;
}
@media screen and (min-width: 751px) {
  .main .message .prepend .text {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 0;
    text-align: center;
  }
}
.main .message .prepend .text .catch {
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .main .message .prepend .text .catch {
    font-size: 0.3rem;
  }
}
.main .message .prepend .text p {
  padding: 0.75rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.24rem;
  line-height: 2.0833333333;
}
@media screen and (min-width: 751px) {
  .main .message .prepend .text p {
    padding: 0.6rem 0 0;
    font-size: 0.18rem;
  }
}
.main .message .prepend .text .logo {
  width: 3.2rem;
  margin: 0.8rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .prepend .text .logo {
    margin: 0.6rem auto 0;
  }
}
.main .message .prepend .image {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .prepend .image {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .main .message .body {
    display: grid;
    grid-template-rows: auto 1fr auto auto auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin: 0.6rem 0 0;
  }
}
.main .message .sub,
.main .message .about {
  padding: 0 0.6rem;
  box-shadow: inset 0 0 0 1px #3f865a;
}
.main .message .sub--01,
.main .message .about--01 {
  margin: 1.2rem 0 0;
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 751px) {
  .main .message .sub--01,
  .main .message .about--01 {
    grid-row: 1/3;
    grid-column: 1/2;
    margin: 0;
    padding: 0.4rem;
  }
}
.main .message .sub--01 .sttl img,
.main .message .about--01 .sttl img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .main .message .sub--01 .sttl,
  .main .message .about--01 .sttl {
    width: 80%;
    margin: 0 auto;
  }
}
.main .message .sub--01 p,
.main .message .about--01 p {
  padding: 0.7rem 0 0;
  color: #3f865a;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .main .message .sub--01 p,
  .main .message .about--01 p {
    padding: 0.6rem 0 0;
  }
}
.main .message .sub--01 p span,
.main .message .about--01 p span {
  display: block;
  font-size: 0.26rem;
  line-height: 2.3076923077;
}
@media screen and (min-width: 751px) {
  .main .message .sub--01 p span,
  .main .message .about--01 p span {
    font-size: 0.2rem;
  }
}
.main .message .sub--01 p span:last-child,
.main .message .about--01 p span:last-child {
  font-size: 1.3846153846em;
  line-height: 1.75;
}
.main .message .sub--01 p img,
.main .message .about--01 p img {
  display: block;
  width: 3.37rem;
  margin: 0.7rem auto 0.75rem;
}
@media screen and (min-width: 751px) {
  .main .message .sub--01 p img,
  .main .message .about--01 p img {
    width: 2.696rem;
    margin: 0.6rem auto;
  }
}
.main .message .sub--02,
.main .message .about--02 {
  margin: 0.4rem 0 0;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 751px) {
  .main .message .sub--02,
  .main .message .about--02 {
    grid-row: 1/2;
    grid-column: 2/3;
    margin: 0;
    padding: 0.4rem;
  }
}
.main .message .sub--02 .sttl,
.main .message .about--02 .sttl {
  width: 3.82rem;
}
@media screen and (min-width: 751px) {
  .main .message .sub--02 .sttl,
  .main .message .about--02 .sttl {
    width: 3.056rem;
  }
}
.main .message .sub--02 .sttl img,
.main .message .about--02 .sttl img {
  width: 100%;
}
.main .message .sub--02 p,
.main .message .about--02 p {
  padding: 0.5rem 0 0;
  color: #3f865a;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.7692307692;
}
@media screen and (min-width: 751px) {
  .main .message .sub--02 p,
  .main .message .about--02 p {
    font-size: 0.2rem;
  }
}
.main .message .sub--03,
.main .message .about--03 {
  margin: 0.4rem 0 0;
  padding: 0.7rem 0.4rem 0.6rem;
  color: #3f865a;
}
@media screen and (min-width: 751px) {
  .main .message .sub--03,
  .main .message .about--03 {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    grid-row: 4/5;
    grid-column: 1/3;
    margin: 0;
    padding: 0.4rem;
  }
}
.main .message .sub--03 .sttl,
.main .message .about--03 .sttl {
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .main .message .sub--03 .sttl,
  .main .message .about--03 .sttl {
    grid-row: 1/2;
    grid-column: 1/3;
    font-size: 0.3rem;
  }
}
.main .message .sub--03 .image,
.main .message .about--03 .image {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .sub--03 .image,
  .main .message .about--03 .image {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0;
  }
}
.main .message .sub--03 .image--01, .main .message .sub--03 .image--02,
.main .message .about--03 .image--01,
.main .message .about--03 .image--02 {
  width: calc(50% - 0.05rem);
}
.main .message .sub--03 .image--03,
.main .message .about--03 .image--03 {
  width: 100%;
}
.main .message .sub--03 .image img,
.main .message .about--03 .image img {
  width: 100%;
}
.main .message .sub--03 .image figcaption,
.main .message .about--03 .image figcaption {
  line-height: 1.5;
  text-align: right;
}
.main .message .sub--03 .chart,
.main .message .about--03 .chart {
  margin: 0.7rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .sub--03 .chart,
  .main .message .about--03 .chart {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-end;
    margin: 0;
  }
}
.main .message .sub--03 .note,
.main .message .about--03 .note {
  padding: 0.7rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .main .message .sub--03 .note,
  .main .message .about--03 .note {
    grid-row: 3/4;
    grid-column: 1/3;
    padding: 0;
    font-size: 0.14rem;
  }
}
.main .message .sub--04,
.main .message .about--04 {
  margin: 0.4rem 0 0;
  padding: 0.7rem 0.4rem 0.6rem;
}
@media screen and (min-width: 751px) {
  .main .message .sub--04,
  .main .message .about--04 {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    grid-row: 5/6;
    grid-column: 1/3;
    margin: 0;
    padding: 0.4rem;
  }
}
.main .message .sub--04 .sttl,
.main .message .about--04 .sttl {
  width: 4.55rem;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .main .message .sub--04 .sttl,
  .main .message .about--04 .sttl {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 3.64rem;
  }
}
.main .message .sub--04 .sttl img,
.main .message .about--04 .sttl img {
  width: 100%;
}
.main .message .sub--04 p,
.main .message .about--04 p {
  padding: 0.6rem 0 0;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .message .sub--04 p,
  .main .message .about--04 p {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 0;
  }
}
.main .message .sub--04 .image,
.main .message .about--04 .image {
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .sub--04 .image,
  .main .message .about--04 .image {
    grid-row: 2/4;
    grid-column: 2/3;
    margin: 0;
  }
}
.main .message .sub--04 .detail,
.main .message .about--04 .detail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.7rem auto 0;
  padding: 0 0.38rem 0 0;
  background: url(../img/brand/ico-ext.png) 100% 50%/0.28rem auto no-repeat;
  color: #3f865a;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .main .message .sub--04 .detail,
  .main .message .about--04 .detail {
    grid-row: 3/4;
    grid-column: 1/2;
    margin: 0 auto;
  }
}
.main .message .sub--04 .note,
.main .message .about--04 .note {
  padding: 0.7rem 0 0;
  color: #3f865a;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .main .message .sub--04 .note,
  .main .message .about--04 .note {
    grid-row: 4/5;
    grid-column: 1/3;
    padding: 0;
    font-size: 0.14rem;
  }
}
.main .message .image--middle {
  margin: 0.4rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .message .image--middle {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-end;
    margin: 0;
  }
}
.main .message .image--middle img {
  width: 100%;
}
.main .message .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 0.6rem 0;
  margin: 0.1rem 0 0;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 751px) {
  .main .message .about {
    grid-row: 3/4;
    grid-column: 1/3;
    justify-content: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.4rem;
  }
}
.main .message .about p {
  width: 100%;
  color: #3f865a;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.7692307692;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .message .about p {
    font-size: 0.2rem;
  }
}
.main .message .about .logo--01 {
  width: 2.86rem;
}
.main .message .about .logo--02 {
  width: 1.9rem;
}
.main .banner {
  padding: 0.4rem 0.4rem 0;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .main .banner {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.6rem 0 0;
  }
}
.main .banner .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
}
@media screen and (min-width: 751px) {
  .main .banner .item a {
    width: 7.1rem;
  }
}
.main .banner .item a .text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.38rem 0 0;
  background: 100% 50%/0.28rem auto no-repeat;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 1;
}
.main .banner .item--01 a {
  box-shadow: inset 0 0 0 1px #3f865a;
}
.main .banner .item--01 a img {
  width: 2.59rem;
}
.main .banner .item--01 a .text {
  margin: 0.2rem 0 0;
  background-image: url(../img/brand/ico-ext.png);
  color: #3f865a;
}
.main .banner .item--02 {
  margin: 0.1rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .banner .item--02 {
    margin: 0;
  }
}
.main .banner .item--02 a {
  background: #3f865a;
  color: #fff;
}
.main .banner .item--02 a img {
  width: 2.64rem;
}
.main .banner .item--02 a .text {
  margin: 0.3rem 0 0;
  background-image: url(../img/brand/ico-ext_w.png);
}
.main .companies {
  padding: 1.2rem 0 1.5rem;
  background: #fff;
}
.main .companies .prepend {
  text-align: center;
}
.main .companies .prepend .ttl {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .main .companies .prepend .ttl {
    font-size: 0.4rem;
  }
}
.main .companies .prepend p {
  padding: 0.5rem 0 0;
  font-size: 0.3rem;
  line-height: 1.7666666667;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .companies .prepend p {
    font-size: 0.24rem;
  }
}
@media screen and (min-width: 751px) {
  .main .companies .body {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin: 0.8rem 0 0;
  }
}
.main .companies .body .item {
  margin: 0.8rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .companies .body .item {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.main .companies .body .item .name {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .main .companies .body .item .name {
    height: 1.2rem;
  }
}
.main .companies .body .item .name img {
  width: 100%;
}
.main .companies .body .item p {
  padding: 0.5rem 0 0;
  font-size: 0.26rem;
  line-height: 1.7692307692;
}
@media screen and (min-width: 751px) {
  .main .companies .body .item p {
    padding: 0 0 0.4rem;
    font-size: 0.2rem;
  }
}
.main .companies .body .item .image {
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .companies .body .item .image {
    margin: auto 0 0;
  }
}
.main .companies .body .item .image img {
  width: 100%;
}
.main .companies .body .item--01 .name {
  width: 3.71rem;
}
.main .companies .body .item--02 .name {
  width: 3.781rem;
}
.main .companies .body .item--03 .name {
  width: 4.9rem;
}
.main .companies .body .item--04 .name {
  width: 2.05rem;
}
.main .companies .body .item--05 .name {
  width: 3.59rem;
}/*# sourceMappingURL=brand.css.map */