@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.main {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}

/* mainvisual */
.mainvisual {
  background: url("../images/proposal/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 768px) {
  .mainvisual {
    height: 30vh;
  }
}

/* about */
.about {
  background: #faf6ec;
  padding: 80px 0 72px;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}

.aboutCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
}
.aboutCard:nth-of-type(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  margin-top: 104px;
}
@media (max-width: 768px) {
  .aboutCard:nth-of-type(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    row-gap: 24px;
  }
}
.aboutCard:nth-of-type(2) .aboutCard__img img {
  width: 640px;
}
@media (max-width: 768px) {
  .aboutCard:nth-of-type(2) .aboutCard__img img {
    width: 80%;
  }
}
.aboutCard:nth-of-type(n + 3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .aboutCard:nth-of-type(n + 3) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    margin-top: 40px;
  }
}
.aboutCard:nth-of-type(n + 3) .aboutCard__img img {
  width: 280px;
}
@media (max-width: 768px) {
  .aboutCard:nth-of-type(n + 3) .aboutCard__img img {
    width: 80%;
  }
}
.aboutCard:nth-of-type(5) .aboutCard__img {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .aboutCard:nth-of-type(5) .aboutCard__img {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .aboutCard {
    display: grid;
    grid-template-columns: 100%;
  }
}
.aboutCard__right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.aboutCard__right .aboutCard__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .aboutCard__right .aboutCard__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .aboutCard__right .aboutCard__wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.aboutCard__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutCard__left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.aboutCard__img {
  position: relative;
}
@media (max-width: 768px) {
  .aboutCard__img {
    text-align: center;
  }
  .aboutCard__img img {
    display: inline-block;
  }
}
.aboutCard__img.is-large .aboutCard__imgCaption {
  right: 7%;
  bottom: 8%;
}
@media (max-width: 768px) {
  .aboutCard__img.is-large .aboutCard__imgCaption {
    right: 0;
    bottom: 0;
  }
}
.aboutCard__imgCaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
.aboutCard__wrapper h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .aboutCard__wrapper h2 {
    font-size: 17px;
    line-height: 2;
  }
}
.aboutCard__wrapper h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutCard__wrapper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 24px;
  }
}
.aboutCard__wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutCard__wrapper p {
    font-size: 15px;
    margin-top: 16px;
    text-align: left;
  }
}

/* concept */
.concept {
  padding: 104px 0 48px;
}
@media (max-width: 768px) {
  .concept {
    padding: 48px 0 24px;
  }
}
.concept .heading p {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .concept .heading p {
    margin-top: 24px;
  }
}
.concept__wrapper {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  display: grid;
  margin-top: 72px;
  grid-template-columns: 556px auto;
}
@media (max-width: 1080px) {
  .concept__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .concept__wrapper {
    margin-top: 32px;
    grid-template-columns: 100%;
    row-gap: 16px;
  }
}
.concept__img {
  position: relative;
}
.concept__imgCap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
}
.concept__title {
  color: #4e5e55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: 500;
  margin-top: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1080px) {
  .concept__title {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .concept__title {
    font-size: 20px;
  }
}
.concept__title span {
  background: #fff;
  padding: 0 16px;
}
.concept__title::before {
  border-top: 1px solid #4e5e55;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.concept__notes {
  color: #4e5e55;
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .concept__notes {
    line-height: 1.3;
    margin-top: 4px;
    text-align: left;
  }
}
.concept__notes + .concept__notes {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .concept__notes + .concept__notes {
    margin-left: 0;
  }
}
.concept__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .concept__head {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 8px;
  }
}
.concept__column {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  display: grid;
  margin-top: 24px;
  grid-template-columns: auto 310px;
}
@media (max-width: 1080px) {
  .concept__column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .concept__column {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    display: grid;
    margin-top: 24px;
  }
}
.concept__inner {
  background: #faf6ec;
  padding: 24px;
}
@media (max-width: 1080px) {
  .concept__inner {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .concept__inner {
    padding: 24px;
    margin-top: 0;
  }
}
.concept__inner .concept__notes {
  text-align: start;
}
.concept__item {
  background: #faf6ec;
  padding: 24px 16px;
}
@media (max-width: 768px) {
  .concept__item {
    padding: 16px;
  }
}
.concept__item dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #4e5e55;
  font-size: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .concept__item dt {
    font-size: 18px;
  }
}
.concept__item dt span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c79f43;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
}
@media (max-width: 768px) {
  .concept__item dt span {
    font-size: 18px;
    height: 24px;
    width: 24px;
  }
}
.concept__item dd {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .concept__item dd {
    font-size: 15px;
    margin-top: 16px;
  }
}
.concept__word {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #4e5e55;
  font-size: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .concept__word {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    color: #4e5e55;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
  }
}
.concept__word span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c79f43;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
}
@media (max-width: 768px) {
  .concept__word span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #c79f43;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
  }
}
.concept__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .concept__flex {
    gap: 8px;
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.concept__flex_cap {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}
.concept__unit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #cea442;
  color: #cea442;
  font-size: 18px;
  padding-block: 12px;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: 194px;
  display: grid;
}
@media (max-width: 768px) {
  .concept__unit {
    font-size: 14px;
    height: 65px;
    padding: 16px;
    width: 36.5%;
  }
}
@media (max-width: 768px) {
  .concept__unit {
    width: calc(73% + 42px);
  }
}
.concept__unit:nth-of-type(4) {
  display: block;
}
@media (max-width: 768px) {
  .concept__unit:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.concept__unit span {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.concept__unit.is-required {
  background: #cea442;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.concept__unit.is-required::before {
  background: #fff;
  color: #cea442;
  content: "必須";
  font-size: 12px;
  left: -24px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80px;
}
.concept__unit--w2 {
  width: 300px;
}
@media (max-width: 768px) {
  .concept__unit--w2 {
    width: calc(73% + 42px);
  }
}
.concept__unit--w3 {
  width: 406px;
}
@media (max-width: 768px) {
  .concept__unit--w3 {
    width: calc(73% + 42px);
  }
}
@media (max-width: 768px) {
  .concept__unit.tab-width-full {
    width: calc(73% + 42px);
  }
}
.concept__unit_unique {
  background: #cea442;
  color: #fff;
}

/* merit */
.merit .container1280 {
  background: #faf6ec;
  padding: 80px 0 110px;
}
@media (max-width: 768px) {
  .merit .container1280 {
    padding: 40px 20px 64px;
  }
}
.merit .heading p {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .merit .heading p {
    margin-top: 24px;
  }
}
.merit__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  max-width: 980px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .merit__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto 0;
    max-width: 100%;
    width: auto;
  }
}
.merit__balloon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  height: 280px;
  line-height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 280px;
}
@media (max-width: 1080px) {
  .merit__balloon {
    width: 28vw;
    height: 28vw;
  }
}
@media (max-width: 768px) {
  .merit__balloon {
    font-size: 18px;
    height: 95px;
    line-height: 1.4;
    width: 95px;
  }
}
.merit__balloon--red {
  background: #e06248;
}
.merit__balloon--orange {
  background: #f4a258;
}
.merit__balloon--green {
  background: #7bada4;
}

.boxMerit {
  background: #fff;
  border-radius: 20px;
  margin: 64px auto 0;
  max-width: 980px;
  width: 100%;
}
@media (max-width: 768px) {
  .boxMerit {
    border-radius: 15px;
    margin: 40px auto 0;
    max-width: 100%;
  }
}
.boxMerit--red {
  border: 2px solid #e06248;
}
.boxMerit--red .boxMerit__header {
  background: #e06248;
}
.boxMerit--orange {
  border: 2px solid #f4a258;
}
.boxMerit--orange .boxMerit__header {
  background: #f4a258;
}
.boxMerit--green {
  border: 2px solid #7bada4;
}
.boxMerit--green .boxMerit__header {
  background: #7bada4;
}
.boxMerit--green .boxMerit__word {
  font-size: 19px;
  line-height: 2;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .boxMerit--green .boxMerit__word {
    font-size: 14px;
    line-height: 2;
    margin-top: 24px;
    text-align: left;
  }
}
.boxMerit__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 220px auto;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .boxMerit__header {
    border-radius: 10px;
    display: grid;
    grid-template-columns: 100%;
    row-gap: 10px;
    padding: 16px;
  }
}
.boxMerit__header h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  .boxMerit__header h3 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.boxMerit__header h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  .boxMerit__header h4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.boxMerit__header p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .boxMerit__header p {
    font-size: 14px;
  }
}
.boxMerit__body {
  background: #fff;
  margin: 0 auto;
  max-width: 800px;
  padding: 35px 0 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .boxMerit__body {
    border-radius: 0 0 15px 15px;
    max-width: 100%;
    padding: 24px 12px 15px;
    width: auto;
  }
}
.boxMerit__body h4 {
  color: #f4a258;
  font-size: clamp(2.2rem, -0.077rem + 3.077vw, 3rem);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .boxMerit__body h4 {
    margin-bottom: 20px;
  }
}
.boxMerit__body_b {
  padding-top: 40px;
}
.boxMerit__body_b h5 {
  color: #f4a258;
  font-size: clamp(2.2rem, -0.077rem + 3.077vw, 3rem);
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .boxMerit__body_b h5 {
    margin-bottom: 20px;
  }
}
.boxMerit__body_b_intro {
  font-size: clamp(1.4rem, 0.262rem + 1.538vw, 1.8rem);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .boxMerit__body_b_intro {
    margin-bottom: 20px;
  }
}
.boxMerit__body_b ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
  margin: 0 auto 20px;
}
@media (max-width: 1080px) {
  .boxMerit__body_b ul {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .boxMerit__body_b ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }
}
.boxMerit__body_b ul li {
  margin: 0 auto;
  width: 250px;
  height: 250px;
  background-color: #f4a258;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
}
@media (max-width: 1080px) {
  .boxMerit__body_b ul li {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li {
    width: 150px;
    height: 150px;
  }
}
.boxMerit__body_b ul li h6 {
  font-size: clamp(1.6rem, -0.962rem + 3.462vw, 2.5rem);
  padding: 50px 0 20px;
}
@media (max-width: 1080px) {
  .boxMerit__body_b ul li h6 {
    padding: 40px 0 15px;
  }
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li h6 {
    padding: 25px 0 10px;
  }
}
.boxMerit__body_b ul li p {
  font-size: clamp(1rem, -0.423rem + 1.923vw, 1.5rem);
  line-height: 1.5;
}
.boxMerit__body_b ul li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.boxMerit__body_b ul li:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.boxMerit__body_b ul li:nth-child(3) {
  grid-column: 5/7;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.boxMerit__body_b ul li:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.boxMerit__body_b ul li:nth-child(5) {
  grid-column: 4/6;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .boxMerit__body_b ul li:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.boxMerit__imgWrap {
  position: relative;
}
.boxMerit__imgCaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 8px;
  font-size: 12px;
}
.boxMerit__title {
  background: #e06248;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 32px;
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .boxMerit__title {
    font-size: 18px;
    margin-top: 16px;
  }
}
.boxMerit__list {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
}
@media (max-width: 768px) {
  .boxMerit__list {
    display: grid;
    margin-top: 24px;
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.boxMerit__img {
  position: relative;
}
.boxMerit__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 4px;
}
.boxMerit__caption.is-white {
  color: #fff;
}
.boxMerit__word {
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .boxMerit__word {
    font-size: 16px;
    margin-top: 16px;
  }
}
.boxMerit__text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .boxMerit__text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
}
.boxMerit__notes {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .boxMerit__notes {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 8px;
  }
}
.boxMerit__overview {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  display: grid;
  grid-template-columns: 250px auto;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .boxMerit__overview {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 24px;
  }
}
.boxMerit__overview .boxMerit__word {
  text-align: left;
}
@media (max-width: 768px) {
  .boxMerit__overview .boxMerit__word {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .boxMerit__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.boxMerit__logo {
  margin-top: 16px;
}
.boxMerit__logo img {
  width: 160px;
}
@media (max-width: 768px) {
  .boxMerit__logo img {
    width: 120px;
  }
}
.boxMerit__annotation {
  font-size: 11px;
  line-height: 1.3;
  margin-top: 16px;
}
.boxMerit__source {
  font-size: 8px;
  margin-top: 8px;
  text-align: right;
}

.boxMeritUnit {
  border: 2px solid #f4a258;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .boxMeritUnit {
    margin-top: 40px;
  }
}
.boxMeritUnit:nth-of-type(n + 2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .boxMeritUnit:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}
.boxMeritUnit__title {
  background: #f4a258;
  color: #fff;
  font-size: 12px;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .boxMeritUnit__title {
    background: #f4a258;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 16px;
  }
}
.boxMeritUnit__column {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  display: grid;
  padding: 40px 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .boxMeritUnit__column {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    display: grid;
    padding: 24px 16px;
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}
.boxMeritUnit__word {
  font-size: 14px;
}
.boxMeritUnit__1st, .boxMeritUnit__2nd {
  position: relative;
}
.boxMeritUnit__1st::after, .boxMeritUnit__2nd::after {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #585250;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: -22px;
  top: 0;
  width: 0;
}
@media (max-width: 768px) {
  .boxMeritUnit__1st::after, .boxMeritUnit__2nd::after {
    bottom: -185px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.boxMeritUnit__1st .boxMeritUnit__word {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d5d4d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.boxMeritUnit__1st .boxMeritUnit__word + .boxMeritUnit__word {
  margin-top: 10px;
}
.boxMeritUnit__2nd .boxMeritUnit__word {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #585250;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.boxMeritUnit__2nd .boxMeritUnit__text {
  border: 2px dashed #f4a258;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 8px;
  padding: 8px;
}
.boxMeritUnit__3rd .boxMeritUnit__word {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9d0ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.boxMeritUnit__grid {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 40px 16px;
}
@media (max-width: 768px) {
  .boxMeritUnit__grid {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    display: grid;
    grid-template-columns: 100%;
    padding: 24px 16px;
    row-gap: 16px;
  }
}
.boxMeritUnit__item dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9d0ab;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 68px;
  line-height: 1.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
.boxMeritUnit__item dt::after {
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #585250;
  bottom: -72px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0;
}
.boxMeritUnit__item dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6b579;
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 68px;
  line-height: 1.3;
  margin-top: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}/*# sourceMappingURL=proposal.css.map */