@charset "UTF-8";
/* CSS Document */

.innerHead {
  background: url(../img/wave.webp) no-repeat 0 bottom;
  background-size: 100%;
  padding-bottom: max(320px,37%);
  max-width: 100%;
  overflow: hidden;
}
.innerHead .headWrap h1 img {
  max-width: 236px;
}
.leadBlock {
  max-width: 1040px;
  margin: 52px auto;
  border: 1px dashed #293855;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 340px;
  padding: 0 5%;
}
.leadBlock .imgBox {
  width: 42.4%;
  position: relative;
}
.leadBlock .imgBox .mv {
  border: 1px solid #293855;
}
.leadBlock .imgBox .circle {
  position: absolute;
  top: -17%;
  right: -24%;
  width: 52%;
  max-width: 201px;
}
.leadBlock .txtBox {
  width: 50%;
  letter-spacing: 0.06em;
}
.leadBlock .txtBox h2 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px dashed #293855;
  max-width: 290px;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.leadBlock .txtBox .notes p {
  font-size: 1.6rem;
  line-height: 1.563;
}
.contentBlock {
  position: relative;
  margin-top: -24.2%;
}
.contentBlock::before {
  background: #fff;
}
.contentWrap {
  padding: 20px 3% 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.contentWrap .block {
  border: 1px solid #293855;
  box-shadow:
    0 -6px 18px rgba(33,26,26,.25),
    0 -14px 34px rgba(33,26,26,.18);
  max-width: 1040px;
  margin: 0 auto 40px;
  border-radius: 30px;
  padding: 36px 5%;
  line-height: 1.563;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.contentWrap .block h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px dashed #293855;
  max-width: 320px;
  padding-bottom: 10px;
  margin: 0 auto 32px;
}
.contentWrap .block .lead {
  max-width: 775px;
  margin: 0 auto 35px;
}
.contentWrap .block .categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8.4%;
}
.contentWrap .block .categoryList .box {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contentWrap .block .categoryList .box::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15.15%;
  border-right: 1px dashed #293855;
}
.contentWrap .block .categoryList .box:last-of-type::after {
  display: none;
}
.contentWrap .block .categoryList .box h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.contentWrap .block .categoryList .box h4::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #c92634;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px 0 5px;
}
.contentWrap .block .categoryList .box .meta {
  margin-top: auto;
  flex-grow: 1;
}
.contentWrap .block .categoryList .box figure {
  margin-bottom: 20px;
}
.contentWrap .block.block04 .categoryList {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12.6%;
}
.contentWrap .block.block04 .categoryList .box::after {
  right: -14.41%;
}
@media only screen and (max-width:749px) {
  .innerHead .headWrap h1 img {
    max-width: 63.06vw;
  }
  .innerHead {
    padding-bottom: 44%;
  }
  .innerHead .headWrap h1 img {
    max-width: 63.06vw;
  }
  .leadBlock {
    max-width: none;
    margin: 16.3% auto 0;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    height: auto;
  }
  .leadBlock .imgBox {
    width: 88%;
    margin: 0 auto;
    z-index: 2;
  }
  .leadBlock .imgBox .circle {
    top: -36%;
    right: -33%;
    width: 53.6vw;
    max-width: none;
  }
  .leadBlock .txtBox {
    width: 100%;
    letter-spacing: 0.06em;
    border: 1px dashed #293855;
    border-radius: 30px;
    margin-top: -11%;
    padding: 21% 6% 10.5%;
  }
  .leadBlock .txtBox h2 {
    text-align: center;
    font-size: 5.33vw;
    max-width: 75%;
    padding-bottom: 1.5%;
    margin: 0 auto 8%;
  }
  .leadBlock .txtBox .notes p {
    font-size: 4.26vw;
  }
  .contentBlock {
    margin-top: -2%;
  }
  .contentWrap {
    padding: 0 0 5%;
  }
  .contentWrap .block {
    max-width: none;
    margin: 0 auto 6vw;
    padding: 8% 0 1%;
    font-size: 4.26vw;
  }
  .contentWrap .block h3 {
    font-size: 5.33vw;
    max-width: 85%;
    padding-bottom: 2%;
    margin: 0 auto 5.8%;
  }
  .contentWrap .block .lead {
    max-width: 79%;
    margin: 0 auto 8%;
  }
  .contentWrap .block .categoryList {
    display: block;
    gap: 0;
  }
  .contentWrap .block .categoryList .box {
    border-bottom: 1px dashed #293855;
    padding: 0 10.5% 7.5%;
    margin-bottom: 6.5%;
  }
  .contentWrap .block .categoryList .box:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
  }
  .contentWrap .block .categoryList .box::after {
    display: none;
  }
  .contentWrap .block .categoryList .box h4 {
    margin: 0 0 3.5% 5.5vw;
  }
  .contentWrap .block .categoryList .box h4::before {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2vw 0 0;
  }
  .contentWrap .block .categoryList .box figure {
    margin: 0 auto 7%;
    width: 90%;
  }
  .contentWrap .block.block01 {
    top: -11.5vw;
    margin-bottom: -6.5vw;
    position: relative;
  }
  .contentWrap .block.block04 .categoryList .box {
    padding: 0 0.5% 7.5%;
  }
  .contentWrap .block.block04 .categoryList .box .note {
    width: 80%;
    margin: 0 auto;
  }
}