@charset "utf-8";
/* ------------------------------------------------------------------
service
------------------------------------------------------------------ */
/* common
-------------------------------------------------------------- */
#service .btn a span,
#support .btn a span {
  color: var(--green);
}
/* service
-------------------------------------------------------------- */
#service {
  overflow: hidden;
}
#service .message {
  position: relative;
  padding: 50px 80px;
  border: 2px solid var(--navy);
  border-radius: 20px;
}
#service .message h3 {
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--navy);
}
#service ul {
  padding: 150px 0;
  gap: 100px;
}
#service .btn {
  width: calc((100% - 100px) / 2);
}
@media (max-width:767px) {
  #service .message {
    padding: 20px 30px;
    border-radius: 10px;
  }
  #service .message h3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  #service ul {
    padding: 40px 0;
    gap: 20px;
  }
  #service .btn {
    width: 100%;
  }
}
/* support
-------------------------------------------------------------- */
#support h2.ttl {
  margin-bottom: 70px;
  color: var(--navy);
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 3px;
}
#support ul {
  padding-bottom: 100px;
  gap: 40px 80px;
}
#support .btn {
  width: calc((100% - 80px) / 2);
}
#support .btn a {
  padding: 10px 50px 10px 20px;
}
#support .btn .num {
  justify-content: center;
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}
#support .btn a span {
  padding-left: 10px;
}
#support .supportWrap {
  position: relative;
  padding: 250px 0 350px;
  background: var(--l-blue);
}
#support .supportBox {
  position: relative;
  margin-bottom: 200px;
  margin-left: calc((100% - 1100px) / 2);
  padding: 130px 7%;
  background: var(--white);
  border-radius: 30px 0 0 30px;
}
#support .supportBox .inner {
  max-width: 1024px;
}
#support .supportBox:last-of-type {
  margin-bottom: 0;
}
#support .styleh3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 12px 40px 10px 20px;
  background: var(--green);
  min-width: 500px;
}
#support .styleh3 .num {
  position: relative;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--green);
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}
#support .styleh3 span {
  font-weight: 700;
}
#support .styleh3 .line {
  margin-left: 60px;
}
#support .styleh3 .line::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  width: 3px;
  height: 60%;
  background: var(--white);
  line-height: 1;
  content: "";
}
#support .supportBox .headArea {
  padding-bottom: 30px;
}
#support .supportBox .headArea dl {
  margin-top: -100px;
  padding: 50px 40px;
  width: 95%;
  background: var(--white);
  border-radius: 0 30px 0 0;
}
#support .supportBox .headArea dt {
  color: var(--green);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.4;
}
#support .supportBox .headArea dd {
  margin-top: 20px;
}
#support .supportBox .headArea figure img {
  border-radius: 40px;
  width: 100%;
}
#support .supportBox .yellowBox {
  margin-bottom: 200px;
  padding: 50px;
  background: var(--l-yellow);
  border-radius: 20px;
}
#support .supportBox#support04 .yellowBox {
  margin-bottom: 100px;
}
#support .supportBox .yellowBox h4 {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--orange);
}
#support .supportBox .yellowBox h4.line {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px dotted var(--orange);
}
#support .supportBox .yellowBox .purposeWrap {
  gap: 40px;
}
#support .supportBox .yellowBox .purposeWrap dl {
  padding: 50px 20px;
  background: var(--white);
  border-radius: 20px;
  width: calc((100% - 40px) / 2)
}
#support .supportBox .yellowBox .purposeWrap dt {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
#support .supportBox .yellowBox .purposeWrap dt .num {
  position: relative;
  justify-content: center;
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: var(--white);
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}
#support .supportBox .yellowBox .purposeWrap dt span {
  width: calc(100% - 50px);
  color: var(--orange);
  font-size: 1.8rem;
  font-weight: 700;
}
#support .supportBox .pointWrap {
  position: relative;
  margin-bottom: 80px;
  gap: 40px;
}
#support .supportBox .pointWrap h4 {
  top: -100px;
  left: 0;
  padding: 15px 50px;
  min-width: 530px;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 2px;
}
#support .supportBox .pointBox {
  width: calc((100% - 80px) / 3);
}
#support .supportBox .pointBox dt {
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: var(--green);
}
#support .supportBox .pointBox dt span {
  font-weight: 900;
  letter-spacing: 2px;
}
#support .supportBox .pointBox dt strong {
  font-size: 2.4rem;
  font-weight: 900;
}
#support .supportBox .pointBox dt p {
  font-weight: 800;
  line-height: 1.5;
}
#support .supportBox .facility h4 {
  padding-bottom: 30px;
  color: var(--navy);
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 2px;
}
#support .supportBox .facilitybox {
  padding: 30px 50px;
  border: 2px solid var(--navy);
  border-radius: 20px;
}
#support .supportBox .facilitybox dl.line {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid var(--navy);
}
#support .supportBox .facilitybox dt {
  width: 25%;
  color: var(--navy);
  font-weight: 800;
}
#support .supportBox .facilitybox dd {
  width: 75%;
  color: var(--navy);
  font-weight: 800;
}
#support .supportBox .facilitybox dd ul {
  padding: 0;
  gap: 0;
}
#support .supportBox .facilitybox dd li::after {
  display: inline-block;
  margin: 0 20px;
  content: "/"
}
#support .supportBox .facilitybox dd li:last-child::after {
  content: none;
}
@media (max-width:1300px) {
  #support .supportBox {
    margin-left: 5%;
    padding: 150px 8%;
  }
}
@media (max-width:767px) {
  #support {
    padding: 20px 0 50px;
  } 
  #support h2.ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #support ul {
    padding-bottom: 50px;
    gap: 20px;
  }
  #support .btn {
    width: 100%;
  }
  #support .btn a {
    padding: 10px 40px 10px 10px;
  }
  #support .btn .num {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
  #support .btn a span {
    font-size: 1.5rem;
  }
  #support .supportWrap {
    padding: 100px 0;
  }
  #support .supportBox {
    margin: 0 0 60px 5%;
    padding: 40px 20px;
    border-radius: 10px;
  }
  #support .styleh3 {
    gap: 10px;
    padding: 10px 15px;
    min-width: auto;
    width: 90%;
  }
  #support .styleh3 .num {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
  #support .styleh3 span {
    width: calc(100% - 50px);
  }
  #support .styleh3 .line {
    margin: 0;
  }
  #support .styleh3 .line::before {
    content: none;
  }
  #support .supportBox .headArea {
    padding: 50px 0 30px;
  }
  #support .supportBox .headArea dl {
    margin-top: -30px;
    padding: 30px 20px;
    border-radius: 0 15px 0 0;
  }
  #support .supportBox .headArea dt {
    font-size: 1.8rem;
  }
  #support .supportBox .headArea dd {
    margin-top: 10px;
  }
  #support .supportBox .headArea figure img {
    border-radius: 20px;
    width: 100%;
  }
  #support .supportBox h4 {
    font-size: 1.8rem;
  }
  #support .supportBox .pointBox {
    width: calc((100% - 30px) / 2);
  }
  #support .supportBox .pointBox dt {
    font-size: 1.6rem;;
  }
  #support .supportBox .pointBox dt strong {
    font-size: 2rem;
  }
  #support .supportBox .yellowBox {
    margin-bottom: 150px;
    padding: 20px;
    border-radius: 10px;
  }
  #support .supportBox#support04 .yellowBox {
    margin-bottom: 50px;
  }
  #support .supportBox .yellowBox h4 {
    font-size: 1.5rem;
  }
  #support .supportBox .yellowBox h4.line {
    margin-top: 30px;
    padding-top: 30px;
  }
  #support .supportBox .yellowBox .purposeWrap {
    gap: 20px;
  }
  #support .supportBox .yellowBox .purposeWrap dl {
    padding: 30px 15px;
    border-radius: 10px;
    width: 100%;
  }
  #support .supportBox .yellowBox .purposeWrap dt {
    padding-bottom: 20px;
  }
  #support .supportBox .yellowBox .purposeWrap dt span {
    width: calc(100% - 40px);
    font-size: 1.6rem;
  }
  #support .supportBox .pointWrap {
    margin-bottom: 40px;
    gap: 30px;
  }
  #support .supportBox .pointWrap h4 {
    top: -90px;
    padding: 12px 20px;
    min-width: auto;
    width: 100%;
    font-size: 1.5rem;
  }
  #support .supportBox .pointBox {
    width: calc((100% - 30px) / 2);
  }
  #support .supportBox .pointBox dt {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #support .supportBox .pointBox dt strong {
    font-size: 2rem;
  }
  #support .supportBox .pointBox dt p {
    font-weight: 800;
    line-height: 1.5;
  }
  #support .supportBox .facility h4 {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  #support .supportBox .facilitybox {
    padding: 20px 30px;
    border-radius: 10px;
  }
  #support .supportBox .facilitybox dt {
    width: 100%;
  }
  #support .supportBox .facilitybox dd {
    width: 100%;
  }
  #support .supportBox .facilitybox dd ul {
    gap: 5px 0;
  }
  #support .supportBox .facilitybox dd li::after {
    margin: 0 10px;
    content: "/"
  }
}

/* relief
-------------------------------------------------------------- */
#relief {
  padding-top: 100px;
}
#relief h2.ttl {
  margin-bottom: 50px;
  color: var(--navy);
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 3px;
}
#relief .reliefBox {
  position: relative;
  margin: 100px 0;
  padding: 100px 80px;
  border: 2px solid var(--green2);
  border-radius: 30px;
}
#relief .reliefBox h3 {
  top: -30px;
  left: 40px;
  padding: 10px 50px;
  background: var(--green2);
  min-width: 500px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
#relief .reliefBox .headArea {
  padding-bottom: 30px;
  justify-content: space-between;
}
#relief .reliefBox .headArea .txtArea {
  width: 50%;
}
#relief .reliefBox .headArea .txtArea h4 {
  padding-bottom: 30px;
  color: var(--green2);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
}
#relief .reliefBox .headArea figure {
  width: 41%;
}
#relief .reliefBox .headArea figure img {
  border-radius: 40px;
  width: 100%;
}
#relief .reliefBox .pointWrap {
  gap: 50px;
  margin-bottom: 50px;
}
#relief .reliefBox .pointBox {
  width: calc((100% - 100px) / 3);
}
#relief .reliefBox .pointBox figure img {
  border-radius: 20px;
  width: 100%;
}
#relief .reliefBox .pointBox dt {
  gap: 20px;
  align-items: center;
  min-height: 50px;
  margin: 10px 0;
}
#relief .reliefBox .pointBox dt span {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--orange);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--white);
}
#relief .reliefBox .pointBox dt strong {
  width: calc(100% - 50px);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--orange);
}
#relief .reliefBox .yellowBox {
  padding: 50px;
  background: var(--l-yellow);
  border-radius: 20px;
}
#relief .reliefBox .yellowBox h4 {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--orange);
}
#relief .reliefBox .yellowBox .line {
  padding-top: 20px;
  border-top: 2px solid var(--orange);
}
@media (max-width:767px) {
  #relief {
    padding-top: 50px;
  }
  #relief h2.ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #relief .reliefBox {
    margin: 50px 0;
    padding: 50px 30px;
    border-radius: 15px;
  }
  #relief .reliefBox h3 {
    top: -20px;
    left: 20px;
    padding: 10px 30px;
    min-width: auto;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  #relief .reliefBox .headArea {
    padding-bottom: 20px;
  }
  #relief .reliefBox .headArea .txtArea {
    width: 100%;
  }
  #relief .reliefBox .headArea .txtArea h4 {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #relief .reliefBox .headArea figure {
    margin-top: 20px;
    width: 100%;
  }
  #relief .reliefBox .headArea figure img {
    border-radius: 20px;
  }
  #relief .reliefBox .pointWrap {
    gap: 30px;
    margin-bottom: 30px;
  }
  #relief .reliefBox .pointBox {
    width: 100%;
  }
  #relief .reliefBox .pointBox figure img {
    border-radius: 10px;
  }
  #relief .reliefBox .pointBox dt {
    gap: 10px;
    min-height: auto;
  }
  #relief .reliefBox .pointBox dt strong {
    font-size: 1.6rem;
  }
  #relief .reliefBox .yellowBox {
    padding: 20px;
    border-radius: 10px;
  }
  #relief .reliefBox .yellowBox h4 {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #relief .reliefBox .yellowBox .line {
    padding-top: 10px;
  }
}