/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: calc(10 / 1050 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333;
}

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.center {
  text-align: center;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-ttl {
  font-size: 8.2666666667vw;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 4rem;
  }
}
.sec-ttl .name {
  display: inline-block;
  position: relative;
}
.sec-ttl .name span {
  font-size: 2.6666666667vw;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-ttl .name span {
    font-size: 1.4rem;
    top: -1rem;
  }
}
.sec-ttl .mini {
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-ttl .mini {
    font-size: 2.8rem;
  }
}
.sec-ttl .line {
  background: linear-gradient(transparent 65%, #fff 65%, #fff 95%, transparent 95%);
}

@keyframes fadeInBig {
  0% {
    transform: scale(0);
  }
  65% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
/* header
---------------------------------------------------- */
.header {
  height: 17.3333333333vw;
  padding: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    height: 9.3rem;
    padding: 0;
    justify-content: center;
    column-gap: 61.5rem;
  }
}
.header__logo {
  width: 23.0666666667vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 13.5rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__btn {
  width: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .header__btn {
    width: 25rem;
  }
}
.header__btn a {
  height: 9.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 6.6666666667vw;
  background: #e63240 url(../img/arrow01.svg) no-repeat right 2.9333333333vw top 50%;
  background-size: 3.4666666667vw auto;
  border-radius: 100vh;
  box-shadow: 0px 0.8vw 0px 0px rgba(230, 50, 64, 0.5);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__btn a {
    height: 5.2rem;
    font-size: 2.2rem;
    padding: 0 0 0 3.8rem;
    background: #e63240 url(../img/arrow01.svg) no-repeat right 1.6rem top 50%;
    background-size: 2rem auto;
    box-shadow: 0px 0.4rem 0px 0px rgba(230, 50, 64, 0.5);
  }
}

/* fv
---------------------------------------------------- */
.fv {
  padding: 9.0666666667vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 48rem;
    padding: 8.7rem 0 0 0;
    /*max-width: 1440px;
    margin: 0 auto;*/
  }
}
@media screen and (min-width: 768px) {
  .fv h1 img {
    width: 51.2rem;
    margin: 0 0 0 -1.3rem;
  }
}
.fv__slide {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.fv__slideItem {
  height: 64vw;
}
@media screen and (min-width: 768px) {
  .fv__slideItem {
    height: 48rem;
  }
}
.fv__slideItem.bg01 {
  background: url(../img/fv-photo01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .fv__slideItem.bg01 {
    background: url(../img/fv-photo01-pc.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}
.fv__slideItem.bg02 {
  background: url(../img/fv-photo02.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .fv__slideItem.bg02 {
    background: url(../img/fv-photo02-pc.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.fv__slideItem.bg03 {
  background: url(../img/fv-photo03.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .fv__slideItem.bg03 {
    background: url(../img/fv-photo03-pc.jpg) no-repeat 50% 100%;
    background-size: cover;
  }
}

/* about
---------------------------------------------------- */
.about {
  background: #fef4e5;
  padding: 3.2vw 0 9.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 1.6rem 0 4.9rem 0;
  }
}
.about h2 {
  width: 81.7333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about h2 {
    width: 38.8rem;
  }
}
.about__txt01 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about__txt01 {
    max-width: 63rem;
    font-size: 1.7rem;
    line-height: 2.05;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .about__txt01::after {
    content: '';
    display: block;
    width: 100%;
  }
}
.about__txt01 span {
  display: inline-block;
  min-width: 76vw;
  background: #fff;
  background: linear-gradient(transparent 10%, #fff 10%, #fff 90%, transparent 90%);
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .about__txt01 span {
    display: inline;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .about__txt01 span:nth-of-type(n+2) {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .about__txt01 span:nth-of-type(2) {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .about__txt01 span:nth-of-type(3) {
    padding-left: 0;
  }
}
.about dl {
  display: flex;
  justify-content: center;
  column-gap: 2.1333333333vw;
  margin: 5.8666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .about dl {
    align-items: center;
    column-gap: 0.8rem;
    margin: 1.7rem 0 0 0;
  }
}
.about dt {
  width: 11.0666666667vw;
  height: 11.0666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #1badca;
  border-radius: 0.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about dt {
    width: 7.7rem;
    height: 2.9rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
  }
}
.about dd {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about dd {
    font-size: 1.6rem;
  }
}
.about .cv {
  margin-top: 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .about .cv {
    margin-top: 4.5rem;
  }
}

/* cv
---------------------------------------------------- */
.cv p:not(.cv__btn) {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  animation: cv 2s linear infinite;
  transform: rotate(3deg);
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .cv p:not(.cv__btn) {
    font-size: 2.5rem;
  }
}
.cv p:not(.cv__btn) > span.mini {
  display: block;
  font-size: 3.4666666667vw;
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .cv p:not(.cv__btn) > span.mini {
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
  }
}
.cv p:not(.cv__btn) > span:not(.mini) {
  color: #f29600;
}
.cv p:not(.cv__btn) > span:not(.mini) span {
  font-size: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cv p:not(.cv__btn) > span:not(.mini) span {
    font-size: 3rem;
  }
}
.cv p:not(.cv__btn) sup {
  font-size: 50%;
  vertical-align: 0.8em;
}
.cv__btn {
  width: 89.3333333333vw;
  margin: 2.9333333333vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cv__btn {
    width: 46.9rem;
    margin: 1.6rem auto 0 auto;
  }
}
.cv__btn a {
  height: 12vw;
  font-size: 5.6vw;
  font-weight: 700;
  color: #fff;
  background: #e63240 url(../img/arrow01.svg) no-repeat right 3.7333333333vw top 50%;
  background-size: 4.4vw auto;
  border-radius: 100vh;
  box-shadow: 0px 0.8vw 0px 0px rgba(230, 50, 64, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cv__btn a {
    height: 6.2rem;
    font-size: 2.8rem;
    background: #e63240 url(../img/arrow01.svg) no-repeat right 2rem top 50%;
    background-size: 2.5rem auto;
    box-shadow: 0px 0.5rem 0px 0px rgba(230, 50, 64, 0.5);
  }
}
.cv__btn a::after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  background: #fbb9be;
  position: absolute;
  top: -24vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cv__btn a::after {
    top: -13.4rem;
  }
}
@media (hover: hover) {
  .cv__btn a:hover {
    opacity: 1;
  }
  .cv__btn a:hover::after {
    animation: shiny 3.5s ease-in-out 0s infinite;
  }
}
@media (hover: none) {
  .cv__btn a:active {
    opacity: 1;
  }
  .cv__btn a:active::after {
    animation: shiny 3.5s ease-in-out 0s infinite;
  }
}

@keyframes cv {
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  11% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* cm
---------------------------------------------------- */
.cm {
  padding: 7.7333333333vw 0 8vw 0;
}
@media screen and (min-width: 768px) {
  .cm {
    padding: 4rem 0;
  }
}
.cm h2 {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cm h2 {
    font-size: 2.6rem;
  }
}
.cm__video {
  width: 89.3333333333vw;
  margin: 2.6666666667vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cm__video {
    width: 67rem;
    margin: 2.5rem auto 0 auto;
  }
}
.cm iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* worries
---------------------------------------------------- */
.worries__bg01 {
  background: #a4deea;
  padding: 6.6666666667vw 5.3333333333vw 0.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__bg01 {
    padding: 8.7rem 0 0 0;
  }
}
.worries__bg02 {
  background: #fceacc;
  padding: 8vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .worries__bg02 {
    padding: 6.3rem 0 3.5rem 0;
    margin: -2.4rem 0 0 0;
  }
}
.worries__bg02::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.6666666667vw 50vw 0px 50vw;
  border-color: #a4deea transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .worries__bg02::after {
    border-width: 6rem 50vw 0px 50vw;
  }
}
.worries h2 {
  height: 12vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
  background: #666;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries h2 {
    width: 48rem;
    height: 6.4rem;
    font-size: 3rem;
    margin: 0 auto;
  }
}
.worries h2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4666666667vw 2vw 0px 2vw;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .worries h2::after {
    border-width: 2rem 1.2rem 0px 1.2rem;
  }
}
.worries__list01 {
  margin: 10.4vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .worries__list01 {
    width: 54.8rem;
    margin: 5rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5rem;
    row-gap: 4.6rem;
  }
}
.worries__list01 li {
  min-height: 28vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2;
  background: #fff;
  border-radius: 9.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries__list01 li {
    min-height: 12.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 3.8rem;
  }
}
.worries__list01 li::before, .worries__list01 li::after {
  content: '';
  display: block;
  position: absolute;
}
.worries__list01 li::before {
  background-repeat: no-repeat;
  background-size: 100%;
}
.worries__list01 li::after {
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
.worries__list01 li.arrow-left::after {
  border-width: 2vw 3.4666666667vw 2vw 0px;
  border-color: transparent #fff transparent transparent;
  right: 100%;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.arrow-left::after {
    border-width: 1rem 1.6rem 1rem 0px;
  }
}
.worries__list01 li.arrow-right::after {
  border-width: 2vw 0 2vw 3.4666666667vw;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.arrow-right::after {
    border-width: 1rem 0 1rem 1.6rem;
  }
}
.worries__list01 li:not(:first-child) {
  margin-top: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li:not(:first-child) {
    margin: 0;
  }
}
.worries__list01 li.illust01 {
  width: 48vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust01 {
    width: 21.6rem;
    margin-left: 2.4rem;
  }
}
.worries__list01 li.illust01::before {
  width: 37.4666666667vw;
  height: 32.2666666667vw;
  background-image: url(../img/worries-illust01.png);
  top: -4.2666666667vw;
  left: -41.2vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust01::before {
    width: 16.8rem;
    height: 14.5rem;
    top: -1.9rem;
    left: -18.6rem;
  }
}
.worries__list01 li.illust02 {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust02 {
    width: 24rem;
    margin-right: 1.8rem;
  }
}
.worries__list01 li.illust02::before {
  width: 29.7333333333vw;
  height: 30vw;
  background-image: url(../img/worries-illust02.png);
  top: -1.0666666667vw;
  right: -34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust02::before {
    width: 13.4rem;
    height: 13.5rem;
    top: -0.4rem;
    right: -15.5rem;
  }
}
.worries__list01 li.illust03 {
  width: 53.3333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust03 {
    width: 24rem;
  }
}
.worries__list01 li.illust03::before {
  width: 29.0666666667vw;
  height: 31.2vw;
  background-image: url(../img/worries-illust03.png);
  top: -2.8vw;
  left: -32.9333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust03::before {
    width: 13.1rem;
    height: 14.1rem;
    top: -1.2rem;
    left: -14.8rem;
  }
}
.worries__list01 li.illust04 {
  width: 57.3333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust04 {
    width: 25.8rem;
  }
}
.worries__list01 li.illust04::before {
  width: 20vw;
  height: 32.8vw;
  background-image: url(../img/worries-illust04.png);
  top: -2.4vw;
  right: -28.5333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__list01 li.illust04::before {
    width: 9rem;
    height: 14.8rem;
    top: -1.1rem;
    right: -12.9rem;
  }
}
.worries__txt01 {
  max-inline-size: max-content;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  margin: 9.3333333333vw auto 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .worries__txt01 {
    font-size: 3rem;
    margin: 4.3rem auto 0 auto;
  }
}
.worries__txt01::after {
  content: '';
  display: block;
  position: absolute;
  width: 7.8666666667vw;
  height: 10.6666666667vw;
  background: url(../img/worries-illust05.png) no-repeat;
  background-size: 100%;
  top: -4.2666666667vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .worries__txt01::after {
    width: 4.7rem;
    height: 6.2rem;
    top: -2.5rem;
  }
}
.worries__txt02 {
  min-height: 43.2vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  padding: 8.6666666667vw 0 0 0;
  background: url(../img/worries-bg01.png) no-repeat 50% 0;
  background-size: 88.2666666667vw auto;
}
@media screen and (min-width: 768px) {
  .worries__txt02 {
    width: 87.6rem;
    min-height: 14.2rem;
    font-size: 3rem;
    padding: 3.5rem 0 0 0;
    background: url(../img/worries-bg01-pc.png) no-repeat 50% 0;
    background-size: 100% auto;
    margin: 0 auto;
  }
}
.worries__txt02.animated {
  animation: fadeInBig cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s forwards;
}
.worries__txt02 > span {
  display: inline-block;
  position: relative;
}
.worries__txt02 > span span {
  font-size: 2.6666666667vw;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .worries__txt02 > span span {
    font-size: 1.1rem;
    top: -1rem;
  }
}
.worries__txt03 {
  max-inline-size: max-content;
  min-height: 5.4666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
  padding: 0 5.3333333333vw;
  background: url(../img/worries-bg02.png) no-repeat, url(../img/worries-bg03.png) no-repeat 100% 0;
  background-size: auto 5.4666666667vw;
  margin: 6.4vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .worries__txt03 {
    min-height: 2.6rem;
    font-size: 2.3rem;
    padding: 0 2.7rem;
    background-size: auto 2.6rem;
    margin: 4.5rem auto 0 auto;
  }
}
.worries__list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.4666666667vw;
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .worries__list02 {
    width: 69rem;
    justify-content: center;
    column-gap: 1rem;
    row-gap: 1rem;
    margin: 2.4rem auto 0 auto;
  }
}
.worries__list02 li {
  width: 28.8vw;
  height: 28.8vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 100vh;
  padding: 16vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .worries__list02 li {
    width: 13rem;
    height: 13rem;
    font-size: 1.4rem;
    padding: 7.2rem 0 0 0;
  }
}
.worries__list02 li.icon01 {
  background-image: url(../img/worries-icon01.svg);
  background-position: 50% 3.4666666667vw;
  background-size: 11.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon01 {
    background-position: 50% 1.6rem;
    background-size: 5.2rem auto;
  }
}
.worries__list02 li.icon02 {
  background-image: url(../img/worries-icon02.svg);
  background-position: 50% 3.8666666667vw;
  background-size: 8.2666666667vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon02 {
    background-position: 50% 1.7rem;
    background-size: 3.8rem auto;
  }
}
.worries__list02 li.icon03 {
  background-image: url(../img/worries-icon03.svg);
  background-position: 50% 2.6666666667vw;
  background-size: 6.4vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon03 {
    background-position: 50% 1.2rem;
    background-size: 2.9rem auto;
  }
}
.worries__list02 li.icon04 {
  background-image: url(../img/worries-icon04.svg);
  background-position: 50% 5.3333333333vw;
  background-size: 13.7333333333vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon04 {
    background-position: 50% 2.4rem;
    background-size: 6.2rem auto;
  }
}
.worries__list02 li.icon05 {
  background-image: url(../img/worries-icon05.svg);
  background-position: 50% 4.4vw;
  background-size: 10.4vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon05 {
    background-position: 50% 2rem;
    background-size: 4.8rem auto;
  }
}
.worries__list02 li.icon06 {
  background-image: url(../img/worries-icon06.svg);
  background-position: 50% 3.8666666667vw;
  background-size: 8vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon06 {
    background-position: 50% 1.8rem;
    background-size: 3.6rem auto;
  }
}
.worries__list02 li.icon07 {
  background-image: url(../img/worries-icon07.svg);
  background-position: 50% 5.6vw;
  background-size: 12.4vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon07 {
    background-position: 50% 2.4rem;
    background-size: 5.6rem auto;
  }
}
.worries__list02 li.icon08 {
  background-image: url(../img/worries-icon08.svg);
  background-position: 50% 3.6vw;
  background-size: 10.8vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon08 {
    background-position: 50% 1.6rem;
    background-size: 4.9rem auto;
  }
}
.worries__list02 li.icon09 {
  background-image: url(../img/worries-icon09.svg);
  background-position: 50% 6vw;
  background-size: 12.8vw auto;
}
@media screen and (min-width: 768px) {
  .worries__list02 li.icon09 {
    background-position: 50% 2.7rem;
    background-size: 5.8rem auto;
  }
}
.worries__img01 {
  margin: 6.6666666667vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .worries__img01 {
    width: 40.2rem;
    margin: 1.3rem auto 0 auto;
  }
}
.worries .cv {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .worries .cv {
    margin-top: 2rem;
  }
}

/* point
---------------------------------------------------- */
.point {
  background: #e8f7fa;
  padding: 6.6666666667vw 5.3333333333vw 8.2666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 5.2rem 0 5.5rem 0;
  }
}
.point h2 {
  color: #1badca;
}
.point h3 {
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1;
  color: #1badca;
  margin: 4.5333333333vw 0 4vw 0;
}
@media screen and (min-width: 768px) {
  .point h3 {
    font-size: 2.5rem;
    margin: 2rem 0 1.7rem 0;
  }
}
.point__no {
  width: 16vw;
  height: 16vw;
  background: #f29600;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: -8vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .point__no {
    width: 7.3rem;
    height: 7.3rem;
    top: -3.6rem;
    left: 2.4rem;
  }
}
.point__no > span {
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.point__no > span:nth-child(1) {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .point__no > span:nth-child(1) {
    font-size: 1.2rem;
  }
}
.point__no > span:nth-child(2) {
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .point__no > span:nth-child(2) {
    font-size: 3.3rem;
  }
}
.point__list {
  margin-top: 13.0666666667vw;
}
@media screen and (min-width: 768px) {
  .point__list {
    margin-top: 8.4rem;
    display: flex;
    justify-content: space-between;
  }
}
.point__list li {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.78;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point__list li {
    width: 30.5rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.point__list li:not(:first-child) {
  margin: 16.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .point__list li:not(:first-child) {
    margin: 0;
  }
}
.point + .cv {
  padding: 8.2666666667vw 0 9.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .point + .cv {
    padding: 4rem 0;
  }
}

/* flow
---------------------------------------------------- */
.flow {
  background: #fef4e5;
  padding: 7.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 4.8rem 0 4rem 0;
  }
}
.flow h2 {
  color: #f29600;
}
.flow h3 {
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1;
  color: #1badca;
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .flow h3 {
    font-size: 2rem;
    margin: 0 0 1.2rem 0;
  }
}
.flow__no {
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow__no {
    font-size: 5rem;
  }
}
.flow__list {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 6.5rem;
    display: flex;
    justify-content: space-between;
  }
}
.flow__list li {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.38;
  background: #fff;
  border-radius: 5.3333333333vw;
  padding: 9.6vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__list li {
    width: 24rem;
    min-height: 27.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 4.8rem 0 0 0;
    border-radius: 3rem;
  }
}
.flow__list li:not(:first-child) {
  margin: 12.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__list li:not(:first-child) {
    margin: 0;
  }
}
.flow__list li.bg01 {
  padding-bottom: 42.1333333333vw;
  background: #fff url(../img/flow-bg01.png) no-repeat 50% 100%;
  background-size: 42.6666666667vw auto;
}
@media screen and (min-width: 768px) {
  .flow__list li.bg01 {
    padding-bottom: 0;
    background-size: 15.4rem auto;
  }
}
.flow__list li.bg02 {
  padding-bottom: 42.1333333333vw;
  background: #fff url(../img/flow-bg02.png) no-repeat 50% 100%;
  background-size: 42.6666666667vw auto;
}
@media screen and (min-width: 768px) {
  .flow__list li.bg02 {
    padding-bottom: 0;
    background-size: 15.4rem auto;
  }
}
.flow__list li.bg03 {
  padding-bottom: 32vw;
  background: #fff url(../img/flow-bg03.png) no-repeat left 50% bottom 10.6666666667vw;
  background-size: 58.6666666667vw auto;
}
@media screen and (min-width: 768px) {
  .flow__list li.bg03 {
    padding-bottom: 0;
    background: #fff url(../img/flow-bg03.png) no-repeat left 50% bottom 2.3rem;
    background-size: 20rem auto;
  }
}
.flow__list li.bg04 {
  padding-bottom: 42.4vw;
  background: #fff url(../img/flow-bg04.png) no-repeat left 50% bottom 15.7333333333vw;
  background-size: 60.2666666667vw auto;
}
@media screen and (min-width: 768px) {
  .flow__list li.bg04 {
    padding-bottom: 0;
    background: #fff url(../img/flow-bg04-pc.png) no-repeat left 50% bottom 4rem;
    background-size: 18.7rem auto;
  }
}
.flow__notes {
  max-inline-size: max-content;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.45;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 1em auto 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__notes {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* voice
---------------------------------------------------- */
.voice {
  padding: 7.3333333333vw 5.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 5rem 0 0 0;
  }
}
.voice h2 {
  color: #333;
}
.voice h2 .line {
  background: linear-gradient(transparent 65%, #ddf3f7 65%, #ddf3f7 95%, transparent 95%);
}
.voice__list {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 5.4rem;
  }
}
.voice__list li {
  background: #ddf3f7;
  border-radius: 5.3333333333vw;
  padding: 12.2666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__list li {
    padding: 5.5rem 10rem 4rem 5rem;
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
  }
}
.voice__list li:not(:first-child) {
  margin: 5.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .voice__list li:not(:first-child) {
    margin: 2.8rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .voice__list li > div:nth-of-type(1) {
    width: 45rem;
  }
}
@media screen and (min-width: 768px) {
  .voice__list li > div:nth-of-type(2) {
    width: 35.4rem;
  }
}
.voice__no {
  font-size: 6.6666666667vw;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: #1badca;
  position: absolute;
  top: -0.7em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .voice__no {
    font-size: 3rem;
  }
}
.voice__no span {
  font-size: 200%;
  font-weight: 100;
}
.voice h3 {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice h3 {
    font-size: 1.9rem;
    text-align: left;
  }
}
.voice h3 span {
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .voice h3 span {
    font-size: 2.3rem;
  }
}
.voice__txt {
  width: 50.4vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  border-radius: 4vw;
  padding: 2.6666666667vw 4vw;
  margin: 3.6vw 0 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__txt {
    width: 32.3rem;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 3rem 4.3rem;
    border-radius: 2rem;
    margin: 1.6rem 0 0 auto;
  }
}
.voice__txt::before, .voice__txt::after {
  content: '';
  display: block;
  position: absolute;
}
.voice__txt::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 3.4666666667vw 2vw 0px;
  border-color: transparent #fff transparent transparent;
  right: 100%;
  top: 8.9333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__txt::before {
    border-width: 0.9rem 1.5rem 0.9rem 0px;
    top: 4rem;
  }
}
.voice__txt::after {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: -28vw;
}
@media screen and (min-width: 768px) {
  .voice__txt::after {
    width: 9.7rem;
    height: 9.7rem;
    left: -12.7rem;
  }
}
.voice__txt.icon01::after {
  background-image: url(../img/voice-icon01.png);
}
.voice__txt.icon02::after {
  background-image: url(../img/voice-icon02.png);
}
.voice__txt.icon03::after {
  background-image: url(../img/voice-icon03.png);
}
.voice__txt.icon04::after {
  background-image: url(../img/voice-icon04.png);
}
.voice dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.8666666667vw;
  row-gap: 1.6vw;
  margin: 3.7333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .voice dl {
    column-gap: 0.8rem;
    row-gap: 0.7rem;
    margin: 0;
  }
}
.voice dt {
  width: 17.7333333333vw;
  height: 4.5333333333vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  color: #fff;
  background: #1badca;
  border-radius: 0.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .voice dt {
    width: 8rem;
    height: 2rem;
    font-size: 1.3rem;
    border-radius: 0.5rem;
  }
}
.voice dt span {
  margin: -0.1em 0 0 0;
}
.voice dd {
  width: 59.0666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .voice dd {
    width: 26.6rem;
    font-size: 1.6rem;
  }
}
.voice__img {
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .voice__img {
    margin: 1.8rem 0 0 0;
  }
}
.voice + .cv {
  padding: 8.2666666667vw 0 9.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .voice + .cv {
    padding: 4rem 0;
  }
}

/* qa
---------------------------------------------------- */
.qa {
  background: #fef4e5;
  padding: 8.6666666667vw 5.3333333333vw 7.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 5rem 0 4.5rem 0;
  }
}
.qa dl {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .qa dl {
    margin-top: 3.5rem;
  }
}
.qa dt {
  min-height: 9.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.33;
  padding: 1.7333333333vw 0 0 11.6vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa dt {
    min-height: 4.2rem;
    font-size: 1.8rem;
    padding: 0.8rem 0 0 6.8rem;
  }
}
.qa dt::after {
  content: 'Q';
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
  list-style-position: 1;
  background: #f29803;
  border-radius: 100vh;
  padding: 0.1em 0 0 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .qa dt::after {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.4rem;
    left: 1.5rem;
  }
}
.qa dd {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.78;
  padding: 1.3333333333vw 0 0 11.6vw;
}
@media screen and (min-width: 768px) {
  .qa dd {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0.8rem 1em 0 6.8rem;
  }
}
.qa dd:not(:nth-last-of-type(1)) {
  padding-bottom: 8.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa dd:not(:nth-last-of-type(1)) {
    padding-bottom: 6.5rem;
  }
}
.qa dd:not(:nth-last-of-type(1))::after {
  content: '';
  display: block;
  width: 89.0666666667vw;
  height: 0.5333333333vw;
  background: url(../img/qa-dot.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .qa dd:not(:nth-last-of-type(1))::after {
    width: 99.63rem;
    height: 0.2rem;
    background: url(../img/qa-dot-pc.png) no-repeat;
    bottom: 3.4rem;
  }
}
.qa + .cv {
  padding: 8.2666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .qa + .cv {
    padding: 4rem 0 0 0;
  }
}

/* footer
---------------------------------------------------- */
.footer {
  padding: 7.3333333333vw 0 9.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.5rem 0 6rem 0;
  }
}
.footer__notes {
  font-size: 2.6666666667vw;
  line-height: 1.2;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer__notes {
    font-size: 1rem;
    text-align: center;
    padding: 0;
  }
}
.footer__logo {
  width: 38.5333333333vw;
  margin: 9.3333333333vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 20.2rem;
    margin: 6rem auto 0 auto;
  }
}

/*# sourceMappingURL=main.css.map */
