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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --vw1920: calc(100vw / 1920);
  --vw375: calc(100vw / 375);
  --vw320: calc(100vw / 320);
}

html {
  font-size: 62.5%;
}

main.web-ad,
.menu-anchor-link {
  ul li {
    list-style: none;
  }
  p,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dt,
  dd,
  th,
  td,
  ul li {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    text-align: left;
  }
  p {
    font-size: clamp(15px, calc(16 * var(--vw1920)), 16px);
  }
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.font-b {
  font-weight: bold;
}
.txt_center {
  text-align: center;
}
.gradation .animation-bg {
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.appear .animation-bg {
  animation-name: PageAnime-gradation;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

@keyframes PageAnime-gradation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}
.fadeUp.add {
  opacity: 1;
  transform: translateY(0);
}

main.web-ad .main {
  height: clamp(calc(777px * 0.65), 40.46875vw, 777px);
  width: 100%;
  position: relative;
  background: url(../images/main.jpg);
  background-size: cover;
  background-position: center right;
}
.web-ad .main .wrap_txt {
  padding-top: clamp(calc(80px * 0.65), 4.1666vw, 80px);
  padding-left: clamp(calc(80px * 0.65), 4.1666vw, 80px);
}
.web-ad .main h1 {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.web-ad .main h1 * {
  font-weight: inherit;
}
.web-ad .main h1 .txt_l_yellow {
  font-size: clamp(calc(67px * 0.65), calc(67 * var(--vw1920)), 67px);
  color: #ffff64;
}
.web-ad .main h1 .txt_l_white {
  font-size: clamp(calc(67px * 0.65), calc(67 * var(--vw1920)), 67px);
  color: #fff;
}
.web-ad .main h1 .txt_s_yellow {
  font-size: clamp(calc(60px * 0.65), calc(60 * var(--vw1920)), 60px);
  color: #ffff64;
}
.web-ad .main h1 .txt_s_white {
  font-size: clamp(calc(60px * 0.65), calc(60 * var(--vw1920)), 60px);
  color: #fff;
}
.web-ad .main p {
  font-size: clamp(calc(24px * 0.65), calc(24 * var(--vw1920)), 24px);
  color: #fff;
  margin-top: clamp(calc(50px * 0.65), calc(50 * var(--vw1920)), 50px);
  letter-spacing: 0.1em;
}
.web-ad .sec01 {
  background: #ddd;
  padding-top: clamp(calc(80px * 0.8), calc(80 * var(--vw1920)), 80px);
}
.web-ad .wrap01 {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: auto;
}
.web-ad .sec01 h2 {
  font-size: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  display: flex;
  justify-content: center;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.web-ad .sec01 h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(calc(43px * 0.8), calc(43 * var(--vw1920)), 43px);
  height: clamp(calc(45px * 0.8), calc(45 * var(--vw1920)), 45px);
  position: relative;
  top: clamp(calc(14px * 0.8), calc(14 * var(--vw1920)), 14px);
  margin-right: clamp(calc(14px * 0.8), calc(14 * var(--vw1920)), 14px);
}
.web-ad .sec01 p.txt_sub {
  font-size: clamp(18px, calc(21 * var(--vw1920)), 21px);
  text-align: center;
}
.web-ad .sec01 ul.question_list {
  margin-top: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
}
.web-ad .sec01 ul.question_list li {
  max-width: clamp(calc(1200px * 0.8), calc(1200 * var(--vw1920)), 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background: #fff;
  border-radius: 57px 14px 57px 14px;
  min-height: clamp(calc(130px * 0.8), calc(130 * var(--vw1920)), 130px);
  align-items: center;
  padding: clamp(calc(20px * 0.8), calc(20 * var(--vw1920)), 20px)
    clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px) clamp(calc(20px * 0.8), calc(20 * var(--vw1920)), 20px)
    clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  box-sizing: border-box;
}
.web-ad .sec01 ul.question_list li:not(:last-child) {
  margin-bottom: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
}
.web-ad .sec01 ul.question_list li h3 {
  font-size: clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px);
  color: #333;
  display: flex;
  width: 50%;
  line-height: 1.4;
}
.web-ad .sec01 ul.question_list li h3 span {
  display: flex;
  width: clamp(calc(60px * 0.8), calc(60 * var(--vw1920)), 60px);
  height: clamp(calc(60px * 0.8), calc(60 * var(--vw1920)), 60px);
  margin-right: clamp(calc(20px * 0.8), calc(20 * var(--vw1920)), 20px);
}
.web-ad .sec01 ul.question_list li:nth-child(1) h3 {
  color: #29abe2;
}
.web-ad .sec01 ul.question_list li:nth-child(2) h3 {
  color: #ff5a7d;
}
.web-ad .sec01 ul.question_list li:nth-child(3) h3 {
  color: #22b18c;
}
.web-ad .sec01 ul.question_list li:nth-child(4) h3 {
  color: #f09628;
}
.web-ad .sec01 ul.question_list li p {
  font-size: clamp(16px, calc(18 * var(--vw1920)), 18px);
}
.web-ad .sec01 .staff01 {
  max-width: clamp(calc(1018px * 0.8), calc(1018 * var(--vw1920)), 1018px);
  margin: 40px auto 0;
}
.web-ad .conv01 {
  background: url(../images/conv_bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(50% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 218px 0 110px;
  margin-top: -188px;
}
.web-ad .conv01 .sunburst {
  width: clamp(calc(134px * 0.8), calc(134 * var(--vw1920)), 134px);
  height: clamp(calc(48px * 0.8), calc(48 * var(--vw1920)), 48px);
}
.web-ad .conv01 h2 {
  font-size: clamp(calc(60px * 0.8), calc(60 * var(--vw1920)), 60px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: clamp(calc(20px * 0.8), calc(20 * var(--vw1920)), 20px);
  margin-bottom: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  font-feature-settings: "palt";
}
.web-ad .conv01 h2 span {
  color: #ffb428;
  font-weight: inherit;
}
.btn_conv01 {
  font-size: clamp(37px, calc(37 * var(--vw1920)), 37px);
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(calc(650px * 0.8), calc(650 * var(--vw1920)), 650px);
  height: clamp(calc(120px * 0.8), calc(120 * var(--vw1920)), 120px);
  max-width: 100%;
  color: #fff;
  background: #f09628;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
}
.btn_conv01 span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0;
  margin-left: clamp(calc(26px * 0.8), calc(26 * var(--vw1920)), 26px);
}
.btn_conv01 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn_conv01:hover {
  opacity: 1;
}
.btn_conv01::before {
  content: "";
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  z-index: -1;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  background: #f5b669;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease-out;
  pointer-events: none;
}
.btn_conv01.is-hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.web-ad .sec02 {
  padding-bottom: clamp(calc(120px * 0.8), calc(120 * var(--vw1920)), 120px);
}
.web-ad .sec02 h2 {
  font-size: clamp(calc(32px * 0.8), calc(32 * var(--vw1920)), 32px);
  line-height: 3.5;
  display: flex;
  align-items: flex-end;
  position: relative;
  left: -20px;
  font-weight: 500;
  white-space: nowrap;
}
.web-ad .sec02 h2 span {
  font-family: "Overpass", sans-serif;
  font-size: clamp(calc(200px * 0.8), calc(200 * var(--vw1920)), 200px);
  color: #ddd;
  line-height: 0.9;
  display: block;
  margin-right: 20px;
  font-weight: bold;
}
.web-ad .sec02 h3,
.web-ad .sec03 h2,
.web-ad .sec04 h2,
.web-ad .sec05 h2,
.web-ad .sec06 h2 {
  font-size: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 4px 40px 14px;
  letter-spacing: 0.05em;
}
.web-ad .sec02 h3 span.txt_pink,
.web-ad .sec03 h2 span.txt_pink,
.web-ad .sec04 h2 span.txt_pink,
.web-ad .sec05 h2 span.txt_pink,
.web-ad .sec06 h2 span.txt_pink {
  color: #ff5a7d;
  font-weight: inherit;
}
.web-ad .sec02 h3 span.txt_blue,
.web-ad .sec03 h2 span.txt_blue,
.web-ad .sec04 h2 span.txt_blue,
.web-ad .sec05 h2 span.txt_blue,
.web-ad .sec06 h2 span.txt_blue {
  color: #0071b8;
  font-weight: inherit;
}
.web-ad .sec02 h3::before,
.web-ad .sec03 h2::before,
.web-ad .sec04 h2::before,
.web-ad .sec05 h2::before,
.web-ad .sec06 h2::before {
  content: "";
  background: #333;
  width: 2px;
  height: 100%;
  transform: rotate(-30deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.web-ad .sec02 h3::after,
.web-ad .sec03 h2::after,
.web-ad .sec04 h2::after,
.web-ad .sec05 h2::after,
.web-ad .sec06 h2::after {
  content: "";
  background: #333;
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.web-ad .sec02 table {
  table-layout: fixed;
}
.web-ad .sec02 table tr th,
.web-ad .sec02 table tr td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  vertical-align: middle;
  height: clamp(calc(100px * 0.8), calc(100 * var(--vw1920)), 100px);
  box-sizing: border-box;
  line-height: 1.5;
}
.web-ad .sec02 table tr th {
  background: #0071b8;
  color: #fff;
  font-size: clamp(18px, calc(22 * var(--vw1920)), 22px);
  font-weight: bold;
  text-align: center;
  border-top: none;
}
.web-ad .sec02 table tr td {
  font-size: clamp(16px, calc(19 * var(--vw1920)), 19px);
  font-weight: 500;
}
.web-ad .sec02 table tr td:not(:first-child) {
  text-align: center;
}
.web-ad .sec02 table tr:nth-child(2n) td {
  background: #fff;
}
.web-ad .sec02 table tr:nth-child(2n + 1) td {
  background: #efefef;
}
.web-ad .sec02 table tr th:first-child,
.web-ad .sec02 table tr td:first-child {
  border-left: none;
}
.web-ad .sec02 table tr th:last-child,
.web-ad .sec02 table tr td:last-child {
  border-right: none;
}
.web-ad .sec02 table tr:last-child td {
  border-bottom: none;
}
.web-ad .sec03 {
  background: #ffdcd2;
  padding-top: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
  padding-bottom: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
}
.web-ad .sec03,
.web-ad .sec04,
.web-ad .sec05,
.web-ad .sec06 {
  position: relative;
}
.web-ad .sec03::before,
.web-ad .sec04::before,
.web-ad .sec05::before,
.web-ad .sec06::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg_dot-l.svg) no-repeat;
  background-size: cover;
  width: clamp(calc(1000px * 0.6), calc(1000 * var(--vw1920)), 1000px);
  height: clamp(calc(746px * 0.6), calc(746 * var(--vw1920)), 746px);
}
.web-ad .sec03::after,
.web-ad .sec04::after,
.web-ad .sec05::after,
.web-ad .sec06::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/bg_dot-r.svg) no-repeat;
  background-size: cover;
  width: clamp(calc(1000px * 0.6), calc(1000 * var(--vw1920)), 1000px);
  height: clamp(calc(746px * 0.6), calc(746 * var(--vw1920)), 746px);
}
.web-ad .sec03 .box_white,
.web-ad .sec04 .box_white,
.web-ad .sec05 .box_white,
.web-ad .sec06 .box_white {
  border-radius: 40px;
  padding-top: clamp(calc(120px * 0.8), calc(120 * var(--vw1920)), 120px);
  padding-bottom: clamp(calc(80px * 0.8), calc(80 * var(--vw1920)), 80px);
  background: #fff;
  max-width: 1440px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.web-ad .sec03 h3 {
  font-size: clamp(18px, calc(21 * var(--vw1920)), 21px);
  text-align: center;
  font-weight: 400;
}
.web-ad .sec03 .circle01 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.web-ad .sec03 .flex_fukidashi {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.web-ad .sec03 .flex_fukidashi .left {
  position: relative;
  border: 1px solid #22b18c;
  border-radius: 20px;
  width: calc((100% - 40px) / 2);
  max-width: 556px;
  box-sizing: border-box;
  padding: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  background: #fff;
}
.web-ad .sec03 .flex_fukidashi .left::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  right: 55%;
  width: clamp(calc(120px * 0.8), calc(120 * var(--vw1920)), 120px);
  height: clamp(calc(110px * 0.8), calc(110 * var(--vw1920)), 110px);
  background: url(../images/fukidashi01.svg) no-repeat;
}
.web-ad .sec03 .flex_fukidashi .right {
  position: relative;
  border: 1px solid #ff8c8c;
  border-radius: 20px;
  width: calc((100% - 40px) / 2);
  max-width: 556px;
  box-sizing: border-box;
  padding: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  background: #fff;
}
.web-ad .sec03 .flex_fukidashi .right::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 55%;
  width: clamp(calc(120px * 0.8), calc(120 * var(--vw1920)), 120px);
  height: clamp(calc(110px * 0.8), calc(110 * var(--vw1920)), 110px);
  background: url(../images/fukidashi02.svg) no-repeat;
}
.web-ad .sec03 .flex_fukidashi h4 {
  font-size: clamp(calc(36px * 0.8), calc(36 * var(--vw1920)), 36px);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.web-ad .sec03 .flex_fukidashi h4 span {
  font-size: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
}
.web-ad .sec03 .flex_fukidashi .left h4 span {
  color: #22b18c;
}
.web-ad .sec03 .flex_fukidashi .right h4 span {
  color: #ff8c8c;
}
.web-ad .sec03 .flex_fukidashi dl dt {
  font-size: clamp(calc(24px * 0.8), calc(24 * var(--vw1920)), 24px);
  font-weight: bold;
  padding-left: clamp(calc(26px * 0.8), calc(26 * var(--vw1920)), 26px);
  line-height: 1.5;
  position: relative;
  margin-top: clamp(calc(30px * 0.8), calc(30 * var(--vw1920)), 30px);
}
.web-ad .sec03 .flex_fukidashi dl dt::before {
  content: "";
  position: absolute;
  width: clamp(calc(16px * 0.8), calc(16 * var(--vw1920)), 16px);
  height: clamp(calc(16px * 0.8), calc(16 * var(--vw1920)), 16px);
  background: #22b18c;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.web-ad .sec03 .flex_fukidashi .right dl dt::before {
  background: #ff8c8c;
}
.web-ad .sec03 .flex_fukidashi dl dd {
  font-size: clamp(16px, calc(18 * var(--vw1920)), 18px);
  margin-top: clamp(calc(10px * 0.8), calc(10 * var(--vw1920)), 10px);
  letter-spacing: 0.1em;
}
.web-ad .sec03 .arrow01 {
  max-width: 442px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.web-ad .sec03 p.em_txt {
  text-align: center;
  margin-top: 10px;
}
.web-ad .sec03 p em {
  font-size: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(transparent 50%, #ffff00 50%) no-repeat left bottom;
  text-align: center;
  letter-spacing: 0.05em;
}
.web-ad .sec03 p em.txt_line {
  background-size: 0% 100%;
  transition: background-size 1s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.web-ad .sec03 p em.txt_line.add {
  background-size: 100% 100%;
}
.web-ad .sec04 {
  background: #d2f2f7;
  padding-top: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
  padding-bottom: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
}
.web-ad .sec04 .circle02 {
  max-width: 692px;
  width: calc((712 / 1200) * 100%);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.web-ad .sec04 .flex_circle {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.web-ad .sec04 .flex_circle .left,
.web-ad .sec04 .flex_circle .right {
  max-width: 556px;
  width: 46.3%;
}
.web-ad .sec05 {
  background: #c8f0c8;
  padding-top: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
  padding-bottom: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
}
.web-ad .sec05 .wrap_graph {
  position: relative;
}
.web-ad .sec05 .graph02 {
  position: absolute;
  background: url(../images/graph02.svg) no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 0.7s cubic-bezier(0, 0, 0.63, 0),
    -webkit-clip-path 0.7s cubic-bezier(0, 0, 0.63, 0);
}
.web-ad .sec05 .graph02.fadeIn.add {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.web-ad .sec05 .graph03 {
  position: absolute;
  background: url(../images/graph03.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.web-ad .sec06 {
  background: #fae6c8;
  padding-top: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
  padding-bottom: clamp(calc(150px * 0.8), calc(150 * var(--vw1920)), 150px);
}
.web-ad .sec06 .wrap_txt_sub .txt_sub {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: inline-block;
}
.web-ad .sec06 .txt_sub {
  font-size: clamp(18px, calc(21 * var(--vw1920)), 21px);
  line-height: 1.6;
  padding: 10px 20px;
  position: relative;
}
.web-ad .sec06 .txt_sub::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  background: #efefef;
}
.web-ad .sec06 .wrap_count {
  display: flex;
  gap: clamp(calc(60px * 0.8), calc(60 * var(--vw1920)), 60px);
}
.web-ad .sec06 .wrap_count .left {
  width: 50%;
}
.web-ad .sec06 .wrap_count .left .bar-graph {
  background: #eee;
  box-sizing: border-box;
  padding: clamp(calc(20px * 0.8), calc(20 * var(--vw1920)), 20px)
    clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px) 0 clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px);
  position: relative;
}
/* 下の線を、棒グラフの上に重ねて描く（Safariで棒が1pxずれても隙間を隠す） */
.web-ad .sec06 .wrap_count .left .bar-graph::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #333;
  z-index: 1;
}
.web-ad .sec06 .wrap_count .left h3 {
  font-size: clamp(calc(24px * 0.8), calc(24 * var(--vw1920)), 24px);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  text-align: center;
}
.web-ad .sec06 ul.wrap_graph {
  display: flex;
  gap: clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px);
  align-items: flex-end;
}
.web-ad .sec06 ul.wrap_graph li {
  width: calc((140 / 500) * 100%);
}
.web-ad .sec06 .right {
  width: calc((540 / 1200) * 100%);
}
.web-ad .sec06 .apply01 {
  background: #0071b8;
  border-radius: 20px 4px 20px 4px;
  padding: clamp(calc(10px * 0.8), calc(10 * var(--vw1920)), 10px)
    clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px) clamp(calc(15px * 0.8), calc(15 * var(--vw1920)), 15px)
    clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px);
}
.web-ad .sec06 .right h3 {
  font-size: clamp(18px, calc(22 * var(--vw1920)), 22px);
  font-weight: bold;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.web-ad .sec06 .apply01 .txt_num,
.web-ad .sec06 .apply02 .txt_num {
  font-size: clamp(calc(36px * 0.8), calc(36 * var(--vw1920)), 36px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.web-ad .sec06 .apply01 .txt_num .txt_l {
  font-size: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
}
.web-ad .sec06 .apply01 .txt_num .num01,
.web-ad .sec06 .apply02 .txt_num .num02 {
  font-size: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
  color: #ffff64;
}
.web-ad .sec06 .apply01 .txt_num .num01 {
  min-width: clamp(calc(50px * 0.8), calc(50 * var(--vw1920)), 50px);
}
.web-ad .sec06 .apply02 .txt_num .num02 {
  min-width: clamp(calc(100px * 0.8), calc(100 * var(--vw1920)), 100px);
}
.web-ad .sec06 .txt_num .txt_yellow {
  color: #ffff64;
}
.web-ad .sec06 .apply01 .detail {
  font-size: clamp(16px, calc(18 * var(--vw1920)), 18px);
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.web-ad .sec06 .apply01 .detail span {
  color: #ffff64;
}
.web-ad .sec06 .apply02 {
  background: #ff5a7d;
  border-radius: 20px 4px 20px 4px;
  padding: clamp(calc(10px * 0.8), calc(10 * var(--vw1920)), 10px)
    clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px) clamp(calc(18px * 0.8), calc(18 * var(--vw1920)), 18px)
    clamp(calc(40px * 0.8), calc(40 * var(--vw1920)), 40px);
}
.web-ad .sec06 .apply02 .txt_supplement {
  font-size: clamp(16px, calc(18 * var(--vw1920)), 18px);
  font-weight: 500;
}
.web-ad .sec06 .right h4 {
  font-size: clamp(17px, calc(20 * var(--vw1920)), 20px);
  letter-spacing: 0.05em;
}
.web-ad .sec06 .countup {
  display: inline-block;
  font-variant-numeric: tabular-nums; /* 数字の字幅を揃える */
  text-align: right;
}
.web-ad .sec06 ul.wrap_graph li.fadeIn {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition:
    clip-path 1.2s cubic-bezier(0.37, 0, 0.63, 0.1),
    -webkit-clip-path 1.2s cubic-bezier(0.37, 0, 0.63, 0.1);
}
.web-ad .sec06 ul.wrap_graph li.fadeIn.add {
  -webkit-clip-path: inset(0 0 -1px 0);
  clip-path: inset(0 0 -1px 0);
}
.web-ad .sec06 .txt_annotation {
  font-size: clamp(13px, calc(14 * var(--vw1920)), 14px);
  font-feature-settings: "palt";
  margin-top: 10px;
}
.web-ad .sec02 table tr th.cell_pink {
  background: #ff5a7d;
  position: relative;
}
.web-ad .sec02 table tr th.cell_pink::before {
  content: "おすすめ！";
  position: absolute;
  width: 100%;
  height: clamp(calc(70px * 0.8), calc(70 * var(--vw1920)), 70px);
  background: #ff5a7d;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  top: -98px;
  top: clamp(-98px, calc(-98 * var(--vw1920)), calc(-98px * 0.8));
  left: 0;
  right: 0;
  margin: auto;
}
.web-ad .sec02 table tr th.cell_pink::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #ff5a7d;
  border-bottom: 0;
  top: -30px;
  top: clamp(-30px, calc(-30 * var(--vw1920)), calc(-30px * 0.8));
  right: 0;
  left: 0;
  margin: auto;
}
.web-ad .conv02 {
  background: url(../images/conv_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: clamp(calc(110px * 0.8), calc(110 * var(--vw1920)), 110px);
  padding-bottom: clamp(calc(110px * 0.8), calc(110 * var(--vw1920)), 110px);
  text-align: center;
}
.web-ad .conv02 h2 {
  font-size: clamp(calc(48px * 0.8), calc(48 * var(--vw1920)), 48px);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 20px 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.web-ad .conv02 p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(calc(28px * 0.8), calc(28 * var(--vw1920)), 28px);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.menu-anchor-link {
  display: none;
  width: 100%;
  height: 60px;
  background: #0071b8;
  position: fixed;
  top: 0;
  z-index: 10000;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.menu-anchor-link ul {
  display: flex;
  display: flex;
  justify-content: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.menu-anchor-link ul li {
  position: relative;
}
.menu-anchor-link ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 30px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.menu-anchor-link ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  transition: 0.5s ease-in-out;
}
.menu-anchor-link ul li a:hover {
  color: #febd69;
  opacity: 1;
}
.menu-anchor-link ul li a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  margin-left: 14px;
  transition: 0.5s ease-in-out;
}
.menu-anchor-link ul li a:hover span {
  border-top-color: #febd69;
}
.web-ad .sec06 ul.wrap_graph li picture,
.web-ad .sec06 ul.wrap_graph li img {
  display: block;
}

@media screen and (min-width: 1367px) {
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) {
}

@media screen and (min-width: 768px) {
  .minw768none {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .web-ad .wrap01 {
    width: calc(100% - 40px);
  }
  .maxw767none {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .minw641none {
    display: none;
  }
  .circlemenu_fix {
    width: clamp(calc(220px * 0.7), calc(220 * var(--vw1920)), 220px);
    height: clamp(calc(220px * 0.7), calc(220 * var(--vw1920)), 220px);
    border-radius: 50%;
    background: #f09628;
    border: 2px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -10px;
    position: fixed;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.5s ease-in-out;
  }
  .circlemenu_fix:hover {
    opacity: 1;
    background: #f5b669;
  }
  .circlemenu_fix .wrap_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: clamp(calc(8px * 0.7), calc(8 * var(--vw1920)), 8px);
  }
  .circlemenu_fix p {
    font-size: clamp(calc(36px * 0.7), calc(36 * var(--vw1920)), 36px);
    text-align: center;
    font-weight: bold;
    line-height: 1.16;
    color: #fff;
  }
  .circlemenu_fix span {
    width: clamp(calc(26px * 0.7), calc(26 * var(--vw1920)), 26px);
    height: clamp(calc(26px * 0.7), calc(26 * var(--vw1920)), 26px);
    border-radius: 50%;
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: clamp(calc(10px * 0.7), calc(10 * var(--vw1920)), 10px);
  }
  .circlemenu_fix span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: clamp(calc(6px * 0.7), calc(6 * var(--vw1920)), 6px) solid transparent;
    border-bottom: clamp(calc(6px * 0.7), calc(6 * var(--vw1920)), 6px) solid transparent;
    border-left: clamp(calc(9px * 0.7), calc(9 * var(--vw1920)), 9px) solid #f09628;
    border-right: 0;
    margin: auto;
    inset: 0;
  }
  .web-ad .sec04 .flex_circle .right {
    transition-delay: 0.5s;
  }
  .web-ad .sec03 .circle01 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .maxw640none {
    display: none;
  }
  p {
    font-size: 14px;
  }
  .menu-anchor-link {
    height: 50px;
  }
  .menu-anchor-link ul li a {
    font-size: 16px;
  }
  main.web-ad .main {
    background: url(../images/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: clamp(551px, calc(551 * var(--vw375)), calc(551px * 1.7));
  }
  .web-ad .main .wrap_txt {
    padding: 12px 16px;
  }
  .web-ad .main h1 {
    line-height: 1.3;
  }
  .web-ad .main h1 .txt_l_yellow,
  .web-ad .main h1 .txt_l_white {
    font-size: clamp(calc(30px * 0.7), calc(30 * var(--vw375)), calc(30px * 1.7));
  }
  .web-ad .main h1 .txt_s_yellow,
  .web-ad .main h1 .txt_s_white {
    font-size: clamp(calc(26px * 0.7), calc(26 * var(--vw375)), calc(26px * 1.7));
  }
  .web-ad .main p {
    font-size: clamp(13px, calc(15 * var(--vw375)), calc(15px * 1.7));
    margin-top: 6px;
    letter-spacing: 0.05em;
    width: calc(100% - 20px);
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  .web-ad .sec01 {
    padding-top: 40px;
  }
  .web-ad .sec01 h2 {
    font-size: 30px;
  }
  .web-ad .sec01 p.txt_sub {
    font-size: 16px;
    font-feature-settings: "palt";
  }
  .web-ad .sec01 ul.question_list li {
    flex-direction: column;
    border-radius: 25px 7px 25px 7px;
    padding: 15px;
  }
  .web-ad .sec01 ul.question_list li h3 {
    width: 100%;
    font-size: 24px;
  }
  .web-ad .sec01 ul.question_list li h3 span {
    width: 30px;
    height: 30px;
    position: relative;
    top: 2px;
    margin-right: 10px;
  }
  .web-ad .sec01 ul.question_list li p {
    margin-top: 6px;
  }
  .web-ad .conv01 {
    clip-path: polygon(50% 50px, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    padding: 50px 20px 40px;
    margin-top: -50px;
  }
  .web-ad .conv01 .sunburst {
    max-width: 66px;
    margin-top: 20px;
  }
  .web-ad .conv01 h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .btn_conv01 {
    height: auto;
    font-size: 20px;
    min-height: 70px;
    padding-bottom: 6px;
    width: 100%;
    max-width: 360px;
  }
  .btn_conv01 span {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
  }
  .web-ad .sec01 ul.question_list {
    margin-top: 25px;
  }
  .web-ad .sec01 ul.question_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .web-ad .sec01 .staff01 {
    margin-top: 20px;
  }
  .web-ad .sec02 h2 {
    font-size: 16px;
    left: -5px;
    line-height: 2.6;
  }
  .web-ad .sec02 h2 span {
    font-size: clamp(calc(60px * 0.8), calc(60 * var(--vw375)), 60px);
    margin-right: 10px;
  }
  .web-ad .sec02 h3,
  .web-ad .sec03 h2,
  .web-ad .sec04 h2,
  .web-ad .sec05 h2,
  .web-ad .sec06 h2 {
    font-size: 27px;
    padding: 2px 20px 7px;
    font-feature-settings: "palt";
  }
  .web-ad .sec02 h3::before,
  .web-ad .sec03 h2::before,
  .web-ad .sec04 h2::before,
  .web-ad .sec05 h2::before,
  .web-ad .sec06 h2::before {
    left: 10px;
  }
  .web-ad .sec02 h3::after,
  .web-ad .sec03 h2::after,
  .web-ad .sec04 h2::after,
  .web-ad .sec05 h2::after,
  .web-ad .sec06 h2::after {
    right: 10px;
  }
  .web-ad .sec02 table tr th {
    font-size: 14px;
    font-feature-settings: "palt";
    padding: 6px;
  }
  .web-ad .sec02 table tr td {
    font-size: 14px;
    padding: 6px;
    font-feature-settings: "palt";
    font-size: 13px;
  }
  .txt_annotation02 {
    font-size: 13px;
  }
  .web-ad .sec02 {
    padding-bottom: 40px;
  }
  .web-ad .sec03 {
    padding: 30px 0;
  }
  .web-ad .sec03 .box_white,
  .web-ad .sec04 .box_white,
  .web-ad .sec05 .box_white,
  .web-ad .sec06 .box_white {
    border-radius: 20px;
    width: calc(100% - 40px);
    padding: 30px 0;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .web-ad .sec03 h2::before,
  .web-ad .sec04 h2::before,
  .web-ad .sec05 h2::before,
  .web-ad .sec06 h2::before {
    content: none;
  }
  .web-ad .sec03 h2::after,
  .web-ad .sec04 h2::after,
  .web-ad .sec05 h2::after,
  .web-ad .sec06 h2::after {
    content: none;
  }
  .web-ad .sec03 h2,
  .web-ad .sec04 h2,
  .web-ad .sec05 h2,
  .web-ad .sec06 h2 {
    text-align: left;
  }
  .web-ad .sec03 h2,
  .web-ad .sec04 h2,
  .web-ad .sec05 h2,
  .web-ad .sec06 h2 {
    padding: 0;
    max-width: 360px;
    margin: auto;
  }
  .web-ad .sec03 h3 {
    font-size: 16px;
  }
  .web-ad .sec03 .flex_fukidashi {
    gap: 20px;
    flex-direction: column;
  }
  .web-ad .sec03 .flex_fukidashi .left,
  .web-ad .sec03 .flex_fukidashi .right {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
  }
  .web-ad .sec03 .flex_fukidashi .left::after,
  .web-ad .sec03 .flex_fukidashi .right::after {
    content: none;
  }
  .web-ad .sec03 .flex_fukidashi h4 span,
  .web-ad .sec03 .flex_fukidashi .right h4 span {
    font-size: 25px;
  }
  .web-ad .sec03 .flex_fukidashi h4 {
    font-size: 16px;
  }
  .web-ad .sec03 .flex_fukidashi dl dt {
    font-size: 16px;
    margin-top: 15px;
  }
  .web-ad .sec03 .flex_fukidashi dl dd {
    font-size: 14px;
    margin-top: 5px;
  }
  .web-ad .sec03 .arrow01 {
    max-width: 260px;
    margin-top: 12px;
  }
  .web-ad .sec03 p em {
    font-size: 25px;
  }
  .web-ad .sec04 {
    padding: 30px 0;
  }
  .web-ad .sec04 .circle02 {
    width: 100%;
    max-width: 400px;
  }
  .web-ad .sec04 .flex_circle {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
  .web-ad .sec04 .flex_circle .left,
  .web-ad .sec04 .flex_circle .right {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .web-ad .sec05 {
    padding: 30px 0;
  }
  .web-ad .sec06 {
    padding: 30px 0;
  }
  .web-ad .sec06 .txt_sub {
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    display: block;
  }
  .web-ad .sec06 .wrap_count {
    flex-direction: column;
    gap: 20px;
  }
  .web-ad .sec06 .wrap_count .left {
    width: 100%;
  }
  .web-ad .sec06 .wrap_count .left .bar-graph {
    padding: 10px 10px 0;
  }
  .web-ad .sec06 ul.wrap_graph {
    gap: 10px;
  }
  .web-ad .sec06 .right {
    width: 100%;
  }
  .web-ad .sec06 ul.wrap_graph li {
    width: calc((100% - 20px) / 3);
  }
  .web-ad .sec06 .wrap_count .left h3 {
    font-size: 15px;
  }
  .web-ad .sec06 .apply01,
  .web-ad .sec06 .apply02 {
    padding: 10px 20px;
  }
  .web-ad .sec06 .right h3 {
    letter-spacing: 0;
    font-size: 17px;
  }
  .web-ad .sec06 .apply01 .txt_num {
    white-space: nowrap;
  }
  .web-ad .sec06 .apply01 .detail {
    font-size: 15px;
  }
  .web-ad .indent01 {
    font-size: 13px;
    text-indent: calc(-13px * 5);
    padding-left: calc(13px * 5);
  }
  .web-ad .indent02 {
    font-size: 13px;
    text-indent: calc(-13px * 1.7);
    padding-left: calc(13px * 1.7);
  }
  .web-ad .sec06 .right h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .web-ad .sec02 table tr th.cell_pink::before {
    font-size: 14px;
    height: 35px;
    top: -49px;
  }
  .web-ad .sec02 table tr th.cell_pink::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #ff5a7d;
    border-bottom: 0;
    top: -15px;
  }
  .web-ad .conv02 {
    padding: 30px 20px 40px;
  }
  .web-ad .conv02 h2 {
    font-size: 26px;
  }
  .web-ad .conv02 p {
    font-size: 16px;
  }
  .web-ad .sec05 .graph01 {
    display: block;
  }
  .web-ad .sec05 .graph02 {
    background: url(../images/graph02_sp.svg) no-repeat;
    background-size: cover;
  }
  .web-ad .sec05 .graph03 {
    background: url(../images/graph03_sp.svg) no-repeat;
    background-size: cover;
  }
  .web-ad .sec05 .graph01 {
    display: block;
  }
  .web-ad .sec05 .graph01 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .circlemenu_fix_sp {
    font-size: 21px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: #f09628;
    color: #fff;
    height: 70px;
    border-top: 2px solid #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    z-index: 3;
  }
  .circlemenu_fix_sp span {
    width: clamp(calc(26px * 0.7), calc(26 * var(--vw1920)), 26px);
    height: clamp(calc(26px * 0.7), calc(26 * var(--vw1920)), 26px);
    border-radius: 50%;
    position: relative;
    display: block;
    background: #fff;
    margin-left: 15px;
  }
  .circlemenu_fix_sp span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: clamp(calc(6px * 0.7), calc(6 * var(--vw1920)), 6px) solid transparent;
    border-bottom: clamp(calc(6px * 0.7), calc(6 * var(--vw1920)), 6px) solid transparent;
    border-left: clamp(calc(9px * 0.7), calc(9 * var(--vw1920)), 9px) solid #f09628;
    border-right: 0;
    margin: auto;
    inset: 0;
  }
  .web-ad .sec03::before,
  .web-ad .sec04::before,
  .web-ad .sec05::before,
  .web-ad .sec06::before,
  .web-ad .sec03::after,
  .web-ad .sec04::after,
  .web-ad .sec05::after,
  .web-ad .sec06::after {
    width: calc(1000px * 0.2);
    height: calc(746px * 0.2);
  }
  .mt15 {
    margin-top: 8px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt40 {
    margin-top: calc(40px * 0.4) !important;
  }
  .mt50 {
    margin-top: calc(50px * 0.4) !important;
  }
  .mt60 {
    margin-top: calc(60px * 0.4) !important;
  }
  .mt90 {
    margin-top: calc(90px * 0.4) !important;
  }
}

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

@media screen and (max-width: 480px) {
  .maxw480none {
    display: none;
  }
}
@media screen and (min-width: 376px) {
  .minw376none {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .web-ad .sec06 .apply01 .txt_num .txt_l,
  .web-ad .sec06 .apply01 .txt_num .num01,
  .web-ad .sec06 .apply02 .txt_num .num02 {
    font-size: clamp(calc(40px * 0.6), calc(40 * var(--vw375)), 40px);
  }
  .web-ad .sec06 .apply01 .txt_num,
  .web-ad .sec06 .apply02 .txt_num {
    font-size: clamp(calc(36px * 0.6), calc(36 * 0.8 * var(--vw375)), calc(36px * 0.8));
  }
  .web-ad .sec06 .apply02 .txt_num .num02 {
    min-width: clamp(calc(100px * 0.6), calc(100 * 0.8 var(--vw375)), calc(100px * 0.8));
  }
}
@media screen and (max-width: 320px) {
  .web-ad .sec06 .apply01,
  .web-ad .sec06 .apply02 {
    padding: 10px 15px;
  }
  .web-ad .sec06 .apply01 .txt_num .txt_l,
  .web-ad .sec06 .apply01 .txt_num .num01,
  .web-ad .sec06 .apply02 .txt_num .num02 {
    font-size: clamp(calc(40px * 0.6), calc(40 * 0.8 * var(--vw320)), calc(40px * 0.8));
  }
  .web-ad .sec06 .apply01 .txt_num,
  .web-ad .sec06 .apply02 .txt_num {
    font-size: clamp(calc(36px * 0.4), calc(36 * 0.6 * var(--vw320)), calc(36px * 0.6));
  }
  .web-ad .sec06 .apply02 .txt_num .num02 {
    min-width: clamp(calc(100px * 0.4), calc(100 * 0.6 * var(--vw320)), calc(100px * 0.6));
  }
  main.web-ad .main {
    height: clamp(calc(551px * 0.8), calc(551 * var(--vw375)), 551px);
  }
  .menu-anchor-link ul li a {
    padding: 0 15px;
    font-size: 14px;
  }
  .menu-anchor-link ul li a span {
    margin-left: 7px;
  }
}
