@charset "UTF-8";

/* -------------------------------------
        common
-----------------------------------------*/
.uwaki-content {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .uwaki-content {
    border: none;
    max-width: 100%;
  }
}

/* 非表示 */
#main_visual {
  display: none;
}

/* パンくずSP非表示 */
@media screen and (max-width: 768px) {
  .main_belt.lower_main_belt {
    display: none;
  }
}

.uwaki-content .content-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.uwaki-content #toc_container {
  display: none;
}

.uwaki-content img {
  height: auto;
}

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

.uwaki-content .u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .uwaki-content .u-sp {
    display: block !important;
  }
}

.uwaki-content .c-red {
  color: #CE2026;
}

.uwaki-content .c-red02 {
  color: #FF314E;
}

.uwaki-content .c-yellow {
  color: #FFEB00;
}

.uwaki-content .c-blue {
  color: #1D2087;
}

/* h3 */
.uwaki-content h3 {
  font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,Verdana,sans-serif;
}

.uwaki-content h3::before {
  display: none;
}
.uwaki-content h3 span {
  background-color: transparent;
  color: #000;
  display: inline-block;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .uwaki-content .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* accordion */
.uwaki-content .js_accordion_body{
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}

.uwaki-content .js_accordion_body.is_active {
  max-height: 1000px; /* 十分大きい値 */
}

.uwaki-content .js_accordion_ttl {
  cursor: pointer;
}

/* zoom */
.uwaki-content .modal {
  align-items: center;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.uwaki-content #modal .modal-content {
  background-color: transparent;
  display: block;
  max-height: 90vh;
  max-width: fit-content;
  object-fit: contain;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .uwaki-content #modal .modal-content {
    max-height: 75vh;
    width: 90%;
  }
}

.uwaki-content #close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}


/* -------------------------------------
        cta
-----------------------------------------*/
.uwaki-content .cta {
  background-color: #CE2026;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-bottom: 12px;
  padding-top: 12px;
}

.uwaki-content .cta.cta-bg-white {
  background-color: #fff;
  padding-bottom: 22px;
  padding-top: 22px;
}

.uwaki-content a.cta-link {
  align-items: center;
  background: linear-gradient(to bottom, #ff4e56 0%, #c70108 100%);
  border-radius: 20px;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 19px;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .uwaki-content a.cta-link {
    gap: 8px;
    padding-bottom: 22px;
    padding-top: 17px;
  }
}

.uwaki-content .cta.cta-bg-white a.cta-link {
  gap: 6px;
  padding-bottom: 22px;
  padding-top: 17px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .cta.cta-bg-white a.cta-link {
    gap: 8px;
  }
}

.uwaki-content a.cta-link:hover, a.cta-link:focus-visible {
  opacity: 0.7;
}

.uwaki-content a.cta-link::before,
.uwaki-content a.cta-link::after {
  content: "";
  display: block;
  position: absolute;
}

.uwaki-content a.cta-link::before {
  border: 1px solid #fff;
  border-radius: 17px;
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  z-index: 1;
}

.uwaki-content a.cta-link::after {
  background: linear-gradient(145deg,#e0272d 0%, #e5333a 56.16%, #ff5252 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.uwaki-content .cta-list,
.uwaki-content .cta-main {
  position: relative;
  z-index: 1;
}

.uwaki-content .cta-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .cta-list {
    gap: 0 16px;
    justify-content: flex-start;
    width: 260px;
  }
}

.uwaki-content .cta.cta-bg-white .cta-list {
  gap: 0 16px;
  justify-content: flex-start;
  width: 270px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .cta.cta-bg-white .cta-list {
    width: 260px;
  }
}

.uwaki-content .cta-list li {
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  gap: 4px;
  letter-spacing: 0.04em;
  line-height: calc(21/14);
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .cta-list li {
    font-size: 17px;
  }
}

.uwaki-content .cta.cta-bg-white .cta-list li {
  font-size: 18px;
  line-height: calc(25/18);
}

@media screen and (max-width: 768px) {
  .uwaki-content .cta.cta-bg-white .cta-list li {
    font-size: 17px;
  }
}

.uwaki-content .cta-list li::before  {
  aspect-ratio: 15/16;
  background: url(../img/uwaki2026/icon_check-cta.svg) 50% / contain no-repeat;
  content: "";
  display: block;
  width: 15px;
}

.uwaki-content .cta-main {
  align-items: center;
  display: flex;
  font-weight: 900;
  font-size: 34px;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: calc(50/34);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .cta-main {
    font-size: 30px;
    gap: 16px;
    line-height: calc(45/30);
  }
}

.uwaki-content .cta.cta-bg-white .cta-main {
  font-size: 30px;
  gap: 16px;
  line-height: calc(45/30);
}

.uwaki-content .cta-main::after {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/icon_arrow-btn.png) 50% / contain no-repeat;
  content: "";
  display: block;
  width: 34px;
}

/* -------------------------------------
        sec01
-----------------------------------------*/
.uwaki-content .sec01 {
  position: relative;
}

.uwaki-content .sec01 .sec01-content {
  left: 0;
  padding-top: 19px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-content {
    padding-top: max(14px,3.59vw);
  }
}

.uwaki-content .sec01 .sec01-text01 {
  background-color: #CE2026;
  border-radius: 0 18px 18px 0;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: calc(36/24);
  padding-bottom: 7px;
  padding-top: 6px;
  padding-left: 19px;
  padding-right: 42px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-text01 {
    font-size: max(18px,4.62vw);
    line-height: calc(27/18);
    padding-bottom: max(4px,1.03vw);
    padding-top: max(4px,1.03vw);
    padding-left: max(14px,3.59vw);
    padding-right: max(20px,5.13vw);
  }
}

.uwaki-content .sec01 .sec01-text01 + *{
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-text01 + *{
    margin-top: max(11px,2.82vw);
  }
}

.uwaki-content .sec01 .sec01-text02 {
  color: #fff;
  font-weight: 900;
  font-size: 46px;
  letter-spacing: 0.04em;
  line-height: calc(64/46);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
  margin-left: 19px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-text02 {
    font-size: max(34px,8.72vw);
    line-height: calc(47/34);
    margin-left: max(14px,3.59vw);
  }
}

.uwaki-content .sec01 .sec01-text02::after {
  background-color: #CE2026;
  bottom: 2px;
  content: "";
  display: block;
  left: -9px;
  opacity: 0.88;
  height: 14px;
  position: absolute;
  width: 346px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-text02::after {
    bottom: max(4px,1.03vw);
    left: min(-1.54vw,-6px);
    height: max(10px,2.56vw);
    width: max(250px,64.1vw);
  }
}

.uwaki-content .sec01 .sec01-text02 .mn {
  font-size: 39px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-text02 .mn {
    font-size: max(29px,7.44vw);
  }
}

.uwaki-content .sec01 .sec01-text02 + * {
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01-text02 + * {
    margin-top: max(11px,2.82vw);
  }
}

.uwaki-content .sec01 .sec01-logo {
  margin-left: 28px;
  width: 202px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec01 .sec01-logo {
    margin-left: max(20px,5.13vw);
    width: max(146px,37.44vw);
  }
}

.uwaki-content .sec01 .sec01-bg img {
  width: 100%;
}

/* -------------------------------------
        sec02
-----------------------------------------*/
.uwaki-content .sec02 {
  background-color: #1D2087;
  color: #fff;
  padding-bottom: 21px;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02 {
    padding-bottom: 19px;
    padding-top: 22px;
  }
}

.uwaki-content .sec02::after {
  background: url(../img/uwaki2026/sec02-bg.jpg) 50% / cover no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  mix-blend-mode: color-dodge;
  opacity: 0.12;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.uwaki-content .sec02 .content-inner {
  position: relative;
  z-index: 1;
}

.uwaki-content .sec02 .sec02-title {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: calc(52/40);
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02 .sec02-title {
    font-size: 29px;
    line-height: calc(38/29);
  }
}

.uwaki-content .sec02 .sec02-title .mn {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02 .sec02-title .mn {
    font-size: 24px;
  }
}

.uwaki-content .sec02 .sec02-title + * {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02 .sec02-title + * {
    margin-top: 19px;
  }
}

.uwaki-content .sec02-list {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.uwaki-content .sec02-list + * {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02-list + * {
    margin-top: 5px;
  }
}

.uwaki-content .sec02-list li {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: calc(29/20);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02-list li {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.uwaki-content .sec02-list li span {
  border-bottom: 2px solid #fff;
}

.uwaki-content .sec02-list li + li {
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec02-list li + li {
    margin-top: 10px;
  }
}

.uwaki-content .sec02-text {
  font-weight: 500;
  font-size: 10px;
  line-height: calc(15/10);
  text-align: right;
}

/* -------------------------------------
        sec03
-----------------------------------------*/
.uwaki-content .sec03 {
  position: relative;
  z-index: 1;
}

.uwaki-content .sec03::after {
  background: linear-gradient(to bottom,#fff 0%, rgba(255, 255, 255, 0.77) 77%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: calc((290 / 540) * 100%);
  left: 0;
  opacity: 0.87;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.uwaki-content .sec03-content {
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.uwaki-content .sec03-lead {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: calc(55/40);
  text-align: center;
  color: #222;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec03-lead {
    font-size: 30px;
    letter-spacing: 0;
    line-height: calc(40/30);
  }
}

.uwaki-content .sec03-lead + * {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec03-lead + * {
    margin-top: 9px;
  }
}

.uwaki-content .sec03-text {
  font-weight: bold;
  font-size: 18px;
  line-height: calc(32/18);
  text-align: center;
  color: #222;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec03-text {
    font-size: 15px;
    line-height: calc(24/15);
  }
}

.uwaki-content .sec03-bg img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec03-bg img {
    aspect-ratio: 390/360;
    object-fit: cover;
  }
}

/* -------------------------------------
        sec04
-----------------------------------------*/
.uwaki-content .sec04 {
  background-color: #1C2086;
  padding-bottom: 108px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec04 {
    padding-bottom: 76px;
  }
}

.uwaki-content .sec04::after {
  background: url(../img/uwaki2026/sec04-bg.png) bottom / cover no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.uwaki-content .sec04-content {
  background-color: rgb(255 255 255 / 0.82);
  border-radius: 10px;
  padding: 20px 21px 19px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec04-content {
    padding-left: 19px;
    padding-right: 19px;
  }
}

.uwaki-content .sec04-title {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: calc(41/26);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec04-title {
    font-size: 20px;
    line-height: calc(30/20);
  }
}

.uwaki-content .sec04-title + * {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec04-title + * {
    margin-top: 20px;
  }
}

.uwaki-content .sec04-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 900;
  font-size: 18px;
  gap: 16px;
  letter-spacing: 0.02em;
  line-height: calc(29/18);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec04-list li {
    font-size: 15px;
    gap: 12px;
    letter-spacing: 0;
    line-height: calc(22/15);
  }
}

.uwaki-content .sec04-list li::before {
  aspect-ratio: 38/40;
  background: url(../img/uwaki2026/sec04-list-icon01.png) 50% / contain no-repeat;
  content: "";
  display: block;
  margin-top: 8px;
  width: 38px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec04-list li::before {
    margin-top: 7px;
    width: 27px;
  }
}

.uwaki-content .sec04-list li span {
  flex: 1;
}

.uwaki-content .sec04-list li + li {
  border-top: 1px solid #CE2026;
  padding-top: 16px;
  margin-top: 15px;
}


/* -------------------------------------
        sec05
-----------------------------------------*/
.uwaki-content .sec05 {
  background-color: #1C2086;
  color: #fff;
  padding-bottom: 54px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec05 {
    padding-bottom: 39px;
    padding-top: 22px;
  }
}

.uwaki-content .sec05-title {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 41px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec05-title {
    font-size: 24px;
    line-height: calc(36/24);
  }
}

.uwaki-content .sec05-title + * {
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec05-title + * {
    margin-top: 8px;
  }
}

.uwaki-content .sec05-text {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: calc(36/24);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec05-text {
    font-size: 15px;
  }
}

.uwaki-content .sec05-text .c-yellow {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec05-text .c-yellow {
    font-size: 19px;
  }
}

/* -------------------------------------
        sec06
-----------------------------------------*/
.uwaki-content .sec06 {
  background: url(../img/uwaki2026/sec06-bg-top.png) top / 100% no-repeat;
  padding-bottom: 50px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06 {
    padding-top: 40px;
  }
}

.uwaki-content .sec06 .sec06-title {
  background-color: #fff;
  border: 3px solid #CE2026;
  border-radius: 10px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  line-height: calc(30/20);
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  text-align: center;
}

.uwaki-content .sec06 .sec06-title::after {
  aspect-ratio: 48/40;
  background: url(../img/uwaki2026/sec06-arrow.png) 50% / contain no-repeat;
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%,100%);
  width: 48px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06 .sec06-title::after {
    bottom: -15px;
  }
}

.uwaki-content .sec06 .sec06-title + * {
  margin-top: 76px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06 .sec06-title + * {
    margin-top: 56px;
  }
}

.uwaki-content .sec06-text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: calc(32/16);
  color: #222;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06-text {
    font-size: 15px;
  }
}

.uwaki-content .sec06-text + .sec06-text {
  margin-top: 12px;
}

.uwaki-content .sec06-text + * {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06-text + * {
    margin-top: 25px;
  }
}

.uwaki-content .sec06-box {
  background: url(../img/uwaki2026/sec06-box-bg.jpg);
  color: #fff;
  padding: 30px 40px 32px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06-box {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 28px;
  }
}

.uwaki-content .sec06-box-lead {
  font-weight: 900;
  font-size: 20px;
  line-height: calc(30/20);
  text-align: center;
}

@media screen and (max-width: 768px) {

}

.uwaki-content .sec06-box-lead + * {
  margin-top: 15px;
}

.uwaki-content .sec06-box-list {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.uwaki-content .sec06-box-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  gap: 10px;
  letter-spacing: 0.02em;
  line-height: calc(28/16);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06-box-list li {
    font-size: 15px;
    gap: 9px;
    line-height: calc(24/15);
  }
}

.uwaki-content .sec06-box-list li::before {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/sec06-box-check.jpg) 50% / contain no-repeat;
  content: "";
  display: block;
  margin-top: 6px;
  width: 15px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06-box-list li::before {
    margin-top: 5px;
  }
}

.uwaki-content .sec06-box-list li .bold {
  font-weight: 700;
}

.uwaki-content .sec06-box-list li span {
  flex: 1;
}

.uwaki-content .sec06-box-list li + li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec06-box-list li + li {
    margin-top: 15px;
  }
}


/* -------------------------------------
        sec07
-----------------------------------------*/
.uwaki-content .sec07 {
  background: url(../img/uwaki2026/sec07-bg.jpg) top / cover no-repeat;
  padding-bottom: 46px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec07 {
    background-image: url(../img/uwaki2026/sec07-bg_sp.jpg);
    padding-bottom: 45px;
    padding-top: 40px;
  }
}

.uwaki-content .sec07 .sec07-title {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: calc(48/34);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec07 .sec07-title {
    font-size: 30px;
    line-height: calc(45/30);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: fit-content;
  }
}

.uwaki-content .sec07 .sec07-title + * {
  margin-top: 39px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec07-text-image {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
  }
}

.uwaki-content .sec07-text-image img {
  width: 100%;
}

.uwaki-content .sec07-text-image + * {
  margin-top: 26px;
}

.uwaki-content .sec07-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec07-text {
    font-size: 15px;
  }
}

.uwaki-content .sec07-text + * {
  margin-top: 12px;
}


/* -------------------------------------
        sec08
-----------------------------------------*/
.uwaki-content .sec08 {
  padding-bottom: 50px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 {
    padding-top: 50px;
  }
}

.uwaki-content .sec08 .sec08-title {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: calc(38/26);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-title {
    font-size: 18px;
  }
}

.uwaki-content .sec08 .sec08-title .c-red {
  display: inline-block;
  font-weight: 900;
  font-size: 40px;
  line-height: calc(59/40);
  margin-top: -18px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-title .c-red {
    font-size: 24px;
    margin-top: -8px;
  }
}

.uwaki-content .sec08 .sec08-title .c-red .num {
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 80px;
  line-height: calc(106/80);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-title .c-red .num {
    font-size: 40px;
  }
}

.uwaki-content .sec08 .sec08-title + * {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-title + * {
    margin-top: 11px;
  }
}

.uwaki-content .sec08-item + * {
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-item + * {
    margin-top: 15px;
  }
  .uwaki-content .sec08-item + .sec08-item {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-image {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
  }
}

.uwaki-content .sec08-image img {
  width: 100%;
}

.uwaki-content .sec08-image + * {
  margin-top: 20px;
}

.uwaki-content .sec08 .sec08-item-title {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-item-title {
    gap: 10px;
  }
}

.uwaki-content .sec08 .sec08-item-title > span {
  display: contents;
}

.uwaki-content .sec08 .sec08-item-title span {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: calc(28/20);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-item-title span {
    font-size: 18px;
    line-height: calc(28/18);
  }
}


.uwaki-content .sec08 .sec08-item-title > span:not(.num) {
  flex: 1;
}

.uwaki-content .sec08 .sec08-item-title .num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #1D2087;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  justify-content: center;
  line-height: calc(30/26);
  text-align: center;
  width: 45px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-item-title .num {
    font-size: 19px;
    width: 37px;
  }
}

.uwaki-content .sec08 .sec08-item-title .c-red {
  color: #CE2026;
}

.uwaki-content .sec08 .sec08-item-title + * {
  margin-top: 16px;
}

.uwaki-content .sec08-item-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-item-text {
    font-size: 15px;
  }
}

.uwaki-content .sec08-lawyer {
  border: 2px solid #000;
  border-radius: 10px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 21px;
}

.uwaki-content .sec08 .sec08-lawyer-title {
  background-color: #1D2087;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: calc(24/16);
  padding-bottom: 7px;
  padding-top: 8px;
  text-align: center;
}

.uwaki-content .sec08 .sec08-lawyer-title > span {
  color: #fff;
  display: contents;
  font-size: 16px;
}

.uwaki-content .sec08 .sec08-lawyer-title + * {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08 .sec08-lawyer-title + * {
    margin-top: 11px;
  }
}

.uwaki-content .sec08-lawyer-list,
.uwaki-content .sec08-lawyer-text {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-lawyer-list,
  .uwaki-content .sec08-lawyer-text {
    padding-left: 34.5px;
    padding-right: 34.5px;
  }
}

.uwaki-content .sec08-lawyer-list + * {
  margin-top: 10px;
}

.uwaki-content .sec08-lawyer-list li {
  align-items: flex-end;
  border-bottom: 1px dashed #707070;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  letter-spacing: 0;
  gap: 4px 10px;
  justify-content: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {

}

.uwaki-content .sec08-lawyer-list li .text01 {
  font-size: 16px;
  line-height: calc(24/16);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-lawyer-list li .text01 {
  font-size: 15px;
  line-height: calc(22/15);
}
}

.uwaki-content .sec08-lawyer-list li .text02 {
  font-size: 14px;
  line-height: calc(20/14);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-lawyer-list li .text02 {
    font-size: 13px;
    line-height: calc(19/13);
  }
}

.uwaki-content .sec08-lawyer-list li .text03 {
  font-weight: 900;
  font-size: 20px;
  line-height: calc(29/20);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec08-lawyer-list li .text03 {
    font-size: 18px;
    line-height: calc(27/18);
  }
}

.uwaki-content .sec08-lawyer-list li + li {
  padding-top: 10px;
}

.uwaki-content .sec08-lawyer-text {
  font-weight: bold;
  font-size: 16px;
  line-height: calc(24/16);
  text-align: center;
}


/* -------------------------------------
        sec09
-----------------------------------------*/
.uwaki-content .sec09 {
  background: url(../img/uwaki2026/sec09-bg.jpg) top / cover no-repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 {
    background-image: url(../img/uwaki2026/sec09-bg_sp.jpg);
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.uwaki-content .sec09 .sec09-title {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: calc(48/40);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 .sec09-title {
    font-size: 20px;
    line-height: calc(38/30);
  }
}

.uwaki-content .sec09 .sec09-title .bold {
  font-size: 40px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 .sec09-title .bold {
    font-size: 30px;
  }
}

.uwaki-content .sec09 .sec09-title + * {
  margin-top: 29px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 .sec09-title + * {
    margin-top: 34px;
  }
}

.uwaki-content .sec09-item {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
}

.uwaki-content .sec09-item + .sec09-item {
  margin-top: 16px;
}

.uwaki-content .sec09-item + * {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-item + * {
    margin-top: 40px;
  }
}

.uwaki-content .sec09 .sec09-item-title {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
  padding-top: 17px;
  padding-left: 28px;
  padding-right: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 .sec09-item-title {
    padding-left: 18px;
    padding-right: 16px;
  }
}

.uwaki-content .sec09 .sec09-item-title::before,
.uwaki-content .sec09 .sec09-item-title::after,
.uwaki-content .sec09 .sec09-item-title > span::after {
  content: "";
  display: block;
}

.uwaki-content .sec09 .sec09-item-title::before {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/sec09-icon.png) 50% / contain no-repeat;
  height: auto;
  margin: 0;
  margin-top: 4px;
  position: static;
  width: 40px;
  z-index: 1;
}


.uwaki-content .sec09 .sec09-item-title.--man::before {
  background-image: url(../img/uwaki2026/sec09-icon_man.png);
}

.uwaki-content .sec09 .sec09-item-title::after,
.uwaki-content .sec09 .sec09-item-title > span::after {
  aspect-ratio: 1/1;
  margin-left: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 12px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 .sec09-item-title::after,
  .uwaki-content .sec09 .sec09-item-title > span::after {
    right: 16px;
  }
}

.uwaki-content .sec09 .sec09-item-title::after {
  background: url(../img/uwaki2026/icon_plus.svg) 50% / contain no-repeat;
}

.uwaki-content .sec09-item-title.js_accordion_ttl.is_active::after {
  opacity: 0;
}

.uwaki-content .sec09 .sec09-item-title > span::after {
  background: url(../img/uwaki2026/icon_minus.svg) 50% / contain no-repeat;
}

.uwaki-content .sec09-item-title.js_accordion_ttl.is_active > .span::before {
  opacity: 1;
}

.uwaki-content .sec09 .sec09-item-title span {
  display: inline;
  flex: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09 .sec09-item-title span {
    font-size: 15px;
    letter-spacing: 0;
    line-height: calc(23/15);
  }
}

.uwaki-content .sec09 .sec09-item-title span.c-red {
  color: #CE2026;
}

.uwaki-content .sec09-item-inner {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 24px;
}

.uwaki-content .sec09-item-image {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: all 0.3s;
  width: 178px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-item-image {
    width: 126px;
  }
}

.uwaki-content .sec09-item-image:hover, .sec09-item-image:focus-visible {
  opacity: 0.7;
}

.uwaki-content .sec09-item-image::before {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/sec09-zoom.png) 50% / contain no-repeat;
  content: "";
  display: block;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 132px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-item-image::before {
    width: 94px;
  }
}

.uwaki-content .sec09-item-image img {
  width: 100%;
}

.uwaki-content .sec09-item-image + * {
  margin-top: 16px;
}

.uwaki-content .sec09-item-text {
  font-weight: bold;
  font-size: 16px;
  line-height: calc(32/16);
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-item-text {
    font-size: 15px;
    line-height: 2;
  }
}

.uwaki-content .sec09-item-text + .sec09-item-text {
  margin-top: 12px;
}

.uwaki-content .sec09-btn-text {
  font-weight: bold;
  font-size: 20px;
  line-height: calc(29/20);
  text-align: center;
}

.uwaki-content .sec09-btn-text + * {
  margin-top: 10px;
}

.uwaki-content .sec09-btn {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-btn {
    max-width: 320px;
  }
}

.uwaki-content .sec09-btn-link {
  align-items: center;
  background-color: #1D2087;
  border: 2px solid #1D2087;
  border-radius: 100px;
  display: flex;
  font-weight: 900;
  font-size: 22px;
  gap: 16px;
  letter-spacing: 0.02em;
  line-height: calc(33/22);
  position: relative;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-btn-link {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.uwaki-content .sec09-btn-link::before,
.uwaki-content .sec09-btn-link::after {
  content: "";
  display: block;
}

.uwaki-content .sec09-btn-link::before {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/sec09-btn-icon.png) 50% / contain no-repeat;
  width: 76px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-btn-link::before {
    width: 54px;
  }
}

.uwaki-content .sec09-btn-link::after {
  aspect-ratio: 19/10;
  background-color: #fff;
  mask: url(../img/uwaki2026/icon_arrow-btn2.svg) 50% / contain no-repeat;
  position: absolute;
  right: 29px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 19px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec09-btn-link::after {
    right: 22px;
    width: 15px;
  }
}

.uwaki-content .sec09-btn-link span {
  color: #fff;

}

/* -------------------------------------
        sec10
-----------------------------------------*/
.uwaki-content .sec10 {
  background-color: #C9D7FD;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.uwaki-content .sec10 .sec10-title {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: calc(50/34);
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10 .sec10-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: calc(42/30);
  }
}

.uwaki-content .sec10 .sec10-title + * {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10 .sec10-title + * {
    margin-top: 18px;
  }
}

.uwaki-content .sec10-item + .sec10-item {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item + .sec10-item {
    margin-top: 20px;
  }
}

.uwaki-content .sec10-item-title {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.uwaki-content .sec10-item-title > span {
  display: contents;
}

.uwaki-content .sec10-item-title .num {
  color: #fff;
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  letter-spacing: 0;
  line-height: calc(34/26);
  padding-bottom: 12px;
  padding-top: 14px;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 58px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-title .num {
    font-size: 19px;
    line-height: calc(25/19);
    padding-bottom: 17px;
    padding-top: 18px;
    width: 51px;
  }
}

.uwaki-content .sec10-item-title .num::after {
  background-color: #1D2087;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 2px);
  z-index: -1;
}

.uwaki-content .sec10-item-title .text {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0 10px 10px 0;
  border-left: none;
  color: #222;
  display: flex;
  flex: 1;
  font-weight: bold;
  font-size: 20px;
  justify-content: space-between;
  line-height: calc(30/20);
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-title .text {
    padding-left: 19px;
    padding-right: 18px;
  }
}

.uwaki-content .sec10-item-title .text::before,
.uwaki-content .sec10-item-title .text::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  transition: all 0.3s;
  width: 12px;
}

.uwaki-content .sec10-item-title .text::before {
  background: url(../img/uwaki2026/icon_minus.svg) 50% / contain no-repeat;
  bottom: auto;
  height: auto;
  opacity: 0;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-title .text::before {
    right: 18px;
  }
}

.uwaki-content .sec10-item-title .text::after {
  background: url(../img/uwaki2026/icon_plus.svg) 50% / contain no-repeat;
}

.uwaki-content .sec10-item-title.js_accordion_ttl.is_active .text::before {
  opacity: 1;
}

.uwaki-content .sec10-item-title.js_accordion_ttl.is_active .text::after {
  opacity: 0;
}

.uwaki-content .sec10-item-inner {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-inner {
    padding: 10px 15px 0;
  }
}

.uwaki-content .sec10-item-image {
  border-radius: 10px;
  overflow: hidden;
}

.uwaki-content .sec10-item-image + * {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-image + * {
    margin-top: 8px;
  }
}

.uwaki-content .sec10-item-text {
  font-weight: bold;
  font-size: 16px;
  line-height: calc(30/16);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-text {
    font-size: 15px;
    line-height: calc(26/15);
  }
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec10-item-text + .sec10-item-text {
    margin-top: 12px;
  }
}

/* -------------------------------------
        sec11
-----------------------------------------*/
.uwaki-content .sec11 {
  padding-bottom: 46px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11 {
    padding-bottom: 35px;
    padding-top: 50px;
  }
}

.uwaki-content .sec11 .content-inner:first-child {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11 .content-inner:first-child {
    padding-bottom: 50px;
  }
}

.uwaki-content .sec11-title {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0;
  line-height: calc(50/34);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-title {
    font-size: 30px;
    line-height: calc(45/30);
  }
}

.uwaki-content .sec11-title + * {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-title + * {
    margin-top: 19px;
  }
}

.uwaki-content .sec11-lead {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: calc(34/16);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead {
    font-size: 15px;
    line-height: 2;
  }
}

.uwaki-content .sec11-lead + * {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead + * {
    margin-top: 30px;
  }
}

.uwaki-content .sec11-lead .c-red {
  font-size: 24px;
  line-height: calc(34/24);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead .c-red {
    font-size: 20px;
    line-height: calc(30/20);
  }
}

.uwaki-content .sec11-lead02 {
  align-items: flex-end;
  border-bottom: 2px solid #222;
  border-top: 2px solid #222;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  gap: 20px;
  justify-content: center;
  line-height: calc(25/18);
  padding-bottom: 7px;
  padding-top: 11px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead02 {
    font-size: 15px;
    gap: 18px;
    line-height: calc(25/15);
    padding-top: 5px;
  }
}

.uwaki-content .sec11-lead02::before {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/sec11-lead-icon.png) 50% / contain no-repeat;
  content: "";
  display: block;
  margin-top: -22px;
  width: 79px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead02::before {
    margin-top: -18px;
    width: 65px;
  }
}

.uwaki-content .sec11-lead02 span {
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead02 span {
    padding-bottom: 0px;
  }
}

.uwaki-content .sec11-lead02 + * {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-lead02 + * {
    margin-top: 16px;
  }
}

.uwaki-content .sec11-text {
  font-weight: bold;
  font-size: 16px;
  line-height: calc(32/16);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-text {
    font-size: 15px;
  }
}

.uwaki-content .sec11-text + * {
  margin-top: 26px;
}

.uwaki-content .sec11-text + *.sec11-text {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-text + * {
    margin-top: 18px;
  }
}

.uwaki-content .sec11-text-image {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-text-image {
    width: 290px;
  }
}

.uwaki-content .sec11-text-image + * {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-text-image + * {
    margin-top: 18px;
  }
}

.uwaki-content .sec11-attention {
  font-weight: bold;
  font-size: 14px;
  line-height: calc(22/14);
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-attention {
    font-size: 13px;
    line-height: calc(22/13);
  }
}

.uwaki-content .sec11-attention + * {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-attention + * {
    margin-top: 34px;
  }
}

.uwaki-content .sec11-btn-link {
  background-color: #1D2087;
  border: 1px solid #1D2087;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 22px;
  line-height: calc(33/22);
  text-align: center;
  transition: all 0.3s;
  padding-bottom: 23px;
  padding-top: 22px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-btn-link {
    font-size: 20px;
    line-height: calc(29/20);
    padding-bottom: 15px;
    padding-top: 14px;
  }
}

.uwaki-content .sec11-btn-link:hover, .uwaki-content .sec11-btn-link:focus-visible {
  background-color: #fff;
}

.uwaki-content .sec11-btn-link::after {
  aspect-ratio: 19/10;
  background-color: #fff;
  content: "";
  display: block;
  mask: url(../img/uwaki2026/icon_arrow-btn2.svg) 50% / contain no-repeat;
  position: absolute;
  right: 29px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 19px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-btn-link::after {
    right: 23px;
    width: 15px;
  }
}

.uwaki-content .sec11-btn-link:hover::after, .uwaki-content .sec11-btn-link:focus-visible::after {
  background-color: #1D2087;
}

.uwaki-content .sec11-btn-link span {
  color: #fff;
  transition: all 0.3s;
}

.uwaki-content .sec11-btn-link:hover span, .uwaki-content .sec11-btn-link:focus-visible span {
  color: #1D2087;
}

.uwaki-content .sec11-risk-head {
  display: block;
}

.uwaki-content .sec11-risk-head img {
  width: 100%;
}

.uwaki-content .sec11-risk-balloon {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: calc(34/26);
  margin-top: -15px;
  padding-bottom: 16px;
  padding-top: 12px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-risk-balloon {
    font-size: 16px;
    line-height: calc(30/20);
    margin-top: -20px;
  }
}

.uwaki-content .sec11-risk-balloon::after {
  aspect-ratio: 45/20;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  background-color: #000;
  bottom: 2px;
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%,100%);
  width: 45px;
}

.uwaki-content .sec11-risk-balloon + * {
  margin-top: 35px;
}

.uwaki-content .sec11-risk-balloon .c-red {
  color: #FF314E;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-risk-balloon .c-red {
    font-size: 20px;
  }
}

.uwaki-content .sec11-risk-text-list + * {
  margin-top: 25px;
}

.uwaki-content .sec11-risk-text-list li {
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  gap: 8px;
  letter-spacing: 0;
  line-height: calc(27/18);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-risk-text-list li {
    font-size: 16px;
    gap: 4px;
    line-height: calc(30/16);
  }
}

.uwaki-content .sec11-risk-text-list li::before {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/icon_check-risk.svg) 50% / contain no-repeat;
  content: "";
  display: block;
  width: 20px;
}

.uwaki-content .sec11-risk-text-list li + li {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec11-risk-text-list li + li {
    margin-top: 6px;
  }
}


/* -------------------------------------
        sec12
-----------------------------------------*/
.uwaki-content .sec12 {
  background-color: #C9D7FD;
  padding-bottom: 60px;
  padding-top: 50px;
}

.uwaki-content h2.sec12-title {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0;
  line-height: calc(50/34);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content h2.sec12-title {
    font-size: 30px;
    line-height: calc(45/30);
  }
}

.uwaki-content h2.sec12-title + * {
  margin-top: 39px;
}

@media screen and (max-width: 768px) {
  .uwaki-content h2.sec12-title + * {
    margin-top: 23px;
  }
}

.uwaki-content .sec12-item {
  background-color: #fff;
}

.uwaki-content .sec12-item + * {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec12-item + * {
    margin-top: 20px;
  }
}

.uwaki-content .sec12-item .sec12-item-title {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec12-item .sec12-item-title {
    padding: 14px;
  }
}

.uwaki-content .sec12-item-title::before,
.uwaki-content .sec12-item-title::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  transition: all 0.3s;
  width: 12px;
}

.uwaki-content .sec12-item-title::before {
  background: url(../img/uwaki2026/icon_minus.svg) 50% / contain no-repeat;
  bottom: auto;
  height: auto;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.uwaki-content .sec12-item-title::after {
  background: url(../img/uwaki2026/icon_plus.svg) 50% / contain no-repeat;
}

.uwaki-content .sec12-item-title.js_accordion_ttl.is_active::before {
  opacity: 1;
}

.uwaki-content .sec12-item-title.js_accordion_ttl.is_active::after {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec12-item-title::after {
    width: 11px;
  }
}

.uwaki-content .sec12-item-title span {
  flex: 1;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: calc(22/16);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec12-item-title span {
    font-size: 15px;
    line-height: calc(22/15);
  }
}

.uwaki-content .js_accordion_body.is_active {
  max-height: 600px;
}

.uwaki-content .sec12-item-inner {
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec12-item-inner {
    padding: 0 14px 14px;
  }
}

.uwaki-content .sec12-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(32/16);
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec12-item-text {
    font-size: 15px;
  }
}

.uwaki-content .sec12-item-text + .sec12-item-text {
  margin-top: 12px;
}

/* -------------------------------------
        sec013
-----------------------------------------*/
.uwaki-content .sec13 {
  padding-top: 60px;
}

.uwaki-content .sec13-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-title {
    gap: 15px;
  }
}

.uwaki-content .sec13-title .image {
  width: 140px;
}

.uwaki-content .sec13-title .text {
  font-weight: 900;
  font-size: 24px;
  line-height: calc(40/24);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-title .text {
    font-size: 20px;
    line-height: calc(30/20);
  }
}

.uwaki-content .sec13-title + * {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-title + * {
    margin-top: 76px;
  }
}

.uwaki-content .sec13-lead {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: calc(40/24);
  text-align: center;
  padding-bottom: 14px;
  padding-top: 14px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-lead {
    font-size: 20px;
    line-height: calc(30/20);
    padding-bottom: 17px;
    padding-top: 17px;
  }
}

.uwaki-content .sec13-lead::before,
.uwaki-content .sec13-lead::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}

.uwaki-content .sec13-lead::before {
  aspect-ratio: 54/46;
  background: url(../img/uwaki2026/sec13-lead-arrow.png) 50% / contain no-repeat;
  transform: translate(-50%,-100%);
  top: -20px;
  width: 54px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-lead::before {
    width: 48px;
  }
}

.uwaki-content .sec13-lead::after {
  background-color: #1D2087;
  bottom: 0;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% + 80px);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-lead::after {
    width: calc(100% + 40px);
  }
}

.uwaki-content .sec13-lead + * {
  margin-top: 18px;
}

.uwaki-content .sec13-text {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: calc(32/18);
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-text {
    font-size: 15px;
    line-height: calc(28/15);
  }
}

.uwaki-content .sec13-text + * {
  margin-top: 18px;
}

.uwaki-content .sec13-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.uwaki-content .sec13-list li {
  align-items: center;
  background-color: #CCD6FF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0;
  justify-content: center;
  line-height: calc(24/16);
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-list li {
    font-size: 15px;
    line-height: calc(22/15);
    padding-bottom: 19px;
    padding-top: 19px;
  }
}

.uwaki-content .sec13-list li:nth-child(1)::after,
.uwaki-content .sec13-list li:nth-child(2)::after,
.uwaki-content .sec13-list li:nth-child(3)::after {
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}

.uwaki-content .sec13-list li:nth-child(1)::after {
  aspect-ratio: 96/67;
  background: url(../img/uwaki2026/sec13-list-icon01.png) 50% / contain no-repeat;
  width: 97px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-list li:nth-child(1)::after {
    width: 92px;
  }
}

.uwaki-content .sec13-list li:nth-child(2)::after {
  aspect-ratio: 1/1;
  background: url(../img/uwaki2026/sec13-list-icon02.png) 50% / contain no-repeat;
  width: 74px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-list li:nth-child(2)::after {
    width: 72px;
  }
}

.uwaki-content .sec13-list li:nth-child(3)::after {
  aspect-ratio: 67/80;
  background: url(../img/uwaki2026/sec13-list-icon03.png) 50% / contain no-repeat;
  width: 67px;
}

@media screen and (max-width: 768px) {
  .uwaki-content .sec13-list li:nth-child(3)::after {
    width: 64px;
  }
}


/*2026_02_09 ファーストビュー修正、セクション非表示*/

.uwaki-content .sec01 .sec01-logo {
    margin-top: 30px;
    margin-left: 23px;
    width: 380px;
}
.uwaki-content .sec01 .sec01-logo img{
    height: auto;
    width: 380px;
}
.sec02{
display:none;
}

@media screen and (max-width: 768px) {
.uwaki-content .sec01 .sec01-logo {
    margin-top: 4%;
    margin-left: 12px;
    width: 90%;
}
.uwaki-content .sec01 .sec01-logo img{
    height: auto;
    width: 80%;
}
}