@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
   scroll-behavior: smooth; 
}
body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
}

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

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

li {
  list-style: none;
}

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

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

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

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

.header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.header_logo-sp-wrapper{
    display: flex;
  justify-content: space-between;
  align-items: center;
    height: 40px;
    padding: 0 30px 0 30px;
    max-width: 750px;
}
.header .header_logo {
width: min(22.4vw, 168px);
  flex: 0 0 min(22.4vw, 168px);
}
.header .header_btns {
  flex: none;
  width: min(67.7333333333vw, 508px);
  display: flex;
  height: 100%;
}
.header .header_btnWrapper {
  height: 100%;
}
.header .header_btnWrapper.header_btnWrapper-1 {
  flex: 0 0 min(30.4vw, 228px);
}
.header .header_btnWrapper.header_btnWrapper-2 {
  flex: 0 0 min(37.3333333333vw, 280px);
}
.header .header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.2vw, 24px);
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
}

.header .header_btn.-btn1 {
  background-color: #4FD184;
}
.header .header_btn.-btn2 {
  background-color: #E94C4C;
  padding: 0 0 0 min(9.3333333333vw, 70px);
}
.header_btns-sp{
display: flex;
}
.header .header_btnText {
  position: relative;
  display: inline-block;
  padding: 0 min(3.2vw, 24px) 0 0;
}
.header .header_btnText::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/icon_arrow_1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(1.6vw, 16px);
  height: min(2.741vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.header .example_link {
    position: relative;  
  display: none;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
 .header .example_link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-image: url("../img/common/icon-arrow-right-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
  .header .example_link:hover {
     color:#03af7a;
  }
  .header .example_link:hover::after {
  background-image: url("../img/common/icon-arrow-right-black-hover.png");
}
 .example_link-sp{
    display: block!important;
  }
  #visibility_link{
    scroll-margin-top: max(20vw, 100px);
  }
.header .header_btnCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: #E94C4C;
  width: min(7.4666666667vw, 56px);
  height: min(7.4666666667vw, 56px);
  font-size: min(2.6666666667vw, 20px);
  left: min(2.1333333333vw, 16px);
}
@media screen and (min-width: 1081px) {
  .header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 64px;
  max-width: 1000px;
}
  .header .header_logo {
    width: 110px;
    height: auto;
    flex: 0 0 110px;
  }
  .header .header_btns {
    width: 550px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .example_link{
    display: block!important;
  }
 .example_link-sp{
    display: none!important;
  }
    #visibility_link{
    scroll-margin-top: 84px;
  }
  .header_btns-sp{
    height: 100%;
    display: flex;
    padding: 8px;
    width: 443px;
  }
  .header .header_btnWrapper.header_btnWrapper-1 {
    flex: none;
    width: 176px;
    margin-right: 10px;
  }
  .header .header_btnWrapper.header_btnWrapper-2 {
    flex: none;
    width:241px;
  }
  .header .header_btn {
    font-size: 16px;
    border-radius: 8px;
    height: 48px;
    transition: filter 0.3s;
  }
  .header .header_btn:hover {
    filter: brightness(130%);
  }
  .header .header_btn.-btn2 {
    padding: 0 0 0 30px;
  }
  .header .header_btnText {
    padding: 0 24px 0 0;
  }
  .header .header_btnText::after {
    width: 8px;
    height: 12px;
  }
  .header .header_btnCircle {
    width: 32px;
    height: 32px;
    font-size: 12px;
    left: 16px;
  }
}
@media screen and (max-width: 1080px){
  .header_logo-sp-wrapper{
    height: max(40px, 7.5vw);
    margin: 0 auto;
  }
  .header .header_btn {
    width: 50vw;
    height:max(45px, 8vw);
    font-size: max(3vw, 12px);
  }
  .header .example_link {
    font-size: max(2.5vw, 12px);
    padding-right: max(3vw, 18px);
  }
 .header .example_link::after {
    width:  max(2.5vw, 12px);
    height: max(2.5vw, 12px);
    margin-left: 6px;
    background-image: url("../img/common/icon-arrow-right-black.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    margin-top: auto;
    margin-bottom: auto;
  }
  .header .sp{
    display: none!important;
  }
  .header .header_btnCircle {
    width: max(6vw, 35px);
    height: max(6vw, 35px);
    font-size: max(2vw, 12px);
    left: max(2vw, 12px);
  }
}
.fv {
  background-image: url("../img/sp/fv-bg.png");
  background-size: 100vw;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: min(1vw, 85px);
}
.fv .fv_outer {
  max-width: 750px;
  margin: auto;
  position: relative;
}
.fv .fv_inner {
  position: relative;
  display: inline-block; 
  z-index: 2;
  padding-bottom:min(8vw, 65px);
}
.fv .fv_medal {
  width: min(33.4666666667vw, 251px);
  position: absolute;
  right: min(1.4666666667vw, 11px);
  bottom: min(3.8666666667vw, 29px);
  z-index: 3;
}
.fv .fv_noteWrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fff;
}
.fv .fv_note {
  padding: min(3.2vw, 40px) min(4vw, 30px) min(5.3333333333vw, 40px);
  font-size: min(2.9333333333vw, 22px);
  letter-spacing: 0.08em;
  color: #666666;
  text-align: left;
}
.fv-img {
  display: block;
  width: 100%;
  height: auto;
}
.fv .cv_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(19vw, 105px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(75vw, 440px);
  height: min(16vw, 79px);
  font-size: min(2.6666666667vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #E94C4C;
  padding: 0 0 0 min(9.3333333333vw, 70px);
  border-radius: min(8vw, 60px);
  box-shadow: 0px 3px 7px 1px #00000040;
}
@media screen and (max-width: 940px) {
  .fv .cv_btn {
    min-width: 280px;
    height: min(14vw, 79px);
  }
}
.fv .cv_btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/icon_arrow_1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(2.1333333333vw, 16px);
  height: min(3.4666666667vw, 26px);
  top: 50%;
  transform: translateY(-50%);
  right: min(5.3333333333vw, 40px);
}
@media screen and (max-width: 940px) {
  .fv .cv_btn::after {
    transform: translate(50%, -50%);
  }
}
.fv .cv_btnText {
  position: relative;
  display: inline-block;
  text-align: start;
  font-size: min(4vw, 21px);
  padding-right: 48px;
}
@media screen and (940px < width < 1080px) {
  .fv .cv_btnText {
    padding-right: 38px;
  }
}
@media screen and (max-width: 940px) {
  .fv .cv_btnText {
    padding-right: calc(48vw / 9.4);
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) {
.fv .cv_btnText {
    padding-right: calc(18vw / 9.4);
  }
}
.fv .cv_btnCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: #E94C4C;
  width: min(14.9333333333vw, 69px);
  min-width: 40px;
  height: min(14.9333333333vw, 69px);
  min-height: 40px;
  font-size: min(3.5vw, 16px);
  left: min(1.8666666667vw, 7px);
}
@media screen and (max-width: 940px) {
 .fv .cv_btnCircle {
    width: min(12.5333333333vw, 69px);
    height: min(12.5333333333vw, 69px);
  }
}

@media screen and (min-width: 1081px) {
  .fv {
    background-image: url("../img/pc/fv_bg.jpg");
    background-size: 1920px 604px;
    margin-top: 65px;
  }
  .fv .fv_outer {
    max-width: 1080px;
    height: 604px;
    position: relative;
  }
  .fv .fv_inner {
    padding: 0;
    width: auto;
  }
  .fv .fv_medal {
    width: 213px;
    bottom: initial;
    top: 22px;
    right: 84px;
  }
  .fv .fv_noteWrapper {
    position: static;
    left: none;
    transform: none;
    width: none;
  }
  .fv .fv_note {
    padding: 0;
    font-size: 12px;
    position: absolute;
    left: 40px;
    bottom: 17px;
  }
  .fv-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 10;
    display: inline-block;
    padding: 16px 40px;
  }
  .fv .cv_btnCircle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
.fv {
    margin-top: auto;
  }
.fv .fv-img{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
.fv .fv_outer {
    margin-top: max(16vw, 85px);
    text-align: center;
}
}
.sec01 {
  padding: min(8.8888888889vw, 96px) 0 min(9.2592592593vw, 100px);
  background: #f7f7f5;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding: 9.7333333333vw 0 10.6666666667vw;
  }
}
.sec01__row {
  width: min(85.1851851852vw, 920px);
  padding-top: min(1.7592592593vw, 19px);
  margin: 0 auto min(5.5555555556vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec01__row {
    width: 84vw;
    flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
}
.sec01__col-content {
  width: min(38.3333333333vw, 414px);
}
@media screen and (max-width: 1080px) {
  .sec01__col-content {
    width: 100%;
  }
}
.sec01__col-img {
  width: min(42.5925925926vw, 460px);
  filter: drop-shadow(min(0.9259259259vw, 10px) min(1.2962962963vw, 14px) min(0.5555555556vw, 6px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1080px) {
  .sec01__col-img {
    width: 100%;
    filter: drop-shadow(0.8vw 0.8vw 3.2vw rgba(0, 0, 0, 0.16));
  }
}
.sec01__subtitle {
  font-size: min(2.5925925926vw, 28px);
  line-height: 110%;
  letter-spacing: 0.08em;
  margin-bottom: min(0.5555555556vw, 6px);
}
@media screen and (max-width: 1080px) {
  .sec01__subtitle {
    font-size: 3.7333333333vw;
    margin-bottom: 0.8vw;
    text-align: center;
  }
}
.sec01__title {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #03af7a 0%, #4fd184 53.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: min(2.5925925926vw, 28px);
}
@media screen and (max-width: 1080px) {
  .sec01__title {
    font-size: 5.0666666667vw;
    line-height: 130%;
    text-align: center;
    margin-bottom: 4.6666666667vw;
  }
}
.sec01__text {
  font-weight: 400;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec01__text {
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
}
.sec01__block {
  width: min(85.1851851852vw, 920px);
  margin: 0 auto;
  padding: min(4.0740740741vw, 44px) min(14.8148148148vw, 160px) min(4.1666666667vw, 45px);
  background: linear-gradient(96.26deg, #03af7a 0%, #4fd184 100%);
  box-shadow: min(0.9259259259vw, 10px) min(1.2962962963vw, 14px) min(0.5555555556vw, 6px) rgba(0, 0, 0, 0.1);
  border-radius: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec01__block {
    width: 84vw;
    padding: 6.6666666667vw 6vw 7.2vw;
    box-shadow: 1.3333333333vw 1.8666666667vw 0.8vw rgba(0, 0, 0, 0.1);
    border-radius: 1.6vw;
  }
}
.sec01__block-ttl {
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(2.2222222222vw, 24px);
}
@media screen and (max-width: 1080px) {
  .sec01__block-ttl {
    font-size: 5.0666666667vw;
    line-height: 130%;
    margin-bottom: 4.5333333333vw;
  }
  .sec01__block-ttl span {
    display: none;
  }
}
.sec01__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(3.2407407407vw, 35px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec01__list {
    gap: 2.4vw 5.3333333333vw;
  }
}
.sec01__list-item {
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding-left: min(2.7777777778vw, 30px);
  background-image: url(../img/common/icon-check01.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: min(2.037037037vw, 22px) min(2.037037037vw, 22px);
}
@media screen and (max-width: 1080px) {
  .sec01__list-item {
    font-size: 3.2vw;
    padding-left: 4.9333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
  }
}
.sec01__list-item:nth-child(5) {
  margin-right: min(4.0740740741vw, 44px);
}
@media screen and (max-width: 1080px) {
  .sec01__list-item:nth-child(5) {
    margin-right: 0;
  }
}
.sec01__list-item span {
  font-size: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 1080px) {
  .sec01__list-item span {
    font-size: 2.6666666667vw;
  }
}

.sec02 {
  background: linear-gradient(90deg, #1ac38f 0%, #1ac38f 50%, #03af7a 50%, #03af7a 100%);
  padding-top: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 1080px) {
  .sec02 {
    background: #1ac38f;
    padding-top: 11.2vw;
  }
}
.sec02__title {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  margin-bottom: min(12.8703703704vw, 139px);
}
@media screen and (max-width: 1080px) {
  .sec02__title {
    font-size: 7.4666666667vw;
    margin-bottom: 16vw;
  }
}
.sec02__row {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec02__row {
    display: block;
  }
}
.sec02__row::after {
  content: "";
  background: url(../img/pc/sec02-img.png) no-repeat left top;
  background-size: 100% 100%;
  width: min(34.2592592593vw, 370px);
  height: min(30.8333333333vw, 333px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(max(-18.6111111111vw, -201px));
}
@media screen and (max-width: 1080px) {
  .sec02__row::after {
    content: none;
  }
}
.sec02__col {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec02__col {
    width: 100%;
    padding-bottom: 11.6vw;
    position: relative;
  }
  .sec02__col:nth-child(1) {
    background: #1ac38f;
  }
  .sec02__col:nth-child(2) {
    background: #03af7a;
    padding-top: 22vw;
  }
  .sec02__col:nth-child(2) .sec02__list {
    gap: 3.6vw 0;
    margin-top: 4.1333333333vw;
  }
}
.sec02__box {
  width: min(38.8888888889vw, 420px);
  height: min(41.2962962963vw, 446px);
  border: solid min(0.2777777778vw, 3px) #ffffff;
  border-radius: min(0.9259259259vw, 10px);
  padding: 1px min(0.9259259259vw, 10px) 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec02__box {
    width: 84vw;
    height: 70vw;
    border: solid 0.4vw #ffffff;
    border-radius: 1.3333333333vw;
    padding: 1px 1.3333333333vw 0;
  }
}
.sec02__box::after {
  content: "";
  background: url(../img/pc/sec02-arw.png) no-repeat left top;
  background-size: 100% 100%;
  width: min(3.7037037037vw, 40px);
  height: min(15.2777777778vw, 165px);
  display: block;
  position: absolute;
  bottom: max(-18.0555555556vw, -195px);
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .sec02__box::after {
    background: url(../img/sp/sec02-arw.png) no-repeat left top;
    background-size: 100% 100%;
    width: 5.3333333333vw;
    height: 14.6666666667vw;
    bottom: -19.0666666667vw;
    transform: none;
  }
}
.sec02__box.type-left {
  margin: 0 min(3.7037037037vw, 40px) 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec02__box.type-left {
    margin: 0 auto 6vw;
  }
  .sec02__box.type-left::after {
    left: 15.2vw;
  }
}
.sec02__box.type-right {
  margin: 0 auto 0 min(3.7037037037vw, 40px);
}
@media screen and (max-width: 1080px) {
  .sec02__box.type-right {
    margin: 0 auto 6vw;
  }
  .sec02__box.type-right::after {
    left: 57.0666666667vw;
  }
}
.sec02__balloon {
  background: #ffffff;
  width: min(26.8518518519vw, 290px);
  height: min(13.1481481481vw, 142px);
  border-radius: min(0.9259259259vw, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: max(-7.7777777778vw, -84px) auto min(3.5185185185vw, 38px);
  position: relative;
  filter: drop-shadow(min(0.9259259259vw, 10px) min(1.2962962963vw, 14px) min(0.5555555556vw, 6px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1080px) {
  .sec02__balloon {
    width: 54.9333333333vw;
    height: 18.9333333333vw;
    border-radius: 1.3333333333vw;
    margin: -11.2vw auto 5.0666666667vw;
    filter: drop-shadow(1.3333333333vw 1.8666666667vw 0.8vw rgba(0, 0, 0, 0.1));
  }
}
.sec02__balloon::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: min(1.8518518519vw, 20px) min(1.6666666667vw, 18px) 0 min(1.6666666667vw, 18px);
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: max(-1.6666666667vw, -18px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .sec02__balloon::before {
    border-width: 2.6666666667vw 2.4vw 0 2.4vw;
    bottom: -2.4vw;
  }
}
.sec02__balloon span {
  background: linear-gradient(96deg, #03af7a 0%, #4fd184 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(2.5925925926vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 1080px) {
  .sec02__balloon span {
    font-size: 5.0666666667vw;
  }
}
.sec02__text {
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  margin-bottom: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 1080px) {
  .sec02__text {
    font-size: 3.7333333333vw;
    margin-bottom: 2.5333333333vw;
  }
}
.sec02__list {
  display: flex;
  flex-direction: column;
  gap: min(1.8518518519vw, 20px) 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec02__list {
    gap: 2.1333333333vw 0;
  }
}
.sec02__list li {
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding-left: min(2.962962963vw, 32px);
  background-image: url(../img/common/icon-check01.png);
  background-position: left top 6px;
  background-repeat: no-repeat;
  background-size: min(2.2222222222vw, 24px) min(2.2222222222vw, 24px);
}
@media screen and (max-width: 1080px) {
  .sec02__list li {
    font-size: 4vw;
    line-height: 160%;
    padding-left: 6.6666666667vw;
    background-size: 4.5333333333vw 4.5333333333vw;
  }
}
.sec02__text02 {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sec02__text02 {
    font-size: 5.0666666667vw;
    margin-left: 31.3333333333vw;
  }
}
.sec02__text02.type-left {
  position: absolute;
  bottom: min(35.7407407407vw, 386px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .sec02__text02.type-left {
    position: static;
    transform: none;
  }
}
.sec02__foot {
  background-color: #1f6a5b;
  height: min(32.962962963vw, 356px);
  padding-top: min(13.5185185185vw, 146px);
  margin-top: min(10.2777777778vw, 111px);
}
@media screen and (max-width: 1080px) {
  .sec02__foot {
    height: auto;
    padding: 8.6666666667vw 3.2vw 8.1333333333vw 8vw;
    margin-top: 6.2666666667vw;
  }
}
.sec02__text03 {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .sec02__text03 {
    font-size: 5.0666666667vw;
  }
}
.sec02__text03.type-left {
  margin: 0 min(17.5vw, 189px) 0 auto;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .sec02__text03.type-left {
    margin: 0;
    text-align: left;
  }
}
.sec02__text03.type-right {
  margin: 0 auto 0 min(15.5555555556vw, 168px);
}
@media screen and (max-width: 1080px) {
  .sec02__text03.type-right {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .sec02__img01 {
    width: 45.2vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .sec02__img02 {
    width: 44.2666666667vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1081px) {
  .sec03__img {
    width: min(177.7777777778vw, 1920px);
    display: block;
    margin: 0 auto;
  }
}

.sec04__head {
  padding: min(8.7962962963vw, 95px) 0 min(0.9259259259vw, 10px);
  background-image: url(../img/pc/sec04-head-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .sec04__head {
    padding: 12.8vw 0 8vw;
    background-image: url(../img/sp/sec04-head-bg.jpg);
  }
}
.sec04__head-ttl {
  width: min(65.0925925926vw, 703px);
  margin: 0 auto min(2.4074074074vw, 26px);
}
@media screen and (max-width: 1080px) {
  .sec04__head-ttl {
    width: 57.0666666667vw;
    margin-bottom: 4vw;
  }
}
.sec04__head-img {
  width: min(94.3518518519vw, 1019px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04__head-img {
    width: 92.1333333333vw;
  }
}
.sec04__point01 {
  padding: min(4.3518518519vw, 47px) 0 min(11.4814814815vw, 124px);
  background-image: url(../img/pc/sec04-point01-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .sec04__point01 {
    padding: 6.2666666667vw 0 12.2666666667vw;
    background-image: url(../img/sp/sec04-point01-bg.jpg);
  }
}
.sec04__point01-num {
  display: block;
  width: min(20.0925925926vw, 217px);
  margin: 0 auto min(4.0740740741vw, 44px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-num {
    width: 28.9333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__point01-ttl {
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-ttl {
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__point01-ttl p {
  font-weight: 400;
  font-size: min(2.5925925926vw, 28px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-ttl p {
    font-size: 4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.sec04__point01-ttl h3 {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__point01-ttl h3 {
    font-size: 7.4666666667vw;
  }
}
.sec04__point01-ttl h3 span {
  color: #03af7a;
}
.sec04__point01-step {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
  padding: min(2.7777777778vw, 30px) min(6.4814814815vw, 70px) min(1.3888888889vw, 15px) min(6.4814814815vw, 70px);
  background: #ebf9f0;
  box-shadow: min(0.9259259259vw, 10px) min(0.9259259259vw, 10px) min(0.9259259259vw, 10px) rgba(0, 0, 0, 0.1);
  border-radius: min(0.9259259259vw, 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec04__point01-step {
    width: 84vw;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1);
    border-radius: 1.3333333333vw;
    flex-wrap: wrap;
  }
}
.sec04__point01-step .cont {
  width: min(28.7037037037vw, 310px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-step .cont {
    width: 100%;
    margin-bottom: 3.7333333333vw;
  }
}
.sec04__point01-step .cont .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(9.2592592593vw, 100px);
  height: min(3.7037037037vw, 40px);
  margin: 0 auto min(1.6666666667vw, 18px);
  background: #ffffff;
  border: 1px solid #333333;
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__point01-step .cont .num {
    width: 14.6666666667vw;
    height: 6.1333333333vw;
    margin-bottom: 2.6666666667vw;
    border-width: 0.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.sec04__point01-step .cont .ttl {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #03af7a;
}
@media screen and (max-width: 1080px) {
  .sec04__point01-step .cont .ttl {
    font-size: 5.3333333333vw;
  }
}
.sec04__point01-step .img {
  width: min(50.9259259259vw, 550px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-step .img {
    width: 100%;
  }
}
.sec04__point01-step .img p {
  font-weight: 400;
  font-size: min(1.6666666667vw, 18px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000000;
  margin-top: min(0.7407407407vw, 8px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-step .img p {
    font-size: 2.4vw;
    margin-top: 1.8666666667vw;
  }
}
.sec04__point01 .arrow {
  display: block;
  margin: min(0.9259259259vw, 10px) auto;
  width: min(2.6851851852vw, 29px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01 .arrow {
    width: 4vw;
    margin: 2.6666666667vw auto 2vw;
  }
}
.sec04__point01 .arrow02 {
  display: block;
  width: min(11.7592592593vw, 127px);
  margin: min(3.3333333333vw, 36px) auto max(-2.6851851852vw, -29px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01 .arrow02 {
    width: 16.9333333333vw;
    margin: 4vw auto -4vw;
  }
}
.sec04__point01-block {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
  padding: min(2.7777777778vw, 30px) min(6.9444444444vw, 75px) min(1.1111111111vw, 12px);
  background: #4fd184;
  border-radius: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-block {
    width: 84vw;
    padding: 8vw 4.5333333333vw 7.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.sec04__point01-block .lead {
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #1f6a5b;
}
@media screen and (max-width: 1080px) {
  .sec04__point01-block .lead {
    font-size: 3.7333333333vw;
  }
}
.sec04__point01-block .ttl {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 1080px) {
  .sec04__point01-block .ttl {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
}
.sec04__point01 .note {
  width: min(92.5925925926vw, 1000px);
  margin: min(0.7407407407vw, 8px) auto 0;
  font-weight: 400;
  font-size: min(1.1111111111vw, 12px);
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.08em;
  color: #666666;
}
@media screen and (max-width: 1080px) {
  .sec04__point01 .note {
    width: 100%;
    margin-top: 1.8666666667vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.sec04__point02 {
  padding: min(4.3518518519vw, 47px) 0 min(5.5555555556vw, 60px);
  background: #ebf9f0;
}
@media screen and (max-width: 1080px) {
  .sec04__point02 {
    padding: 6.2666666667vw 0 12.2666666667vw;
  }
}
.sec04__point02-num {
  display: block;
  width: min(20.0925925926vw, 217px);
  margin: 0 auto min(4.0740740741vw, 44px);
}
@media screen and (max-width: 1080px) {
  .sec04__point02-num {
    width: 28.9333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__point02-ttl {
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec04__point02-ttl {
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__point02-ttl p {
  font-weight: 400;
  font-size: min(2.5925925926vw, 28px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec04__point02-ttl p {
    font-size: 4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.sec04__point02-ttl h3 {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__point02-ttl h3 {
    font-size: 7.4666666667vw;
  }
}
.sec04__point02-ttl h3 span {
  color: #03af7a;
}
.sec04__point02-img01 {
  width: min(94.0740740741vw, 1016px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04__point02-img01 {
    width: 86.1333333333vw;
  }
}
.sec04__point03 {
  padding: min(4.3518518519vw, 47px) 0 min(11.4814814815vw, 124px);
  background-image: url(../img/pc/sec04-point03-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .sec04__point03 {
    padding: 6.6666666667vw 0 11.3333333333vw;
    background-image: url(../img/sp/sec04-point03-bg.png);
  }
}
.sec04__point03-num {
  display: block;
  width: min(20.0925925926vw, 217px);
  margin: 0 auto min(4.0740740741vw, 44px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-num {
    width: 28.9333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__point03-ttl {
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-ttl {
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__point03-ttl p {
  font-weight: 400;
  font-size: min(2.5925925926vw, 28px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-ttl p {
    font-size: 4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.sec04__point03-ttl h3 {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__point03-ttl h3 {
    font-size: 7.4666666667vw;
  }
}
.sec04__point03-ttl h3 span {
  color: #03af7a;
}
.sec04__point03-block {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto min(2.4074074074vw, 26px);
  padding: min(3.7037037037vw, 40px) min(3.7037037037vw, 40px) min(3.2407407407vw, 35px);
  background: #ebf9f0;
  border-radius: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-block {
    width: 84vw;
    margin-bottom: 4vw;
    padding: 7.2vw 5.6vw 8.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.sec04__point03-block .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec04__point03-block .row {
    flex-wrap: wrap;
    margin-bottom: 5.0666666667vw;
  }
}
.sec04__point03-block .txt {
  font-weight: 400;
  font-size: min(2.5925925926vw, 28px);
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__point03-block .txt {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 160%;
    margin-bottom: 4vw;
  }
}
.sec04__point03-block .txt span {
  font-weight: 700;
  color: #03af7a;
}
.sec04__point03-block .img {
  width: min(41.0185185185vw, 443px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-block .img {
    width: 100%;
  }
}
.sec04__point03-block .lead {
  font-weight: 500;
  font-size: min(2.2222222222vw, 24px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-top: min(2.962962963vw, 32px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-block .lead {
    font-size: 4vw;
  }
}
.sec04__point03-block .lead span {
  color: #03af7a;
}
.sec04__point03-lead {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #1f6a5b;
  margin-bottom: min(2.2222222222vw, 24px);
}
@media screen and (max-width: 1080px) {
  .sec04__point03-lead {
    font-size: 5.3333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
.sec04__point03-lead span {
  color: #fb9333;
}
.sec04__point03-img02 {
  width: min(85.1851851852vw, 920px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04__point03-img02 {
    width: 84vw;
  }
}
.sec04__invoice {
  padding: min(8.5185185185vw, 92px) 0 min(7.5925925926vw, 82px);
  background: #f7f7f5;
}
@media screen and (max-width: 1080px) {
  .sec04__invoice {
    padding: 12vw 0 11.3333333333vw;
  }
}
.sec04__invoice .ttl {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #666;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(4.1666666667vw, 45px);
}
@media screen and (max-width: 1080px) {
  .sec04__invoice .ttl {
    font-size: 7.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.sec04__invoice .ttl span {
  color: #03af7a;
}
.sec04__invoice .ttl .new {
  position: absolute;
  top: max(-2.8703703704vw, -31px);
  left: max(-8.7962962963vw, -95px);
  width: min(9.2592592593vw, 100px);
}
@media screen and (max-width: 1080px) {
  .sec04__invoice .ttl .new {
    top: -4.6666666667vw;
    left: -14.6666666667vw;
    width: 15.2vw;
  }
}
.sec04__invoice .txt {
  font-weight: 500;
  font-size: min(2.2222222222vw, 24px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__invoice .txt {
    font-size: 4vw;
  }
}
.sec04__first-month {
  padding: min(8.3333333333vw, 90px) 0 min(5.5555555556vw, 60px);
  background-image: url(../img/pc/sec04-first-month-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .sec04__first-month {
    padding: 17.2vw 0 12vw;
    background-image: url(../img/sp/sec04-first-month-bg.png);
  }
}
.sec04__first-month-ttl {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec04__first-month-ttl {
    font-size: 7.4666666667vw;
    color: #333333;
    margin-bottom: 4vw;
  }
}
.sec04__first-month-ttl span {
  color: #03af7a;
}
.sec04__first-month .row {
  width: min(85vw, 918px);
  margin: 0 auto min(2.962962963vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec04__first-month .row {
    width: 84vw;
    flex-wrap: wrap;
    margin-bottom: 4.2666666667vw;
  }
}
.sec04__first-month .row p {
  font-weight: 500;
  font-size: min(2.5925925926vw, 28px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04__first-month .row p {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 7.3333333333vw;
  }
}
.sec04__first-month .row p span {
  font-weight: 700;
  color: #03af7a;
}
.sec04__first-month .row img {
  width: min(37.7777777778vw, 408px);
}
@media screen and (max-width: 1080px) {
  .sec04__first-month .row img {
    width: 54.4vw;
    display: block;
    margin: 0 auto;
  }
}
.sec04__first-month .note {
  width: min(85vw, 918px);
  margin: 0 auto;
  font-weight: 400;
  font-size: min(1.1111111111vw, 12px);
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: right;
  color: #666666;
}
@media screen and (max-width: 1080px) {
  .sec04__first-month .note {
    width: 84vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
}

.cv02 {
  padding: min(8.3333333333vw, 90px) 0 min(5.5555555556vw, 60px);
  background-image: url(../img/pc/cv02-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .cv02 {
    padding: 8.6666666667vw 0;
    background-image: url(../img/sp/cv02-bg.jpg);
    background-size: cover;
  }
}
.cv02__inner {
  width: min(85.1851851852vw, 920px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .cv02__inner {
    width: 84vw;
  }
}
.cv02__title {
  margin-bottom: min(4.4444444444vw, 48px);
}
@media screen and (max-width: 1080px) {
  .cv02__title {
    margin-bottom: 1.3333333333vw;
  }
}
.cv02__title-sub {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .cv02__title-sub {
    font-size: 4.2666666667vw;
  }
}
.cv02__title-main {
  font-weight: 700;
  font-size: min(3.7037037037vw, 40px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .cv02__title-main {
    font-size: 7.4666666667vw;
  }
}
.cv02__text {
  font-weight: 500;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .cv02__text {
    font-size: 4vw;
    letter-spacing: 0.06em;
    margin-bottom: 103.2vw;
  }
}
.cv02__cvarea-txt {
  font-weight: 700;
  font-size: min(1.6666666667vw, 18px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(0.8333333333vw, 9px);
}
@media screen and (max-width: 1080px) {
  .cv02__cvarea-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.cv02__btn {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  width: min(41.6666666667vw, 450px);
  height: min(8.1481481481vw, 88px);
  padding-left: min(12.962962963vw, 140px);
  box-shadow: 0 min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) rgba(0, 0, 0, 0.25);
  border-radius: min(0.9259259259vw, 10px);
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.12em;
  background: #e94c4c;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .cv02__btn {
    width: 81.3333333333vw;
    height: 16vw;
    padding-left: 17.3333333333vw;
    border-radius: 0;
    box-shadow: 0 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.25);
    border-radius: 1.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
.cv02__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.2962962963vw, 14px);
  height: min(2.037037037vw, 22px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: min(3.7037037037vw, 40px);
  background-image: url(../img/common/icon-arrow-right-white.png);
}
@media screen and (max-width: 1080px) {
  .cv02__btn::before {
    width: 2.5333333333vw;
    height: 4vw;
    right: 6.9333333333vw;
  }
}
.cv02__btn span {
  position: absolute;
  top: 50%;
  left: min(1.4814814815vw, 16px);
  transform: translateY(-50%);
  width: min(6.0185185185vw, 65px);
  height: min(6.0185185185vw, 65px);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: min(1.6666666667vw, 18px);
  line-height: 140%;
  letter-spacing: initial;
  text-align: center;
  color: #e94c4c;
}
@media screen and (max-width: 1080px) {
  .cv02__btn span {
    left: 2.6666666667vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    font-size: 4vw;
  }
}

.sec05 {
  padding: min(7.8703703704vw, 85px) 0 min(9.2592592593vw, 100px);
}
@media screen and (max-width: 1080px) {
  .sec05 {
    padding: 10.6666666667vw 0;
  }
}
.sec05__inner {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec05__inner {
    width: 84vw;
  }
}
.sec05__title {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-bottom: min(12.962962963vw, 140px);
}
@media screen and (max-width: 1080px) {
  .sec05__title {
    font-size: 7.4666666667vw;
    line-height: 10.9333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.sec05__case:not(:last-child) {
  margin-bottom: min(16.6666666667vw, 180px);
}
@media screen and (max-width: 1080px) {
  .sec05__case:not(:last-child) {
    margin-bottom: 17.8666666667vw;
  }
}
.sec05__case-head {
  display: flex;
  align-items: center;
  margin-bottom: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-head {
    flex-wrap: wrap;
    margin-bottom: 6.4vw;
  }
}
.sec05__case-head-cont {
  width: min(42.5925925926vw, 460px);
  background: #ebf9f0;
  padding-bottom: min(2.7777777778vw, 30px);
  border-radius: min(0.9259259259vw, 10px) 0 0 min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-head-cont {
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 4.2666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.sec05__case-head-cont .num {
  font-family: "Roboto";
  font-weight: 500;
  font-size: min(6.1111111111vw, 66px);
  line-height: min(7.1296296296vw, 77px);
  letter-spacing: 0.08em;
  color: #4fd184;
  opacity: 0.5;
  margin: max(-4.1666666667vw, -45px) 0 0;
}
@media screen and (max-width: 1080px) {
  .sec05__case-head-cont .num {
    font-size: 10.6666666667vw;
    line-height: 12.5333333333vw;
    margin-top: -6.9333333333vw;
  }
}
.sec05__case-head-cont .num span {
  font-size: min(9.2592592593vw, 100px);
  line-height: min(10.8333333333vw, 117px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-head-cont .num span {
    font-size: 16vw;
    line-height: 18.6666666667vw;
  }
}
.sec05__case-head-cont .sub {
  font-weight: 500;
  font-size: min(2.2222222222vw, 24px);
  line-height: min(3.2407407407vw, 35px);
  color: #333333;
  padding-left: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-head-cont .sub {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding-left: 6.6666666667vw;
  }
}
.sec05__case-head-cont .sub span {
  color: #03af7a;
  font-weight: 700;
}
.sec05__case-head-cont .main {
  font-weight: 700;
  font-size: min(3.3333333333vw, 36px);
  line-height: min(4.8148148148vw, 52px);
  color: #333333;
  margin-bottom: min(3.7037037037vw, 40px);
  padding-left: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-head-cont .main {
    font-size: 6.1333333333vw;
    line-height: 9.0666666667vw;
    margin-bottom: 5.6vw;
    padding-left: 6.6666666667vw;
  }
}
.sec05__case-head-cont .main span {
  color: #03af7a;
}
.sec05__case-head-cont .name {
  width: -moz-fit-content;
  width: fit-content;
  height: min(3.3333333333vw, 36px);
  padding: 0 min(1.3888888889vw, 15px);
  border: min(0.0925925926vw, 1px) solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: min(1.6666666667vw, 18px);
  line-height: min(2.4074074074vw, 26px);
  text-align: center;
  color: #333333;
  margin-left: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-head-cont .name {
    height: 5.8666666667vw;
    padding: 0 1.6vw;
    border-width: 0.2666666667vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    margin-left: 6.6666666667vw;
  }
}
.sec05__case-img01 {
  position: relative;
  width: min(50vw, 540px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-img01 {
    width: 100%;
  }
}
.sec05__case-img02 {
  position: absolute;
  top: max(-3.8888888889vw, -42px);
  right: 0;
  width: min(10.2777777778vw, 111px);
}
@media screen and (max-width: 1080px) {
  .sec05__case-img02 {
    top: -13.2vw;
    width: 20.2666666667vw;
  }
}
.sec05__change {
  display: flex;
  margin-bottom: min(4.8148148148vw, 52px);
  border-top: min(0.2777777778vw, 3px) solid #03af7a;
  border-bottom: min(0.2777777778vw, 3px) solid #03af7a;
  background-image: url(../img/pc/sec05-af-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .sec05__change {
    flex-wrap: wrap;
    margin-bottom: 7.2vw;
    border-width: 0.4vw;
    background-image: url(../img/sp/sec05-af-bg.jpg);
  }
}
.sec05__change-cont {
  width: min(41.7592592593vw, 451px);
  padding: min(2.037037037vw, 22px) 0 min(3.0555555556vw, 33px);
}
@media screen and (max-width: 1080px) {
  .sec05__change-cont {
    width: 100%;
    padding: 4vw 0;
  }
}
.sec05__change-cont.after {
  background: #ebf9f0;
  position: relative;
  /*&::before{
    content: "";
    position: absolute;
    top: 0;
    left: -52px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 169px 52px;
    border-color: transparent transparent #EBF9F0 transparent;

    @include mediaQuery(sp) {
      left: 0;
      top: vw(-62);
      border-width: 0 0 vw(62) vw(630);
      border-color: transparent transparent #EBF9F0 transparent;
    }
  }*/
}
.sec05__change-cont p {
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: min(3.2407407407vw, 35px);
  text-align: center;
  color: #333333;
  margin-bottom: min(1.2962962963vw, 14px);
}
@media screen and (max-width: 1080px) {
  .sec05__change-cont p {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec05__change-cont ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec05__change-cont ul {
    width: 66.6666666667vw;
  }
}
.sec05__change-cont ul li {
  font-weight: 400;
  font-size: min(1.6666666667vw, 18px);
  line-height: 180%;
  color: #333333;
  padding-left: min(2.037037037vw, 22px);
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec05__change-cont ul li {
    font-size: 3.7333333333vw;
    padding-left: 3.4666666667vw;
  }
}
.sec05__change-cont ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(0.5555555556vw, 6px);
  height: min(0.5555555556vw, 6px);
  border-radius: min(0.5555555556vw, 6px);
  background-color: #333;
}
@media screen and (max-width: 1080px) {
  .sec05__change-cont ul li::before {
    top: 2.9333333333vw;
    transform: initial;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.sec05__change-cont ul li span {
  font-weight: 700;
  color: #03af7a;
}
.sec05__change-img01 {
  width: min(9.0740740741vw, 98px);
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .sec05__change-img01 {
    width: 16.1333333333vw;
  }
}
.sec05__voice {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec05__voice {
    flex-wrap: wrap;
  }
}
.sec05__voice-img01 {
  width: min(35vw, 378px);
}
@media screen and (max-width: 1080px) {
  .sec05__voice-img01 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.sec05__voice-txt {
  width: min(53.8888888889vw, 582px);
  font-weight: 400;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec05__voice-txt {
    width: 100%;
    font-size: 4vw;
  }
}
.sec05__voice-txt span {
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .sec05 .case02 .sec05__change {
    background-image: url(../img/sp/sec05-af-bg2.jpg);
  }
}

.sec06 {
  padding-bottom: min(8.5185185185vw, 92px);
  background-image: url(../img/pc/sec06-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .sec06 {
    padding-bottom: 9.6vw;
    background-image: url(../img/sp/sec06-bg.jpg);
    background-size: cover;
  }
}
.sec06__inner {
  width: min(77.7777777778vw, 840px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec06__inner {
    width: 84vw;
  }
}
.sec06__head {
  width: min(15.7407407407vw, 170px);
  height: min(7.8703703704vw, 85px);
  margin: 0 auto min(2.4074074074vw, 26px);
  padding-top: min(1.8518518519vw, 20px);
  border-radius: 0 0 min(7.8703703704vw, 85px) min(7.8703703704vw, 85px);
  background: #1f6a5b;
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sec06__head {
    width: 25.2vw;
    height: 13.3333333333vw;
    margin-bottom: 2.9333333333vw;
    padding-top: 3.2vw;
    border-radius: 0 0 13.3333333333vw 13.3333333333vw;
    font-size: 4vw;
  }
}
.sec06__copy {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 auto min(0.3703703704vw, 4px);
}
@media screen and (max-width: 1080px) {
  .sec06__copy {
    font-size: 7.2vw;
    line-height: 150%;
    margin-bottom: 4vw;
  }
}
.sec06__title {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sec06__title {
    font-size: 6.4vw;
    line-height: 110%;
    margin-bottom: 4.2666666667vw;
  }
}
.sec06__title .ss {
  font-size: min(2.962962963vw, 32px);
}
@media screen and (max-width: 1080px) {
  .sec06__title .ss {
    font-size: 4.2666666667vw;
    line-height: 110%;
  }
}
.sec06__title .sl {
  font-size: min(4.4444444444vw, 48px);
  line-height: 160%;
}
@media screen and (max-width: 1080px) {
  .sec06__title .sl {
    font-size: 6.4vw;
    line-height: 110%;
    display: inline-block;
    margin-bottom: 2.6666666667vw;
  }
}
.sec06__title .sx {
  font-weight: 900;
  font-size: min(9.2592592593vw, 100px);
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .sec06__title .sx {
    font-size: 13.3333333333vw;
    line-height: 110%;
  }
}
.sec06__title .roboto {
  font-family: "Roboto", sans-serif;
}
.sec06__img01 {
  width: 100%;
  margin: 0 auto min(2.7777777778vw, 30px);
  filter: drop-shadow(min(0.9259259259vw, 10px) min(1.2962962963vw, 14px) min(0.5555555556vw, 6px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1080px) {
  .sec06__img01 {
    margin: 0 auto 6.9333333333vw;
    filter: drop-shadow(1.3333333333vw 1.8666666667vw 0.8vw rgba(0, 0, 0, 0.1));
  }
}
.sec06__text {
  font-weight: 500;
  font-size: min(2.2222222222vw, 24px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sec06__text {
    font-size: 4vw;
  }
}

.sec07 {
  padding: min(5.5555555556vw, 60px) 0;
  background: #f7f7f5;
}
@media screen and (max-width: 1080px) {
  .sec07 {
    padding: 10.6666666667vw 0 10.4vw;
  }
}
.sec07__inner {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec07__inner {
    width: 80vw;
  }
}
.sec07__title {
  font-weight: 700;
  font-size: min(4.4444444444vw, 48px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec07__title {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.sec07__blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec07__blocks {
    flex-wrap: wrap;
  }
}
.sec07__block {
  width: min(29.1666666667vw, 315px);
  height: min(23.1481481481vw, 250px);
  background: linear-gradient(96deg, #03af7a 0%, #4fd184 100%);
  border-radius: min(0.9259259259vw, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .sec07__block {
    width: 80vw;
    height: 30.6666666667vw;
    border-radius: 1.3333333333vw;
    justify-content: center;
    align-items: center;
    padding: 6vw;
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec07__block:first-child {
    padding: 3.9333333333vw;
  }
}
@media screen and (min-width: 1081px) {
	.sec07__block:nth-child(3) > div {
		padding-top:26px;
	  }
}
@media screen and (min-width: 1081px) {
	.sec07__block:nth-child(3) > div {
		padding-top:26px;
	  }
}
.sec07__block:first-child .sec07__block-main {
  line-height: 100%;
  margin-top: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 1080px) {
  .sec07__block:first-child .sec07__block-sub {
    line-height: 160%;
  }
  .sec07__block:first-child .sec07__block-main {
    margin-left: 8.6666666667vw;
  }
  .sec07__block:first-child .sec07__block-main--sm {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec07__block:nth-child(2) .sec07__block-main {
    margin-left: 3.4666666667vw;
  }
}

.sec07__block-sub {
  font-weight: 400;
  font-size: min(1.8518518519vw, 20px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sec07__block-sub {
    font-size: 4.2666666667vw;
    line-height: 100%;
    text-align: left;
    margin-top: -1.3333333333vw;
  }
}
.sec07__block-sub small {
  font-size: min(1.4814814815vw, 16px);
  line-height: 180%;
  display: inline-block;
  margin-top: min(1.2962962963vw, 14px);
}
@media screen and (max-width: 1080px) {
  .sec07__block-sub small {
    font-size: 3.2vw;
    line-height: 100%;
    margin-top: 2vw;
  }
}
.sec07__block-main {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(6.6666666667vw, 72px);
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  margin-top: min(0.462962963vw, 5px);
}
@media screen and (max-width: 1080px) {
  .sec07__block-main {
    font-size: 12vw;
  }
}
.sec07__block-main.ls-type2 {
  letter-spacing: -0.04em;
}
.sec07__block-main--sm {
  font-size: min(3.5185185185vw, 38px);
}
@media screen and (max-width: 1080px) {
  .sec07__block-main--sm {
    font-size: 6.4vw;
  }
}
.sec07__block-main--sm2 {
  font-size: min(2.7777777778vw, 30px);
  letter-spacing: -0.04em;
  position: relative;
  top: max(-1.1111111111vw, -12px);
  left: max(-0.462962963vw, -5px);
}
@media screen and (max-width: 1080px) {
  .sec07__block-main--sm2 {
    font-size: 6.4vw;
    top: -1.6vw;
    left: -1.0666666667vw;
  }
}
.sec07__block--long {
  width: min(92.5925925926vw, 1000px);
  height: min(12.5925925926vw, 136px);
  background: linear-gradient(96deg, #03af7a 0%, #4fd184 100%);
  border-radius: min(0.9259259259vw, 10px);
  margin: min(2.7777777778vw, 30px) auto 0;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec07__block--long {
    width: 80vw;
    height: 37.3333333333vw;
    border-radius: 1.3333333333vw;
    padding: 2.5333333333vw 5.7333333333vw 3.0666666667vw;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
}
.sec07__block--long .size01 {
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec07__block--long .size01 {
    font-size: 4.2666666667vw;
  }
}
.sec07__block--long .size02 {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec07__block--long .size02 {
    font-size: 4.8vw;
    display: inline-block;
    margin: 1.3333333333vw 0 0.8vw;
  }
}
.sec07__block--long .size03 {
  font-weight: 400;
  font-size: min(1.4814814815vw, 16px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sec07__block--long .size03 {
    font-size: 3.2vw;
  }
}
.sec07__block--long .size04 {
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec07__block--long .size04 {
    font-size: 4vw;
    position: relative;
    top: -0.8vw;
  }
}
.sec07__block-head {
  width: min(31.0185185185vw, 335px);
  height: min(8.3333333333vw, 90px);
  border-right: min(0.1851851852vw, 2px) solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec07__block-head {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 0.2666666667vw solid #fff;
    padding: 0 0 1.3333333333vw;
  }
}
.sec07__block-body {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec07__block > div {
    display: flex;
    align-items: center;
  }
}

.sec08 {
  padding: min(8.5185185185vw, 92px) 0 min(5.1851851852vw, 56px);
}
@media screen and (max-width: 1080px) {
  .sec08 {
    padding: 10.6666666667vw 0;
  }
}
.sec08__title {
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec08__title {
    margin-bottom: 5.8666666667vw;
  }
}
.sec08__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: 1080px) {
  .sec08__title-sub {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec08__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: 1080px) {
  .sec08__title-main {
    font-size: 7.4666666667vw;
  }
}
.sec08__steps {
  display: flex;
  justify-content: center;
  gap: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .sec08__steps {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10.6666666667vw;
  }
}
.sec08__step {
  position: relative;
  width: min(27.7777777778vw, 300px);
  padding: min(3.1481481481vw, 34px) min(2.4074074074vw, 26px) min(1.2962962963vw, 14px);
  background: #ffffff;
  border: min(0.1851851852vw, 2px) solid #03af7a;
  border-radius: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1080px) {
  .sec08__step {
    width: 84vw;
    padding: 4.5333333333vw 4vw 5.3333333333vw 5.3333333333vw;
  }
}
.sec08__step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: max(-4.537037037vw, -49px);
  transform: translateY(-50%);
  width: min(4.0740740741vw, 44px);
  height: min(2.6851851852vw, 29px);
  background-image: url(../img/common/icon-arrow-right01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .sec08__step:not(:last-child)::before {
    top: initial;
    right: initial;
    left: 50%;
    bottom: -8.8vw;
    transform: translateX(-50%);
    width: 4vw;
    height: 6.2666666667vw;
    background-image: url(../img/common/icon-arrow-bottom01.png);
  }
}
.sec08__step-ttl {
  font-weight: 700;
  font-size: min(1.8518518519vw, 20px);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #03af7a;
  margin-bottom: min(3.0555555556vw, 33px);
}
@media screen and (max-width: 1080px) {
  .sec08__step-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec08__step-content {
    display: flex;
    align-items: center;
    gap: 2.4vw;
  }
}
.sec08__step-img {
  display: block;
  width: min(15.0925925926vw, 163px);
  margin: 0 auto min(3.0555555556vw, 33px);
}
@media screen and (max-width: 1080px) {
  .sec08__step-img {
    width: 26.6666666667vw;
    margin-bottom: 0;
  }
}
.sec08__step-txt {
  font-weight: 400;
  font-size: min(1.4814814815vw, 16px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec08__step-txt {
    font-size: 4vw;
  }
}
.sec08__step-note {
  font-weight: 400;
  font-size: min(1.1111111111vw, 12px);
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.08em;
  color: #333333;
  margin-top: min(3.0555555556vw, 33px);
}
@media screen and (max-width: 1080px) {
  .sec08__step-note {
    font-size: 2.6666666667vw;
    text-align: left;
    letter-spacing: 0.02em;
    margin-top: 4vw;
  }
}
.sec08__note {
  width: min(92.5925925926vw, 1000px);
  margin: min(1.5740740741vw, 17px) auto 0;
  font-weight: 400;
  font-size: min(1.1111111111vw, 12px);
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.08em;
  color: #666666;
}
@media screen and (max-width: 1080px) {
  .sec08__note {
    width: 100%;
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

.sec09 {
  padding: min(6.1111111111vw, 66px) 0 min(9.2592592593vw, 100px);
  background: #ebf9f0;
}
@media screen and (max-width: 1080px) {
  .sec09 {
    padding: 10.6666666667vw 0;
  }
}
.sec09__title {
  margin-bottom: min(5.9259259259vw, 64px);
}
@media screen and (max-width: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .sec09__title-main {
    font-size: 7.4666666667vw;
  }
}
.sec09__faqs {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .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: 1080px) {
  .sec10__subtitle {
    width: 63.2vw;
    margin-bottom: 7.7333333333vw;
  }
}

.cv03 {
  padding: min(8.3333333333vw, 90px) 0 min(5.5555555556vw, 60px);
  background-image: url(../img/pc/cv03-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cv03 {
    padding: 8.6666666667vw 0;
    background-image: url(../img/sp/cv03-bg.jpg);
    background-size: cover;
  }
}
.cv03__inner {
  width: min(85.1851851852vw, 920px);
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .cv03__inner {
    width: 84vw;
  }
}
.cv03__title {
  margin-bottom: min(4.4444444444vw, 48px);
}
@media screen and (max-width: 1080px) {
  .cv03__title {
    margin-bottom: 1.3333333333vw;
  }
}
.cv03__title-sub {
  font-weight: 700;
  font-size: min(2.5925925926vw, 28px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .cv03__title-sub {
    font-size: 4.2666666667vw;
  }
}
.cv03__title-main {
  font-weight: 700;
  font-size: min(3.7037037037vw, 40px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .cv03__title-main {
    font-size: 7.4666666667vw;
  }
}
.cv03__text {
  font-weight: 500;
  font-size: min(1.8518518519vw, 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 1080px) {
  .cv03__text {
    font-size: 4vw;
    letter-spacing: 0.06em;
    margin-bottom: 79.7333333333vw;
  }
}
.cv03__cvarea-txt {
  font-weight: 700;
  font-size: min(1.6666666667vw, 18px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(0.8333333333vw, 9px);
}
@media screen and (max-width: 1080px) {
  .cv03__cvarea-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.cv03__btn {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  width: min(41.6666666667vw, 450px);
  height: min(8.1481481481vw, 88px);
  padding-left: min(12.962962963vw, 140px);
  box-shadow: 0 min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) rgba(0, 0, 0, 0.25);
  border-radius: min(0.9259259259vw, 10px);
  font-weight: 700;
  font-size: min(2.2222222222vw, 24px);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.12em;
  background: #e94c4c;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .cv03__btn {
    width: 81.3333333333vw;
    height: 16vw;
    padding-left: 17.3333333333vw;
    border-radius: 0;
    box-shadow: 0 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.25);
    border-radius: 1.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
.cv03__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.2962962963vw, 14px);
  height: min(2.037037037vw, 22px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: min(3.7037037037vw, 40px);
  background-image: url(../img/common/icon-arrow-right-white.png);
}
@media screen and (max-width: 1080px) {
  .cv03__btn::before {
    width: 2.5333333333vw;
    height: 4vw;
    right: 6.9333333333vw;
  }
}
.cv03__btn span {
  position: absolute;
  top: 50%;
  left: min(1.4814814815vw, 16px);
  transform: translateY(-50%);
  width: min(6.0185185185vw, 65px);
  height: min(6.0185185185vw, 65px);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: min(1.6666666667vw, 18px);
  line-height: 140%;
  letter-spacing: initial;
  text-align: center;
  color: #e94c4c;
}
@media screen and (max-width: 1080px) {
  .cv03__btn span {
    left: 2.6666666667vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    font-size: 4vw;
  }
}

.footer {
  padding: min(5.1851851852vw, 56px) 0;
  background: #1f6a5b;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 10.6666666667vw 0;
  }
}
.footer__inner {
  width: min(92.5925925926vw, 1000px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer__inner {
    width: 84vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1080px) {
  .footer__list {
    margin-bottom: 5.3333333333vw;
  }
}
.footer__item {
  display: flex;
  justify-content: flex-start;
  width: min(46.2962962963vw, 500px);
}
@media screen and (max-width: 1080px) {
  .footer__item {
    width: auto;
  }
}
.footer__item:not(:last-child) {
  margin-bottom: min(0.7407407407vw, 8px);
}
@media screen and (max-width: 1080px) {
  .footer__item:not(:last-child) {
    margin-bottom: 3.2vw;
  }
}
.footer__term {
  flex: 0 0 min(11.7592592593vw, 127px);
  font-weight: 700;
  font-size: min(1.2962962963vw, 14px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer__term {
    flex: 0 0 26.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.footer__desc {
  flex: 0 1 auto;
  font-weight: 400;
  font-size: min(1.2962962963vw, 14px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer__desc {
    font-size: 3.4666666667vw;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .footer__right {
    width: 100%;
    align-items: center;
  }
}
.footer__box {
  width: -moz-fit-content;
  width: fit-content;
  padding: min(1.4814814815vw, 16px) min(2.2222222222vw, 24px);
  border: 1px solid #fff;
  border-radius: min(0.3703703704vw, 4px);
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer__box {
    padding: 2.1333333333vw 3.2vw;
    border-radius: 0.5333333333vw;
    margin: 0 auto 6.5333333333vw;
  }
}
.footer__box-text01 {
  font-weight: 700;
  font-size: min(1.2962962963vw, 14px);
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .footer__box-text01 {
    font-size: 3.4666666667vw;
  }
}
.footer__box-text02 {
  background: url(../img/common/icon-tel.png) 0 min(0.5555555556vw, 6px) no-repeat;
  background-size: min(1.2037037037vw, 13px) min(1.2037037037vw, 13px);
  font-size: min(1.2962962963vw, 14px);
  line-height: 180%;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-indent: min(1.9444444444vw, 21px);
}
@media screen and (max-width: 1080px) {
  .footer__box-text02 {
    background: url(../img/common/icon-tel.png) 0 2.2666666667vw no-repeat;
    font-size: 3.4666666667vw;
    background-size: 2.8vw 2.8vw;
    text-indent: 3.8666666667vw;
  }
}
.footer__box a {
  pointer-events: none;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .footer__box a {
    pointer-events: auto;
  }
}
.footer__copy {
  font-weight: 400;
  font-size: min(1.1111111111vw, 12px);
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer__copy {
    font-size: 2.9333333333vw;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.company-logo {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=adlp.css.map */