@charset "UTF-8"; /* 2024.10.07 */

header .nav_list li:nth-child(4) > a {color: var(--sub);}

/* メインimage指定 */
.img_top {
  background-image: url("../images/guardianship/img_top_sp.jpg");
}
@media (min-width: 1024px) {
  .img_top {
    background-image: url("../images/guardianship/img_top_pc.jpg");
  }
}

section {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section {
    padding-bottom: 80px;
  }
}
.bg_stripe1 {
  background-image: repeating-linear-gradient(-45deg, rgba(227,233,255,.5) 0, rgba(227,233,255,.5) 3px,transparent 3px,transparent 6px);
}
#message {
  position: relative;
}
#message .txtbox_01 {
  padding: 40px 30px;
  border-radius: 20px;
}
#message::after {
  filter: hue-rotate(230deg);
  opacity: .9;
  background: url(../images/bg_cloud.svg) no-repeat bottom center / contain;
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 60%;
  position: absolute;
  bottom: -5vw;
  left: -20px;
  z-index: -1;
}

#guardianship,
#support .container {
  position: relative;
}
#support .container::after {
  background: url("../images/img_town1.svg") no-repeat bottom center / contain;
  content: '';
  display: block;
  width: 150%;
  height: 60%;
  position: absolute;
  bottom: -60px;
  left: -20px;
  z-index: -1;
}
@media (min-width: 768px) {
  #support .container::after {
    width: calc(100% + 40px);
  }
}
.ttl_03 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.box_01 {
  margin-top: 30px;
  border-radius: 10px;
  background-color: var(--light1);
}
.box_01 .txt_01 {
  padding: 20px 15px;
}
.box_01 .img_01 {
  position: relative;
}
.box_01 .img_01::before {
  height: 40vw;
  border-radius: 10px 10px 0 0;
  background: url("../images/guardianship/img_01.jpg") no-repeat center center / cover;
  width: 100%;
  display: block;
  content: '';
}
.txt_02 {
  padding-bottom: 20px;
}
.ttl_04 {
  text-align: left;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .txt_02 {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .box_01 .img_01::before {
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
}


.box_02 {
  width: 16em;
  max-width: 100%;
  margin: 20px auto 60px;
}

.list_01 {
  width: 100%;
  flex: 0 1 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: baseline;
  position: relative;
}
.list_01 .img_02 {
  max-width: 100%;
  width: 200px;
  height: 200px;
  border: solid 2px;
  border-radius: 100px;
  overflow: hidden;
}

.list_01 .img_02 img {
  object-fit: cover;
}
.list_01 .img_02 span {
  font-size: 3em;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 2px #8d859d;
  text-stroke: 2px #8d859d;
  top: -.5em;
  left: 0;
  position: absolute;
  z-index: 2;
}

@media (min-width: 576px) and (max-width: 1023px) {
  .box_02 {
    width: 100%;
  }
  .list_01 .txt_03 {
    width: calc(100% - 220px);
    flex: 0 1 calc(100% - 220px);
  }
}
@media (min-width: 1024px) {
  .box_02 {
    flex: 0 1 100%;
    width: 100%;
  }
  .ttl_04 {
    text-align: center;
  }
  .list_01 {
    flex: 0 1 30%;
    width: 30%;
    max-width: 16em;
    align-items: flex-start;
  }
  .txt_03 {
    flex: 0 1 100%;
    width: 100%;
  }
  .list_01 .img_02 {
    flex: 0 1 200px;
    width: 200px;
  }
  .list_01 .img_02 span {
    top: -.5em;
    left: 1em;
  }
}

#requirement {
  margin-bottom: 50px;
}
#requirement .d-flexX2 {
  gap: 40px;
  position: relative;
}
#requirement li {
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255,211,0,0.2) 50%, rgba(255,211,0,0.2) 100%);
}
#requirement .txt01 {
  font-size: 1.1em;
}
#requirement .flex01, #requirement .flex02 {
  width: 100%;
  position: relative;
}
#requirement .flex01::after {
  background: url("../images/guardianship/img_06.svg") no-repeat center left / contain;
  content: '';
  width: 15%;
  height: 61%;
  left: -25%;
  bottom: -8%;
  position: absolute;
  display: block;
}
#requirement .flex01::before, #requirement .flex02::before {
  content: '';
  width: 20%;
  height: 100px;
  left: -21%;
  top: 0;
  position: absolute;
  display: block;
}
#requirement .flex01::before {
  background: url("../images/guardianship/img_07.svg") no-repeat top right/ contain;
}
#requirement .flex02::before {
  background: url("../images/guardianship/img_08.svg") no-repeat top right / contain;
}
#requirement .ttlbox01 {
  margin: 0 0 15px;
}
#requirement .ttl03 {
  font-size: 2.2rem;
}
#requirement .txt_03 {
  padding:10px 0 30px;
  text-align: center;
}
#requirement .d-flexX2 li {
  width: 100%;
}
@media (max-width: 575px) {
  #requirement .d-flexX2 {
    width: 80%;
    max-width: 430px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 576px) {
  #requirement .d-flexX2 {
    width: 64%;
    max-width: 430px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #requirement .box01 {
    margin-top: 40px;
  }
  #requirement .ttl03 {
    font-size: 2.4rem;
  }/*
  #requirement .d-flexX2 {
    margin-top: 120px;
    justify-content: center;
  }
  #requirement .d-flexX2::before {
    background: url(../images/guardianship/img_06-2.svg) no-repeat top center / contain;
    content: '';
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    top: -100px;
    margin: 0 auto;
    position: absolute;
    display: block;
  }
  #requirement .flex01, #requirement .flex02 {
    width: 40%;
  }
  #requirement .flex01::after {
    content: none;
  }
  #requirement .flex01::before, #requirement .flex02::before {
    content: '';
    width: 100%;
    height: 50px;
    left: 0;
    top: -65px;
    margin: 0 auto;
    position: absolute;
    display: block;
  }
  #requirement .flex01::before {
    background: url("../images/guardianship/img_07-2.svg") no-repeat top center/ contain;
  }
  #requirement .flex02::before {
    background: url("../images/guardianship/img_08-2.svg") no-repeat top center / contain;
  }
  #requirement .box01 .flex01, #requirement .box01 .flex02 {
    border-bottom: none;
  }*/
}





#contact {
  padding-top: 50px;
  background: url("../images/img_mt-w.svg") no-repeat bottom left / 70%;
  background-color: var(--light2);
}
#contact .flex01, #contact .flex02 {
  padding: 30px 20px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: rgba(255,255,255,.8);
}
#contact .ttl02 {
  margin-top: -50px;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 4px 4px 0px var(--light2);
}
#contact .d-flexX2 li {
  width: 80%;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -.5em;
}
#contact li {
  font-size: 1.1em;
  padding-bottom: 8px;
}
#contact i {
  color: var(--sub);
}
#contact .ttl03 {
  font-size: 2rem;
  padding:5px 0;
  font-weight: bold;
}
#contact dd {
  padding-bottom: 10px;
}
.ttlbox01 {
  position: relative;
  margin: 2em 0;
  padding: 2em 1.5em;
  border: solid 3px;
  border-radius: 8px;
}
.ttlbox01 .ttl03 {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
}
@media (min-width: 768px) {
  #contact {
    background: url("../images/img_mt-w.svg") no-repeat bottom left / 50%;
    background-color: var(--light2);
  }
  #contact .ttl02 {
    font-size: 2.8rem;
    margin-top: -72px;
    padding-bottom: 20px;
  }
  #contact .d-flexX2 {
    justify-content: space-between;
  }
  #contact .flex01, #contact .flex02 {
    padding: 50px 30px 30px;
    width: 45%;
  }
}
#contact .img_05 {
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 1400px) {
  #contact {
    background: url("../images/img_mt-w.svg") no-repeat bottom left / 40%;
    background-color: var(--light2);
  }
}





