@charset "UTF-8";

/****************************************page-fukushi__index01***********************************/

.page-fukushi__index01-text {
  text-align: left;
  margin-top: 4rem;
  font-size: 1.6rem;
}

/****************************************page-fukushi__index02***********************************/


.page-fukushi__index02-container {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-fukushi__index02-container-right {
  width: 47%;
}

.page-fukushi__index02-container-left {
  width: 47%;
}

.page-fukushi__index02-container-left-box:last-of-type {
  margin-top: 4rem;
}

.page-fukushi__index02-container-left-box-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.page-fukushi__index02-container-left-box-text {
  font-size: 1.6rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .page-fukushi__index02-container {
    flex-direction: column;
    gap: 4rem;
  }

  .page-fukushi__index02-container-left {
    width: 100%;
  }

  .page-fukushi__index02-container-right {
    width: 100%;
  }

  .page-fukushi__index02-container-left-box-ttl {
    text-align: center;
  }
}

/****************************************page-fukushi__index03***********************************/


.page-fukushi__index03-container {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-fukushi__index03-container:not(:first-of-type) {
  margin-top: 2rem;
}

.page-fukushi__index03-container.--reverse {
  flex-direction: row-reverse;
}


.page-fukushi__index03-container-left {
  width: 48%;
}

.page-fukushi__index03-container-right {
  width: 48%;
}

.page-fukushi__index03-container-left-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.page-fukushi__index03-container-left-text {
  font-size: 1.6rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {

  .page-fukushi__index03-container {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .page-fukushi__index03-container-right {
    width: 100%;
  }

  .page-fukushi__index03-container-left {
    width: 100%;
  }

  .page-fukushi__index03-container.--reverse {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

/****************************************page-fukushi__index04***********************************/

.page-fukushi__index04-list {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

.page-fukushi__index04-list-item {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  background-color: #fff;
  padding: 2rem;
  width: 32%;
}

.page-fukushi__index04-list-item-ttl {
  margin-top: 1rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}


.page-fukushi__index04-list-item-text {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.page-fukushi__index04-list-item-btnbox {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .page-fukushi__index04-list {
    flex-direction: column;
    gap: 2rem;
  }

  .page-fukushi__index04-list-item {
    width: 100%;
  }
}

/****************************************page-fukushi__index05***********************************/

.page-fukushi__index05-container {
  margin-top: 4rem;
}

.page-fukushi__index05-container-subttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.page-fukushi__index05-container-text {
  margin-top: 4rem;
  font-size: 1.6rem;
}

.page-fukushi__index05-container-list {
  max-width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}

.page-fukushi__index05-container-list-item {
  width: 30%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid;
  background-color: #fff;
  color: #955b00;
  border: 2px solid #955b00;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  padding: 1rem;
  text-align: center;
}

.page-fukushi__index05-container-image {
  max-width: 70%;
  margin: auto;
  margin-top: 6rem;
}

.page-fukushi__index05-container-list02 {
  max-width: 70%;
  margin: auto;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.page-fukushi__index05-container-list02-item {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .page-fukushi__index05-container-list {
    max-width: 100%;
  }

  .page-fukushi__index05-container-list-item {
    width: 47%;
    font-size: 1.2rem;
  }

  .page-fukushi__index05-container-image {
    max-width: 100%;
    margin-top: 4rem;
  }

  .page-fukushi__index05-container-list02 {
    max-width: 100%;
  }

  .page-fukushi__index05-container-list02-item {
    width: 100%;
  }
}

/****************************************page-fukushi__index06***********************************/

.page-fukushi__index06-container {
  display: flex;
  margin-top: 4rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.page-fukushi__index06-container-left {
  width: 20%;
  text-align: center;
  padding: 1rem;
  background-color: #955b00;
}

.page-fukushi__index06-container-left-number {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.page-fukushi__index06-container-left-text {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}

.page-fukushi__index06-container-right {
  padding: 2rem;
  background-color: #fff;
  flex: 1;
}

.page-fukushi__index06-container-right-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.page-fukushi__index06-container-right-text {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.page-fukushi__index06-container-right-text a{
  text-decoration: underline;
  color: blue;
}

@media screen and (max-width: 768px) {
  .page-fukushi__index06-container-left-number {
    font-size: 3.2rem;
  }

  .page-fukushi__index06-container {
    display: block;
  }

  .page-fukushi__index06-container-right-ttl {
    font-size: 2rem;
    text-align: center;
  }

  .page-fukushi__index06-container-left {
    width: 100%;
    padding: 0;
  }

  .page-fukushi__index06-container-left-text {
    font-size: 2.4rem;
  }
}