* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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: 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: flex;
    justify-content: center;
    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;
  box-shadow: 0px min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) 0px rgba(0, 0, 0, 0.08);
}
.header .header_inner {
  width: min(92.5925925926vw, 1000px);
  height: min(6.4814814815vw, 70px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_logo {
  width: min(15.9259259259vw, 172px);
}
.header .header_btns {
  display: flex;
  align-items: center;
  gap: min(1.4814814815vw, 16px);
}
.header .header_btns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(18.5185185185vw, 200px);
  height: min(3.5185185185vw, 38px);
  border-radius: min(3.7037037037vw, 40px);
  color: #fff;
  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);
  transform: translateY(-50%);
  width: min(2.7777777778vw, 30px);
  height: min(2.7777777778vw, 30px);
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: 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 {
    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;
    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(6.4814814815vw, 70px);
  background-image: url(../img/pc/fv.jpg);
  background-size: min(177.7777777778vw, 1920px) min(58.6111111111vw, 633px);
  background-repeat: no-repeat;
  background-position: center;
  height: min(58.6111111111vw, 633px);
  padding-top: min(4.4444444444vw, 48px);
}
.fv .fv_inner {
  width: min(92.5925925926vw, 1000px);
  display: block;
  margin: 0 auto;
}
.fv .fv_img1 {
  width: min(45.5555555556vw, 492px);
  margin-bottom: min(4.6296296296vw, 50px);
}
.fv .fv_text1 {
  font-weight: 700;
  line-height: 140%;
  color: #3c3c3c;
  margin-bottom: min(1.2037037037vw, 13px);
}
.fv .fv_text1 .text1 {
  font-size: min(6.2962962963vw, 68px);
  margin: min(4.6296296296vw, 50px) auto 0;
  letter-spacing: 0.1em;
}
.fv .fv_text1 .text2 {
  font-size: min(3.7037037037vw, 40px);
  margin: min(4.6296296296vw, 50px) auto 0;
  letter-spacing: 0.1em;
}
.fv .fv_text2 {
  font-size: min(2.2222222222vw, 24px);
  color: #ffffff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: min(5.5555555556vw, 60px) 0 min(1.6666666667vw, 18px);
}
.fv .fv_text2 .text2 {
  color: #ffff4f;
}
.fv .fv_title {
  width: min(30.7407407407vw, 332px);
}
.fv .fv_list {
  display: flex;
  gap: max(0vw, 0px);
  margin-left: max(-1.8518518519vw, -20px);
}
.fv .fv_item {
  flex: 0 0 min(15.0925925926vw, 163px);
  background-image: url(../img/pc/fv_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: min(18.2407407407vw, 197px);
  display: flex;
  justify-content: center;
  padding-top: min(2.3148148148vw, 25px);
}
.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%;
  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: 600;
  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%;
  font-size: min(3.5185185185vw, 38px);
}
@media screen and (max-width: 1079px) {
  .fv {
    margin-top: 13.3333333333vw;
    background-image: url(../img/sp/fv.jpg);
    background-size: cover;
    height: 164.5333333333vw;
    padding-top: 9.2vw;
  }
  .fv .fv_inner {
    width: 100%;
  }
  .fv .fv_img1 {
    width: 76.8vw;
    margin: 0 auto 5.6vw;
  }
  .fv .fv_text1 {
    margin-bottom: 1.7333333333vw;
    text-align: center;
  }
  .fv .fv_text1 .text1 {
    font-size: 10.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .fv .fv_text1 .text2 {
    font-size: 6.2666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .fv .fv_title {
    width: 51.7333333333vw;
    margin: 5.3333333333vw auto;
  }
  .fv .fv_text2 {
    font-size: 3.7333333333vw;
    margin: 68.6666666667vw 0 2.4vw;
    text-align: center;
  }
  .fv .fv_list {
    justify-content: center;
    gap: 0vw;
    margin-left: max(-1.8518518519vw, -20px);
  }
  .fv .fv_item {
    flex: 0 0 28.4vw;
    background-image: url(../img/sp/fv_circle.png);
    height: 32.5333333333vw;
    padding-top: 4vw;
  }
  .fv .fv_item .r3 {
    margin-top: -2.1333333333vw;
  }
  .fv .fv_item .t1 {
    font-size: 2.6666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .fv .fv_item .t2 {
    font-size: 6.2666666667vw;
  }
  .fv .fv_item .t3 {
    font-size: 4.2666666667vw;
  }
  .fv .fv_item .t4 {
    font-size: 6.6666666667vw;
  }
}

.btn01 a {
  width: min(48.1481481481vw, 520px);
  height: min(7.4074074074vw, 80px);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: min(11.1111111111vw, 120px);
  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%;
  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);
  transform: translateY(-50%);
  width: min(6.1111111111vw, 66px);
  height: min(6.1111111111vw, 66px);
  border: min(0.1851851852vw, 2px) solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: 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;
    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: 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);
}
.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;
  }
}

.sec11 {
  padding: min(9.2592592593vw, 100px) 0;
  background: #F4F8FC;
}
@media screen and (max-width: 1079px) {
  .sec11 {
    padding: 13.3333333333vw 0;
  }
}
.sec11 .sec11_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_inner {
    max-width: 92vw;
  }
}
.sec11 .sec11_title {
  color: #3C3C3C;
  text-align: center;
  font-size: min(4.4444444444vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: min(3.3333333333vw, 36px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_title {
    font-size: 6.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec11 .sec11_title .marker {
  background: linear-gradient(transparent 80%, #FFFF4F 60%);
}
.sec11 .sec11_lead {
  color: var(--green, #14B4B4);
  text-align: center;
  font-size: min(2.962962963vw, 32px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_lead {
    font-size: 5.3333333333vw;
  }
}
.sec11 .sec11_list {
  display: flex;
  justify-content: center;
  gap: min(1.8518518519vw, 20px);
  margin-top: min(7.5vw, 81px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_list {
    flex-direction: column;
    gap: 9.8666666667vw;
    margin-top: 11.8666666667vw;
  }
}
.sec11 .sec11_item {
  flex: 0 0 min(29.6296296296vw, 320px);
  background-color: #fff;
  position: relative;
  padding: 0 min(0.9259259259vw, 10px) min(9.4444444444vw, 102px);
  border-radius: min(0.7407407407vw, 8px);
  border: min(0.5555555556vw, 6px) solid var(--green, #14B4B4);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_item {
    padding: 0 2.9333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
    border: 1.0666666667vw solid var(--green, #14B4B4);
  }
}
.sec11 .sec11_item:nth-child(1) .sec11_itemtitle {
  margin-top: min(1.7592592593vw, 19px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_item:nth-child(1) .sec11_itemtitle {
    margin-top: 4vw;
  }
}
.sec11 .sec11_item:nth-child(1) .sec11_fig {
  width: min(20vw, 216px);
  margin-bottom: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_item:nth-child(1) .sec11_fig {
    width: 48vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec11 .sec11_item:nth-child(2) .sec11_fig {
  width: min(26.6666666667vw, 288px);
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_item:nth-child(2) .sec11_fig {
    width: 48vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec11 .sec11_item:nth-child(3) .sec11_fig {
  width: min(27.2222222222vw, 294px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_item:nth-child(3) .sec11_fig {
    width: 48.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec11 .sec11_numbox {
  border-radius: min(0.7407407407vw, 8px) min(0.7407407407vw, 8px) 0 0;
  background: var(--green, #14B4B4);
  width: min(17.2222222222vw, 186px);
  _height: vwpc(40);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: max(-4.1666666667vw, -45px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_numbox {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    width: 30.9333333333vw;
    height: 6.6666666667vw;
    top: -6.6666666667vw;
  }
}
.sec11 .sec11_num {
  color: var(--base-white, #FFF);
  text-align: center;
  font-size: min(2.5925925926vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: min(2.3148148148vw, 25px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_num {
    font-size: 4.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.sec11 .sec11_num:before {
  content: "";
  display: block;
  width: min(1.6666666667vw, 18px);
  height: min(2.5vw, 27px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='29' viewBox='0 0 20 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0045 12.089C13.0354 12.089 15.4924 9.60665 15.4924 6.5445C15.4924 3.48236 13.0354 1 10.0045 1C6.97361 1 4.5166 3.48236 4.5166 6.5445C4.5166 9.60665 6.97361 12.089 10.0045 12.089Z' fill='%2314B4B4'/%3E%3Cpath d='M10.0045 12.089C13.0354 12.089 15.4924 9.60665 15.4924 6.5445C15.4924 3.48236 13.0354 1 10.0045 1C6.97361 1 4.5166 3.48236 4.5166 6.5445C4.5166 9.60665 6.97361 12.089 10.0045 12.089Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 27.9999C19 18.6872 15.8677 14.1343 10.0043 14.1343C4.14085 14.1343 1 18.6872 1 27.9999H19Z' fill='%2314B4B4'/%3E%3Cpath d='M19 27.9999C19 18.6872 15.8677 14.1343 10.0043 14.1343C4.14085 14.1343 1 18.6872 1 27.9999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_num:before {
    width: 3.0666666667vw;
    height: 4.6666666667vw;
  }
}
.sec11 .sec11_itemtitle {
  color: var(--green, #14B4B4);
  text-align: center;
  font-size: min(2.7777777778vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_itemtitle {
    font-size: 5.0666666667vw;
    margin-top: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec11 .sec11_fig {
  margin: 0 auto;
}
.sec11 .sec11_exp {
  color: var(--text_black, #3C3C3C);
  text-align: justify;
  font-size: min(2.037037037vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_exp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 2.1333333333vw;
  }
}
.sec11 .sec11_exp b {
  font-size: min(2.2222222222vw, 24px);
  line-height: 160%;
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_exp b {
    font-size: 4vw;
  }
}
.sec11 .sec11_btn {
  position: absolute;
  bottom: min(2.3148148148vw, 25px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_btn {
    position: static;
    transform: translateX(0);
  }
}
.sec11 .sec11_btn a {
  width: min(25.9259259259vw, 280px);
  height: min(6.2037037037vw, 67px);
  border-radius: min(3.7037037037vw, 40px);
  background: #FC8B28;
  box-shadow: min(0.1851851852vw, 2px) min(0.1851851852vw, 2px) min(0.5555555556vw, 6px) 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base01, #FFF);
  text-align: center;
  font-size: min(1.8518518519vw, 20px);
  font-weight: 400;
  line-height: 130%;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_btn a {
    width: 84vw;
    height: 16vw;
    border-radius: 8vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.7333333333vw 0px rgba(0, 0, 0, 0.25);
    font-size: 4.5333333333vw;
  }
}
.sec11 .sec11_btn a:before {
  content: "";
  display: block;
  width: min(1.4814814815vw, 16px);
  height: min(1.4814814815vw, 16px);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M8.80005 11.2002L12 8.0002L8.80005 4.8002' fill='white'/%3E%3Cpath d='M8.80005 11.2002L12 8.0002L8.80005 4.8002' stroke='%23FC8B28' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23FC8B28' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: min(1.0185185185vw, 11px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1079px) {
  .sec11 .sec11_btn a:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
  }
}

.sec01 {
  padding: min(7.037037037vw, 76px) 0 min(8.7962962963vw, 95px);
  background-image: url(../img/pc/sec01_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01 .sec01_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec01 .sec01_inner {
    max-width: 92vw;
  }
}
.sec01 .sec01_list {
  display: flex;
  justify-content: space-between;
  margin-top: min(7.037037037vw, 76px);
}
.sec01 .sec01_item {
  flex: 0 0 min(29.6296296296vw, 320px);
  background-color: #fff;
  position: relative;
  padding: min(1.8518518519vw, 20px) 0 min(4.1666666667vw, 45px);
  border: 1px solid #D8D7D7;
}
.sec01 .sec01_circle {
  background-color: #5AC9C9;
  width: min(8.3333333333vw, 90px);
  height: min(8.3333333333vw, 90px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: max(-4.6296296296vw, -50px);
  left: max(-0.1851851852vw, -2px);
}
.sec01 .sec01_circle .t1 {
  font-size: min(1.6666666667vw, 18px);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: min(0.3703703704vw, 4px);
}
.sec01 .sec01_circle .t2 {
  font-size: min(2.962962963vw, 32px);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.sec01 .sec01_fig {
  margin-bottom: min(1.8518518519vw, 20px);
}
.sec01 .sec01_text1 {
  color: #14B4B4;
  font-weight: 700;
  line-height: 160%;
  font-size: min(2.2222222222vw, 24px);
  text-align: center;
  margin-bottom: min(0.3703703704vw, 4px);
  letter-spacing: 0.08em;
}
.sec01 .sec01_text2 {
  font-weight: 700;
  line-height: 140%;
  font-size: min(2.7777777778vw, 30px);
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .sec01 {
    padding: 10.6666666667vw 0 4.5333333333vw;
    background-image: url(../img/sp/sec01_bg.jpg);
  }
  .sec01 .sec01_list {
    display: block;
    margin: 12vw auto 0;
    width: 71.4666666667vw;
  }
  .sec01 .sec01_item {
    padding: 3.3333333333vw 3.4666666667vw 6vw 3.3333333333vw;
    margin-bottom: 10vw;
  }
  .sec01 .sec01_circle {
    width: 17.4666666667vw;
    height: 17.4666666667vw;
    top: -6.6666666667vw;
    left: -0.2666666667vw;
  }
  .sec01 .sec01_circle .t1 {
    font-size: 3.4666666667vw;
    margin-bottom: 0.5333333333vw;
  }
  .sec01 .sec01_circle .t2 {
    font-size: 6.1333333333vw;
  }
  .sec01 .sec01_fig {
    margin-bottom: 4vw;
  }
  .sec01 .sec01_text1 {
    font-size: 4vw;
    margin-bottom: 0.5333333333vw;
  }
  .sec01 .sec01_text2 {
    font-size: 4.5333333333vw;
  }
}

.sec02 .sec02_bg1 {
  background-color: #fff;
  padding: min(6.4814814815vw, 70px) 0 min(3.3333333333vw, 36px);
}
.sec02 .sec02_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec02 .sec02_inner {
    max-width: 92vw;
  }
}
.sec02 .sec02_list1 {
  display: flex;
  justify-content: center;
  gap: min(2.1296296296vw, 23px);
  margin-bottom: min(4.6296296296vw, 50px);
}
.sec02 .sec02_item1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 140%;
  border-radius: min(4.6296296296vw, 50px);
  background: #F5F5F5;
  padding: 0 min(3.9814814815vw, 43px);
  height: min(7.1296296296vw, 77px);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec02 .sec02_title {
  margin-bottom: min(2.7777777778vw, 30px);
}
.sec02 .sec02_titleT1 {
  font-size: min(3.7037037037vw, 40px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: min(0.9259259259vw, 10px);
}
.sec02 .sec02_titleT1 .dot {
  font-size: min(5.5555555556vw, 60px);
  line-height: 140%;
  position: relative;
  display: inline-block;
  margin-left: min(1.3888888889vw, 15px);
}
.sec02 .sec02_titleT1 .dot:after {
  content: "";
  display: block;
  position: absolute;
  top: max(-1.2962962963vw, -14px);
  left: min(2.3148148148vw, 25px);
  width: min(12.7777777778vw, 138px);
  height: min(1.1111111111vw, 12px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec02_deco.png);
}
.sec02 .sec02_titleT2 {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  color: #14B4B4;
  display: block;
  letter-spacing: 0.1em;
}
.sec02 .sec02_flex {
  display: flex;
  gap: min(4.6296296296vw, 50px);
}
.sec02 .sec02_fig {
  flex: 0 0 min(26.5740740741vw, 287px);
}
.sec02 .sec02_item2 {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
  border: 1px solid #ddd;
  padding: min(1.8518518519vw, 20px) min(5.5555555556vw, 60px) min(1.8518518519vw, 20px) min(7.4074074074vw, 80px);
  display: inline-block;
  position: relative;
  margin-bottom: min(1.4814814815vw, 16px);
}
.sec02 .sec02_item2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(3.7037037037vw, 40px);
  width: min(2.5vw, 27px);
  height: min(2.037037037vw, 22px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon_check.png);
}
.sec02 .sec02_item2 .large {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 900;
}
.sec02 .sec02_bg2 {
  background-color: #F5F5F5;
  padding: min(7.4074074074vw, 80px) 0 min(7.2222222222vw, 78px);
  position: relative;
}
.sec02 .sec02_bg2:after {
  content: "";
  display: block;
  position: absolute;
  top: max(0vw, 0px);
  left: min(115vw, 1242px);
  width: min(18.1481481481vw, 196px);
  height: min(23.2407407407vw, 251px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/pc/sec02_img2.png);
}
.sec02 .sec02_lead1 {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: min(5.3703703704vw, 58px);
}
.sec02 .sec02_list3 {
  display: flex;
  justify-content: space-between;
  margin: 0 min(3.7037037037vw, 40px);
}
.sec02 .sec02_item3 {
  flex: 0 0 min(27.1296296296vw, 293px);
  background-color: #fff;
  border: 1px solid #DDD;
  padding-bottom: min(1.8518518519vw, 20px);
  position: relative;
}
.sec02 .sec02_item3:nth-child(1) .sec02_itemText1 {
  background-image: url(../img/pc/sec02_bg1.png);
}
.sec02 .sec02_item3:nth-child(2) .sec02_itemText1 {
  background-image: url(../img/pc/sec02_bg2.png);
}
.sec02 .sec02_item3:nth-child(3) .sec02_itemText1 {
  background-image: url(../img/pc/sec02_bg3.png);
}
.sec02 .sec02_item3:nth-child(3):after {
  display: none;
}
.sec02 .sec02_item3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(-3.7037037037vw, -40px);
  width: min(1.9444444444vw, 21px);
  height: min(5.462962963vw, 59px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/pc/sec02_arrow.png);
}
.sec02 .sec02_itemText1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  width: min(27.1296296296vw, 293px);
  height: min(6.9444444444vw, 75px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
}
.sec02 .sec02_itemText2 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  color: #000;
  text-align: center;
  margin-top: min(1.8518518519vw, 20px);
}
.sec02 .sec02_itemText3 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: min(0.1851851852vw, 2px);
}
.sec02 .sec02_bg3 {
  background-color: #45ABAB;
  padding: min(3.5185185185vw, 38px);
}
.sec02 .sec02_lead2 {
  color: #fff;
  text-align: center;
}
.sec02 .sec02_lead2 .quotation {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: min(6.4814814815vw, 70px);
}
.sec02 .sec02_lead2 .quotation:before {
  content: "";
  display: block;
  position: absolute;
  top: min(0.7407407407vw, 8px);
  left: max(-5.0925925926vw, -55px);
  width: min(2.5925925926vw, 28px);
  height: min(2.037037037vw, 22px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec02_quotation1.png);
}
.sec02 .sec02_lead2 .quotation:after {
  content: "";
  display: block;
  position: absolute;
  top: min(0.7407407407vw, 8px);
  right: max(-4.6296296296vw, -50px);
  width: min(2.5925925926vw, 28px);
  height: min(2.037037037vw, 22px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec02_quotation2.png);
}
.sec02 .sec02_lead2 .t1 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.sec02 .sec02_lead2 .t2 {
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.sec02 .sec02_lead2 .t3 {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1079px) {
  .sec02 .sec02_bg1 {
    padding: 8.6666666667vw 0 14.9333333333vw;
  }
  .sec02 .sec02_list1 {
    display: block;
    margin: 0 auto 3.2vw;
  }
  .sec02 .sec02_item1 {
    font-size: 3.7333333333vw;
    border-radius: 6.6666666667vw;
    padding: 0 5.7333333333vw;
    height: 10.2666666667vw;
    letter-spacing: 0.07em;
    margin: 0 auto;
  }
  .sec02 .sec02_item1:nth-child(1) {
    width: 82.8vw;
    margin-bottom: 3.7333333333vw;
  }
  .sec02 .sec02_item1:nth-child(2) {
    width: 73.3333333333vw;
  }
  .sec02 .sec02_title {
    margin-bottom: 8vw;
  }
  .sec02 .sec02_titleT1 {
    font-size: 5.8666666667vw;
    line-height: 220%;
    display: block;
    margin-bottom: 0vw;
  }
  .sec02 .sec02_titleT1 .dot {
    font-size: 8.5333333333vw;
    margin-left: 2vw;
  }
  .sec02 .sec02_titleT1 .dot:after {
    top: -0.5333333333vw;
    left: 3.3333333333vw;
    width: 18.4vw;
    height: 1.6vw;
  }
  .sec02 .sec02_titleT2 {
    font-size: 5.3333333333vw;
  }
  .sec02 .sec02_flex {
    display: block;
    gap: min(4.6296296296vw, 50px);
  }
  .sec02 .sec02_fig {
    width: 45.3333333333vw;
    margin: 0 auto;
  }
  .sec02 .sec02_item2 {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.6666666667vw;
    display: block;
    margin-bottom: 2.6666666667vw;
  }
  .sec02 .sec02_item2:before {
    left: 5.3333333333vw;
    width: 3.6vw;
    height: 2.9333333333vw;
  }
  .sec02 .sec02_item2 .large {
    font-size: 3.7333333333vw;
  }
  .sec02 .sec02_bg2 {
    padding: 22.6666666667vw 0 0.4vw;
  }
  .sec02 .sec02_bg2:after {
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 29.6vw;
    height: 26.6666666667vw;
    background-image: url(../img/sp/sec02_img2.png);
  }
  .sec02 .sec02_lead1 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .sec02 .sec02_list3 {
    display: block;
    margin: 0;
    width: 62.1333333333vw;
    margin: 0 auto;
  }
  .sec02 .sec02_item3 {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8.2666666667vw;
  }
  .sec02 .sec02_item3:nth-child(1) .sec02_itemText1 {
    background-image: url(../img/sp/sec02_bg1.png);
  }
  .sec02 .sec02_item3:nth-child(2) .sec02_itemText1 {
    background-image: url(../img/sp/sec02_bg2.png);
  }
  .sec02 .sec02_item3:nth-child(3) .sec02_itemText1 {
    background-image: url(../img/sp/sec02_bg3.png);
  }
  .sec02 .sec02_item3:after {
    top: auto;
    bottom: -6.1333333333vw;
    transform: translateY(0) translateX(-50%);
    right: auto;
    left: 50%;
    width: 7.8666666667vw;
    height: 2.8vw;
    background-image: url(../img/sp/sec02_arrow.png);
  }
  .sec02 .sec02_itemText1 {
    font-size: 4vw;
    width: 62.1333333333vw;
    height: 9.8666666667vw;
    letter-spacing: 0.08em;
  }
  .sec02 .sec02_itemText2 {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .sec02 .sec02_itemText3 {
    font-size: 4vw;
    margin-top: 0.2666666667vw;
  }
  .sec02 .sec02_bg3 {
    background-color: #45ABAB;
    padding: min(3.5185185185vw, 38px);
  }
  .sec02 .sec02_lead2 {
    color: #fff;
    text-align: center;
  }
  .sec02 .sec02_lead2 .quotation {
    font-size: 5.3333333333vw;
    margin: 0 0vw;
  }
  .sec02 .sec02_lead2 .quotation:before {
    top: 1.0666666667vw;
    left: -6vw;
    width: 3.7333333333vw;
    height: 2.9333333333vw;
  }
  .sec02 .sec02_lead2 .quotation:after {
    top: 1.0666666667vw;
    right: -6vw;
    width: 3.7333333333vw;
    height: 2.9333333333vw;
  }
  .sec02 .sec02_lead2 .t1 {
    font-size: 4vw;
  }
  .sec02 .sec02_lead2 .t2 {
    font-size: 6.9333333333vw;
  }
  .sec02 .sec02_lead2 .t3 {
    font-size: 5.3333333333vw;
  }
}

.sec03 {
  padding: min(6.6666666667vw, 72px) 0 min(7.8703703704vw, 85px);
  background-image: url(../img/pc/sec03_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec03 .sec03_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec03 .sec03_inner {
    max-width: 92vw;
  }
}
.sec03 .sec03_fig1 {
  width: min(82.1296296296vw, 887px);
  margin: 0 auto min(2.5925925926vw, 28px);
}
.sec03 .sec03_block {
  max-width: min(85.1851851852vw, 920px);
  margin: 0 auto;
  border: 1px solid #14B4B4;
  background: var(--base01, #FFF);
  position: relative;
  padding: min(7.4074074074vw, 80px) 0 min(5.5555555556vw, 60px);
}
.sec03 .sec03_block:before {
  content: "";
  display: block;
  position: absolute;
  top: max(0vw, 0px);
  right: max(0vw, 0px);
  width: min(12.962962963vw, 140px);
  height: min(12.037037037vw, 130px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec03_icon1.png);
}
.sec03 .sec03_block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(0vw, 0px);
  left: max(0vw, 0px);
  width: min(12.962962963vw, 140px);
  height: min(12.037037037vw, 130px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/sec03_icon2.png);
}
.sec03 .sec03_title {
  width: min(70.462962963vw, 761px);
  margin: 0 auto min(3.7037037037vw, 40px);
}
.sec03 .sec03_blockText1 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  margin-bottom: min(1.8518518519vw, 20px);
  letter-spacing: 0.06em;
}
.sec03 .sec03_blockText2 {
  background-color: #F5F5F5;
  font-size: min(2.5925925926vw, 28px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  width: min(62.4074074074vw, 674px);
  margin: 0 auto min(2.7777777778vw, 30px);
  letter-spacing: 0.1em;
  padding: min(0.9259259259vw, 10px) 0;
}
.sec03 .sec03_blockText2 .orange {
  color: #FC8B28;
}
.sec03 .sec03_blockText3 {
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
.sec03 .sec03_text1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: min(4.1666666667vw, 45px) 0 min(2.5925925926vw, 28px);
}
.sec03 .sec03_text2 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .sec03 {
    padding: 9.6vw 0 11.3333333333vw;
    background-image: url(../img/sp/sec03_bg.jpg);
  }
  .sec03 .sec03_inner {
    max-width: min(100vw, 1080px);
    margin: auto;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  .sec03 .sec03_inner {
    max-width: 92vw;
  }
}
@media screen and (max-width: 1079px) {
  .sec03 .sec03_fig1 {
    width: 78.6666666667vw;
    margin: 0 auto 3.7333333333vw;
  }
  .sec03 .sec03_block {
    max-width: 92vw;
    padding: 10.6666666667vw 0 10vw;
  }
  .sec03 .sec03_block:before {
    top: 0vw;
    right: 0vw;
    width: 18.6666666667vw;
    height: 17.3333333333vw;
  }
  .sec03 .sec03_block:after {
    bottom: 0vw;
    left: 0vw;
    width: 18.6666666667vw;
    height: 17.3333333333vw;
  }
  .sec03 .sec03_title {
    width: 69.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .sec03 .sec03_blockText1 {
    font-size: 3.4666666667vw;
    margin-bottom: 5.7333333333vw;
  }
  .sec03 .sec03_blockText2 {
    font-size: 4.2666666667vw;
    width: 71.6vw;
    margin: 0 auto 4vw;
    letter-spacing: 0.1em;
    padding: 5.3333333333vw 0;
  }
  .sec03 .sec03_blockText2 .orange {
    color: #FC8B28;
  }
  .sec03 .sec03_blockText3 {
    font-size: 2.6666666667vw;
    text-align: left;
    width: 71.6vw;
    margin: 0 auto;
  }
  .sec03 .sec03_text1 {
    font-size: 4vw;
    margin: 4.6666666667vw 0 2.9333333333vw;
  }
  .sec03 .sec03_text2 {
    font-size: 3.4666666667vw;
    text-align: left;
    width: 74.1333333333vw;
    margin: 0 auto;
  }
}

.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: flex;
  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: flex;
  justify-content: 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%;
  transform: translateX(-50%);
}
.sec04 .sec04_box1Flex {
  display: flex;
  gap: min(3.7037037037vw, 40px);
  justify-content: center;
  align-items: center;
}
.sec04 .sec04_box1Text {
  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 {
  flex: 0 0 min(27.962962963vw, 302px);
}
.sec04 .sec04_flex {
  display: flex;
  justify-content: center;
  gap: min(16.6666666667vw, 180px);
  margin-top: min(2.3148148148vw, 25px);
}
.sec04 .sec04_flexItem {
  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%;
  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: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max(-5.9259259259vw, -64px);
}
.sec04 .sec04_check {
  display: flex;
  justify-content: center;
  gap: min(5.9259259259vw, 64px);
}
.sec04 .sec04_checkItem {
  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%;
  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: flex;
    justify-content: center;
    gap: min(5.9259259259vw, 64px);
  }
  .sec04 .sec04_checkItem {
    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: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(3.4259259259vw, 37px);
}
.cv02 .cv02_fig {
  flex: 0 0 min(40.462962963vw, 437px);
}
.cv02 .cv02_box {
  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;
  }
}

.sec05 {
  padding: min(7.8703703704vw, 85px) 0 min(3.4259259259vw, 37px);
  background: linear-gradient(108deg, #D9E9FF 26.17%, rgba(203, 226, 255, 0.51) 51.96%, rgba(145, 192, 253, 0) 87.96%);
}
.sec05 .sec05_inner {
  max-width: min(100vw, 1080px);
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec05 .sec05_inner {
    max-width: 92vw;
  }
}
.sec05 .sec05_list {
  margin-top: min(5.0925925926vw, 55px);
}
.sec05 .sec05_item {
  background-color: #fff;
  position: relative;
  padding: min(5vw, 54px) min(7.4074074074vw, 80px);
  margin-bottom: min(5.3703703704vw, 58px);
}
.sec05 .sec05_item:nth-child(odd) .sec05_flex1 {
  flex-direction: row-reverse;
}
.sec05 .sec05_case {
  background-image: url(../img/common/sec05_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(11.1111111111vw, 120px);
  height: min(11.1111111111vw, 120px);
  position: absolute;
  left: 0;
  top: 0;
  padding: min(1.4814814815vw, 16px) 0 0 min(1.2037037037vw, 13px);
}
.sec05 .sec05_caseText1 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.sec05 .sec05_caseText2 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.sec05 .sec05_flex1 {
  display: flex;
  align-items: center;
  gap: min(4.0740740741vw, 44px);
  margin-bottom: min(3.7037037037vw, 40px);
}
.sec05 .sec05_fig1 {
  flex: 0 0 min(38.8888888889vw, 420px);
}
.sec05 .sec05_textArea {
  flex: 0 0 min(42.5925925926vw, 460px);
}
.sec05 .sec05_text1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.sec05 .sec05_text2 {
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  line-height: 160%;
  color: #14B4B4;
  letter-spacing: 0.08em;
  margin-bottom: min(1.8518518519vw, 20px);
}
.sec05 .sec05_text3 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
}
.sec05 .sec05_block {
  position: relative;
}
.sec05 .sec05_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(1.4814814815vw, 16px);
  width: min(9.0740740741vw, 98px);
  height: min(9.0740740741vw, 98px);
  background-image: url(../img/pc/sec05_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec05 .sec05_arrow span {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin-top: max(-1.8518518519vw, -20px);
}
.sec05 .sec05_flex2 {
  display: flex;
  justify-content: space-between;
}
.sec05 .sec05_box1 {
  flex: 0 0 min(39.9074074074vw, 431px);
  border: 1px solid var(--border, #DDD);
  background: var(--base, #FFF);
}
.sec05 .sec05_boxText1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  height: min(5.8333333333vw, 63px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DDD;
  margin: 0 min(3.0555555556vw, 33px);
}
.sec05 .sec05_boxList {
  font-size: min(1.6666666667vw, 18px);
  font-weight: 400;
  line-height: 160%;
  padding: 0 min(4.9074074074vw, 53px);
}
.sec05 .sec05_boxList.-circle1 li:before {
  background-image: url(../img/common/sec05_dot1.png);
}
.sec05 .sec05_boxList.-circle2 li:before {
  background-image: url(../img/common/sec05_dot2.png);
}
.sec05 .sec05_boxList li {
  margin-bottom: min(0.7407407407vw, 8px);
  font-size: min(1.6666666667vw, 18px);
  font-weight: 400;
  line-height: 160%;
  position: relative;
  padding-left: min(2.5925925926vw, 28px);
}
.sec05 .sec05_boxList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: min(0.3703703704vw, 4px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
}
.sec05 .sec05_boxCont {
  height: min(15.3703703704vw, 166px);
  display: flex;
  align-items: center;
}
.sec05 .sec05_box2 {
  flex: 0 0 min(39.9074074074vw, 431px);
  border: 1px solid var(--border, #DDD);
  background: var(--base, #EFF6FF);
  height: min(21.2962962963vw, 230px);
}
.sec05 .sec05_boxText2 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  height: min(5.8333333333vw, 63px);
  background-color: #14B4B4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1079px) {
  .sec05 {
    padding: 10.6666666667vw 0 4.5333333333vw;
    background-image: url(../img/sp/sec06_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec05 .sec05_list {
    margin-top: 7.3333333333vw;
  }
  .sec05 .sec05_item {
    position: relative;
    padding: 4vw 4vw 6.6666666667vw;
    margin-bottom: 6.4vw;
  }
  .sec05 .sec05_case {
    width: 23.7333333333vw;
    height: 23.7333333333vw;
    padding: 3.2vw 0 0 3.7333333333vw;
  }
  .sec05 .sec05_caseText1 {
    font-size: 2.6666666667vw;
  }
  .sec05 .sec05_caseText2 {
    font-size: 4.5333333333vw;
    padding-left: 0.9333333333vw;
  }
  .sec05 .sec05_flex1 {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
  .sec05 .sec05_textArea {
    width: 70vw;
    margin: 4vw auto 0;
  }
  .sec05 .sec05_text1 {
    font-size: 4vw;
  }
  .sec05 .sec05_text2 {
    font-size: 5.3333333333vw;
  }
  .sec05 .sec05_text3 {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
  }
  .sec05 .sec05_arrow {
    top: 26.6666666667vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    background-image: url(../img/sp/sec05_arrow.png);
  }
  .sec05 .sec05_arrow span {
    font-size: 3.2vw;
    margin-top: -2.4vw;
  }
  .sec05 .sec05_flex2 {
    display: block;
    width: 70vw;
    margin: 0 auto;
  }
  .sec05 .sec05_box1 {
    margin-bottom: 12.9333333333vw;
    height: 30.6666666667vw;
  }
  .sec05 .sec05_boxText1 {
    font-size: 4vw;
    height: 9.7333333333vw;
    margin: 0 10.1333333333vw;
  }
  .sec05 .sec05_boxList {
    font-size: 2.9333333333vw;
    padding: 0 0vw;
  }
  .sec05 .sec05_boxList.-circle1 li:before {
    background-image: url(../img/common/sec05_dot1.png);
  }
  .sec05 .sec05_boxList.-circle2 li:before {
    background-image: url(../img/common/sec05_dot2.png);
  }
  .sec05 .sec05_boxList li {
    margin-bottom: 1.0666666667vw;
    font-size: 2.9333333333vw;
    padding-left: 3.7333333333vw;
  }
  .sec05 .sec05_boxList li:before {
    top: 0.9333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .sec05 .sec05_boxCont {
    height: 20.9333333333vw;
    justify-content: center;
    width: 100%;
  }
  .sec05 .sec05_box2 {
    border: none;
    height: 30.6666666667vw;
  }
  .sec05 .sec05_boxText2 {
    font-size: 4vw;
    height: 9.6vw;
  }
}

.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: flex;
  align-items: 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%;
  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 {
  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: flex;
  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%;
  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: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(6.4814814815vw, 70px);
}
.footer .footer_logo {
  flex: 0 0 min(21.6666666667vw, 234px);
}
.footer .footer_item {
  display: flex;
  justify-content: flex-start;
  width: min(50.5555555556vw, 546px);
}
.footer .footer_item:not(:last-child) {
  margin-bottom: min(0.7407407407vw, 8px);
}
.footer .footer_term {
  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 {
  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;
    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 {
    flex: 0 0 20vw;
    font-size: 2.6666666667vw;
  }
  .footer .footer_desc {
    font-size: 2.6666666667vw;
  }
  .footer .footer_copy {
    font-size: 2.6666666667vw;
  }
}