.header__logo{
  width: 50%;
  padding: 15px 31px;
}
.header__logo img{width: 90%; max-width: 344px;}
header .content {
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.5); 
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

header{background: #fff;}

@media screen and (max-width: 1024px) {
    .header__logo {
    width: calc(100% - 30px);
    padding: 6px 7px;
    background: #fff;
    }
    header .content{
      padding: 15px 0px;
      width: 30px;
    }
}

.base_fv{
  width: 100%;
  height: 400px;
  position: relative;
  top:80px;
}
.base_fv > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.base_fv > h2{
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15vw;
  position: absolute;
  bottom: -4.5vw;
  left: 1vw;
  color: rgba(255, 255, 255, 0.6);
}
.base_fv > p{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
}

section.base__sec{
  padding: 180px 0 0;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

section.base__sec.sec__first{
margin-top: 80px;
}

section.base__sec .base__sec__h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
  max-width: 1080px;
}
section.base__sec .base__sec__p{
    font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  margin-bottom: 96px;
  width: 100%;
  max-width: 1080px;
}

h3,p{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
h3{
  text-align: center;
  margin-bottom: 54px;
    font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p{
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cp__dl ul {list-style: none;}

dl{
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}
dl dt{
  background: #F2F2F2;
  width: 12rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 22px;
  line-height: 2;
}
dl dd{
  background: #F2F2F2;
  width: calc(100% - 12rem);
  max-width: unset;
  margin-bottom: 0.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 22px 22px 22px 0;
  line-height: 2;
}

dl dd ul li{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dd.cp__dl{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
padding: 22px 0;}  

@media screen and (max-width: 930px) {
  .base_fv{
    top:54px;
  }
  section.base__sec{
    padding: 100px 0 0;
  }

  dl dt{
      width: 10rem;
  }
  dl dd{
      width: calc(100% - 10rem);
  }
  dd.cp__dl{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.col2{
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.col2__left{
  width: 50%;
  padding-right: 1rem;
}
.col2__right{
  width: 50%;
  padding-left: 1rem;
}

.col2__left > p,
.col2__right > p{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
.col2__left > h3,
.col2__right > h3{
  text-align: left;
  font-size: 24px;
  margin: 42px 0 34px 0;
  line-height: 2.4;
}


@media screen and (max-width: 640px) {
.col2__left{
  width: 100%;
  padding-right: 0;
  margin-bottom: 60px;
}
.col2__right{
  width: 100%;
  padding-left: 0;
}
}



section.sec_last{
  padding-bottom: 260px;
}
