@charset "UTF-8";

/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

a {
  text-decoration: none;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}

:root {
  --rate-vw: 0.0520833333vw;
  --rate-fz: 0.0520833333vw;
  --cap: 1;
}

@media screen and (max-width: 767px) {
  :root {
    --rate-vw: 0.1333333333vw;
    --rate-fz: 0.1333333333vw;
    --cap: 10;
  }
}

/*------------------------------
common
------------------------------*/
body {
  word-break: break-all;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /* スクロールバー補完 */
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

section {
  overflow: hidden;
}

/* コンテンツ幅
------------------------------*/
@media (max-width: 767px) {
  main {
    margin-bottom: calc(172 * var(--rate-vw));
  }
}

img,
picture {
  display: block;
}

/*------------------------------
header
------------------------------*/
header {
  display: flex;
  padding: calc(10 * var(--rate-vw)) 0 calc(6 * var(--rate-vw));
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  header {
    width: 88%;
    padding: 0.5% 0 1%;
  }
}

.header__logo {
  width: 20%;
}

@media (max-width: 767px) {
  .header__logo {
    width: 39%;
    transform: translateX(2%);
  }
}

.header__text {
  width: 49.4%;
  margin-left: 3.2%;
  display: flex;
  align-items: center;
}

.header__text p {
  border-left: calc(1 * var(--rate-vw)) solid #1a1a1a;
  border-right: calc(1 * var(--rate-vw)) solid #1a1a1a;
  color: #333333;
  font-size: calc(18 * var(--rate-vw));
  padding: 0.5em 1em;
  letter-spacing: 0.07em;
}

.header__text p:first-child {
  border-right: none;
}

@media (max-width: 767px) {
  .header__text {
    width: 61%;
    margin-left: 0;
    padding-left: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: calc(14 * var(--rate-vw)) 0;
  }

  .header__text p {
    font-size: calc(20 * var(--rate-fz));
    padding: 0;
    border: none;
    letter-spacing: 0.14em;
  }
}

.header__btns {
  display: flex;
  align-items: center;
  width: 24.2%;
  margin-left: 2.5%;
}

@media (max-width: 767px) {
  .header__btns {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 0;
    justify-content: center;
    gap: 0 calc(30 * var(--rate-vw));
    background: #fff;
    padding: 6.5% 0;
    z-index: 500;
  }
}

.header__btns a {
  position: relative;
  font-weight: 500;
  background: #bca475;
  color: #fff;
  font-size: calc(18 * var(--rate-fz));
  border-radius: calc(20 * var(--rate-vw));
  padding: 0.7em 1.45em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .header__btns a {
    font-size: calc(32 * var(--rate-fz));
    width: calc(235 * var(--rate-vw));
    aspect-ratio: 235/75;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(35 * var(--rate-vw));
  }
}

.header__btns a::before {
  content: "";
  position: absolute;
  border-radius: calc(23 * var(--rate-vw));
  border: calc(1 * var(--rate-vw)) solid #bca475;
  transform: translate(-50%, -50%);
  width: calc(143 * var(--rate-vw));
  height: calc(50 * var(--rate-vw));
  left: 50%;
  top: 50%;
}

@media (max-width: 767px) {
  .header__btns a::before {
    width: calc(250 * var(--rate-vw));
    height: calc(88 * var(--rate-vw));
    border-radius: calc(40 * var(--rate-vw));
  }
}

.header__btns a:nth-child(n+2) {
  margin-left: 7%;
}

@media (max-width: 767px) {
  .header__btns a:nth-child(n+2) {
    margin-left: 0;
  }
}

/*------------------------------
main
------------------------------*/
.sec01 {
  position: relative;
  background: #e0c2e0;
}

.sec01 .img01 {
  width: 77.3%;
  margin: -3% auto 0;
  transform: translateX(8%);
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .sec01 .img01 {
    width: 100.3%;
    transform: unset;
    margin: 0;
    max-width: unset;
    transform: translateX(-0.1%);
  }
}

.sec01 .img02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42.5%);
  width: 100%;
  z-index: 2;
}

.sec01 .img03 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec01 .img03 {
    display: none;
  }
}

.sec01 .cta {
  width: 17.3%;
  display: block;
  margin: 4% auto 3%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec01 .cta {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-51.9%, -72%);
    width: 44%;
    margin: 0;
    z-index: 10;
  }
}

.sec02 {
  margin-top: 4%;
  padding-top: calc(50 * var(--rate-vw));
  padding-bottom: calc(60 * var(--rate-vw));
  position: relative;
  background: #faf7ee;
}

@media (max-width: 767px) {
  .sec02 {
    margin-top: 16.3%;
    padding-top: 9.6%;
    padding-bottom: 0;
  }
}

.sec02 .img01 {
  width: 33.3%;
  margin: 2.6% auto 0;
}

.sec02 .img02 {
  width: 31.6%;
  margin: 4.9% auto 0;
}

.sec02 .img03 {
  width: 90.9%;
  margin: 2.7% auto 0;
  transform: translateX(5.5%);
}

@media (max-width: 767px) {
  .sec02 .img03 {
    width: 100%;
    margin: 6.2% auto 0;
    transform: translateX(0%);
  }
}

.sec02 .img04 {
  width: 86.6%;
  margin: -3.6% auto 0;
  transform: translateX(9.1%);
}

@media (max-width: 767px) {
  .sec02 .img04 {
    width: 100%;
    margin: 12.9% auto 0;
    transform: translateX(0%);
  }
}

.sec02 .text01 {
  font-size: calc(32 * var(--rate-fz));
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2;
}

@media (max-width: 767px) {
  .sec02 .text01 {
    font-size: calc(30 * var(--rate-fz));
  }
}

.sec02 .text02 {
  text-align: center;
  font-size: calc(26 * var(--rate-fz));
  line-height: 2;
  margin-top: 0.1em;
  letter-spacing: 0.05em;
}

.sec03 {
  padding-top: 4%;
}

@media (max-width: 767px) {
  .sec03 {
    margin-top: 0;
    padding-top: 15%;
  }
}

.sec03 .img01 {
  width: 53%;
  margin: 2% auto;
}

@media (max-width: 767px) {
  .sec03 .img01 {
    width: 92%;
  }
}

.sec03 .img02 {
  width: 35.2%;
  margin: 1.6% auto 0;
  position: relative;
  z-index: 10;
  display: block;
}

@media (max-width: 767px) {
  .sec03 .img02 {
    width: 93.8%;
    margin: 3.9% auto 0;
    position: relative;
    z-index: 10;
    display: block;
    transform: translateX(-0.5%);
  }
}

.sec03 .img03 {
  width: 55%;
  margin: 0.4% auto 0;
}

@media (max-width: 767px) {
  .sec03 .img03 {
    width: 86%;
    margin: 4.7% auto 0;
  }
}

.sec03 .img04 {
  width: 53.4%;
  margin: 8.8% auto 0;
}

@media (max-width: 767px) {
  .sec03 .img04 {
    width: 91.4%;
    margin: 17.8% auto 0;
  }
}

.sec03 .img05 {
  width: 76.2%;
  margin-top: 9.7%;
  margin-left: 15%;
}

@media (max-width: 767px) {
  .sec03 .img05 {
    width: 100%;
    margin-top: 4.9%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .sec03 .img06 {
    width: 92%;
    margin: 0 auto;
  }
}

.sec03 .text01 {
  font-size: calc(66 * var(--rate-vw));
}

.sec03 .text01 span {
  font-size: calc(18 * var(--rate-vw));
  color: #333333;
}

.sec03 .text02 {
  font-size: calc(34 * var(--rate-vw));
  font-weight: 500;
  color: #494e60;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .sec03 .text02 {
    font-size: calc(28 * var(--rate-fz));
    margin-top: 1.2em;
    line-height: 2;
  }
}

.sec03 .text03 {
  color: #4d4d4d;
  display: flex;
  width: 58%;
  margin: -1.6% auto 0;
}

@media (max-width: 767px) {
  .sec03 .text03 {
    flex-direction: column;
    width: 83%;
    margin: 0 auto;
  }
}

.sec03 .text03 .text03-img {
  width: 57%;
}

@media (max-width: 767px) {
  .sec03 .text03 .text03-img {
    width: 100%;
  }
}

.sec03 .text03 p {
  font-size: calc(18 * var(--rate-vw));
  width: 40%;
  margin-top: 8.4%;
  line-height: 2.2;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .sec03 .text03 p {
    font-size: calc(26 * var(--rate-vw));
    width: 102%;
    margin-top: -0.7em;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}

.sec03 .text04 {
  font-size: calc(66 * var(--rate-vw));
}

.sec03 .text05 {
  display: flex;
  margin: -0.4% auto 0;
  width: 60.3%;
}

@media (max-width: 767px) {
  .sec03 .text05 {
    display: flex;
    margin: 0% auto 0;
    width: 100%;
  }
}

.sec03 .text05 picture {
  width: 31%;
}

@media (max-width: 767px) {
  .sec03 .text05 picture {
    display: none;
  }
}

.sec03 .text05 p {
  font-size: calc(34 * var(--rate-vw));
  font-weight: 500;
  width: 61%;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.3em;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .sec03 .text05 p {
    width: 100%;
    font-size: calc(28 * var(--rate-fz));
    line-height: 1.9;
  }
}

.sec03 .text06 {
  margin: 2.4% auto 0;
  width: 50.7%;
  position: relative;
}

@media (max-width: 767px) {
  .sec03 .text06 {
    margin: 0.4% auto 0;
    width: 87%;
    position: relative;
  }
}

.sec03 .text06 .text06-01 p:nth-of-type(1) {
  font-size: calc(22 * var(--rate-vw));
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .sec03 .text06 .text06-01 p:nth-of-type(1) {
    font-size: calc(38 * var(--rate-fz));
    color: #494e60;
  }
}

.sec03 .text06 .text06-01 p:nth-of-type(2) {
  font-size: calc(18 * var(--rate-vw));
  color: #4d4d4d;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-top: 1em;
  width: 56%;
}

@media (max-width: 767px) {
  .sec03 .text06 .text06-01 p:nth-of-type(2) {
    font-size: calc(26 * var(--rate-fz));
    line-height: 2;
    letter-spacing: 0.06em;
    margin-top: 1em;
    width: 100%;
  }
}

.sec03 .text06 .text06-01 p:nth-of-type(3) {
  font-size: calc(17 * var(--rate-vw));
  color: #333333;
  margin-top: 1.9em;
  background: #dbdcdc;
  padding: 0.7em 1em;
  margin-left: -0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.18em;
}

@media (max-width: 767px) {
  .sec03 .text06 .text06-01 p:nth-of-type(3) {
    font-size: calc(24 * var(--rate-fz));
    padding: 0.7em 0;
    width: 100%;
    margin: 1.5em 0 0;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}

.sec03 .text06 picture {
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translate(5%, -1%);
  width: 43.5%;
}

@media (max-width: 767px) {
  .sec03 .text06 picture {
    display: none;
  }
}

/* ./ sec03 */
.sec04 {
  background: #faf7ee;
  margin-top: 3%;
  padding-bottom: 2.7%;
}

@media (max-width: 767px) {
  .sec04 {
    margin-top: 10%;
    padding-top: 13%;
    padding-bottom: 6%;
  }
}

.sec04 .img01 {
  width: 75%;
  margin: 6.5% auto 0;
  transform: translateX(0%);
}

@media (max-width: 767px) {
  .sec04 .img01 {
    width: 99.4%;
    margin: 7.4% auto 0;
    transform: translateX(0%);
  }
}

.sec04 .img02 {
  width: 86%;
  margin: 6.7% auto 0;
  transform: translateX(-1.3%);
}

@media (max-width: 767px) {
  .sec04 .img02 {
    width: 100%;
    margin: 13.7% auto 0;
    transform: translateX(0%);
  }
}

.sec04 .img03 {
  width: 53%;
  margin: 4.3% auto 0;
  transform: translateX(0%);
}

@media (max-width: 767px) {
  .sec04 .img03 {
    width: 90%;
    margin: 0 auto;
    transform: translateX(0%);
  }
}

.sec04 .text01 {
  font-size: calc(34 * var(--rate-fz));
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
  color: #494e60;
  margin-top: 1.5em;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .sec04 .text01 {
    font-size: calc(28 * var(--rate-fz));
    width: 78%;
    margin: 0.8em auto 0;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.sec05 {
  background: #f0e0f0;
  margin-top: 13%;
  padding-bottom: 5.3%;
  padding-top: 3%;
  text-align: center;
}

@media (max-width: 767px) {
  .sec05 {
    margin-top: 8%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
}

.sec05 .img01 {
  width: 50.4%;
  margin: 0% auto 0;
  transform: translateX(0%);
}

@media (max-width: 767px) {
  .sec05 .img01 {
    width: 86%;
  }
}

.sec05 .img02 {
  width: 64.9%;
  margin: 4.4% auto 0;
  transform: translateX(-0.4%);
}

@media (max-width: 767px) {
  .sec05 .img02 {
    width: 106%;
    max-width: unset;
    margin: 2.4% auto 0;
    transform: translateX(-0.6%);
  }
}

.sec05 .text01 {
  font-size: calc(32 * var(--rate-fz));
  font-weight: 400;
  text-align: center;
  margin-top: 1.5em;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .sec05 .text01 {
    font-size: calc(30 * var(--rate-fz));
  }
}

.sec06 {
  background: #faf7ee;
  position: relative;
  padding-top: 4.5%;
}

@media (max-width: 767px) {
  .sec06 {
    padding-top: 6.8%;
    padding-bottom: 8.7%;
  }
}

.sec06 .img01 {
  width: 52%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .sec06 .img01 {
    width: 87%;
  }
}

.sec06 .img02 {
  position: relative;
  z-index: 10;
  width: 50%;
  margin: 11.2% auto 0px;
}

@media (max-width: 767px) {
  .sec06 .img02 {
    z-index: 10;
    width: 92%;
    margin: 13.2% auto 0px;
  }
}

.sec06 .dec01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32.1%);
  width: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .sec06 .dec01 {
    top: 48%;
    transform: translate(-50%, -25.6%);
  }
}

.sec06 .dec02 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 1;
}

.sec06 .cta {
  position: relative;
  z-index: 10;
  width: 17.3%;
  display: block;
  margin: 4% auto 3%;
}

@media (max-width: 767px) {
  .sec06 .cta {
    z-index: 10;
    width: 46.3%;
    display: block;
    margin: 6% auto 3%;
  }
}

.sec07 {
  background: url(../img/dec04.png) no-repeat center center/cover;
  margin-top: 13.6%;
  padding-bottom: 9%;
  padding-top: 2.8%;
}

@media (max-width: 767px) {
  .sec07 {
    background: url(../img/dec04_sp.png) no-repeat center center/cover;
    margin-top: 15.9%;
    padding-top: 4%;
    padding-bottom: 7%;
  }
}

.sec07 .img01 {
  width: 17%;
  margin: 0% auto 0;
  transform: translateX(-2%);
}

@media (max-width: 767px) {
  .sec07 .img01 {
    width: 47%;
    transform: translateX(2%);
  }
}

.sec07 .faq__content {
  display: flex;
  flex-direction: column;
  width: 54%;
  margin: 3% auto 0;
  gap: calc(42 * var(--rate-vw)) 0;
}

@media (max-width: 767px) {
  .sec07 .faq__content {
    width: 92%;
    margin-top: 5%;
    gap: calc(50 * var(--rate-vw)) 0;
  }
}

.sec07 .faq__content .qa-q {
  position: relative;
  background: #fff;
  font-weight: 500;
  color: #333333;
  font-size: calc(18 * var(--rate-fz));
  padding: 2.3em 7.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-q {
    font-size: calc(26 * var(--rate-fz));
    padding: 0.85em 3.1em;
    padding-right: 1em;
    letter-spacing: -0.025em;
    line-height: 1.6;
  }
}

.sec07 .faq__content .qa-q::before {
  content: "";
  position: absolute;
  background: url(../img/qa-q.svg) no-repeat center center/100%;
  aspect-ratio: 100/126;
  transform: translate(0%, -50%);
  top: 3em;
  width: 2.4em;
  left: 3.2em;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-q::before {
    top: 1.7em;
    width: 1.6em;
    left: 0.6em;
  }
}

.sec07 .faq__content .qa-a {
  position: relative;
  background: #fff;
  font-size: calc(20 * var(--rate-fz));
  padding: 0.7em 6.8em 1.5em;
  padding-right: 3em;
  line-height: 1.85;
  letter-spacing: 0.11em;
  margin-top: 0.3em;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-a {
    font-size: calc(27 * var(--rate-fz));
    padding: 0.6em 3em 1.5em;
    padding-right: 1em;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-top: 0.2em;
  }
}

.sec07 .faq__content .qa-a span {
  font-size: calc(20 * var(--rate-fz));
  min-height: 1.5lh;
  display: flex;
  align-items: center;
}

.sec07 .faq__content .qa-a span.type01 {
  min-height: unset;
  display: block;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-a span {
    font-size: calc(27 * var(--rate-fz));
  }
}

.sec07 .faq__content .qa-a::before {
  content: "";
  position: absolute;
  background: url(../img/qa-a.svg) no-repeat center center/100%;
  aspect-ratio: 100/122;
  transform: translate(0%, -50%);
  top: 2.2em;
  width: 1.8em;
  left: 3.2em;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-a::before {
    top: 1.7em;
    width: 1.3em;
    left: 0.8em;
  }
}

.sec07 .faq__content .qa-a .small01 {
  min-height: unset;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-a .small01 {
    font-size: calc(25 * var(--rate-fz));
  }
}

.sec07 .faq__content .qa-img01 {
  width: 40%;
}

@media (max-width: 767px) {
  .sec07 .faq__content .qa-img01 {
    width: 72%;
    margin-top: 3%;
  }
}

.sec08 {
  background: #faf7ee;
  padding-top: 3.2%;
  margin-top: 10.3%;
}

.sec08>.img01 {
  margin: 0% auto 0;
  width: 33.3%;
  transform: translateX(-1%);
  max-width: unset;
}

@media (max-width: 767px) {
  .sec08>.img01 {
    margin: 0% auto 0;
    width: 79%;
    transform: translateX(-2.7%);
    max-width: unset;
  }
}

.sec08 .map {
  width: 100%;
  margin-top: 4%;
}

@media (max-width: 767px) {
  .sec08 .map {
    margin-top: 8%;
  }
}

.sec08 .map iframe {
  width: 100%;
  aspect-ratio: 1920/640;
  height: auto;
}

@media (max-width: 767px) {
  .sec08 .map iframe {
    aspect-ratio: 1920/1570;
  }
}

.sec08>.text01 {
  display: flex;
  width: 46.6%;
  margin: 6% auto 0;
}

@media (max-width: 767px) {
  .sec08>.text01 {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 8%;
  }
}

.sec08>.text01 .text01-1 {
  width: 43%;
  display: flex;
  align-items: center;
  gap: 0 calc(20 * var(--rate-vw));
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-1 {
    width: 100%;
    justify-content: center;
    margin-top: 5%;
    gap: 0 calc(40 * var(--rate-vw));
  }
}

.sec08>.text01 .text01-1>div {
  position: relative;
  font-weight: 700;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #cc99cc;
  border-radius: 50%;
  font-size: calc(23 * var(--rate-fz));
  color: #fff;
  width: 7.45em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-1>div {
    font-size: calc(26 * var(--rate-fz));
    width: calc(191 * var(--rate-vw));
  }
}

.sec08>.text01 .text01-1>div::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: calc(181 * var(--rate-vw));
  border: calc(2 * var(--rate-vw)) solid #cc99cc;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-1>div::before {
    width: calc(203 * var(--rate-vw));
  }
}

.sec08>.text01 .text01-1>div .large01 {
  font-size: calc(28 * var(--rate-fz));
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-1>div .large01 {
    font-size: calc(31 * var(--rate-fz));
  }
}

.sec08>.text01 .text01-1>div .large02 {
  font-size: calc(32 * var(--rate-fz));
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-1>div .large02 {
    font-size: calc(36 * var(--rate-fz));
  }
}

.sec08>.text01 .text01-2 {
  width: 57%;
  padding-left: 3%;
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-2 {
    width: 100%;
    padding-left: 0;
  }
}

.sec08>.text01 .text01-2>.img01 {
  width: 80%;
  margin-top: 2%;
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-2>.img01 {
    width: 69%;
    margin-top: 2%;
    margin: 3% auto 0;
  }
}

.sec08>.text01 .text01-2 .text01 {
  display: flex;
  gap: 0 calc(16 * var(--rate-vw));
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-2 .text01 {
    justify-content: center;
  }
}

.sec08>.text01 .text01-2 .text01 p {
  font-size: calc(20 * var(--rate-fz));
  font-weight: 500;
  border-radius: calc(18 * var(--rate-vw));
  border: calc(1 * var(--rate-vw)) solid #666666;
  background: #fff;
  color: #4d4d4d;
  padding: 0.4em 0;
  width: 8.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-2 .text01 p {
    font-size: calc(26 * var(--rate-fz));
    width: 8.3em;
    border-radius: calc(20 * var(--rate-vw));
  }
}

.sec08>.text01 .text01-2 .text02 {
  font-size: calc(22 * var(--rate-fz));
  color: #606060;
  margin-top: 0.5em;
  letter-spacing: 0.07em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .sec08>.text01 .text01-2 .text02 {
    width: 74%;
    margin: 5% auto 0;
    font-size: calc(26 * var(--rate-vw));
  }
}

.footer {
  background: #bab2c3;
  display: flex;
  justify-content: center;
  gap: 0 calc(24 * var(--rate-vw));
  padding: 2.3% 0 3%;
}

@media (max-width: 767px) {
  .footer {
    gap: 0 calc(20 * var(--rate-vw));
    padding: 3.3% 0 4%;
  }
}

.footer a {
  font-size: calc(16 * var(--rate-fz));
  font-weight: 500;
  border-radius: calc(18 * var(--rate-vw));
  border: calc(1 * var(--rate-vw)) solid #666666;
  background: #fff;
  color: #4d4d4d;
  padding: 0.6em 2em;
}

@media (max-width: 767px) {
  .footer a {
    font-size: calc(20 * var(--rate-fz));
    padding: 0.6em 1.4em;
    border-radius: calc(23 * var(--rate-vw));
  }
}

/*# sourceMappingURL=style.css.map */