* {
  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;
}

.green {
  color: #13c9b0;
}

.adlp-wrap .title01,
.adlp-wrap .title02 {
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  width: min( 92vw, 690px );
  padding: min( 4vw, 30px ) min( 4.8vw, 36px );
  margin: 0 0 min( 5.3333333333vw, 40px );
  box-sizing: border-box;
}

.adlp-wrap .title01 {
  background-image: url("../../img/feature-article03/ttl-bg01.png");
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
}

.adlp-wrap .title02 {
  background-image: url("../../img/feature-article03/ttl-bg02.png");
  font-size: min( 5.6vw, 42px );
  line-height: 140%;
}
.adlp-wrap .title02 .yellow {
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
}

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

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

.box01 {
  background-image: url("../../img/feature-article03/box-bg01.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  height: min( 28.6666666667vw, 215px );
  padding-top: min( 8.4vw, 63px );
  margin-right: max( -1.0666666667vw, -8px );
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.box01 .box01_text01 {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
}
.box01 .box01_text02 {
  font-weight: 700;
  font-size: min( 8.5333333333vw, 64px );
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ff75ad;
  margin-left: min( 1.3333333333vw, 10px );
}
.box01 .box01_text03 {
  font-weight: 700;
  font-size: min( 7.4666666667vw, 56px );
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ff75ad;
}

.box02 {
  background-image: url("../../img/feature-article03/box-bg02.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  height: min( 25.6vw, 192px );
  height: min( 18.1333333333vw, 136px );
  padding: min( 7.8666666667vw, 59px ) min( 3.2vw, 24px ) 0;
  margin-right: max( -0.8vw, -6px );
  margin-bottom: max( -0.8vw, -6px );
  display: flex;
  box-sizing: border-box;
}
.box02.--type02 {
  background-image: url("../../img/feature-article03/box-bg02-02.png");
  height: min( 25.6vw, 192px );
}
.box02 .box02_num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: min( 6.6666666667vw, 50px );
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ff75ad;
  margin-right: min( 2.6666666667vw, 20px );
  position: relative;
  top: max( -0.8vw, -6px );
}
.box02 .box02_text {
  font-weight: 700;
  font-size: min( 5.0666666667vw, 38px );
  line-height: 140%;
  letter-spacing: 0.06em;
}

.circle_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 1.8666666667vw, 14px );
}
.circle_wrap .circle {
  background-image: url("../../img/feature-article03/circle.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  width: min( 27.4666666667vw, 206px );
  height: min( 27.4666666667vw, 206px );
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: min( 3.4666666667vw, 26px );
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
.circle_wrap .circle.--text-large {
  font-size: min( 3.7333333333vw, 28px );
}

.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;
}

.cv-text {
  font-weight: 700;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min( 3.4666666667vw, 26px );
  margin-bottom: min( 2.6666666667vw, 20px );
}
.cv-text::before, .cv-text::after {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min( 5.3333333333vw, 40px );
  height: min( 11.7333333333vw, 88px );
}
.cv-text::before {
  background-image: url(../../img/feature-article03/cv-deco01.png);
}
.cv-text::after {
  background-image: url(../../img/feature-article03/cv-deco02.png);
}

.cv-btn {
  border-radius: min( 10vw, 75px );
  background: #00b39a;
  box-shadow: min( 0.8vw, 6px ) min( 1.3333333333vw, 10px ) max( 0vw, 0px ) max( 0vw, 0px ) #007161;
  width: min( 92vw, 690px );
  height: min( 20vw, 150px );
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.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.3333333333vw, 25px );
  top: 50%;
  transform: translateY(-50%);
  right: min( 6.4vw, 48px );
}

.cv-btn_text01 {
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
}

.cv-btn_text02 {
  font-size: min( 6.1333333333vw, 46px );
  line-height: 140%;
  letter-spacing: 0.08em;
}

.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_lead {
  background-image: url("../../img/feature-article03/s01-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  font-weight: 700;
  font-size: min( 4.8vw, 36px );
  line-height: 140%;
  letter-spacing: 0em;
  color: #ff75ad;
  text-align: center;
  width: min( 92vw, 690px );
  height: min( 32.1333333333vw, 241px );
  padding-top: min( 15.4666666667vw, 116px );
  box-sizing: border-box;
}

.s01_title {
  font-weight: 700;
  font-size: min( 7.4666666667vw, 56px );
  line-height: 140%;
  letter-spacing: 0em;
  color: #ff75ad;
  text-align: center;
  border-bottom: min( 0.5333333333vw, 4px ) solid #999999;
  padding: 0 0 min( 4vw, 30px );
  margin-top: min( 1.3333333333vw, 10px );
}

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

.s01_text01 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  margin: min( 5.3333333333vw, 40px ) 0;
}
.s01_text01:last-child {
  margin-bottom: 0;
}

.s01_box {
  background-color: #eeeeee;
  padding: min( 8.5333333333vw, 64px ) min( 8.1333333333vw, 61px );
  margin-top: min( 10vw, 75px );
  position: relative;
}
.s01_box::after {
  content: "";
  background-image: url(../../img/feature-article03/s01-03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min( 21.6vw, 162px );
  height: min( 51.0666666667vw, 383px );
  position: absolute;
  right: min( 2.5333333333vw, 19px );
  bottom: max( -2.6666666667vw, -20px );
}

.s01_list {
  display: flex;
  flex-direction: column;
  gap: min( 2.1333333333vw, 16px ) 0;
}

.s01_li {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
}
.s01_li .point {
  margin-right: min( 1.3333333333vw, 10px );
}

.s02_text01 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  margin: min( 5.3333333333vw, 40px ) 0;
}
.s02_text01:last-child {
  margin-bottom: 0;
}

.s02_lead {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ff75ad;
  text-align: center;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: min( 5.3333333333vw, 40px ) 0 min( 2.6666666667vw, 20px );
}
.s02_lead::before, .s02_lead::after {
  content: "";
  display: block;
  width: min( 7.4666666667vw, 56px );
  height: min( 13.8666666667vw, 104px );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.s02_lead::before {
  background-image: url(../../img/feature-article03/s02-deco01.png);
}
.s02_lead::after {
  background-image: url(../../img/feature-article03/s02-deco02.png);
}

.s02_img03 {
  margin-left: max( -0.5333333333vw, -4px );
}

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

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

.s03_li {
  font-weight: 500;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
}

.s03_lead {
  background-image: url("../../img/feature-article03/s03-03.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: min( 30.9333333333vw, 232px );
  padding-top: min( 8.2666666667vw, 62px );
  font-weight: 700;
  font-size: min( 4.8vw, 36px );
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: min( 2.9333333333vw, 22px );
}

.s03_box {
  background-image: url("../../img/feature-article03/s03-04.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: min( 92vw, 690px );
  height: min( 51.2vw, 384px );
  padding: min( 8.8vw, 66px ) min( 6.8vw, 51px );
  box-sizing: border-box;
  margin-top: min( 2.9333333333vw, 22px );
}

.s03_list02 {
  display: flex;
  flex-direction: column;
  gap: min( 1.6vw, 12px );
}

.s03_li02 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.1em;
  padding-left: min( 7.0666666667vw, 53px );
  position: relative;
}
.s03_li02::before {
  content: "";
  background-image: url("../../img/feature-article03/icon-check.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: block;
  width: min( 5.8666666667vw, 44px );
  height: min( 4.5333333333vw, 34px );
  position: absolute;
  left: 0;
  top: min( 1.4666666667vw, 11px );
}

.cv {
  background: #fff3f8;
  padding: min( 8vw, 60px ) 0 min( 10.6666666667vw, 80px );
}

section.s04 {
  padding-top: min( 8vw, 60px );
}

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

.s04_col {
  width: min( 44.2666666667vw, 332px );
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.s04_col::before, .s04_col::after {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min( 6.5333333333vw, 49px );
  height: min( 18.8vw, 141px );
}
.s04_col::before {
  background-image: url(../../img/feature-article03/s04-deco01.png);
}
.s04_col::after {
  background-image: url(../../img/feature-article03/s04-deco02.png);
}
.s04_col .inr {
  flex: 1;
}
.s04_col .text01 {
  font-weight: 600;
  font-size: min( 2.9333333333vw, 22px );
  line-height: 100%;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.s04_col .text01::before {
  content: "";
  background-image: url(../../img/feature-article03/s04-icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min( 4.4vw, 33px );
  height: min( 3.3333333333vw, 25px );
  margin: 0 auto min( 2vw, 15px );
}
.s04_col .text02 {
  font-weight: 700;
  font-size: min( 4.8vw, 36px );
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
}
.s04_col .text02 .num {
  font-weight: 700;
  font-size: min( 9.6vw, 72px );
  line-height: 100%;
  letter-spacing: 0;
}
.s04_col .text02 .note {
  font-weight: 500;
  font-size: min( 2.6666666667vw, 20px );
  line-height: 100%;
  letter-spacing: 0em;
  position: absolute;
  top: min( 0.9333333333vw, 7px );
  right: max( -0.9333333333vw, -7px );
}

.s04_note {
  font-weight: 500;
  font-size: min( 2.6666666667vw, 20px );
  line-height: 170%;
  letter-spacing: 0em;
  color: #666666;
  text-align: right;
  margin: min( 1.3333333333vw, 10px ) 0 min( 5.3333333333vw, 40px );
}

.s04_text01 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  margin: min( 5.3333333333vw, 40px ) 0;
}
.s04_text01:last-child {
  margin-bottom: 0;
  background-image: url("../../img/feature-article03/s04-06.png");
  background-size: min( 26.4vw, 198px ) min( 28.8vw, 216px );
  background-position: right top;
  background-repeat: no-repeat;
}

.s04_balloon {
  background-image: url("../../img/feature-article03/s04-02.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: min( 91.8666666667vw, 689px );
  height: min( 32.5333333333vw, 244px );
  padding: min( 5.7333333333vw, 43px ) min( 12.9333333333vw, 97px );
  box-sizing: border-box;
  font-weight: 500;
  font-size: min( 4.8vw, 36px );
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: 0 auto min( 5.3333333333vw, 40px );
}

.s04_img01 {
  margin: min( 4.5333333333vw, 34px ) auto 0;
}

.s04_lead {
  background-image: url("../../img/feature-article03/s04-04.png");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: min( 75.7333333333vw, 568px );
  height: min( 22.6666666667vw, 170px );
  padding-top: min( 4.9333333333vw, 37px );
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.s05_box {
  background-color: #fff3f8;
  padding: min( 6.6666666667vw, 50px ) min( 5.3333333333vw, 40px );
  display: flex;
  justify-content: space-between;
  margin-top: min( 11.0666666667vw, 83px );
}
.s05_box.--box01 {
  flex-direction: row-reverse;
}

.s05_unit {
  width: min( 51.6vw, 387px );
}

.s05_prof {
  font-weight: 700;
  font-size: min( 5.3333333333vw, 40px );
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-bottom: min( 2.6666666667vw, 20px );
}

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

.s05_img01 {
  width: min( 25.0666666667vw, 188px );
  margin-top: max( -12.4vw, -93px );
}

.s06_text01 {
  font-weight: 500;
  font-size: min( 4.2666666667vw, 32px );
  line-height: 170%;
  letter-spacing: 0.08em;
  margin: min( 5.3333333333vw, 40px ) 0;
}/*# sourceMappingURL=style.css.map */