@charset "UTF-8";
#cr01 .well {
  background: rgba(250, 120, 0, 0.1);
  padding: 70px 58px 42px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #cr01 .well {
    padding: 35px 30px 40px;
  }
}
#cr01 .well dl {
  display: flex;
  gap: 57px;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #cr01 .well dl {
    display: block;
  }
}
#cr01 .well dl dt {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.666;
}
@media screen and (max-width: 768px) {
  #cr01 .well dl dt {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
#cr01 .well dl dd {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #cr01 .well dl dd {
    font-size: 14px;
  }
}
#cr01 .well ul {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 9px;
}
@media screen and (max-width: 768px) {
  #cr01 .well ul {
    padding: 0;
    flex-direction: column;
  }
}
#cr01 .well ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #FA7800;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #FA7800;
  padding: 1.25em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #cr01 .well ul li {
    font-size: 15px;
  }
  #cr01 .well ul li br {
    display: none;
  }
}
#cr01 .well.well-01 {
  margin-bottom: 24px;
}
#cr01 .well.well-01::before {
  content: "";
  display: block;
  width: 91px;
  height: 76.48px;
  position: absolute;
  left: 50%;
  bottom: -51px;
  transform: translateX(-50%);
  background: url(img/cr01-arw-dn.svg);
  background-size: cover;
}
#cr01 .well.well-02 {
  background: rgba(250, 120, 0, 0.3);
  padding-bottom: 33px;
}
#cr01 .well.well-02 ul li {
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #cr01 .well.well-02 ul li {
    padding: 1.25em;
  }
}

#cr02 h2 {
  margin-bottom: 50px;
}
#cr02 figure {
  background: rgba(250, 120, 0, 0.05);
  margin: 0 -65px;
  padding: 50px 26px 60px 18px;
}
@media screen and (max-width: 768px) {
  #cr02 figure {
    margin: 0 -20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #cr02 figure > span {
    display: flex;
    padding-right: 20px;
    overflow-x: scroll;
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
  }
  #cr02 figure > span::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #cr02 figure img {
    display: block;
    width: 800px;
    max-width: none;
    margin-left: 20px;
  }
}
#cr02 figure figcaption {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 30px 100px 0;
}
@media screen and (max-width: 768px) {
  #cr02 figure figcaption {
    font-size: 15px;
    padding: 30px 20px;
  }
}
#cr02 figure figcaption span.pink {
  color: #EB6D65;
}
#cr02 figure figcaption span.blue {
  color: #0096C2;
}
#cr02 figure figcaption span.green {
  color: #00A45E;
}

#cr03 p {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #cr03 p {
    margin-bottom: 35px;
  }
}
#cr03 .photos {
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  #cr03 .photos {
    flex-wrap: wrap;
  }
}
#cr03 .photos figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cr03 .photos figure {
    flex: 0 0 calc((100% - 3px) / 2);
    width: auto;
  }
}

#cr04 p {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #cr04 p {
    margin-bottom: 30px;
  }
}
#cr04 .flex {
  gap: 28px;
}
@media screen and (max-width: 768px) {
  #cr04 .flex {
    display: block;
  }
}
#cr04 .flex ul {
  width: 100%;
}
#cr04 .flex ul li {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: left;
  color: #212121;
  border-bottom: 1px solid rgba(80, 80, 80, 0.2);
  padding: 0.35em 0 0.35em 1em;
}
#cr04 .flex ul li:first-of-type {
  border-top: 1px solid rgba(80, 80, 80, 0.2);
}
@media screen and (max-width: 768px) {
  #cr04 .flex ul li:first-of-type {
    border-top: none;
  }
}
#cr04 .flex ul li::before {
  content: "・";
  margin-left: -1em;
}

#cr05 p {
  margin-bottom: 30px;
}
#cr05 figure {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #cr05 figure {
    margin-bottom: 30px;
    margin-right: -20px;
    overflow-x: scroll;
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
  }
  #cr05 figure::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #cr05 figure img {
    width: 600px;
    max-width: none;
    margin-right: 20px;
  }
}
#cr05 .flow-item {
  width: 100%;
  background: rgba(119, 178, 100, 0.2);
  margin-bottom: 24px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item {
    margin-bottom: 1.875vw;
    padding: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item {
    margin-bottom: 6.4vw;
    padding: 30px 10px 30px;
  }
}
#cr05 .flow-item::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/51;
  position: absolute;
  left: 50%;
  top: -37px;
  transform: translateX(-50%);
  background: url(img/cr05-arw-dn.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item::before {
    width: 4.6875vw;
    top: -2.890625vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item::before {
    width: 14.6666666667vw;
    top: -9.8666666667vw;
  }
}
#cr05 .flow-item.flow-item-01::before {
  display: none;
}
#cr05 .flow-item * {
  margin: 0;
  padding: 0;
}
#cr05 .flow-item h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  line-height: 1;
  color: #171717;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item h3 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item h3 {
    font-size: 18px;
  }
}
#cr05 .flow-item h3 small {
  font-size: 0.625em;
}
#cr05 .flow-item dl {
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item dl {
    padding: 1.5625vw 3.125vw;
    margin-bottom: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item dl {
    display: block;
    padding: 20px 20px;
    margin-bottom: 14px;
  }
}
#cr05 .flow-item dl:last-of-type {
  margin-bottom: 0;
}
#cr05 .flow-item dl:last-of-type::after {
  display: none;
}
#cr05 .flow-item dl dt {
  flex: 0 0 32%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.68;
  text-align: left;
  color: #77b264;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item dl dt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item dl dt {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  #cr05 .flow-item dl dt br {
    display: none;
  }
}
#cr05 .flow-item dl dd {
  flex: 1;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #171717;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item dl dd {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item dl dd {
    font-size: 10px;
    flex-direction: column-reverse;
  }
}
#cr05 .flow-item dl dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#cr05 .flow-item dl dd span.label {
  flex: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  background-color: #aaa;
  padding: 8px 1em 9px;
  margin-left: 2em;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item dl dd span.label {
    font-size: 1.09375vw;
    padding: 0.625vw 1em 0.703125vw;
    border-radius: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item dl dd span.label {
    font-size: 8px !important;
    padding: 0.2em 1em 0.3em !important;
    margin: 0.5em 0 !important;
    white-space: wrap;
    line-height: 1.2;
  }
}
#cr05 .flow-item .tri {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 13px solid #77b264;
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item .tri {
    bottom: -0.46875vw;
    border-right: 0.78125vw solid transparent;
    border-left: 0.78125vw solid transparent;
    border-top: 1.015625vw solid #77b264;
  }
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item .tri {
    bottom: -2.1333333333vw;
    border-right: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid transparent;
    border-top: 2.9333333333vw solid #77b264;
  }
}
#cr05 .flex {
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #cr05 .flex {
    gap: 0.625vw;
  }
}
#cr05 .flow-item-02 {
  background-color: rgba(76, 175, 201, 0.2);
}
#cr05 .flow-item-02 dl dt {
  color: #4CAFC9;
}
#cr05 .flow-item-02 dl dd span.label {
  background-color: #4CAFC9;
}
#cr05 .flow-item-02 dl .tri {
  border-top-color: #4CAFC9;
}
#cr05 .flow-item-03,
#cr05 .flow-item-04 {
  width: auto;
  flex: 0 0 calc((100% - 8px) / 2);
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item-03,
#cr05 .flow-item-04 {
    flex: 0 0 calc((100% - 0.625vw) / 2);
  }
}
#cr05 .flow-item-03 dl,
#cr05 .flow-item-04 dl {
  display: block;
}
#cr05 .flow-item-03 dl dt,
#cr05 .flow-item-04 dl dt {
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item-03 dl dt,
#cr05 .flow-item-04 dl dt {
    margin-bottom: 1.25vw;
  }
}
#cr05 .flow-item-03 dl dd,
#cr05 .flow-item-04 dl dd {
  display: block;
}
#cr05 .flow-item-03 dl dd span.label,
#cr05 .flow-item-04 dl dd span.label {
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item-03 dl dd span.label,
#cr05 .flow-item-04 dl dd span.label {
    font-size: 1.09375vw;
    margin-bottom: 0.3125vw;
  }
}
#cr05 .flow-item-03 {
  background-color: rgba(239, 189, 85, 0.2);
}
#cr05 .flow-item-03 dl dt {
  color: #EFBD55;
}
#cr05 .flow-item-03 dl dd span.label {
  background: #EFBD55;
  margin-left: 0;
}
#cr05 .flow-item-03 dl .tri {
  border-top-color: #EFBD55;
}
#cr05 .flow-item-04 {
  flex: 0 0 calc((100% - 8px) / 2);
  background-color: rgba(220, 117, 119, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1280px) {
  #cr05 .flow-item-04 {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 calc((100% - 0.625vw) / 2);
  }
}
#cr05 .flow-item-04 dl {
  margin: 0 0 14px;
  padding-left: 20px;
  padding-right: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item-04 dl {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#cr05 .flow-item-04 dl dt {
  color: #DC7577;
}
#cr05 .flow-item-04 dl dd span.label {
  background: #DC7577;
  margin-left: 0;
}
#cr05 .flow-item-04 .tri {
  border-top-color: #DC7577;
}
#cr05 .flow-item-04 .flex {
  gap: 14px;
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item-04 .flex {
    gap: 5px;
  }
}
#cr05 .flow-item-04 .flex > div {
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}
#cr05 .flow-item-04 .flex > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
#cr05 .flow-item-04 .flex > div:nth-of-type(2) .half-block {
  border: 1px solid red;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
#cr05 .flow-item-04 .yose-r {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  align-items: flex-end;
  padding-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 14px);
}
@media screen and (max-width: 768px) {
  #cr05 .flow-item-04 .yose-r {
    width: calc(100% - 5px);
    height: 10px;
  }
}
#cr05 .flow-item-04 .yose-r div {
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  background: pink;
}