body {
  background-color: #eee;
}

.header{
  width: 100%;
  background-color: #FEFBF0;
}

.aisatu {
  /* height: 45vh; */
  text-align: center;
  background-image: url(image/header/item5.png);
  background-size: cover;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  padding-bottom: 40px;
}

.main {
  width: 100%;
}

h2 {
  width: 250px;
  margin: auto;
  text-align: center;
  margin-top: 30px ;
  margin-bottom: 50px ;
  padding-bottom: 10px;
  border-bottom: 5px solid #fb983581;
  font-size: 24px;
  color: #888;
}

.aisatu h2 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 50px;
}

.aisatu p {
  margin: 0;
  line-height: 2.5;
  font-size: 18px;
  color: black;
}

.taiki_mana {
  margin-bottom: 50px;
}

.taiki {
  background-image: url(image/header/item4.png);
}

.mana {
  background-image: url(image/header/item4.png);
}

.hutari {
  width: 90%;
  margin: auto;
  padding: 30px 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;

  background-size: cover;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
}

.taiki_mana_image {
  width: 40%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.taiki_mana_image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  text-align: center;
}

.taiki_mana_text {
  width: 100%;
}

.taiki_mana_show {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 5%;
}
.taiki_mana_show div {
  display: flex;
  margin-bottom: 10px;
}

.taiki_mana_show dt {
  width: 100px;
line-height: 2;
font-size: 20px;
}

.taiki_mana_show dd {
  width: calc(100% - 100px);
  padding-left: 10px;
  line-height: 2;
  font-size: 20px;
  border-bottom: 1px solid #999;
}

.old-image {
  width: 100%;
  height: 20vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.old-image div {
  width: calc(100%/4);
  margin: 0 5px;
  box-sizing: border-box;
}

.old-image div img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  filter: saturate(150%);
}

.naresome {
  width: 100%;
  display: flex;
  justify-content: center;
}

.naresome div {
  width: 300px;
  padding: 20px 0;
  background-color: #f4919192;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 30px;
}

.naresome a {
  width: 100%;
  display: block;
  color: #333;
}

.profile {
  width: 100%;
}

.matsuoka {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.matsuoka > h3, .maeda > h3 {
  text-align: center;
  margin-bottom: 30px;
}

.matsuoka > h3 span, .maeda > h3 span {
  letter-spacing: -5px;
  padding: 15px;
}

.maeda {
  width: 100%;
  position: relative;
}

.family-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(image/header/item3.png);
  background-size: cover;
  z-index: 999;
  opacity: 0.4;
}

.profile-box {
  width: 90%;
  background-color: #fff;
  padding: 10px;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 15px;
  display: flex;
  box-sizing: border-box;
}

.profile-image {
  width: 30%;
  margin-right: 30px;
}

.profile-image img {
  width: 100%;
  border-radius: 100%;
}

.profile-text {
  width: 70%;
}

.profile-text h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.profile-text h3 span {
  margin-right: 10px;
  border-bottom: 3px solid #6cc1e883;
}

.profile-text p {
color: #333;
font-size: 18px;
}

.footer {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.footer div {
  width: 100%;
  margin-top: 20px;
  height: 100%;
}


.footer div img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  /* border: 5px solid #ffb055; */
  border-radius: 10px;
}

.footer-text {
  background-color: #333;
  color: white;
  line-height: 2;
  padding: 35px 20px;
  font-size: 18px;
}
