.youtube-section {
  width: 100%;
  margin: 0;
  padding-top: 78px;
  padding-bottom: 80px;
  background: #F7F7F7;
}

.youtube-section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.youtube-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #000000;
  margin: 0 0 60px;
  position: relative;
  padding-bottom: 17px;
}

.youtube-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 2em;
  border-bottom: 3px solid #001A4D;
}

.break {
  display: none;
}

.fv_txt img {
  height: 332px;
}
.fv_txt__exterior {
  position: relative;
  padding-top: 85px;
}

.headline-ribbon {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-53%);
          transform: translateX(-53%);
  padding: 14px 34px 14px 34px;
  clip-path: polygon(32px 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
  background: #182140;
  opacity: 0.86;
}

.headline-ribbon span {
  display: block;
  color: #ffe066;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .break {
    display: block;
  }
  .youtube-section {
    padding-top: 59px;
    padding-bottom: 55px;
  }
  .youtube-title {
    font-family: "Arial";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.09em;
    color: #000000;
    padding-bottom: 8px;
  }
  .youtube-title::after {
    width: 3.5em;
  }
  .fv_txt img {
    height: 273px;
  }
  .fv_txt__exterior {
    padding-top: 95px;
  }
  .headline-ribbon {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 8px 45px 8px 45px;
  }
  .headline-ribbon span {
    text-align: center;
    font-size: 19px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
  }
}
/* 20260518 giga revised */
.youtube-embed {
  overflow: hidden !important;
}

.youtube-embed iframe {
  top: -1px !important;
  left: -1px !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
}

.youtube-embed {
  overflow: hidden !important;
}

.youtube-embed iframe {
  top: -1px !important;
  left: -1px !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
}

.exemption {
  padding: 78px 16px 70px;
  background: #fff;
}

.exemption_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.exemption_heading {
  margin-bottom: 32px;
  text-align: center;
}
.exemption_heading h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #000000;
  margin: 0 0 42px;
  position: relative;
  padding-bottom: 17px;
}
.exemption_heading h3::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 2em;
  border-bottom: 3px solid #001A4D;
}
.exemption_heading p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #070707;
  margin-bottom: 0;
}

.exemption_cards {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-bottom: 10px;
}

.exemption_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 80px 30px 70px;
  border-radius: 20px;
  background: #F4F8FC;
}
.exemption_card h4 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #070707;
  margin-bottom: 21px;
}
.exemption_card h4 span {
  color: #2F5699;
}
.exemption_card p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.06em;
  color: #000000;
  text-align: justify;
  margin-bottom: 0;
}

.exemption_card_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.exemption_card_figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  text-align: center;
}
.exemption_card_figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.exemption_number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 58px;
  margin-bottom: 16px;
  background: #2F5699;
  border-radius: 7px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #FFFFFF;
}

.exemption_note {
  font-family: "Arial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #000000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .exemption {
    padding: 50px 18px;
  }
  .exemption_heading {
    margin-bottom: 20px;
  }
  .exemption_heading h3 {
    font-family: "Arial";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.09em;
    color: #000000;
    margin: 0 0 24.5px;
    position: relative;
    padding-bottom: 8px;
  }
  .exemption_heading h3::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 3em;
    border-bottom: 3px solid #001A4D;
  }
  .exemption_heading p {
    font-family: "Arial";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.105em;
    color: #070707;
    line-height: 2em;
  }
  .exemption_cards {
    gap: 20px;
    margin-bottom: 0;
  }
  .exemption_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 18px 18px 20px 18px;
    border-radius: 10px;
  }
  .exemption_card h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
  }
  .exemption_card p {
    font-size: 14px;
    line-height: 1.9;
  }
  .exemption_card_text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .exemption_card_figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .exemption_number {
    width: 55px;
    height: 36px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .exemption_note {
    display: none;
  }
}
