* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

.adlp-wrap img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.in-right {
  text-align: right;
}

.in-left {
  text-align: left;
}

.in-center {
  text-align: center;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.disc li {
  list-style: disc inside;
}

.f-12 {
  font-size: min( 1.6vw, 12px );
}

.f-15 {
  font-size: min( 2vw, 15px );
}

.f-16 {
  font-size: min( 2.1333333333vw, 16px );
}

.f-18 {
  font-size: min( 2.4vw, 18px );
}

.f-20 {
  font-size: min( 2.6666666667vw, 20px );
}

.f-21 {
  font-size: min( 2.8vw, 21px );
}

.f-22 {
  font-size: min( 2.9333333333vw, 22px );
}

.f-24 {
  font-size: min( 3.2vw, 24px );
}

.f-26 {
  font-size: min( 3.4666666667vw, 26px );
}

.f-28 {
  font-size: min( 3.7333333333vw, 28px );
}

.f-30 {
  font-size: min( 4vw, 30px );
}

.f-32 {
  font-size: min( 4.2666666667vw, 32px );
}

.f-34 {
  font-size: min( 4.5333333333vw, 34px );
}

.f-36 {
  font-size: min( 4.8vw, 36px );
}

.f-38 {
  font-size: min( 5.0666666667vw, 38px );
}

.f-40 {
  font-size: min( 5.3333333333vw, 40px );
}

.f-42 {
  font-size: min( 5.6vw, 42px );
}

.f-44 {
  font-size: min( 5.8666666667vw, 44px );
}

.f-46 {
  font-size: min( 6.1333333333vw, 46px );
}

.f-48 {
  font-size: min( 6.4vw, 48px );
}

.f-50 {
  font-size: min( 6.6666666667vw, 50px );
}

.f-54 {
  font-size: min( 7.2vw, 54px ), 750;
}

.f-56 {
  font-size: min( 7.4666666667vw, 56px );
}

.f-58 {
  font-size: min( 7.7333333333vw, 58px );
}

.f-60 {
  font-size: min( 8vw, 60px );
}

.f-64 {
  font-size: min( 8.5333333333vw, 64px );
}

.f-66 {
  font-size: min( 8.8vw, 66px );
}

.f-72 {
  font-size: min( 9.6vw, 72px );
}

.f-90 {
  font-size: min( 12vw, 90px );
}

.f-96 {
  font-size: min( 12.8vw, 96px );
}

.f-80 {
  font-size: min( 10.6666666667vw, 80px );
}

.f-82 {
  font-size: min( 10.9333333333vw, 82px );
}

.f-84 {
  font-size: min( 11.2vw, 84px );
}

.f-104 {
  font-size: min( 13.8666666667vw, 104px );
}

.f-144 {
  font-size: min( 19.2vw, 144px );
}

.f-162 {
  font-size: min( 21.6vw, 162px );
}

.f-164 {
  font-size: min( 21.8666666667vw, 164px );
}

.f-212 {
  font-size: min( 28.2666666667vw, 212px );
}

.f-220 {
  font-size: min( 29.3333333333vw, 220px );
}

.lh-08 {
  line-height: 0.8;
}

.lh-09 {
  line-height: 0.9;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-20 {
  line-height: 2;
}

.ls-none {
  letter-spacing: 0;
}

.ls-04 {
  letter-spacing: 0.04em;
}

.ls-05 {
  letter-spacing: 0.05em;
}

.ls-06 {
  letter-spacing: 0.06em;
}

.ls-08 {
  letter-spacing: 0.08em;
}

.ls-10 {
  letter-spacing: 0.1em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}

@media all and (min-width: 0px) and (max-width: 767.9px) {
  body {
    /*font-size: calc(32 / 750 * 100vw);*/
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Lato", sans-serif;
}

.w-regular {
  font-weight: 400;
}

.w-medium {
  font-weight: 500;
}

.w-semibold {
  font-weight: 600;
}

.w-bold {
  font-weight: 700;
}

.w-black {
  font-weight: 900;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.table {
  display: table;
}

.inner {
  width: min( 92vw, 690px );
  position: relative;
  margin: 0 auto;
}

@media all and (min-width: 0px) and (max-width: 767.9px) {
  .inner {
    width: min( 92vw, 690px );
  }
}
body {
  overflow-x: hidden;
}

body > div {
  max-width: min( 100vw, 750px );
  margin: 0 auto;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  filter: brightness(120%);
  opacity: 0.92;
}

body {
  margin: 0;
  font-feature-settings: "palt" on;
}

.adlp-btn {
  transition: filter 0.3s;
}

.adlp-btn:hover {
  filter: brightness(110%);
  transition: filter 0.3s;
}

@media screen and (min-width: 768px) {
  .sp:not(:root) {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc:not(:root) {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.green {
  color: #03AF7A;
}

.orange {
  color: #FB9333;
}

figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .adlp-wrap img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: 1920px;
    margin: 0 auto;
  }
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .dot-text {
    padding-top: 0.4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em 0.6em;
    background-image: radial-gradient(0.1em 0.1em at center center, #EB5505, #EB5505 100%, transparent);
  }
}

.pink {
  color: #FF75AD;
  font-weight: 700;
}

.yellow {
  color: #fffa7b;
}

.adlp-wrap .title01 {
  background-image: url("../../img/feature-article02/ttl-bg.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: repeat;
  padding: min( 4vw, 30px ) min( 4.5333333333vw, 34px );
  text-align: center;
  margin: 0 0 min( 5.3333333333vw, 40px );
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.adlp-wrap section {
  padding: 0 0 min( 10.6666666667vw, 80px );
}

.line {
  background: linear-gradient(transparent 70%, #FFFA7B 70%);
}

.box01 {
  background-color: #FFFDCE;
  background-image: url("../../img/feature-article02/box-bg1.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  margin: min( 10.6666666667vw, 80px ) 0 0;
  padding: min( 17.3333333333vw, 130px ) min( 5.3333333333vw, 40px ) min( 6.6666666667vw, 50px );
}
.box01 .box01_circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max( -10.6666666667vw, -80px );
}
.box01 .box01_lead {
  color: var(--main-FF75AD, #FF75AD);
  text-align: center;
  font-size: min( 6.4vw, 48px );
  font-weight: 700;
  line-height: 170%;
  margin: 0 0 min( 5.3333333333vw, 40px );
}
.box01 .box01_text {
  color: var(--txt-333333, #333);
  text-align: justify;
  font-size: min( 4.2666666667vw, 32px );
  font-weight: 500;
  line-height: 170%;
}

.f-white {
  color: #fff;
}

.f-main {
  color: #FF75AD;
}

.f-sub-01 {
  color: #FFFA7B;
}

.f-sub-02 {
  color: #F9D949;
}

.f-sub-03 {
  color: #4EB9E4;
}

.f-gray-01 {
  color: #333333;
}

.f-gray-02 {
  color: #F2F2F2;
}

.f-gray-03 {
  color: #F0F0F0;
}

.h1 {
  color: #fff;
  text-align: center;
  padding: min( 3.7333333333vw, 28px ) 0;
  background: #FF75AD;
}

.cv01 .list01 {
  display: flex;
  justify-content: center;
}

.cv-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 92.2666666667vw, 692px );
  height: min( 20.2666666667vw, 152px );
  background-image: url("../../img/feature-article02/cta.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: min( 1.0666666667vw, 8px );
  position: relative;
  font-size: min( 5.3333333333vw, 40px );
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background-color: #13C9B0;
  box-shadow: max( 0vw, 0px ) min( 0.6666666667vw, 5px ) min( 0.5333333333vw, 4px ) rgba(0, 0, 0, 0.25);
  border-radius: min( 13.3333333333vw, 100px );
}

.cv-btn:before,
.cv-btn:after {
  content: "";
  display: block;
  position: absolute;
}

.cv-btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='26' viewBox='0 0 15 26' fill='none'%3E%3Cpath d='M2 2L12 13L2 24' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 2vw, 15px );
  height: min( 3.4666666667vw, 26px );
  top: 50%;
  transform: translateY(-50%);
  right: min( 5.3333333333vw, 40px );
}

.adlp-footer {
  padding: min( 12vw, 90px ) 0 min( 8vw, 60px );
  background: #FF75AD;
  color: #fff;
  line-height: 1.7;
}

.adlp-footer .list01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min( 8vw, 60px );
  margin-bottom: min( 10.6666666667vw, 80px );
  line-height: 1;
}

.adlp-footer a {
  font-size: min( 3.7333333333vw, 28px );
  color: #fff;
}

.adlp-footer .t01 {
  font-size: min( 2.6666666667vw, 20px );
  text-align: center;
  letter-spacing: 0;
}

.s01 .inner {
  padding: min( 5.3333333333vw, 40px ) 0 0;
}

.s01_title02 {
  border-bottom: min( 0.8vw, 6px ) solid #FF75AD;
  padding: min( 2.6666666667vw, 20px ) 0 min( 2.6666666667vw, 20px );
}

.s01_title02 .text1 {
  font-weight: 700;
  font-size: min( 9.6vw, 72px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ff75ad;
}

.s01_title02 .text2 {
  font-weight: 700;
  font-size: min( 7.4666666667vw, 56px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
}

.s01_note {
  text-align: right;
  font-weight: 500;
  font-size: min( 2.6666666667vw, 20px );
  line-height: 170%;
  letter-spacing: 0em;
  color: #333333;
  margin: min( 3.2vw, 24px ) 0 0;
}

.s01_text01 {
  line-height: 170%;
  margin: min( 5.3333333333vw, 40px ) 0;
}

.s01_text02 {
  width: min( 24vw, 180px );
  margin: auto;
}

.aaa {
  width: min( 24vw, 180px );
}

.s01_text03 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
  padding: min( 6.6666666667vw, 50px ) min( 6.6666666667vw, 50px ) min( 8.9333333333vw, 67px ) 0;
  position: relative;
}
.s01_text03::after {
  content: "";
  display: block;
  position: absolute;
  width: min( 38.4vw, 288px );
  height: min( 47.8666666667vw, 359px );
  background-image: url("../../img/feature-article02/s01-04.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: max( -15.2vw, -114px );
  right: 0;
}

.s01_list {
  position: relative;
  padding: min( 4vw, 30px ) 0;
  border-bottom: min( 0.2666666667vw, 2px ) solid #333;
}
.s01_list::before {
  content: "";
  display: block;
  position: absolute;
  height: min( 0.2666666667vw, 2px );
  background-color: #333;
  top: 0;
  width: min( 58vw, 435px );
}

.s01_list .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s01_list .text2 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s01_list .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s01_list .text4 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s01_li .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s01_li .text2 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s01_li .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s01_li .text4 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s01_text05 {
  margin: min( 5.3333333333vw, 40px ) 0 0;
  letter-spacing: 0.08em;
}

.s01_text05 .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s01_text05 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s01_text05 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_titleInner .text2 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.s02_titleInner .text3 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.s02_text01 {
  margin: min( 5.3333333333vw, 40px ) 0 0;
}

.s02_text01 .text1 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s02_text01 .text2 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text02 {
  margin: min( 5.3333333333vw, 40px ) 0 min( 2.6666666667vw, 20px );
  text-align: center;
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text03 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text04 {
  margin: min( 5.3333333333vw, 40px ) 0 min( 5.3333333333vw, 40px );
}

.s02_text04 .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text04 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s02_text04 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text05 {
  position: relative;
}

.s02_text05inner {
  position: absolute;
  width: min( 41.7333333333vw, 313px );
  right: min( 2.6666666667vw, 20px );
  top: min( 21.3333333333vw, 160px );
}

.s02_text05inner .text1 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text05inner .text2 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text05inner {
  width: min( 41.7333333333vw, 313px );
}

.s02_text06 {
  margin: min( 5.3333333333vw, 40px ) 0 min( 16vw, 120px );
}

.s02_text07Inner1 {
  width: min( 18.4vw, 138px );
  margin: auto;
}

.s02_text07Inner2 .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text07Inner2 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s02_text07Inner2 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text07Inner2 .text4 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s02_text07Inner2 .text5 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s02_text07Inner2 .text6 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s02_text07Inner2 .text7 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s03 {
  width: min( 100vw, 750px );
}

.text1 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.text2 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.text3 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.s03_main {
  margin: 0 0 min( 5.3333333333vw, 40px );
}

.s03_text01 {
  text-align: center;
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0 0 min( 11.7333333333vw, 88px );
}

.s03_listWrapper {
  width: min( 74.6666666667vw, 560px );
  margin: 0 auto min( 5.3333333333vw, 40px );
  background-image: url("../../img/feature-article02/s03-03-2.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: min( 2.1333333333vw, 16px );
  border: min( 1.3333333333vw, 10px ) solid #A7E5DB;
  position: relative;
  padding: min( 12.5333333333vw, 94px ) 0 min( 8vw, 60px );
}
.s03_listWrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../img/feature-article02/s03-03.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min( 77.3333333333vw, 580px );
  height: min( 14.9333333333vw, 112px );
  left: 50%;
  transform: translateX(-50%);
  top: max( -8.8vw, -66px );
}

.s03_list {
  width: fit-content;
  margin: auto;
}

.s03_item {
  position: relative;
  padding: 0 0 0 min( 8.8vw, 66px );
  margin: 0 0 min( 4vw, 30px );
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}
.s03_item::before {
  content: "";
  display: block;
  position: absolute;
  width: min( 7.4666666667vw, 56px );
  height: min( 7.4666666667vw, 56px );
  background-image: url("../../img/feature-article02/icon-check.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
}
.s03_item:last-child {
  margin: 0;
}

.s03_item .text2 {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text1 {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text2 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text1 {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text2 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text1 {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text2 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_item .text3 {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_text02 {
  text-align: left;
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0 0 min( 5.3333333333vw, 40px );
}

.s03_text03-2 {
  margin: min( 2.6666666667vw, 20px ) 0 min( 4.4vw, 33px );
}

.s03_box {
  position: relative;
  margin: min( 18.6666666667vw, 140px ) 0 min( 4vw, 30px );
}

.s03_text04 + .s03_text04 {
  margin-top: 1em;
}

.s03_text04 .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s03_text04 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s03_text04 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s03_text04 .text4 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s03_text04 .text5 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s03_text04 .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s03_text04 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s03_text04 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s03_box {
  position: relative;
  background-color: #E4F6F3;
  padding: min( 14.4vw, 108px ) min( 5.3333333333vw, 40px ) min( 7.2vw, 54px );
}
.s03_box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  height: min( 77.8666666667vw, 584px );
  background-image: url("../../img/feature-article02/s03-07.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
}

.s03_boxCnt {
  position: relative;
  z-index: 2;
}

.s03_text05 {
  width: min( 100vw, 750px );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max( -12.9333333333vw, -97px );
}

.s03_text06 .text1 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #ff75ad;
}

.s03_text06 .text2 {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
}

.s03_text07 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
  margin: min( 2.6666666667vw, 20px ) 0 0;
}

.s04 .text1 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.s04 .text2 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.text1 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.text2 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.s04_list {
  margin: min( 10.6666666667vw, 80px ) 0 0;
}

.s04_main {
  margin: min( 5.3333333333vw, 40px ) 0 0;
}

.s04_text02 {
  text-align: center;
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
  margin: min( 5.3333333333vw, 40px ) 0 min( 5.3333333333vw, 40px );
}

.s04_ttl {
  position: relative;
  padding: 0 0 min( 4.5333333333vw, 34px );
}
.s04_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min( 1.8666666667vw, 14px );
  background-image: url("../../img/feature-article02/s04-04.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}

.s04_ttl_text01 {
  width: min( 40vw, 300px );
  height: min( 7.3333333333vw, 55px );
  border-radius: min( 13.2vw, 99px );
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF75AD;
  font-size: min( 3.7333333333vw, 28px );
  font-weight: 700;
  line-height: 170%;
}

.s04_ttl_text02 {
  display: block;
  margin: min( 1.6vw, 12px ) 0 0;
  font-weight: 700;
  font-size: min( 5.8666666667vw, 44px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
}
.s04_ttl_text02 .large {
  font-size: min( 7.7333333333vw, 58px );
}

.s04_note {
  color: var(--txt-333333, #333);
  text-align: right;
  font-size: min( 2.6666666667vw, 20px );
  font-weight: 500;
  line-height: 170%;
  margin: min( 2.6666666667vw, 20px ) 0 0;
}

.s04_ttl_text03 {
  position: absolute;
  top: min( 4.2666666667vw, 32px );
  right: 0;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: min( 13.3333333333vw, 100px );
  line-height: 100%;
  letter-spacing: 0em;
  color: #ff75ad;
  opacity: 0.3;
}

.s04_img01 {
  margin: min( 5.3333333333vw, 40px ) 0;
}

.s04_text04 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}
.s04_text04 .large {
  font-size: min( 5.3333333333vw, 40px );
}

.s04_text04 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s04_text04 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s04_text04 .text1 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s04_text04 .text2 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s04_text04 .text3 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s04_text04 .text4 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s04_text04 .text5 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s04_text04 .text6 {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.s04_text04 .text7 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s04_img02 {
  margin: min( 5.3333333333vw, 40px ) 0;
}

.s04_text05 {
  color: var(--txt-333333, #333);
  text-align: center;
  font-size: min( 5.3333333333vw, 40px );
  font-weight: 700;
  line-height: 140%;
  margin: min( 5.3333333333vw, 40px ) 0;
}

.s04_img03 {
  margin: min( 5.3333333333vw, 40px ) 0;
}

.s04_item {
  margin: min( 10.6666666667vw, 80px ) 0 0;
}

.s05 {
  width: min( 100vw, 750px );
}

.s05 {
  width: min( 100vw, 750px );
}

.s05 .text1 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.s05 .text2 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.s05_item {
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #FFFDCE;
  padding: min( 7.3333333333vw, 55px ) 0 min( 5.3333333333vw, 40px );
}
.s05_item.--item01 {
  background-image: url("../../img/feature-article02/s05-03.png");
}
.s05_item.--item02 {
  background-image: url("../../img/feature-article02/s05-06.png");
}
.s05_item + .s05_item {
  margin: min( 5.3333333333vw, 40px ) 0 0;
}

.s05_head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: min( 6.6666666667vw, 50px );
  padding: 0 0 0 min( 11.3333333333vw, 85px );
}

.s05_icon {
  flex: 0 0 min( 35.7333333333vw, 268px );
}

.s05_headInner {
  width: min( 35.7333333333vw, 268px );
}

.s05_num {
  width: min( 25.6vw, 192px );
  display: block;
}

.s05_name {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
}

.s05_itemBody {
  width: min( 81.3333333333vw, 610px );
  margin: min( 4.6666666667vw, 35px ) auto 0;
}

.s05_text {
  color: var(--main-txt, #333);
  font-size: min( 4.2666666667vw, 32px );
  font-weight: 500;
  line-height: 170%;
}

.cv .text1 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.cv .text2 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fffa7b;
}

.cv .text3 {
  font-weight: 700;
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.cv_text {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #333333;
  margin: min( 5.3333333333vw, 40px ) 0;
}

.cv_img {
  margin: min( 5.3333333333vw, 40px ) 0;
}/*# sourceMappingURL=style.css.map */