@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

main {
  background-color: white;
  position: relative;
  color: #4D4D4D;
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 0;
  }
}

.inner {
  position: relative;
}
.inner .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.inner .contents {
  position: relative;
  top: 0;
  left: 0;
}
.inner .wrap {
  max-width: 945px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner .wrap {
    max-width: 450px;
  }
}
@media screen and (max-width: 600px) {
  .inner .wrap {
    padding-top: 20px;
  }
}

.sec01 {
  padding-top: 7.3%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1300px) {
  .sec01 {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 25px 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 480px) {
  .sec01 {
    text-shadow: unset;
  }
}
.sec01 h2 {
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-size: 48px;
  margin-bottom: 30px;
  -webkit-text-stroke: 0.7px #4D4D4D;
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    font-size: clamp(21px, 5.25vw, 25px);
    text-align: center;
    margin: 0 auto 25px;
  }
}
.sec01 h2 span {
  font-size: 21px;
  padding: 0 10px;
  margin-left: 10px;
  letter-spacing: -0.025em;
  display: inline-block;
  border-left: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
@media screen and (max-width: 768px) {
  .sec01 h2 span {
    width: clamp(250px, 62.5vw, 350px);
    border-top: 1px solid #4D4D4D;
    border-left: 0;
    border-right: 0;
    padding: 5px 0 0;
    margin: 5px 0 0;
    font-size: clamp(12px, 3vw, 15px);
  }
}
.sec01 h3 {
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 17px;
  font-feature-settings: "halt";
}
@media screen and (max-width: 768px) {
  .sec01 h3 {
    text-align: center;
    font-size: clamp(15px, 4.2857142857vw, 17px);
    line-height: 24px;
  }
}
.sec01 p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec01 p {
    width: 100%;
    margin: 0 auto;
    line-height: 22px;
    letter-spacing: 0.025em;
  }
}
.sec01 figure {
  width: 56px;
  margin: 35px auto 35px 190px;
}
@media screen and (max-width: 768px) {
  .sec01 figure {
    margin: 23px auto 60px;
    width: 42px;
  }
}

.sec02 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9FA0A0;
  }
}
.sec02 h3 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 32px;
}
.sec02 figure {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec02 .group {
    background-color: white;
    border: 1px solid #9FA0A0;
    border-radius: 5px;
    width: clamp(250px, 62.5vw, 400px);
    margin: 0 auto;
    padding: 20px 10px;
  }
}
.sec02 .el01 h3 {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .sec02 .el01 h3 {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: clamp(21px, 5.25vw, 25px);
    margin-bottom: 12px;
    letter-spacing: -0.025em;
  }
}
.sec02 .el01 figure {
  max-width: 663px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec02 .el01 figure {
    max-width: 310px;
    margin-bottom: 0;
  }
}
.sec02 .el02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec02 .el02 {
    border-top: 1px solid #9FA0A0;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
.sec02 .el02 h3 {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec02 .el02 h3 {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: clamp(21px, 5.25vw, 25px);
    margin-bottom: 12px;
    letter-spacing: -0.025em;
  }
}
.sec02 .el02 figure {
  max-width: 551px;
}
@media screen and (max-width: 768px) {
  .sec02 .el02 figure {
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .el03 {
    margin-top: 28px;
  }
}
.sec02 .el03 h3 {
  line-height: 46px;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .el03 h3 {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: clamp(21px, 5.25vw, 25px);
    margin-bottom: 12px;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .el03 figure {
    max-width: 400px;
  }
}
.sec02 .detail {
  margin-top: 20px;
}
.sec02 .detail .orange {
  margin-bottom: 22px;
}
.sec02 .detail .orange .label-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F8E4BF;
  background: linear-gradient(to right, #F8E4BF, #FCF4E5);
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .label-flex {
    flex-direction: column;
    padding-bottom: 10px;
    max-width: 400px;
    margin: 0 auto;
    gap: 5px;
  }
}
.sec02 .detail .orange .label-flex h4 {
  width: 237px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  color: white;
  background-color: #E39300;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .label-flex h4 {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
  }
}
.sec02 .detail .orange .label-flex h4::after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  top: 0;
  right: 0;
  border-left: 10px solid #E39300;
  border-top: 15px solid #F8E4BF;
  border-bottom: 15px solid #F8E4BF;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .label-flex h4::after {
    display: none;
  }
}
.sec02 .detail .orange .label-flex p {
  color: #E39300;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .label-flex p {
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1.4em;
    text-align: center;
  }
}
.sec02 .detail .orange .flex-box {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box {
    flex-direction: column;
    max-width: 400px;
    margin: 15px auto;
    gap: 0;
  }
}
.sec02 .detail .orange .flex-box .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec02 .detail .orange .flex-box .items dl {
  width: 55%;
}
.sec02 .detail .orange .flex-box .items dl dt {
  position: relative;
  padding-left: 25px;
  color: #E39300;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items dl dt {
    font-size: 14px;
    padding-left: 20px;
  }
}
.sec02 .detail .orange .flex-box .items dl dt::before {
  content: "";
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  background-color: #E39300;
  border-radius: 2px;
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items dl dt::before {
    font-size: 10px;
    width: 16px;
    line-height: 16px;
  }
}
.sec02 .detail .orange .flex-box .items dl dt span {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  display: inline-block;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items dl dt span {
    font-size: 10px;
  }
}
.sec02 .detail .orange .flex-box .items dl dd {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.025em;
}
.sec02 .detail .orange .flex-box .items dl dd span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items dl dd span {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items dl dd {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
  }
}
.sec02 .detail .orange .flex-box .items figure {
  position: relative;
  width: 43%;
  margin: 0;
}
.sec02 .detail .orange .flex-box .items figure figcaption {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items figure figcaption {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items.no1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #9FA0A0;
  }
}
.sec02 .detail .orange .flex-box .items.no1 dl dt::before {
  content: "1";
}
.sec02 .detail .orange .flex-box .items.no1 span {
  white-space: nowrap;
}
.sec02 .detail .orange .flex-box .items.no1 figcaption {
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items.no1 figcaption {
    bottom: -5px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .detail .orange .flex-box .items.no2 {
    padding-top: 10px;
  }
}
.sec02 .detail .orange .flex-box .items.no2 dl dt::before {
  content: "2";
}
.sec02 .detail .blue .label-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F8E4BF;
  background: linear-gradient(to right, #D3E2EF, #EDF4F9);
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .label-flex {
    flex-direction: column;
    padding-bottom: 10px;
    max-width: 400px;
    margin: 0 auto;
    gap: 5px;
  }
}
.sec02 .detail .blue .label-flex h4 {
  width: 237px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  color: white;
  background-color: #4E8DBF;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .label-flex h4 {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
  }
}
.sec02 .detail .blue .label-flex h4::after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  top: 0;
  right: 0;
  border-left: 10px solid #4E8DBF;
  border-top: 15px solid #D3E2EF;
  border-bottom: 15px solid #D3E2EF;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .label-flex h4::after {
    display: none;
  }
}
.sec02 .detail .blue .label-flex p {
  color: #4E8DBF;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .label-flex p {
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1.4em;
    text-align: center;
  }
}
.sec02 .detail .blue .label-flex h4 {
  text-align: left;
  padding-left: 10px;
  font-size: 16.5px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .label-flex h4 {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
  }
}
.sec02 .detail .blue .flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box {
    margin-top: 15px;
  }
}
.sec02 .detail .blue .flex-box .items {
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}
.sec02 .detail .blue .flex-box .items dl {
  width: 55%;
}
.sec02 .detail .blue .flex-box .items dl dt {
  position: relative;
  padding-left: 25px;
  color: #4E8DBF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items dl dt {
    font-size: 14px;
    padding-left: 20px;
  }
}
.sec02 .detail .blue .flex-box .items dl dt::before {
  content: "";
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  background-color: #4E8DBF;
  border-radius: 2px;
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items dl dt::before {
    font-size: 10px;
    width: 16px;
    line-height: 16px;
  }
}
.sec02 .detail .blue .flex-box .items dl dt span {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  display: inline-block;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items dl dt span {
    font-size: 10px;
  }
}
.sec02 .detail .blue .flex-box .items dl dd {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.025em;
}
.sec02 .detail .blue .flex-box .items dl dd span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items dl dd span {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items dl dd {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
  }
}
.sec02 .detail .blue .flex-box .items figure {
  position: relative;
  width: 43%;
  margin: 0;
}
.sec02 .detail .blue .flex-box .items figure figcaption {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items figure figcaption {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #9FA0A0;
  }
}
.sec02 .detail .blue .flex-box .items:nth-child(n+1):nth-child(-n+4) {
  border-bottom: 1px solid #C1D7E8;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items:nth-child(n+1):nth-child(-n+4) {
    border-color: #9F8350;
  }
}
.sec02 .detail .blue .flex-box .items:last-child {
  border-bottom: 0;
}
.sec02 .detail .blue .flex-box .items.no3 dl dt::before {
  content: "3";
}
.sec02 .detail .blue .flex-box .items.no3 figure {
  align-self: center;
}
.sec02 .detail .blue .flex-box .items.no4 > dl dt::before {
  content: "4";
}
.sec02 .detail .blue .flex-box .items.no5 dl dt::before {
  content: "5";
}
.sec02 .detail .blue .flex-box .items.no5 figure {
  align-self: center;
}
.sec02 .detail .blue .flex-box .items.no5 figure figcaption {
  bottom: -5px;
  right: -5px;
}
.sec02 .detail .blue .flex-box .items.no6 > dl dt::before {
  content: "6";
}
.sec02 .detail .blue .flex-box .items.no7 dl dt::before {
  content: "7";
}
.sec02 .detail .blue .flex-box .items.no7 figure figcaption {
  color: white;
  text-shadow: 0 0 5px #4D4D4D, 0 0 5px #4D4D4D, 0 0 5px #4D4D4D;
}
.sec02 .detail .blue .flex-box .items.no8 dl dt::before {
  content: "8";
}
.sec02 .detail .blue .flex-box .items.no8 figure figcaption {
  color: white;
  text-shadow: 0 0 5px #4D4D4D, 0 0 5px #4D4D4D, 0 0 5px #4D4D4D;
}
.sec02 .detail .blue .flex-box .items.no9 {
  width: 100%;
  border-top: 1px solid #C1D7E8;
  padding-top: 10px;
  margin-top: -10px;
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl {
  width: 55%;
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt {
  position: relative;
  padding-left: 25px;
  color: #4E8DBF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt {
    font-size: 14px;
    padding-left: 20px;
  }
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt::before {
  content: "";
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  background-color: #4E8DBF;
  border-radius: 2px;
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt::before {
    font-size: 10px;
    width: 16px;
    line-height: 16px;
  }
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt span {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  display: inline-block;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt span {
    font-size: 10px;
  }
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl dd {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.025em;
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl dd span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl01 dl dd span {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl01 dl dd {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
  }
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 figure {
  position: relative;
  width: 43%;
  margin: 0;
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 figure figcaption {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl01 figure figcaption {
    font-size: 8px;
  }
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl {
  width: 100%;
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 dl dt::before {
  content: "9";
}
.sec02 .detail .blue .flex-box .items.no9 .bl01 figure {
  width: 100%;
}
.sec02 .detail .blue .flex-box .items.no9 figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .detail .blue .flex-box .items.no9 .bl02 {
    display: none;
  }
}
.sec02 .detail .kome {
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
}

.sec03 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 25px;
  }
}
.sec03 h2 {
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.075em;
  text-stroke: 1px #4d4d4d;
  -webkit-text-stroke: 0.5px #4D4D4D;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec03 h2 {
    font-size: clamp(14px, 3.5vw, 18px);
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.sec03 h2 .bl {
  color: #075578;
  text-stroke: 1px #075578;
  -webkit-text-stroke: 0.5px #075578;
}
.sec03 h2 .big {
  font-size: 125%;
}
.sec03 .text-box {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .sec03 .text-box {
    position: relative;
  }
}
.sec03 .text-box .sq {
  width: 127px;
  line-height: 127px;
  text-align: center;
  color: white;
  font-size: 25px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  background: #7AA9CF;
  background: linear-gradient(to bottom, #7AA9CF, #4E8DBF);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sec03 .text-box .sq {
    width: 59px;
    line-height: 39px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .text-box .sq {
    float: left;
  }
}
.sec03 .text-box dl {
  width: 740px;
}
.sec03 .text-box dl dt {
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  color: #4E8DBF;
  font-size: clamp(18px, 2.4vw, 24px);
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec03 .text-box dl dt {
    padding-left: 65px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}
.sec03 .text-box dl dd {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .sec03 .text-box dl dd {
    font-size: 11px;
    line-height: 14px;
  }
}
.sec03 h4 {
  text-align: center;
  background: #D3E2EF;
  background: linear-gradient(to right, #D3E2EF, #EDF4F9);
  line-height: 30px;
  font-size: 18px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  color: #4E8DBF;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec03 h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
  }
}
.sec03 .el01 {
  padding-bottom: 25px;
  border-bottom: 1px solid #C1D7E8;
  margin-bottom: 25px;
}
.sec03 .el01 figure {
  max-width: 736px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03 .el01 {
    border-bottom: 1px solid #9FA0A0;
  }
}
.sec03 .el02 dt {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .text-box {
    margin-bottom: 10px;
  }
}
.sec03 .el02 .flex-box {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box dl {
    display: flex;
    justify-content: space-between;
  }
}
.sec03 .el02 .flex-box dl dt {
  font-size: 16px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box dl dt {
    font-size: 14px;
    width: 58%;
    letter-spacing: -0.02em;
  }
}
.sec03 .el02 .flex-box dl dt span {
  color: #7AA9CF;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box dl dt span {
    margin-right: 2px;
  }
}
.sec03 .el02 .flex-box dl dd {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box dl dd {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box dl dd.heat {
    width: 42%;
  }
}
.sec03 .el02 .flex-box dl dd.bg {
  margin-top: 10px;
}
.sec03 .el02 .flex-box dl dd.bg span {
  font-size: 8px;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box dl dd.bg {
    width: 39%;
    margin-top: 0;
  }
}
.sec03 .el02 .flex-box dl dd.small {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.025em;
  line-height: 12px;
}
.sec03 .el02 .flex-box:last-of-type {
  gap: 10px;
}
.sec03 .el02 .flex-box:last-of-type p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box:last-of-type p {
    width: 100%;
    font-size: 8px;
    line-height: 10px;
  }
}
.sec03 .el02 .flex-box:last-of-type figure {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box:last-of-type figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box .left {
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec03 .el02 .flex-box .left figure {
    margin-top: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box .right dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec03 .el02 .flex-box .right dl dt {
  width: 100%;
  letter-spacing: -0.025em;
}
.sec03 .el02 .flex-box .right dl figure {
  position: relative;
  margin-right: -20px;
}
@media screen and (max-width: 940px) {
  .sec03 .el02 .flex-box .right dl figure {
    padding-top: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box .right dl figure {
    width: 59%;
    padding-top: 0;
  }
}
.sec03 .el02 .flex-box .right dl figure::after {
  content: "";
  background-image: url("../img/fukidashi.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: clamp(100px, 17.8888888889vw, 161px);
  height: 66px;
  position: absolute;
  top: -20%;
  right: 0%;
}
@media screen and (max-width: 940px) {
  .sec03 .el02 .flex-box .right dl figure::after {
    top: -3%;
    right: -1%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el02 .flex-box .right dl figure::after {
    display: none;
  }
}
.sec03 .el03 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #9FA0A0;
  }
}
.sec03 .el03 .text-box {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .text-box {
    margin-bottom: 10px;
  }
}
.sec03 .el03 h4 {
  background: unset;
  text-align: left;
  color: #4D4D4D;
  font-size: 16px;
  margin-bottom: 0;
}
.sec03 .el03 h4 span {
  color: #7AA9CF;
  margin-right: 5px;
}
.sec03 .el03 h4 .sp-small {
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 h4 .sp-small {
    font-size: 10px;
    padding-left: 20px;
    display: block;
    margin-top: -2px;
  }
}
.sec03 .el03 .flex-box {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .flex-box {
    flex-direction: column;
  }
}
.sec03 .el03 .flex-box .left {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .flex-box .left {
    width: 100%;
  }
}
.sec03 .el03 .flex-box .right {
  width: 19%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .flex-box .right {
    width: 100%;
  }
}
.sec03 .el03 .flex-box .right p {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .flex-box .right p {
    font-size: 8px;
  }
}
.sec03 .el03 .medical {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .medical {
    border-top: 1px solid #4d4d4d;
    margin-top: 10px;
    padding-top: 15px;
  }
}
.sec03 .el03 .medical h4 {
  color: #4E8DBF;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-size: 24px;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .medical h4 {
    font-size: 15px;
    line-height: 21px;
  }
}
.sec03 .el03 .medical p {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .medical p {
    font-size: 11px;
    line-height: 14px;
  }
}
.sec03 .el03 .medical h5 {
  margin-top: 30px;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
}
.sec03 .el03 .medical h5 span {
  color: #7AA9CF;
  margin-right: 5px;
}
.sec03 .el03 .medical h5 .sp-small {
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .sec03 .el03 .medical h5 .sp-small {
    font-size: 7px;
    display: block;
    padding-left: 20px;
    margin-top: 2px;
  }
}
.sec03 .el04 {
  margin-top: 27px;
  border-top: 1px solid #7AA9CF;
  padding-top: 24px;
}
.sec03 .el04 .text-box {
  position: relative;
}
.sec03 .el04 .text-box dl {
  width: 505px;
}
.sec03 .el04 .text-box dl dt {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .sec03 .el04 .text-box dl dd {
    width: 48%;
  }
}
.sec03 .el04 .text-box div {
  width: 230px;
  align-self: flex-end;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .el04 .text-box div {
    width: 50%;
    position: absolute;
    bottom: -6%;
    right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 395px) {
  .sec03 .el04 .text-box div {
    bottom: 5%;
  }
}
@media screen and (max-width: 375px) {
  .sec03 .el04 .text-box div {
    bottom: 11%;
  }
}
.sec03 .el04 .text-box div h5 {
  font-size: clamp(12px, 1.5vw, 15px);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec03 .el04 .text-box div h5 {
    font-size: 10px;
    white-space: nowrap;
  }
}
.sec03 .el04 .text-box div h5 span {
  color: #7AA9CF;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .sec03 .el04 .text-box div h5 span {
    margin-right: 2px;
  }
}
.sec03 .el04 .flex-box {
  display: flex;
}
@media screen and (max-width: 999px) {
  .sec03 .el04 .flex-box {
    flex-direction: column;
  }
}
.sec03 .el04 .flex-box p {
  width: 172px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 999px) {
  .sec03 .el04 .flex-box p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .el04 .flex-box p {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.025em;
  }
}
.sec03 .el04 .flex-box figure {
  max-width: 714px;
}

.entry {
  padding: 44px 0 54px;
}
@media screen and (max-width: 999px) {
  .entry {
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 25px 0;
  }
}/*# sourceMappingURL=zeh-m.css.map */