@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

li {
  list-style: none;
}

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

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

@media screen and (min-width: 1080px) {
  .outer {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wrapper {
  min-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1079px) {
  .wrapper {
    min-width: initial;
  }
}

.bold {
  font-weight: bold;
}

.yellow {
  color: #ffff4f;
}

.green {
  color: #14b4b4;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) 0px rgba(0, 0, 0, 0.08);
}
.header .header_inner {
  width: min(91.9444444444vw, 993px);
  height: min(7.2222222222vw, 78px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_logo {
  width: min(15.9259259259vw, 172px);
}
.header .header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.4814814815vw, 16px);
}
.header .header_btns a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(18.5185185185vw, 200px);
  height: min(3.5185185185vw, 38px);
  border-radius: min(3.7037037037vw, 40px);
  color: #fff;
  -webkit-box-shadow: min(0.1851851852vw, 2px) min(0.1851851852vw, 2px) min(0.5555555556vw, 6px) 0px rgba(0, 0, 0, 0.25);
          box-shadow: min(0.1851851852vw, 2px) min(0.1851851852vw, 2px) min(0.5555555556vw, 6px) 0px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: min(1.4814814815vw, 16px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.12em;
}
.header .header_btns a.--type01 {
  background: #14b4b4;
}
.header .header_btns a.--type02 {
  background: #fc8b28;
  padding-left: min(2.7777777778vw, 30px);
}
.header .header_btns a.--type02 span {
  position: absolute;
  top: 50%;
  left: min(0.3703703704vw, 4px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(2.7777777778vw, 30px);
  height: min(2.7777777778vw, 30px);
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: min(1.0185185185vw, 11px);
  line-height: 140%;
  letter-spacing: initial;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .header .header_btns a.--type02 span {
    left: 2.1333333333vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 1079px) {
  .header {
    -webkit-box-shadow: 0px 0.5333333333vw 0.5333333333vw 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0.5333333333vw 0.5333333333vw 0px rgba(0, 0, 0, 0.08);
  }
  .header .header_inner {
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 4vw;
  }
  .header .header_logo {
    width: 19.3333333333vw;
  }
  .header .header_logo img {
    display: block;
  }
  .header .header_btns {
    gap: 2vw;
  }
  .header .header_btns a {
    height: min(3.5185185185vw, 38px);
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 0.8vw 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0.2666666667vw 0.2666666667vw 0.8vw 0px rgba(0, 0, 0, 0.25);
    font-size: 2.6666666667vw;
    font-weight: 500;
    line-height: 160%;
    height: 8vw;
  }
  .header .header_btns a.--type01 {
    width: 30.6666666667vw;
  }
  .header .header_btns a.--type02 {
    background: linear-gradient(161deg, #ff5520 22.09%, #ff7a00 94.92%);
    padding-left: 4vw;
    width: 33.3333333333vw;
  }
  .header .header_btns a.--type02 span {
    left: 0.8vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    font-size: 2.4vw;
    line-height: 160%;
  }
}

.fv {
  margin-top: min(7.2222222222vw, 78px);
  background-image: url(../img/pc/fv_bg.jpg);
  background-size: min(177.7777777778vw, 1920px) min(53.1481481481vw, 574px);
  background-repeat: no-repeat;
  background-position: center;
  height: min(53.1481481481vw, 574px);
}
.fv .fv_inner {
  width: min(100vw, 1080px);
  padding-top: min(8.2407407407vw, 89px);
  display: block;
  margin: 0 auto;
  position: relative;
}
.fv .fv_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.fv .fv_title .title01 {
  font-weight: 700;
  font-size: min(4.2592592593vw, 46px);
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #02a3a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv .fv_title .title01 .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: min(0.9259259259vw, 10px);
}
.fv .fv_title .title01 .word .char {
  background-color: #fff;
  border: solid min(0.1851851852vw, 2px) #02a3a3;
  width: min(6.7592592593vw, 73px);
  height: min(6.7592592593vw, 73px);
  padding-bottom: min(0.462962963vw, 5px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: min(5.0925925926vw, 55px);
  line-height: 100%;
  letter-spacing: 0;
  color: #02a3a3;
}
.fv .fv_title .title01 .word .char + .char {
  border-left: none;
}
.fv .fv_title .title-wrap {
  position: relative;
  padding-left: min(4.6296296296vw, 50px);
  display: inline-block;
  text-align: left;
}
.fv .fv_title .title02 {
  color: #3E3A39;
  font-family: "Noto Sans JP";
  font-size: min(3.8888888889vw, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 50.4px */
  letter-spacing: 0.08em;
  position: absolute;
  top: 10%;
  left: 0;
}
.fv .fv_title .title02 > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright; /* 文字を縦向きに表示 */
}
.fv .fv_title .title03 {
  color: #FC8B28;
  text-align: left;
  font-size: min(10.3703703704vw, 112px);
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 156.8px */
  display: inline-block;
}
.fv .fv_title .title03 > small {
  font-size: min(5.9259259259vw, 64px);
  line-height: 1;
}
.fv .fv_title .title03 > span {
  font-size: min(4.6296296296vw, 50px);
  line-height: 1;
}
.fv .fv_title .title03 > span small {
  color: #3E3A39;
  line-height: 1;
}
.fv .fv_title .title03 > span span {
  color: #3E3A39;
  line-height: 1;
}
.fv .fv_title .title04 {
  text-align: left;
  color: #3E3A39;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(5.1851851852vw, 56px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: min(1.8518518519vw, 20px);
  display: inline-block;
}
.fv .fv_title .title04 small {
  font-size: min(3.7037037037vw, 40px);
}
.fv .fv_title .title04 span {
  font-size: min(5.9259259259vw, 64px);
}
.fv .fv_text1 {
  font-weight: 700;
  font-size: min(1.6666666667vw, 18px);
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: min(14.1666666667vw, 153px);
  right: min(3.0555555556vw, 33px);
}
.fv .fv_text1 .green {
  font-size: min(2.037037037vw, 22px);
  line-height: 150%;
  letter-spacing: 0.08em;
}
.fv .fv_text2 {
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 130%;
  letter-spacing: 0.08em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: min(6.2962962963vw, 68px);
  left: min(6.2037037037vw, 67px);
}
.fv .fv_text2 .green {
  font-size: min(2.2222222222vw, 24px);
  line-height: 130%;
  letter-spacing: 0.08em;
}
.fv .fv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(1.6666666667vw, 18px) auto 0;
}
.fv .fv_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(17.037037037vw, 184px);
          flex: 0 0 min(17.037037037vw, 184px);
  background-image: url(../img/pc/fv_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: min(16.4814814815vw, 178px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(2.5925925926vw, 28px);
}
.fv .fv_item:nth-child(2) {
  margin: 0 max(-2.7777777778vw, -30px);
}
.fv .fv_item .r2 {
  display: block;
  text-align: center;
}
.fv .fv_item .r3 {
  display: block;
  text-align: center;
  margin-top: max(-0.462962963vw, -5px);
}
.fv .fv_item .t1 {
  color: #3c3c3c;
  text-align: center;
  font-size: min(1.3888888889vw, 15px);
  font-weight: 600;
  line-height: 120%;
  display: block;
  margin-bottom: min(0.462962963vw, 5px);
}
.fv .fv_item .t2 {
  background: var(--gold2, linear-gradient(106deg, #8f6800 26.13%, #c19624 55.51%, #8a6503 83.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-weight: 600;
  line-height: 134%;
  letter-spacing: -0.03em;
  font-size: min(3.3333333333vw, 36px);
}
.fv .fv_item .t3 {
  background: var(--gold2, linear-gradient(106deg, #8f6800 26.13%, #c19624 55.51%, #8a6503 83.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
  font-weight: 700;
  line-height: 120%;
  font-size: min(2.2222222222vw, 24px);
}
.fv .fv_item .t4 {
  background: var(--gold2, linear-gradient(106deg, #8f6800 26.13%, #c19624 55.51%, #8a6503 83.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  line-height: 134%;
  letter-spacing: 0.08em;
  font-size: min(3.5185185185vw, 38px);
}
@media screen and (max-width: 1079px) {
  .fv {
    margin-top: 13.3333333333vw;
    background-image: url(../img/sp/fv_bg.jpg);
    background-size: cover;
    height: 164.5333333333vw;
  }
  .fv .fv_inner {
    width: 100%;
    padding-top: 3.0666666667vw;
  }
  .fv .fv_title .title01 {
    font-size: 7.4666666667vw;
  }
  .fv .fv_title .title01 .word {
    margin-right: 1.4666666667vw;
  }
  .fv .fv_title .title01 .word .char {
    border: solid 0.2666666667vw #02a3a3;
    width: 12vw;
    height: 12.1333333333vw;
    padding-bottom: 0.6666666667vw;
    font-size: 8.6666666667vw;
  }
  .fv .fv_title .title-wrap {
    padding-left: 8.4vw;
  }
  .fv .fv_title .title02 {
    font-size: 7.4666666667vw;
    font-weight: 700;
    left: 0;
  }
  .fv .fv_title .title03 {
    font-size: 18.4vw;
  }
  .fv .fv_title .title03 > small {
    font-size: 10.6666666667vw;
  }
  .fv .fv_title .title03 > span {
    font-size: 8.5333333333vw;
  }
  .fv .fv_title .title04 {
    font-size: 9.0666666667vw;
    margin-top: 0;
    letter-spacing: 0.08em;
  }
  .fv .fv_title .title04 small {
    font-size: 6.4vw;
  }
  .fv .fv_title .title04 span {
    font-size: 10.6666666667vw;
  }
  .fv .fv_text1 {
    font-size: 3.7333333333vw;
    position: static;
    margin-top: 10.1333333333vw;
    margin-left: 14.5333333333vw;
  }
  .fv .fv_text1 .green {
    font-size: 4.2666666667vw;
  }
  .fv .fv_text2 {
    font-size: 4vw;
    position: static;
    margin-top: 18.4vw;
    margin-left: 53.4666666667vw;
  }
  .fv .fv_text2 .green {
    font-size: 4.5333333333vw;
  }
  .fv .fv_list {
    margin: 8.8vw auto 0;
  }
  .fv .fv_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36vw;
            flex: 0 0 36vw;
    background-image: url(../img/sp/fv_circle.png);
    height: 38.6666666667vw;
    padding-top: 5.4666666667vw;
  }
  .fv .fv_item:nth-child(2) {
    margin: 0 -5.7333333333vw;
  }
  .fv .fv_item .r3 {
    margin-top: -1.3333333333vw;
  }
  .fv .fv_item .t1 {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
  .fv .fv_item .t2 {
    font-size: 6.9333333333vw;
  }
  .fv .fv_item .t3 {
    font-size: 4.5333333333vw;
  }
  .fv .fv_item .t4 {
    font-size: 7.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .fv .fv_title .title04 {
    margin-top: 2.6666666667vw;
  }
}

.worries {
  padding: min(6.2037037037vw, 67px) 0 min(11.7592592593vw, 127px);
  background: url(../img/pc/worries_bg.png) no-repeat center top/cover;
}
.worries_inner {
  width: min(100vw, 1080px);
  margin: 0 auto;
}
.worries_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(2.7777777778vw, 30px);
  padding: min(0.5555555556vw, 6px) min(4.2592592593vw, 46px);
  background-color: #14B4B4;
  color: #fff;
  font-size: min(2.4074074074vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  border-radius: min(4.6296296296vw, 50px);
  letter-spacing: 0.08em;
}
.worries_title {
  font-size: min(3.4259259259vw, 37px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: min(9.2592592593vw, 100px);
}
.worries_title .highlight {
  margin-top: min(2.7777777778vw, 30px);
  display: inline-block;
  position: relative;
  font-size: min(4.4444444444vw, 48px);
}
.worries_title .highlight > span {
  position: relative;
  z-index: 2;
}
.worries_title .highlight::after {
  content: "";
  position: absolute;
  bottom: max(-0.462962963vw, -5px);
  left: 0;
  width: 100%;
  height: min(0.9259259259vw, 10px);
  background-color: #FFFF4F;
}
.worries_title .accent {
  color: #14B4B4;
}
.worries_panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(7.037037037vw, 76px);
  width: min(100vw, 1080px);
  margin: 0 auto;
}
.worries_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.7037037037vw, 40px);
  position: relative;
}
.worries_problem {
  width: min(43.9814814815vw, 475px);
  padding: min(2.7777777778vw, 30px);
  background-color: #FFF;
  position: relative;
  border: 1px solid #D8D7D7;
  padding: min(4.8148148148vw, 52px) min(1.5740740741vw, 17px) min(2.7777777778vw, 30px) min(3.4259259259vw, 37px);
}
.worries_panel:nth-child(1) .worries_problem {
  background: #fff url(../img/common/icon_ap.svg) top min(5vw, 54px) right min(3.2407407407vw, 35px) no-repeat;
}
.worries_panel:nth-child(2) .worries_problem {
  background: #fff url(../img/common/icon_cn.svg) top min(2.3148148148vw, 25px) right min(3.1481481481vw, 34px) no-repeat;
}
.worries_panel:nth-child(3) .worries_problem {
  background: #fff url(../img/common/icon_ms.svg) top min(2.2222222222vw, 24px) right min(2.8703703704vw, 31px) no-repeat;
}
.worries_panel:nth-child(4) .worries_problem {
  background: #fff url(../img/common/icon_ch.svg) top min(3.0555555556vw, 33px) right min(3.4259259259vw, 37px) no-repeat;
}
.worries_category {
  margin-bottom: min(0.3703703704vw, 4px);
  width: min(26.1111111111vw, 282px);
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worries_category_label {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  display: inline-block;
  border-radius: min(0.462962963vw, 5px);
  font-size: min(2.2222222222vw, 24px);
}
.worries_category_sub {
  font-size: min(1.4814814815vw, 16px);
}
.worries_concern_title {
  font-size: min(1.4814814815vw, 16px);
  margin-bottom: min(1.8518518519vw, 20px);
}
.worries_concern_content {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 1.6;
}
.worries_concern_content span {
  font-size: min(2.7777777778vw, 30px);
}
.worries_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(80%, -50%);
      -ms-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  width: min(7.1296296296vw, 77px);
  height: min(5.9338888889vw, 64.086px);
  background: url(../img/common/arrow-worries.svg) no-repeat;
  background-size: contain;
  z-index: 3;
}
.worries_solution {
  width: min(52.5vw, 567px);
  padding: min(7.2222222222vw, 78px) min(6.9444444444vw, 75px) 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D8D7D7;
  background-color: #FFF;
  background: #ECFFFF;
}
.worries_solution_badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(9.0740740741vw, 98px);
  height: min(9.0740740741vw, 98px);
  color: #fff;
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: dotted min(0.1851851852vw, 2px) #14B4B4;
}
.worries_solution_badge > span {
  border: transparent min(0.1851851852vw, 2px) solid;
  background-color: #14B4B4;
  display: inline-block;
  width: calc(100% - min(0.3703703704vw, 4px));
  height: calc(100% - min(0.3703703704vw, 4px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2.2222222222vw, 24px);
  color: var(--accent, #FFFF4F);
}
.worries_solution_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worries_solution_text {
  font-size: min(2.2222222222vw, 24px);
  color: #14B4B4;
  font-weight: 700;
  margin-bottom: min(1.3888888889vw, 15px);
  line-height: 1.3;
  margin-bottom: min(0.3703703704vw, 4px);
}
.worries_solution_result {
  font-size: min(3.1481481481vw, 34px);
  font-weight: 700;
  line-height: 1.3;
}
.worries_solution_result span {
  font-size: min(2.2222222222vw, 24px);
}
.worries_panel:nth-child(1) .worries_solution {
  background: #ECFFFF url(../img/pc/worries_img_ap.png) bottom right/contain no-repeat;
}
.worries_panel:nth-child(2) .worries_solution {
  background: #ECFFFF url(../img/pc/worries_img_cn.png) bottom right/contain no-repeat;
}
.worries_panel:nth-child(3) .worries_solution {
  background: #ECFFFF url(../img/pc/worries_img_ms.png) bottom right/contain no-repeat;
  padding-top: min(5.0925925926vw, 55px);
}
.worries_panel:nth-child(4) .worries_solution {
  background: #ECFFFF url(../img/pc/worries_img_ch.png) bottom right/contain no-repeat;
}
@media screen and (max-width: 1079px) {
  .worries {
    background: url(../img/sp/worries_bg.png) no-repeat center top/cover;
    padding: 11.3333333333vw 0 11.3333333333vw;
  }
  .worries_inner {
    width: 100%;
    padding: 0 4vw;
  }
  .worries_label {
    padding: 2vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin: 0 auto 6.4vw;
    border-radius: 10.6666666667vw;
  }
  .worries_title {
    font-size: 5.3333333333vw;
    margin-bottom: 10.9333333333vw;
    line-height: 1.4;
  }
  .worries_title .highlight::after {
    display: none;
  }
  .worries_title .highlight > span {
    font-size: 6.9333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFFF4F));
    background: linear-gradient(transparent 80%, #FFFF4F 0%);
  }
  .worries_panels {
    gap: 8.5333333333vw;
    width: 100%;
  }
  .worries_panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15.7333333333vw;
  }
  .worries_problem {
    width: 100%;
    padding: 6.6666666667vw 5.8666666667vw 6.6666666667vw;
  }
  .worries_panel:nth-child(1) .worries_problem, .worries_panel:nth-child(4) .worries_problem {
    background-size: 18.5333333333vw;
  }
  .worries_panel:nth-child(2) .worries_problem {
    padding: 6.6666666667vw 5.8666666667vw 1.3333333333vw;
    background-size: 18.5333333333vw;
  }
  .worries_panel:nth-child(3) .worries_problem {
    background-size: 22.6666666667vw;
  }
  .worries_category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4666666667vw;
    margin-bottom: 3.2vw;
  }
  .worries_category {
    margin-bottom: 0;
    width: auto;
    padding: 0.6666666667vw 1.3333333333vw;
  }
  .worries_category_label {
    font-size: 3.7333333333vw;
    padding: 0;
    line-height: 1;
  }
  .worries_category_sub {
    font-size: 2.6666666667vw;
    display: block;
    margin-top: 0.6666666667vw;
    margin-left: 0;
  }
  .worries_panel:nth-child(4) .worries_category_sub {
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  .worries_concern_title {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
  .worries_concern_content {
    font-size: 3.7333333333vw;
  }
  .worries_concern_content span {
    font-size: 5.3333333333vw;
  }
  .worries_concern_content span span {
    font-size: 3.7333333333vw;
  }
  .worries_arrow {
    width: 12.5333333333vw;
    height: 10vw;
    margin: 0;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    z-index: 1;
    background-image: url(../img/common/arrow-worries-s.svg);
  }
  .worries_solution {
    padding: 8vw 5.8666666667vw 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 48.6666666667vw;
  }
  .worries_solution_badge {
    right: 4vw;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    border-width: 0.2666666667vw;
    -webkit-transform: translate(-50%, -58%);
        -ms-transform: translate(-50%, -58%);
            transform: translate(-50%, -58%);
  }
  .worries_solution_badge > span {
    font-size: 4.5333333333vw;
    width: calc(100% - 1.3333333333vw);
    height: calc(100% - 1.3333333333vw);
  }
  .worries_solution_text {
    font-size: 4vw;
    margin-bottom: 3.4666666667vw;
  }
  .worries_solution_result {
    font-size: 5.3333333333vw;
  }
  .worries_solution_result span {
    font-size: 4vw;
  }
}

.case {
  padding: min(7.7777777778vw, 84px) 0 min(6.6666666667vw, 72px);
  background: #F5F5F5;
}
.case_inner {
  width: min(100vw, 1080px);
  margin: 0 auto;
  padding: 0;
}
.case_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(2.5vw, 27px);
  color: #14B4B4;
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.case_title {
  text-align: center;
  margin-bottom: min(5.2777777778vw, 57px);
}
.case_title_top {
  display: block;
  font-size: min(2.5925925926vw, 28px);
  font-weight: 500;
  margin-bottom: min(0.9259259259vw, 10px);
}
.case_title_main {
  display: block;
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}
.case .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
}
.case .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: min(1.1111111111vw, 12px);
  height: min(1.1111111111vw, 12px);
  margin: 0 min(0.7407407407vw, 8px);
}
.case .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #14B4B4;
}
.case .swiper-button-prev {
  width: min(3.7037037037vw, 40px);
  height: min(10vw, 108px);
  background: url(../img/pc/case-arrow-l.svg) center/contain no-repeat;
  top: 39%;
  left: 0;
}
.case .swiper-button-prev:after {
  display: none;
}
.case .swiper-button-next {
  width: min(3.7037037037vw, 40px);
  height: min(10vw, 108px);
  background: url(../img/pc/case-arrow-r.svg) center/contain no-repeat;
  top: 39%;
  right: 0;
}
.case .swiper-button-next:after {
  display: none;
}
.case_slider_wrap {
  position: relative;
  padding: 0 min(1.8518518519vw, 20px);
}
.case_slider {
  overflow: hidden;
  padding-bottom: min(5.9259259259vw, 64px);
}
.case_slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  gap: min(3.6111111111vw, 39px);
  padding: min(5.1851851852vw, 56px) min(5.5555555556vw, 60px) min(3.7037037037vw, 40px);
}
.case_slide_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.4259259259vw, 37px);
}
.case_slide_profile_inner {
  width: calc(100% - min(38.8888888889vw, 420px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(2.7777777778vw, 30px);
}
.case_prof_photo {
  width: min(38.8888888889vw, 420px);
}
.case_number {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: min(1.6666666667vw, 18px) 0 0 min(1.2037037037vw, 13px);
  font-family: Roboto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case_number_label {
  display: block;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.case_number_value {
  display: block;
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.case_number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(11.1111111111vw, 120px);
  height: min(11.1111111111vw, 120px);
  z-index: 1;
  background-color: #14B4B4;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.case_problem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_problem_title {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
}
.case_problem_text {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  color: #14B4B4;
}
.case_problem_solution {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 900;
  color: #14B4B4;
  margin-bottom: min(3.7037037037vw, 40px);
}
.case_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(0.7407407407vw, 8px);
}
.case_company_name {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
}
.case_company_business {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
}
.case_result {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.3703703704vw, 58px);
}
.case_issue {
  border: 1px solid var(--border, #DDD);
  width: min(39.9074074074vw, 431px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case_issue_title {
  font-weight: 700;
  text-align: center;
  padding: min(1.8518518519vw, 20px) min(3.0555555556vw, 33px) 0;
}
.case_issue_title span {
  font-size: min(2.2222222222vw, 24px);
  display: block;
  border-bottom: 1px solid var(--border, #DDD);
  padding-bottom: min(1.2962962963vw, 14px);
}
.case_issue_list {
  list-style-type: disc;
  padding: min(2.7777777778vw, 30px) min(1.4814814815vw, 16px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case_issue_list li {
  font-size: min(1.6666666667vw, 18px);
  line-height: 1.6;
  margin-bottom: min(0.9259259259vw, 10px);
  padding-left: min(2.7777777778vw, 30px);
  position: relative;
}
.case_issue_list li:last-child {
  margin-bottom: 0;
}
.case_issue_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: min(0.3703703704vw, 4px);
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
  border-radius: 50%;
  background: #14B4B4;
}
.case_issue_list li > span {
  font-weight: bold;
}
.case_benefit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #EFF6FF;
  position: relative;
  border: 1px solid var(--border, #DDD);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case_benefit_badge {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-85%, 30%);
      -ms-transform: translate(-85%, 30%);
          transform: translate(-85%, 30%);
  width: min(9.0740740741vw, 98px);
  height: min(9.0740740741vw, 98px);
  color: #fff;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #FF8A00;
  padding-top: min(0.9259259259vw, 10px);
}
.case_benefit_badge span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  font-size: min(1.8518518519vw, 20px);
  background: url(../img/common/arrow-case.svg) center bottom/min(3.1481481481vw, 34px) no-repeat;
  padding-bottom: min(2.3148148148vw, 25px);
}
.case_benefit_title {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #14B4B4;
  padding: min(1.4814814815vw, 16px) 0;
}
.case_benefit_list {
  list-style-type: none;
  padding-left: 0;
  padding: min(1.4814814815vw, 16px) min(2.2222222222vw, 24px) min(1.2962962963vw, 14px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case_benefit_list li {
  font-size: min(1.6666666667vw, 18px);
  line-height: 1.6;
  margin-bottom: min(0.3703703704vw, 4px);
  padding-left: min(2.7777777778vw, 30px);
  position: relative;
}
.case_benefit_list li > span {
  font-weight: 700;
}
.case_benefit_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: min(0.3703703704vw, 4px);
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
  border-radius: 50%;
  background: url(../img/common/icon-circle.svg) center/contain no-repeat;
}
.case_benefit_list li:last-child {
  margin-bottom: 0;
}
.case_prev, .case_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4.6296296296vw, 50px);
  height: min(4.6296296296vw, 50px);
  background-color: #14B4B4;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case_prev:before, .case_next:before {
  content: "";
  width: min(1.3888888889vw, 15px);
  height: min(1.3888888889vw, 15px);
  border-top: min(0.2777777778vw, 3px) solid #fff;
  border-right: min(0.2777777778vw, 3px) solid #fff;
  display: block;
}
.case_prev {
  left: max(-2.3148148148vw, -25px);
}
.case_prev:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: max(-0.462962963vw, -5px);
}
.case_next {
  right: max(-2.3148148148vw, -25px);
}
.case_next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: max(-0.462962963vw, -5px);
}
.case_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.9259259259vw, 10px);
}
.case_pagination_dot {
  width: min(1.1111111111vw, 12px);
  height: min(1.1111111111vw, 12px);
  border-radius: 50%;
  background-color: #D8D7D7;
  display: block;
}
.case_pagination_dot.active {
  background-color: #14B4B4;
}
@media screen and (max-width: 1079px) {
  .case {
    padding: 11.0666666667vw 0 8.8vw;
  }
  .case_inner {
    width: 100%;
    padding: 0 0vw;
  }
  .case_label {
    font-size: 3.2vw;
    margin-bottom: 3.6vw;
  }
  .case_title {
    margin-bottom: 9.3333333333vw;
  }
  .case_title_top {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .case_title_main {
    font-size: 6.9333333333vw;
  }
  .case .swiper-pagination.swiper-pagination-bullets {
    bottom: 0;
  }
  .case .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.4vw;
  }
  .case .swiper-button-prev {
    width: 10.5333333333vw;
    height: 26.9333333333vw;
    background-image: url(../img/sp/case-arrow-l.svg);
    top: 34%;
    left: 0vw;
  }
  .case .swiper-button-next {
    width: 10.5333333333vw;
    height: 26.9333333333vw;
    background-image: url(../img/sp/case-arrow-r.svg);
    top: 34%;
    right: 0vw;
  }
  .case_slider_wrap {
    padding: 0 4vw;
  }
  .case_slider {
    padding-bottom: 9.3333333333vw;
  }
  .case_slide {
    padding: 4.6666666667vw 4vw;
    gap: 0vw;
  }
  .case_slide_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .case_slide_profile_inner {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .case_prof_photo {
    width: 100%;
  }
  .case_number {
    padding: 2.9333333333vw 0 0 2.6666666667vw;
  }
  .case_number_label {
    font-size: 3.4666666667vw;
  }
  .case_number_value {
    font-size: 5.6vw;
  }
  .case_number::before {
    width: 24vw;
    height: 24vw;
  }
  .case_problem {
    padding: 5.3333333333vw 0 0 6.6666666667vw;
    margin-bottom: 10vw;
    min-height: 41.3333333333vw;
  }
  .case_problem_title {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
  .case_problem_text {
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
  .case_company {
    padding: 0;
    gap: 0.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .case_company_name {
    font-size: 3.4666666667vw;
  }
  .case_company_business {
    font-size: 3.4666666667vw;
  }
  .case_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding: 0 6vw;
  }
  .case_issue {
    width: 100%;
  }
  .case_issue_title {
    padding: 1.3333333333vw 10vw 0;
  }
  .case_issue_title span {
    font-size: 4vw;
    padding-bottom: 1.8666666667vw;
  }
  .case_issue_list {
    padding: 4vw 1.3333333333vw 10.6666666667vw;
    min-height: 35.7333333333vw;
  }
  .case_issue_list li {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 4.6666666667vw;
  }
  .case_issue_list li::before {
    top: 0.8vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .case_benefit {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .case_benefit_badge {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    font-size: 2.1333333333vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 1.3333333333vw;
    left: 50%;
    -webkit-transform: translate(-50%, -110%);
        -ms-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
  }
  .case_benefit_badge span {
    font-size: 3.2vw;
    background: url(../img/common/arrow-case-s.svg) center bottom/3.2vw no-repeat;
    padding-bottom: 3.3333333333vw;
  }
  .case_benefit_title {
    font-size: 4vw;
    padding: 1.3333333333vw 0;
  }
  .case_benefit_list {
    padding: 4.6666666667vw 3.3333333333vw 4vw;
    min-height: 41.3333333333vw;
  }
  .case_benefit_list li {
    font-size: 3.4666666667vw;
    margin-bottom: 2.4vw;
    padding-left: 4.8vw;
  }
  .case_benefit_list li:before {
    top: 0.8vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .case_prev, .case_next {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .case_prev:before, .case_next:before {
    width: 2vw;
    height: 2vw;
    border-width: 0.4vw;
  }
  .case_prev {
    left: 2vw;
  }
  .case_next {
    right: 2vw;
  }
  .case_pagination {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .case_pagination_dot {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.btn01 a {
  width: min(48.1481481481vw, 520px);
  height: min(7.4074074074vw, 80px);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(11.1111111111vw, 120px);
  -webkit-box-shadow: min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) min(0.9259259259vw, 10px) 0 rgba(0, 0, 0, 0.25);
          box-shadow: min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) min(0.9259259259vw, 10px) 0 rgba(0, 0, 0, 0.25);
  border-radius: min(4.6296296296vw, 50px);
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.12em;
  background: var(--accent, #fc8b28);
  color: #ffffff;
}
.btn01 a .num {
  font-size: min(2.7777777778vw, 30px);
}
.btn01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(2.4074074074vw, 26px);
  height: min(2.4074074074vw, 26px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: min(3.7037037037vw, 40px);
  background-image: url(../img/common/icon_download.png);
}
.btn01 a .circle {
  position: absolute;
  top: 50%;
  left: min(0.5555555556vw, 6px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(6.1111111111vw, 66px);
  height: min(6.1111111111vw, 66px);
  border: min(0.1851851852vw, 2px) solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: min(2.4074074074vw, 26px);
  line-height: 120%;
  letter-spacing: initial;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .btn01 a {
    width: 84vw;
    height: 16vw;
    padding-left: 16vw;
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 1.7333333333vw 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0.5333333333vw 0.5333333333vw 1.7333333333vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 8.1333333333vw;
    font-size: 4.5333333333vw;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
  }
  .btn01 a .num {
    font-size: 4.5333333333vw;
  }
  .btn01 a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 5.3333333333vw;
  }
  .btn01 a .circle {
    left: 2.5333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    border: 0.4vw solid #ffffff;
    font-size: 4.2666666667vw;
  }
}

.title1 {
  text-align: center;
}
.title1 .title1_sub {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  display: block;
  letter-spacing: 0.08em;
}
.title1 .title1_sub .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, #FFFF4F));
  background: linear-gradient(transparent 75%, #FFFF4F 60%);
}
.title1 .title1_main {
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
}
.title1 .title1_main .num {
  font-size: min(7.4074074074vw, 80px);
  font-weight: 600;
  line-height: 140%;
}
.title1.-sec01 .title1_main {
  position: relative;
  top: max(-1.8518518519vw, -20px);
}
@media screen and (max-width: 1079px) {
  .title1 .title1_sub {
    font-size: 5.3333333333vw;
  }
  .title1 .title1_main {
    font-size: 6.9333333333vw;
  }
  .title1 .title1_main .num {
    font-size: 11.2vw;
  }
  .title1.-sec01 .title1_main {
    top: 0vw;
  }
  .title1.-sec04 .title1_sub {
    margin-bottom: 3.3333333333vw;
  }
}

.title2 {
  text-align: center;
}
.title2 .title2_sub {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  line-height: 140%;
  color: #14B4B4;
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: min(0.5555555556vw, 6px);
}
.title2 .title2_main {
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1079px) {
  .title2 .title2_sub {
    font-size: 3.2vw;
    margin-bottom: 0.8vw;
  }
  .title2 .title2_main {
    font-size: 6.4vw;
  }
}

.cv01.-bg1 {
  background-color: #02a3a3;
  padding: min(2.7777777778vw, 30px) 0 min(4.6296296296vw, 50px);
}
.cv01.-bg2 {
  background-image: url(../img/pc/cv02_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(6.1111111111vw, 66px) 0 min(6.7592592593vw, 73px);
  position: relative;
  z-index: 5;
}
.cv01 .cv01_lead {
  font-weight: 700;
  font-size: min(2.4074074074vw, 26px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: min(1.3888888889vw, 15px);
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .cv01.-bg1 {
    padding: 4vw 0 8vw;
  }
  .cv01.-bg2 {
    background-image: url(../img/sp/cv02_bg.jpg);
    padding: 9.3333333333vw 0 11.2vw;
  }
  .cv01 .cv01_lead {
    font-size: 4.5333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}

.sec01 {
  padding: min(8.3333333333vw, 90px) 0 min(12.7777777778vw, 138px);
}
.sec01 .sec01_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec01 .sec01_inner {
    max-width: 92vw;
  }
}
.sec01 .sec01_title {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #14b4b4;
  text-align: center;
  margin-bottom: min(5vw, 54px);
}
.sec01 .sec01_box {
  background: #f5f5f5;
  text-align: center;
  width: min(85.1851851852vw, 920px);
  padding: min(4.3518518519vw, 47px);
  margin: 0 auto;
  position: relative;
}
.sec01 .sec01_box.--box02 {
  margin-top: min(7.4074074074vw, 80px);
}
.sec01 .sec01_box::before, .sec01 .sec01_box::after {
  content: "";
  border: 1px solid #333;
  width: min(3.7037037037vw, 40px);
  height: min(3.7037037037vw, 40px);
  display: block;
  position: absolute;
  z-index: 5;
}
.sec01 .sec01_box::before {
  border-right: none;
  border-bottom: none;
  top: 0;
  left: 0;
}
.sec01 .sec01_box::after {
  border-left: none;
  border-top: none;
  right: 0;
  bottom: 0;
}
.sec01 .sec01_box .text {
  font-size: min(2.7777777778vw, 30px);
  line-height: 160%;
  letter-spacing: 0.06em;
}
.sec01 .sec01_box .orange {
  font-weight: 600;
  color: #fc8b28;
}
.sec01 .sec01_box .image {
  display: block;
  position: absolute;
  z-index: 10;
}
.sec01 .sec01_box .image.--image01 {
  width: min(18.2407407407vw, 197px);
  top: max(-4.4444444444vw, -48px);
  right: max(-7.2222222222vw, -78px);
}
.sec01 .sec01_box .image.--image02 {
  width: min(18.5185185185vw, 200px);
  top: max(-2.2222222222vw, -24px);
  right: max(-7.4074074074vw, -80px);
}
.sec01 .sec01_arw {
  background-image: url(../img/pc/sec01_arw.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: min(85.1851851852vw, 920px);
  padding-bottom: min(7.5vw, 81px);
  margin: min(5.9259259259vw, 64px) auto min(2.4074074074vw, 26px);
  text-align: center;
}
.sec01 .sec01_arw .logo {
  width: min(26.2037037037vw, 283px);
  margin-right: min(0.8333333333vw, 9px);
  display: inline-block;
}
.sec01 .sec01_arw .text {
  font-weight: 700;
  font-size: min(3.7037037037vw, 40px);
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #3e3a39;
}
.sec01 .sec01_text {
  font-weight: 700;
  font-size: min(2.962962963vw, 32px);
  line-height: 160%;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .sec01_text .marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff4f));
  background-image: linear-gradient(transparent 70%, #ffff4f 70%);
}
@media screen and (max-width: 1079px) {
  .sec01 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .sec01 .sec01_title {
    font-size: 7.4666666667vw;
    margin-bottom: 13.0666666667vw;
  }
  .sec01 .sec01_box {
    width: 84vw;
    padding: 6.4vw;
  }
  .sec01 .sec01_box.--box02 {
    margin-top: 16vw;
  }
  .sec01 .sec01_box::before, .sec01 .sec01_box::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .sec01 .sec01_box .text {
    font-size: 5.3333333333vw;
  }
  .sec01 .sec01_box .image.--image01 {
    width: 23.4666666667vw;
    top: -18.8vw;
    right: -8vw;
  }
  .sec01 .sec01_box .image.--image02 {
    width: 24.1333333333vw;
    top: -17.8666666667vw;
    right: -8vw;
  }
  .sec01 .sec01_arw {
    background-image: url(../img/sp/sec01_arw.png);
    width: 84vw;
    padding-bottom: 10vw;
    margin: 8.5333333333vw auto 3.4666666667vw;
  }
  .sec01 .sec01_arw .logo {
    width: 46vw;
    margin-right: 2.1333333333vw;
  }
  .sec01 .sec01_arw .text {
    font-size: 6.4vw;
  }
  .sec01 .sec01_text {
    font-size: 5.3333333333vw;
  }
}

.sec04 .sec04_bg1 {
  padding: min(10.1851851852vw, 110px) 0 min(11.3888888889vw, 123px);
  background-image: url(../img/pc/sec04_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec04 .sec04_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec04 .sec04_inner {
    max-width: 92vw;
  }
}
.sec04 .sec04_list {
  margin-top: min(7.4074074074vw, 80px);
}
.sec04 .sec04_item {
  background-color: #fff;
  padding-bottom: min(6.9444444444vw, 75px);
}
.sec04 .sec04_item:nth-child(1) .sec04_title:before {
  content: "";
  position: absolute;
  top: max(-7.037037037vw, -76px);
  width: min(11.2962962963vw, 122px);
  height: min(14.1666666667vw, 153px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: min(8.8888888889vw, 96px);
  background-image: url(../img/common/sec04_title_img1.png);
}
.sec04 .sec04_item:nth-child(2) .sec04_title:before {
  content: "";
  position: absolute;
  top: max(-4.7222222222vw, -51px);
  width: min(21.5740740741vw, 233px);
  height: min(16.2962962963vw, 176px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: min(3.7037037037vw, 40px);
  background-image: url(../img/common/sec04_title_img2.png);
}
.sec04 .sec04_title {
  background-image: url(../img/pc/sec04_title_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: min(100vw, 1080px) min(13.8888888889vw, 150px);
  height: min(13.8888888889vw, 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(10.8333333333vw, 117px);
  position: relative;
}
.sec04 .sec04_titleNum {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: min(9.2592592593vw, 100px);
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  padding: min(0.7407407407vw, 8px) 0 0 min(3.2407407407vw, 35px);
}
.sec04 .sec04_titleText1 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  letter-spacing: 0.08em;
}
.sec04 .sec04_titleText2 {
  font-size: min(3.7037037037vw, 40px);
  font-weight: 700;
  line-height: 140%;
  color: #FFFF4F;
  letter-spacing: 0.08em;
}
.sec04 .sec04_fig1 {
  margin-top: min(1.8518518519vw, 20px);
}
.sec04 .sec04_text1 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  color: #000;
  text-align: center;
  margin: min(5vw, 54px) 0;
}
.sec04 .sec04_fig2 {
  width: min(71.7592592593vw, 775px);
  margin: 0 auto min(5.7407407407vw, 62px);
}
.sec04 .sec04_box1 {
  border: 1px solid var(--border, #DDD);
  background: var(--base, #FFF);
  width: min(67.5925925926vw, 730px);
  margin: 0 auto;
  position: relative;
  padding: min(3.7037037037vw, 40px) 0 min(2.6851851852vw, 29px);
}
.sec04 .sec04_box1Text1 {
  border: min(0.2777777778vw, 3px) solid var(--main, #14B4B4);
  background: var(--base, #FFF);
  width: min(45.5555555556vw, 492px);
  height: min(5.0925925926vw, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #14B4B4;
  position: absolute;
  top: max(-2.4074074074vw, -26px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec04 .sec04_box1Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.7037037037vw, 40px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec04 .sec04_box1Text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(26.4814814815vw, 286px);
          flex: 0 0 min(26.4814814815vw, 286px);
}
.sec04 .sec04_box1Text2 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
}
.sec04 .sec04_box1Text3 {
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
  line-height: 140%;
  margin-top: min(1.4814814815vw, 16px);
}
.sec04 .sec04_box1Fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(27.962962963vw, 302px);
          flex: 0 0 min(27.962962963vw, 302px);
}
.sec04 .sec04_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(16.6666666667vw, 180px);
  margin-top: min(2.3148148148vw, 25px);
}
.sec04 .sec04_flexItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(28.5185185185vw, 308px);
          flex: 0 0 min(28.5185185185vw, 308px);
}
.sec04 .sec04_flexFig {
  width: min(25.2777777778vw, 273px);
  margin-bottom: min(2.7777777778vw, 30px);
}
.sec04 .sec04_flexText1 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: min(0.9259259259vw, 10px);
}
.sec04 .sec04_flexText2 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec04 .sec04_flexText3 {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
}
.sec04 .sec04_bg2 {
  background-color: #fff;
  position: relative;
  padding: min(11.1111111111vw, 120px) 0 min(6.8518518519vw, 74px);
}
.sec04 .sec04_bg2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: max(-12.5vw, -135px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(107.4074074074vw, 1160px);
  height: min(50.2777777778vw, 543px);
  background-image: url(../img/pc/sec04_person.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(107.4074074074vw, 1160px) min(50.2777777778vw, 543px);
}
.sec04 .sec04_more {
  background-color: #FC8B28;
  color: #FFF;
  width: min(11.8518518519vw, 128px);
  height: min(11.8518518519vw, 128px);
  border-radius: 50%;
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: max(-5.9259259259vw, -64px);
}
.sec04 .sec04_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(5.9259259259vw, 64px);
}
.sec04 .sec04_checkItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(29.0740740741vw, 314px);
          flex: 0 0 min(29.0740740741vw, 314px);
  height: min(20.462962963vw, 221px);
  border: min(0.7407407407vw, 8px) solid #E8F9F9;
  background: #F8FCFC;
  position: relative;
  margin-bottom: min(4.2592592593vw, 46px);
}
.sec04 .sec04_checkItem:before {
  content: "";
  display: block;
  position: absolute;
  top: max(-3.7037037037vw, -40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(7.1296296296vw, 77px);
  height: min(9.6296296296vw, 104px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec04_check.png);
}
.sec04 .sec04_checkText1 {
  text-align: center;
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  padding-top: min(6.4814814815vw, 70px);
}
.sec04 .sec04_checkText2 {
  text-align: center;
  font-size: min(3.7037037037vw, 40px);
  font-weight: 700;
  line-height: 140%;
  color: #FC8B28;
}
.sec04 .sec04_text2 {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  color: #14B4B4;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec04 .sec04_text3 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .sec04 .sec04_bg1 {
    padding: 14.6666666667vw 0 9.3333333333vw;
    background-image: url(../img/sp/sec04_bg.jpg);
  }
  .sec04 .sec04_list {
    margin-top: 10.6666666667vw;
  }
  .sec04 .sec04_item {
    padding-bottom: 7.7333333333vw;
  }
  .sec04 .sec04_item:nth-child(1) .sec04_title:before {
    content: "";
    position: absolute;
    top: -10.1333333333vw;
    width: 16.2666666667vw;
    height: 20.4vw;
    right: -0.8vw;
  }
  .sec04 .sec04_item:nth-child(2) .sec04_title:before {
    top: auto;
    bottom: -8vw;
    width: 24.6666666667vw;
    height: 18.6666666667vw;
    right: 0vw;
  }
  .sec04 .sec04_item:nth-child(3) {
    background-color: transparent;
  }
  .sec04 .sec04_title {
    background-image: url(../img/sp/sec04_title_bg.png);
    background-size: cover;
    height: auto;
    gap: 14.6666666667vw;
    position: relative;
    padding: 4vw 0;
  }
  .sec04 .sec04_titleNum {
    font-size: 13.3333333333vw;
    padding: min(0.7407407407vw, 8px) 0 0 4.6666666667vw;
  }
  .sec04 .sec04_titleText1 {
    font-size: 4.5333333333vw;
  }
  .sec04 .sec04_titleText2 {
    font-size: 5.8666666667vw;
  }
  .sec04 .sec04_fig1 {
    margin: 6.6666666667vw auto 0;
    width: 78.5333333333vw;
  }
  .sec04 .sec04_text1 {
    font-size: 4.5333333333vw;
    margin: 10.2666666667vw 0 3.3333333333vw;
  }
  .sec04 .sec04_fig2 {
    width: 85.0666666667vw;
    margin: 0 auto 10.1333333333vw;
  }
  .sec04 .sec04_box1 {
    width: 83.7333333333vw;
    padding: 8.9333333333vw 0 8vw;
  }
  .sec04 .sec04_box1Text1 {
    border: 0.4vw solid var(--main, #14B4B4);
    background: var(--base, #FFF);
    width: 68.1333333333vw;
    height: 8.8vw;
    font-size: 4vw;
    top: -4.4vw;
  }
  .sec04 .sec04_box1Flex {
    display: block;
  }
  .sec04 .sec04_box1Text {
    width: 58.2666666667vw;
    margin: 0 auto;
  }
  .sec04 .sec04_box1Text2 {
    font-size: 3.4666666667vw;
  }
  .sec04 .sec04_box1Text3 {
    font-size: 2.6666666667vw;
    margin-top: 3.4666666667vw;
  }
  .sec04 .sec04_box1Fig {
    width: 57.0666666667vw;
    margin: 2vw auto 0;
  }
  .sec04 .sec04_flex {
    display: block;
    margin-top: 7.4666666667vw;
  }
  .sec04 .sec04_flexItem {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .sec04 .sec04_flexFig {
    width: 48.6666666667vw;
    margin: 0 auto;
    margin-bottom: 1.3333333333vw;
  }
  .sec04 .sec04_flexText1 {
    font-size: 4.5333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .sec04 .sec04_flexText2 {
    font-size: 3.4666666667vw;
  }
  .sec04 .sec04_flexText3 {
    font-size: 3.7333333333vw;
  }
  .sec04 .sec04_bg2 {
    padding: 18.9333333333vw 0 11.6vw;
  }
  .sec04 .sec04_bg2:before {
    bottom: -19.3333333333vw;
    width: 101.8666666667vw;
    height: 49.7333333333vw;
    background-image: url(../img/sp/sec04_person.png);
    background-size: w(764) 49.7333333333vw;
  }
  .sec04 .sec04_more {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    font-size: 4.5333333333vw;
    top: -10.2666666667vw;
  }
  .sec04 .sec04_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(5.9259259259vw, 64px);
  }
  .sec04 .sec04_checkItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42vw;
            flex: 0 0 42vw;
    height: 30.6666666667vw;
    border: 1.0666666667vw solid #E8F9F9;
    margin-bottom: min(4.2592592593vw, 46px);
  }
  .sec04 .sec04_checkItem:before {
    top: -5.3333333333vw;
    width: 10.2666666667vw;
    height: 13.8666666667vw;
  }
  .sec04 .sec04_checkText1 {
    font-size: 4.5333333333vw;
    padding-top: 10.6666666667vw;
  }
  .sec04 .sec04_checkText2 {
    font-size: 5.8666666667vw;
  }
  .sec04 .sec04_text2 {
    font-size: 5.3333333333vw;
  }
  .sec04 .sec04_text3 {
    font-size: 4.5333333333vw;
  }
}

.cv02 {
  padding: min(5.7407407407vw, 62px) 0 min(6.7592592593vw, 73px);
  background-image: url(../img/pc/cv03_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(6.1111111111vw, 66px) 0 min(6.7592592593vw, 73px);
}
.cv02 .cv02_inner {
  max-width: min(69.8148148148vw, 754px);
  margin: 0 auto;
}
.cv02 .cv02_title {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: min(2.7777777778vw, 30px);
}
.cv02 .cv02_title .large {
  font-size: min(3.7037037037vw, 40px);
  line-height: 160%;
}
.cv02 .cv02_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(3.4259259259vw, 37px);
}
.cv02 .cv02_fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(40.462962963vw, 437px);
          flex: 0 0 min(40.462962963vw, 437px);
}
.cv02 .cv02_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(27.3148148148vw, 295px);
          flex: 0 0 min(27.3148148148vw, 295px);
  border: 3px solid var(--base, #FFF);
}
.cv02 .cv02_boxList {
  padding: min(1.8518518519vw, 20px) 0 min(1.8518518519vw, 20px) min(3.5185185185vw, 38px);
}
.cv02 .cv02_boxList li {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  line-height: 200%;
  position: relative;
  padding-left: min(2.5925925926vw, 28px);
  color: #fff;
}
.cv02 .cv02_boxList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: min(0.7407407407vw, 8px);
  background-image: url(../img/common/sec05_dot3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.4814814815vw, 16px);
  height: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 1079px) {
  .cv02 {
    padding: 9.3333333333vw 0 9.3333333333vw;
    background-image: url(../img/sp/cv03_bg.jpg);
  }
  .cv02 .cv02_inner {
    max-width: 84vw;
  }
  .cv02 .cv02_title {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
  .cv02 .cv02_title .large {
    font-size: 5.8666666667vw;
  }
  .cv02 .cv02_flex {
    display: block;
    margin-bottom: 4.6666666667vw;
  }
  .cv02 .cv02_fig {
    width: 72.8vw;
    margin: 0 auto 2.6666666667vw;
  }
  .cv02 .cv02_box {
    width: 55.2vw;
    margin: 0 auto;
    border: 0.4vw solid var(--base, #FFF);
  }
  .cv02 .cv02_boxList {
    padding: 2.6666666667vw 0 2.6666666667vw 6.6666666667vw;
  }
  .cv02 .cv02_boxList li {
    font-size: 3.2vw;
    padding-left: 3.7333333333vw;
  }
  .cv02 .cv02_boxList li:before {
    top: 1.7333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.sec06 .sec06_bg1 {
  padding: min(8.7037037037vw, 94px) 0;
}
.sec06 .sec06_inner {
  max-width: min(85.1851851852vw, 920px);
  margin: 0 auto;
}
.sec06 .sec06_text1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  width: min(58.0555555556vw, 627px);
  height: min(4.9074074074vw, 53px);
  background-color: #14B4B4;
  border-radius: min(4.9074074074vw, 53px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto min(1.2037037037vw, 13px);
}
.sec06 .sec06_title {
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
  line-height: 140%;
  color: #14B4B4;
  text-align: center;
  margin-bottom: min(1.4814814815vw, 16px);
}
.sec06 .sec06_text2 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: min(6.9444444444vw, 75px);
}
.sec06 .sec06_text2 .astarisk {
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
  line-height: 140%;
}
.sec06 .sec06_note {
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
  line-height: 140%;
  margin: min(2.037037037vw, 22px) 0;
}
.sec06 .sec06_box {
  background: var(--sub, #F5F5F5);
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  padding: min(3.7037037037vw, 40px) max(0vw, 0px);
  letter-spacing: 0.08em;
}
.sec06 .sec06_bg2 {
  background-color: #5AC9C9;
  padding: min(2.962962963vw, 32px) 0 min(3.7037037037vw, 40px);
}
.sec06 .sec06_text3 {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
.sec06 .sec06_text3 .quotation {
  color: #FFFF4F;
  font-size: min(3.8888888889vw, 42px);
  font-weight: 700;
  line-height: 160%;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: min(3.2407407407vw, 35px);
}
.sec06 .sec06_text3 .quotation:before {
  content: "";
  display: block;
  position: absolute;
  top: min(1.8518518519vw, 20px);
  left: max(-2.7777777778vw, -30px);
  width: min(1.8518518519vw, 20px);
  height: min(1.4814814815vw, 16px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec02_quotation1.png);
}
.sec06 .sec06_text3 .quotation:after {
  content: "";
  display: block;
  position: absolute;
  top: min(1.8518518519vw, 20px);
  right: max(-2.7777777778vw, -30px);
  width: min(1.8518518519vw, 20px);
  height: min(1.4814814815vw, 16px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec02_quotation2.png);
}
.sec06 .sec06_text3 .large {
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
  line-height: 10%;
}
@media screen and (max-width: 1079px) {
  .sec06 .sec06_bg1 {
    padding: 11.2vw 0 9.8666666667vw;
  }
  .sec06 .sec06_inner {
    max-width: 84vw;
  }
  .sec06 .sec06_text1 {
    font-size: 4.2666666667vw;
    width: 77.8666666667vw;
    height: 16vw;
    border-radius: 8vw;
    margin: 0 auto 2.4vw;
    text-align: center;
  }
  .sec06 .sec06_title {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
  .sec06 .sec06_text2 {
    font-size: 4.8vw;
    margin-bottom: 6vw;
  }
  .sec06 .sec06_text2 .astarisk {
    font-size: 2.6666666667vw;
  }
  .sec06 .sec06_note {
    font-size: 2.6666666667vw;
    margin: 2.9333333333vw 0;
  }
  .sec06 .sec06_box {
    font-size: 4vw;
    padding: 4.4vw 3.3333333333vw;
    letter-spacing: 0.08em;
  }
  .sec06 .sec06_bg2 {
    padding: 4.2666666667vw 0 5.3333333333vw;
  }
  .sec06 .sec06_text3 {
    font-size: 5.3333333333vw;
  }
  .sec06 .sec06_text3 .quotation {
    font-size: 6.1333333333vw;
    margin-right: 4.6666666667vw;
  }
  .sec06 .sec06_text3 .quotation:before {
    top: 2.6666666667vw;
    left: -4vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
    background-image: url(../img/common/sec02_quotation1.png);
  }
  .sec06 .sec06_text3 .quotation:after {
    top: 2.6666666667vw;
    right: -4vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
  .sec06 .sec06_text3 .large {
    font-size: 6.9333333333vw;
  }
}

.sec07 {
  padding: min(8.3333333333vw, 90px) 0 0;
  background-image: url(../img/pc/sec07_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(177.7777777778vw, 1920px) min(46.7592592593vw, 505px);
  height: min(46.7592592593vw, 505px);
}
.sec07 .sec07_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec07 .sec07_inner {
    max-width: 92vw;
  }
}
.sec07 .sec07_text1 {
  font-size: min(3.7037037037vw, 40px);
  font-weight: 700;
  line-height: 140%;
  color: #14B4B4;
  letter-spacing: 0.08em;
  margin-bottom: min(1.8518518519vw, 20px);
}
.sec07 .sec07_text1 .black {
  color: #333;
}
.sec07 .sec07_titleLogo {
  width: min(30.7407407407vw, 332px);
  margin-bottom: min(0.9259259259vw, 10px);
  display: block;
}
.sec07 .sec07_titleText {
  font-size: min(5.3703703704vw, 58px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1079px) {
  .sec07 {
    padding: 12vw 0 0;
    background-image: url(../img/sp/sec07_bg.jpg);
    background-position: top center;
    background-size: cover;
    height: 122.6666666667vw;
  }
  .sec07 .sec07_text1 {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  .sec07 .sec07_titleLogo {
    width: 55.4666666667vw;
    margin: 0 auto 1.3333333333vw;
  }
  .sec07 .sec07_titleText {
    font-size: 8.2666666667vw;
    text-align: center;
    display: block;
  }
}

.sec08 {
  padding: min(8.1481481481vw, 88px) 0 min(9.2592592593vw, 100px);
  background-color: #EFF6FF;
}
.sec08 .sec08_faq {
  margin-top: min(4.537037037vw, 49px);
}
.sec08 .adlp-accordion03 {
  background: #fff;
  width: min(85.1851851852vw, 920px);
  margin: auto;
  padding-bottom: min(0.9259259259vw, 10px);
}
.sec08 .adlp-accordion03 + .adlp-accordion03 {
  margin-top: min(2.7777777778vw, 30px);
}
.sec08 .adlp-accordion03_header {
  position: relative;
  cursor: pointer;
  padding: min(2.7777777778vw, 30px) min(5.5555555556vw, 60px) min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}
.sec08 .adlp-accordion03_header::after {
  content: "";
  display: block;
  width: min(1.8518518519vw, 20px);
  height: min(0.9259259259vw, 10px);
  position: absolute;
  right: min(3.7037037037vw, 40px);
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/sec08_arrow.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec08 .open.adlp-accordion03_header::after {
  -webkit-transform: translateY(-55%) rotate(180deg);
      -ms-transform: translateY(-55%) rotate(180deg);
          transform: translateY(-55%) rotate(180deg);
}
.sec08 .adlp-accordion03_body {
  display: none;
  padding: min(1.8518518519vw, 20px) 0 min(2.7777777778vw, 30px);
  border-top: 1px solid #ddd;
  margin: 0 min(3.7037037037vw, 40px);
}
.sec08 .sec08_qinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec08 .sec08_qnum {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: min(3.5185185185vw, 38px);
  font-weight: 700;
  line-height: 140%;
  color: #14B4B4;
  margin-right: min(2.7777777778vw, 30px);
}
.sec08 .sec08_qtext {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 140%;
  color: #14B4B4;
  letter-spacing: 0.06em;
}
.sec08 .sec08_a {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
}
.sec08 .sec08_a .textlink {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 1079px) {
  .sec08 {
    padding: 10.6666666667vw 0;
  }
  .sec08 .sec08_faq {
    max-width: 92vw;
    margin: 6.4vw auto 0;
  }
  .sec08 .adlp-accordion03 {
    width: 100%;
    padding-bottom: 0vw;
  }
  .sec08 .adlp-accordion03 + .adlp-accordion03 {
    margin-top: 4vw;
  }
  .sec08 .adlp-accordion03_header {
    padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .sec08 .adlp-accordion03_header::after {
    width: 4vw;
    height: 2vw;
    right: 5.3333333333vw;
  }
  .sec08 .adlp-accordion03_body {
    padding: 5.3333333333vw 0;
    border-top: 1px solid #ddd;
    margin: 0 5.3333333333vw;
  }
  .sec08 .sec08_qnum {
    font-size: 5.6vw;
    margin-right: 4vw;
  }
  .sec08 .sec08_qtext {
    font-size: 4vw;
  }
  .sec08 .sec08_a {
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw;
  }
}

.sec09 {
  padding: min(6.1111111111vw, 66px) 0 min(9.2592592593vw, 100px);
  background: #ebf9f0;
}
@media screen and (max-width: 1079px) {
  .sec09 {
    padding: 10.6666666667vw 0;
  }
}
.sec09__title {
  margin-bottom: min(5.9259259259vw, 64px);
}
@media screen and (max-width: 1079px) {
  .sec09__title {
    margin-bottom: 6.6666666667vw;
  }
}
.sec09__title-sub {
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1079px) {
  .sec09__title-sub {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec09__title-main {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1079px) {
  .sec09__title-main {
    font-size: 7.4666666667vw;
  }
}
.sec09__faqs {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .sec09__faqs {
    width: 84vw;
  }
}
.sec09__faq {
  padding: min(2.2222222222vw, 24px) min(3.7037037037vw, 40px);
  background: #ffffff;
  border-radius: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 1079px) {
  .sec09__faq {
    padding: 3.2vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.sec09__faq:not(:last-child) {
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 1079px) {
  .sec09__faq:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.sec09__faq-head {
  font-weight: 700;
  font-size: min(1.4814814815vw, 16px);
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.08em;
  color: #03af7a;
  margin-bottom: min(0.7407407407vw, 8px);
  padding-bottom: min(0.7407407407vw, 8px);
  border-bottom: 1px solid #03af7a;
}
@media screen and (max-width: 1079px) {
  .sec09__faq-head {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    border-bottom-width: 0.1333333333vw;
  }
}
.sec09__faq-body {
  font-weight: 400;
  font-size: min(1.4814814815vw, 16px);
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1079px) {
  .sec09__faq-body {
    font-size: 4vw;
  }
}
.sec09__faq-body a {
  color: #333;
  text-decoration: underline;
}
.sec10 {
  padding: min(5.7407407407vw, 62px) 0 0;
}
@media screen and (max-width: 1079px) {
  .sec10 {
    padding: 10.4vw 0 0;
  }
}
.sec10__title {
  text-align: center;
}
.sec10__title-sub {
  font-size: min(2.5925925926vw, 28px);
  line-height: 110%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1079px) {
  .sec10__title-sub {
    font-size: 3.7333333333vw;
  }
}
.sec10__title-main {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 110%;
  letter-spacing: 0.08em;
  margin-top: min(1.7592592593vw, 19px);
}
@media screen and (max-width: 1079px) {
  .sec10__title-main {
    font-size: 7.4666666667vw;
    line-height: 140%;
    margin-top: 1.4666666667vw;
  }
}
.sec10__title-main span {
  color: #03af7a;
}
.sec10__inner {
  background: #ebf9f0;
  padding-top: 1px;
  margin-top: min(12.5vw, 135px);
}
@media screen and (max-width: 1079px) {
  .sec10__inner {
    padding-bottom: 9.2vw;
    margin-top: 15.7333333333vw;
  }
}
.sec10__text {
  background-color: #03af7a;
  border-radius: min(0.9259259259vw, 10px);
  color: #fff;
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  width: min(64.8148148148vw, 700px);
  padding: min(2.8703703704vw, 31px) 0 min(3.2407407407vw, 35px);
  margin: max(-6.8518518519vw, -74px) auto min(6.6666666667vw, 72px);
  position: relative;
}
@media screen and (max-width: 1079px) {
  .sec10__text {
    width: 80vw;
    border-radius: 1.3333333333vw;
    font-size: 4.5333333333vw;
    padding: 4.2666666667vw 0 4.5333333333vw;
    margin: -10.8vw auto 9.0666666667vw;
  }
}
.sec10__text:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: min(2.8703703704vw, 31px) min(2.6851851852vw, 29px) 0 min(2.6851851852vw, 29px);
  border-color: #03af7a transparent transparent transparent;
  position: absolute;
  bottom: max(-2.6851851852vw, -29px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1079px) {
  .sec10__text:after {
    border-width: 4.4vw 4.2666666667vw 0 4.2666666667vw;
    bottom: -4.1333333333vw;
  }
}
.sec10__subtitle {
  width: min(43.8888888889vw, 474px);
  margin: 0 auto min(5.462962963vw, 59px);
}
@media screen and (max-width: 1079px) {
  .sec10__subtitle {
    width: 63.2vw;
    margin-bottom: 7.7333333333vw;
  }
}

.footer {
  padding: min(5.1851851852vw, 56px) 0;
  background: #fff;
}
.footer .footer_inner {
  width: min(85.1851851852vw, 920px);
  margin: 0 auto;
}
.footer .footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(6.4814814815vw, 70px);
}
.footer .footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(21.6666666667vw, 234px);
          flex: 0 0 min(21.6666666667vw, 234px);
}
.footer .footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(50.5555555556vw, 546px);
}
.footer .footer_item:not(:last-child) {
  margin-bottom: min(0.7407407407vw, 8px);
}
.footer .footer_term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(12.962962963vw, 140px);
          flex: 0 0 min(12.962962963vw, 140px);
  font-weight: 700;
  font-size: min(1.2962962963vw, 14px);
  line-height: 180%;
  letter-spacing: 0.08em;
}
.footer .footer_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-weight: 400;
  font-size: min(1.2962962963vw, 14px);
  line-height: 180%;
  letter-spacing: 0.06em;
}
.footer .footer_copy {
  font-weight: 400;
  font-size: min(1.1111111111vw, 12px);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1079px) {
  .footer {
    padding: 10.6666666667vw 0;
  }
  .footer .footer_inner {
    width: 84vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer_flex {
    display: block;
    margin-bottom: 9.3333333333vw;
  }
  .footer .footer_logo {
    width: 40vw;
    margin: 0 auto 6vw;
  }
  .footer .footer_item {
    width: 100%;
  }
  .footer .footer_item:not(:last-child) {
    margin-bottom: 1.0666666667vw;
  }
  .footer .footer_term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
    font-size: 2.6666666667vw;
  }
  .footer .footer_desc {
    font-size: 2.6666666667vw;
  }
  .footer .footer_copy {
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=adlp.css.map */
