@charset "UTF-8";

.heatstroke_area{
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .heatstroke_area{
    padding-top: 80px;
  }
}

.reason__caution{
  color: #5BC2DC;
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 50px 0;
  text-align: right;
}

.task__wrap {
  max-width: 870px;
  margin: 0 auto 10%;
  position: relative;
}
@media (max-width: 750px) {
  .task__wrap {
    margin-bottom: 20%;
  }
}
.task__wrap::before {
  content: "";
  width: 126px;
  height: 141px;
  background: url(../images/task-left.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -15%;
}
@media (max-width: 1145px) {
  .task__wrap::before {
    left: 0;
  }
}
@media (max-width: 750px) {
  .task__wrap::before {
    left: 0;
    bottom: inherit;
    top: -80px;
    width: 71px;
    height: 81px;
  }
}
.task__wrap::after {
  content: "";
  width: 124px;
  height: 158px;
  background: url(../images/task-right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -15%;
}
@media (max-width: 1145px) {
  .task__wrap::after {
    right: 0;
  }
}
@media (max-width: 750px) {
  .task__wrap::after {
    right: 0;
    bottom: inherit;
    top: -90px;
    width: 72px;
    height: 90px;
  }
}
.task__wrap ul {
  padding: 40px 60px 40px 127px;
  border: 1px solid #5bc2dc;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .task__wrap ul {
    padding: 23px 5px 23px 50px;
  }
}
.task__wrap ul li {
  font-size: 1.6rem;
  margin-bottom: 5%;
  position: relative;
}
@media (max-width: 750px) {
  .task__wrap ul li {
    font-size: 1.2rem;
  }
}
.task__wrap ul li span {
  background-color: rgba(91, 194, 220, 0.4);
}
.task__wrap ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/check-icon.svg) no-repeat center;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .task__wrap ul li::before {
    top: 0;
    transform: none;
    left: -30px;
  }
}
@media (max-width: 375px) {
  .task__wrap ul li::before {
    top: 8px;
  }
}
.task__wrap ul::before {
  content: "";
  position: absolute;
  bottom: -102px;
  left: 50%;
  transform: translateX(-50%);
  border: 45px solid transparent;
  border-top: 60px solid #fff;
  z-index: 2;
}
@media (max-width: 750px) {
  .task__wrap ul::before {
    border: 35px solid transparent;
    border-top: 50px solid #fff;
    bottom: -82px;
  }
}
.task__wrap ul::after {
  content: "";
  position: absolute;
  bottom: -104px;
  left: 50%;
  transform: translateX(-50%);
  border: 45px solid transparent;
  border-top: 60px solid #5bc2dc;
  z-index: 1;
}
@media (max-width: 750px) {
  .task__wrap ul::after {
    border: 35px solid transparent;
    border-top: 50px solid #5bc2dc;
    bottom: -85px;
  }
}

.sectionTtl__wrap h3 {
  color: #5BC2DC;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5%;
  text-align: center;
}
@media (max-width: 750px) {
  .sectionTtl__wrap h3 {
    font-size: 1.4rem;
  }
}
.reason__small {
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .reason__small {
    font-size: 1.2rem;
  }
}
.reason__dots {
  position: relative;
}
.reason__dots::before {
  content: "・";
  position: absolute;
  top: -2.2rem;
  left: 0;
  color: #f9d201;
}
@media (max-width: 750px) {
  .reason__dots::before {
    top: -1.4rem;
  }
}
.reason__item {
  display: flex;
  border: 3px solid #5bc2dc;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(38, 82, 93, 0.3);
}
@media (max-width: 750px) {
  .reason__item {
    display: block;
  }
}
.reason__itemTtl {
  background-color: #5bc2dc;
  width: 27%;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .reason__itemTtl {
    width: 100%;
    padding: 20px 22% 10px 22%;
  }
}
.reason__itemTtl img {
  width: 77px;
  margin: 0 auto;
  margin-top: 116px;
}
@media (max-width: 750px) {
  .reason__itemTtl img {
    margin-top: 0;
  }
}
.reason__itemTtl p {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 18%;
}
@media (max-width: 750px) {
  .reason__itemTtl p {
    margin-bottom: 14px;
    font-size: 3.2rem;
  }
}
.reason__itemTtl h3 {
  background-color: #fff;
  color: #5bc2dc;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 28px 0;
  line-height: 1;
}
@media (max-width: 750px) {
  .reason__itemTtl h3 {
    border-radius: 25px;
    font-size: 1.4rem;
    padding: 13px 0;
  }
}
.reason__itemConts {
  width: 73%;
  color: #5bc2dc;
}
@media (max-width: 750px) {
  .reason__itemConts {
    width: 100%;
  }
}
.reason__itemConts--top {
  border-bottom: 1px solid #5bc2dc;
}
.reason__item:nth-of-type(1) .reason__itemConts {
  padding: 40px 20px;
}
.reason__item:nth-of-type(1) .reason__itemConts--top {
  display: flex;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__img {
  width: 20%;
  padding: 0 5%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__img {
    padding: 0 2%;
    width: 24%;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__text {
  width: 78%;
  margin-right: 2%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__text {
    width: 70%;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__text ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__text ul {
    flex-wrap: wrap;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__text ul li {
  border: 1px solid #5bc2dc;
  border-radius: 5px;
  padding: 10px;
  width: 31%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__text ul li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__textLead {
  font-size: 1.3rem;
  color: #e61e24;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__textLead {
    font-size: 1rem;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__textName {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 1;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__textName {
    font-size: 1.8rem;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--top__textPoint {
  color: #fff;
  background-color: #5bc2dc;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--top__textPoint {
    font-size: 1.1rem;
  }
}
.reason__item:nth-of-type(1) .reason__itemConts--bottom {
  text-align: center;
  padding-top: 5%;
}
.reason__item:nth-of-type(1) .reason__itemConts--bottom p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 6%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(1) .reason__itemConts--bottom p {
    font-size: 1.2rem;
  }
}
.reason__item:nth-of-type(2) {
  margin-bottom: 6%;
}
.reason__item:nth-of-type(2) .reason__itemConts {
  padding: 40px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts {
    padding: 20px;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--top {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--top {
    justify-content: center;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--top img {
  width: 30%;
}
.reason__item:nth-of-type(2) .reason__itemConts--top__text {
  width: 64%;
  text-align: center;
  margin: 0 3% 25px 3%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--top__text {
    width: 100%;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--top__text img {
  width: 100%;
}
.reason__item:nth-of-type(2) .reason__itemConts--top__text p {
  background-color: #5bc2dc;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 17px;
  line-height: 1;
  padding: 10px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--top__text p {
    font-size: 1.2rem;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 1000px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom {
    align-items: flex-end;
  }
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom {
    display: block;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom__img {
  width: 40%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom__img {
    width: 80%;
    margin: 0 auto;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom ul {
  display: flex;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom ul {
    display: block;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom ul li {
  background-color: #5bc2dc;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom ul li {
    text-align: center;
    margin-bottom: 15px;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom ul li:first-child {
  padding: 25px;
  margin-right: 8px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom ul li:first-child {
    padding: 8px 0;
    margin-right: 0;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom ul li:last-child {
  padding: 25px 10px;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom ul li:last-child {
    padding: 8px 0;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom__text {
  width: 60%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom__text {
    width: 100%;
  }
}
.reason__item:nth-of-type(2) .reason__itemConts--bottom__text p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 23px;
  text-align: left;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(2) .reason__itemConts--bottom__text p {
    font-size: 1rem;
    text-align: center;
  }
}
.reason__item:nth-of-type(3) .reason__itemConts {
  padding: 40px 20px;
}
.reason__item:nth-of-type(3) .reason__itemConts--top {
  text-align: center;
  padding-bottom: 5%;
}
.reason__item:nth-of-type(3) .reason__itemConts--top__textLead {
  font-size: 1.3rem;
  color: #e61e24;
  font-weight: bold;
  margin-bottom: 6%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(3) .reason__itemConts--top__textLead {
    font-size: 1.1rem;
  }
}
.reason__item:nth-of-type(3) .reason__itemConts--top ul {
  display: inline-block;
  text-align: left;
}
.reason__item:nth-of-type(3) .reason__itemConts--top ul li {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(3) .reason__itemConts--top ul li {
    font-size: 0.95rem;
  }
}
.reason__item:nth-of-type(3) .reason__itemConts--bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 3%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(3) .reason__itemConts--bottom {
    display: block;
  }
}
.reason__item:nth-of-type(3) .reason__itemConts--bottom img {
  width: 33%;
}
@media (max-width: 750px) {
  .reason__item:nth-of-type(3) .reason__itemConts--bottom img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
