@charset "UTF-8";
/* only
------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}
/*----------------
  .container
----------------*/
.container {
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  font-size: 3.4vw;
  line-height: 1.8;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .container {
    font-size: 22px;
    overflow: hidden;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}

.fadein.ani {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.4s;
}

h2 {
  font-size: 8vw;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Geologica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  text-align: center;
  color: #CC2070;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 60px;
    line-height: 1.2666666667;
  }
}

.btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .btnList {
    gap: 56px;
  }
}
.btnList li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .btnList li {
    max-width: 472px;
  }
}

.btn {
  position: relative;
  width: 100%;
  height: 17.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8.8vw;
  color: #fff;
  font-size: 4.5333333333vw;
  line-height: 1.2941176471;
  text-align: center;
  background: #EF6DA9;
}
@media only screen and (min-width: 769px) {
  .btn {
    height: 100px;
    font-size: 24px;
    line-height: 1.3333333333;
    border-radius: 50px;
  }
}
.btn::after {
  content: "＞";
  -webkit-transform: scale(0.6, 1) translateY(-50%);
  -ms-transform: scale(0.6, 1) translateY(-50%);
  -o-transform: scale(0.6, 1) translateY(-50%);
  transform: scale(0.6, 1) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4%;
}

/*----------------
  header
----------------*/
header {
  margin: 0 auto;
  font-size: 0;
  background: #fff;
  position: relative;
}

header .logoList {
  margin: 0 auto 0 0;
  padding: 4% 0;
}

header .logoList > li {
  padding: 0 3%;
  display: inline-block;
  vertical-align: middle;
}

header .logoList > li:nth-child(1) {
  width: 20%;
  border-right: solid 1px #808080;
}

header .logoList > li:nth-child(2) {
  width: 18%;
}

header .snsList {
  margin: -4% auto 0;
  width: 50%;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
}

header .snsList > li {
  margin: 0 5%;
  width: 16%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  header .logoList {
    padding: 12px 0;
  }
  header .logoList > li {
    padding: 0 20px;
  }
  header .logoList > li:nth-child(1) {
    width: 124px;
  }
  header .logoList > li:nth-child(2) {
    width: 109px;
  }
  header .snsList {
    margin: -20px auto 0;
  }
  header .snsList > li {
    margin: 0 10px;
    width: 40px;
  }
}
/*----------------
  #main
----------------*/
#main {
  margin: 0 auto;
  aspect-ratio: 750/988;
  background: url("../img/main_bg.png") no-repeat top right;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #main {
    aspect-ratio: unset;
    background: url("../img/main_bg@2x.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  #main .inner {
    margin: 0 auto;
    height: 49.1666666667vw;
    max-width: 1200px;
    max-height: 590px;
    position: relative;
  }
}
#main h1 {
  width: 58%;
  position: absolute;
  z-index: 1;
  top: 34.2105263158%;
  left: 8%;
  opacity: 0;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
@media only screen and (min-width: 769px) {
  #main h1 {
    width: 54.0833333333%;
    top: 65.0847457627%;
    left: 5.8333333333%;
  }
}
#main.ani h1 {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
#main .en {
  width: 105.7333333333%;
  position: absolute;
  top: 11.032388664%;
  left: -3.8666666667%;
  opacity: 0;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 769px) {
  #main .en {
    width: 101.6145833333%;
    top: unset;
    bottom: -0.3389830508%;
    left: -0.78125%;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
#main.ani .en {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
#main .img {
  width: 68.9333333333%;
  position: absolute;
  top: 2.1255060729%;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
@media only screen and (min-width: 769px) {
  #main .img {
    width: 51.0833333333%;
    top: unset;
    bottom: 0;
    right: -3.0833333333%;
  }
}
#main.ani .img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
#main .tv {
  width: 84.2666666667%;
  position: absolute;
  bottom: 3.4412955466%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
@media only screen and (min-width: 769px) {
  #main .tv {
    width: 44.25%;
    top: 16.6101694915%;
    left: 5.8333333333%;
    right: unset;
    margin: unset;
  }
}
#main.ani .tv {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}

/*----------------
  nav
----------------*/
nav {
  margin: 0 auto;
  background: #CC2070;
}
nav .navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  nav .navList {
    max-width: 1200px;
    margin: 0 auto;
    gap: unset;
  }
}
nav .navList > li {
  width: fit-content;
}
@media only screen and (min-width: 769px) {
  nav .navList > li {
    width: 25%;
  }
}
nav .navList > li:nth-child(1) a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
}
nav .navList > li a {
  padding: 5.6vw 0;
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1.25;
  font-weight: bold;
  font-family: "Geologica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  nav .navList > li a {
    padding: 37px 0 32px;
    font-size: 25px;
  }
}

/*----------------
  #tvcm
----------------*/
#tvcm {
  margin: 0 auto;
  padding: 8.5333333333vw 0 10.6666666667vw;
  position: relative;
  background-color: #FDEEF5;
}
@media only screen and (min-width: 769px) {
  #tvcm {
    padding: 120px 0;
  }
}
#tvcm h2 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  margin: 0 auto 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #tvcm h2 {
    margin: 0 auto 40px;
  }
}
#tvcm p {
  text-align: center;
  margin: 0 auto 11.4666666667vw;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  #tvcm p {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 22px;
    line-height: 1.5;
  }
}
#tvcm .movieBlock {
  margin: 0 auto;
  width: 92%;
}
@media only screen and (min-width: 769px) {
  #tvcm .movieBlock {
    width: auto;
    max-width: 1000px;
  }
}
#tvcm .movieBlock iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#tvcm .ytBlock {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

/*----------------
  #interview
----------------*/
#interview {
  margin: 0 auto;
  padding: 8.5333333333vw 0 7.4666666667vw;
  position: relative;
  z-index: 2;
  overflow-x: clip;
  overflow-y: visible;
}
@media only screen and (min-width: 769px) {
  #interview {
    padding: 120px 0 56px;
  }
}
#interview h2 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  margin: 0 auto 4.2666666667vw;
}
@media only screen and (min-width: 769px) {
  #interview h2 {
    margin: 0 auto 8px;
  }
}
#interview h3 {
  text-align: center;
  font-size: 5.6vw;
  line-height: 1.037037037;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #interview h3 {
    font-size: 34px;
    line-height: 1.7083333333;
  }
}
#interview h3 em {
  font-size: 7.4666666667vw;
}
@media only screen and (min-width: 769px) {
  #interview h3 em {
    font-size: 46px;
  }
}
#interview h3 span {
  font-size: 7.2vw;
  color: #CC2070;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  #interview h3 span {
    font-size: 46px;
  }
}
#interview h3 + p {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #interview h3 + p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 40px;
  }
}
#interview .block {
  margin: 2em auto;
  padding: 0 4%;
  position: relative;
  font-size: 4.2666666667vw;
  line-height: 1.6875;
}
@media only screen and (min-width: 769px) {
  #interview .block {
    margin: 3.2em auto;
    padding: 0 20px;
    max-width: 1000px;
    font-size: 20px;
    line-height: 1.8;
  }
}
#interview .img {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 769px) {
  #interview .img {
    margin-bottom: 80px;
  }
}
#interview .img::before {
  content: "";
  position: absolute;
  z-index: -2;
}
#interview .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../img/interview_pattern.svg");
  background-size: 4vw;
  background-repeat: repeat;
  background-position: top left;
}
@media only screen and (min-width: 769px) {
  #interview .img::after {
    background-size: 30px;
  }
}
#interview .img img {
  width: 100%;
}
#interview .q_txt {
  margin: 0 auto 1em;
  font-weight: bold;
  text-indent: 3em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #interview .q_txt {
    margin: 0 auto 1em;
    font-weight: bold;
    text-indent: 3em;
    position: relative;
  }
}
#interview .q_txt::before {
  content: "ー";
  -webkit-transform: scale(2.2, 0.5);
  -ms-transform: scale(2.2, 0.5);
  -o-transform: scale(2.2, 0.5);
  transform: scale(2.2, 0.5);
  text-indent: 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  color: #CC2070;
}
#interview .q_txt em, #interview .a_txt em {
  background: linear-gradient(transparent 60%, #FFF8B7 60%);
  position: relative;
}
#interview .q_txt sup, #interview .a_txt sup {
  vertical-align: text-top;
  font-size: 75%;
}
#interview .note {
  font-size: 2.9333333333vw;
  line-height: 1.5;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin: 1em auto;
}
@media only screen and (min-width: 769px) {
  #interview .note {
    font-size: 12px;
    line-height: 1.5;
  }
}
#interview .block1 .img {
  width: 108.6956521739%;
  left: -4.347826087%;
  margin-bottom: 21.3333333333vw;
}
#interview .block1 .img figcaption {
  font-size: 2.9333333333vw;
  line-height: 1.5;
  margin-top: 1.3333333333vw;
  margin-left: 4%;
}
@media only screen and (min-width: 769px) {
  #interview .block1 .img figcaption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  #interview .block1 .img {
    width: 100%;
    left: 0;
    margin-bottom: 80px;
  }
}
#interview .block1 .img::before {
  width: 42vw;
  height: 70.8vw;
  background: #FDEEF5;
  top: 3.3333333333vw;
  right: 0;
}
@media only screen and (min-width: 769px) {
  #interview .block1 .img::before {
    width: 100vw;
    height: 531px;
    top: 194px;
    right: calc(-100vw + 85px);
  }
}
#interview .block1 .img::after {
  width: 55.6vw;
  height: 33.4666666667vw;
  top: 33.3333333333vw;
  right: 4vw;
}
@media only screen and (min-width: 769px) {
  #interview .block1 .img::after {
    width: 417px;
    height: 251px;
    top: 381px;
    right: -220px;
  }
}
#interview .block3 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #interview .block3 {
    display: block;
  }
}
#interview .block3 .img {
  width: 78.2608695652%;
  margin-top: 16vw;
  margin-bottom: 0;
  order: 2;
}
@media only screen and (min-width: 769px) {
  #interview .block3 .img {
    width: min(60%, 600px);
    margin: 0 5.6% 0 -10%;
    float: left;
  }
}
#interview .block3 .img::before {
  width: 56.1333333333vw;
  height: 36.4vw;
  background: #F3F3F3;
  top: -7.4666666667vw;
  left: 35.8666666667vw;
}
@media only screen and (min-width: 769px) {
  #interview .block3 .img::before {
    width: 100vw;
    height: 353px;
    top: -123px;
    left: calc(-100vw + 185px);
    right: unset;
  }
}
#interview .block3 .img::after {
  width: 43.7333333333vw;
  height: 27.6vw;
  top: 7.7333333333vw;
  left: 52.1333333333vw;
}
@media only screen and (min-width: 769px) {
  #interview .block3 .img::after {
    width: 209px;
    height: 282px;
    top: 36px;
    left: -165px;
    right: unset;
  }
}
@media only screen and (min-width: 769px) {
  #interview .block4 .q_txt {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 980px) {
  #interview .block4 .q_txt {
    margin-top: 128px;
  }
}
#interview .block5 .img {
  width: 78.8405797101%;
  margin-left: auto;
  margin-top: 16.5333333333vw;
  margin-bottom: 14.9333333333vw;
}
@media only screen and (min-width: 769px) {
  #interview .block5 .img {
    width: min(54.4%, 544px);
    margin: 65px -10% 70px 5.6%;
    display: inline-block;
    float: right;
  }
}
#interview .block5 .img::before {
  width: 56.4vw;
  height: 55.3333333333vw;
  background: #F3F3F3;
  top: 22.2666666667vw;
  right: 35.6vw;
}
@media only screen and (min-width: 769px) {
  #interview .block5 .img::before {
    width: 100vw;
    height: 478px;
    top: -81px;
    right: calc(-100vw + 185px);
  }
}
#interview .block5 .img::after {
  width: 29.8666666667vw;
  height: 43.3333333333vw;
  top: -7.4666666667vw;
  right: 49.2vw;
}
@media only screen and (min-width: 769px) {
  #interview .block5 .img::after {
    width: 496px;
    height: 269px;
    top: 313px;
    right: -134px;
  }
}
#interview .block9 .img {
  width: 108.6956521739%;
  left: -4.347826087%;
  margin-top: 21.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #interview .block9 .img {
    width: 100%;
    left: 0;
    margin-top: 80px;
  }
}
#interview .block9 .img::before {
  width: 72.6666666667vw;
  height: 47.4666666667vw;
  background: #FDEEF5;
  top: -8.5333333333vw;
  left: 0;
}
@media only screen and (min-width: 769px) {
  #interview .block9 .img::before {
    width: 100vw;
    height: 356px;
    top: 263px;
    left: calc(-100vw + 85px);
  }
}
#interview .block9 .img::after {
  width: 50.1333333333vw;
  height: 39.7333333333vw;
  top: -13.8666666667vw;
  left: 16vw;
}
@media only screen and (min-width: 769px) {
  #interview .block9 .img::after {
    width: 395px;
    height: 298px;
    top: 185px;
    left: -340px;
  }
}
#interview .block9 .note {
  padding-left: 2em;
  text-indent: -2em;
  margin: 2em auto 0;
}
#interview .btnList {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 769px) {
  #interview .btnList {
    margin-top: 72px;
  }
}
#interview .arrow {
  position: absolute;
  z-index: 1;
  width: 65.3333333333vw;
  height: 13.3333333333vw;
  bottom: -8vw;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  background-color: #FFA8D0;
  padding-top: 1.6vw;
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
}
@media only screen and (min-width: 769px) {
  #interview .arrow {
    width: 450px;
    height: 86px;
    bottom: -56px;
    padding-top: 16px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

/*----------------
  #movie
----------------*/
#movie {
  margin: 0 auto;
  padding: 13.6vw 0 10.6666666667vw;
  position: relative;
  background-color: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  #movie {
    padding: 120px 0;
  }
}
#movie h2 {
  margin: 0 auto 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #movie h2 {
    margin: 0 auto 40px;
  }
}
#movie .movieBlock {
  margin: 0 auto;
  width: 92%;
}
@media only screen and (min-width: 769px) {
  #movie .movieBlock {
    width: auto;
    max-width: 1000px;
  }
}
#movie .movieBlock iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#movie .ytBlock {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#movie .btnList {
  margin-top: 8.5333333333vw;
}
@media only screen and (min-width: 769px) {
  #movie .btnList {
    margin-top: 80px;
  }
}
#movie .btnList li {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #movie .btnList li {
    width: 478px;
  }
}

/*----------------
  #point
----------------*/
#point {
  margin: 0 auto;
  padding: 8.5333333333vw 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #point {
    padding: 120px 0;
  }
}
#point h2 {
  margin: 0 auto 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #point h2 {
    margin: 0 auto 40px;
  }
}
#point h2 + p {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  #point h2 + p {
    font-size: 22px;
    line-height: 1.5;
  }
}
#point .block {
  padding: 0 4%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #point .block {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
#point .pointList {
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  margin: 7.4666666667vw auto 10.6666666667vw;
  gap: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #point .pointList {
    width: 100%;
    margin: 40px auto 80px;
    gap: 3%;
  }
}
#point .pointList li {
  box-sizing: border-box;
  border: 1px solid #838383;
  padding: 5.3333333333vw 6.8vw;
}
@media only screen and (min-width: 769px) {
  #point .pointList li {
    width: 31.3333333333%;
    padding: 40px 2.6666666667%;
    display: flex;
    flex-direction: column;
  }
}
#point .pointList li .num {
  text-align: center;
  font-size: 8.6666666667vw;
  line-height: 1.6615384615;
  font-weight: 700;
  font-family: "Geologica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #point .pointList li .num {
    font-size: 41px;
    line-height: 1.6585365854;
    margin-bottom: 24px;
  }
}
#point .pointList li h3 {
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #point .pointList li h3 {
    font-size: clamp(18px, 1.935483871vw, 24px);
    line-height: 1.375;
    margin-top: 24px;
    height: min(5.6451612903vw, 70px);
  }
}
#point .pointList li h3 span {
  font-size: 3.7333333333vw;
  line-height: 1.1785714286;
}
@media only screen and (min-width: 769px) {
  #point .pointList li h3 span {
    font-size: clamp(12px, 1.4516129032vw, 18px);
    line-height: 1.8333333333;
  }
}
#point .pointList li .txt {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin: 3.2vw auto 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #point .pointList li .txt {
    font-size: clamp(14px, 1.4516129032vw, 18px);
    line-height: 1.5;
    margin: 16px auto 40px;
    flex-grow: 1;
  }
}
#point .pointList li .btn {
  height: 14.4vw;
  border-radius: 7.2vw;
  font-size: 4.1333333333vw;
  line-height: 2;
  background: #838383;
}
@media only screen and (min-width: 769px) {
  #point .pointList li .btn {
    height: 68px;
    font-size: 20px;
    border-radius: 34px;
  }
}
#point .note {
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 2.9333333333vw;
  line-height: 1.5;
  margin-top: 9.0666666667vw;
}
@media only screen and (min-width: 769px) {
  #point .note {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 80px;
  }
}

/*----------------
  #qa
----------------*/
#qa {
  margin: 0 auto;
  padding: 12.4vw 0 10.6666666667vw;
  background-color: #FDEEF5;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #qa {
    padding: 120px 20px;
  }
}
#qa .block {
  box-sizing: border-box;
  margin: 0 auto;
  width: 92%;
  padding: 0 4% 8.5333333333vw;
  background: #fff;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #qa .block {
    width: 100%;
    max-width: 1200px;
    padding: 0 clamp(20px, 8.3333333333%, 100px) 80px;
    border-radius: 10px;
  }
}
#qa .block h2 {
  display: inline-block;
  margin: -3.8666666667vw auto 3.2vw;
}
@media only screen and (min-width: 769px) {
  #qa .block h2 {
    max-width: 1000px;
    margin: -21px auto 40px;
  }
}
#qa .block .txt {
  margin: 0 auto 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  #qa .block .txt {
    margin: 0 auto 40px;
    font-size: 22px;
    white-space: unset;
  }
}
@media only screen and (min-width: 769px) {
  #qa .block .detail {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#qa .block .detail dl {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #qa .block .detail dl {
    display: flex;
    margin: unset;
  }
}
#qa .block .detail dl:nth-of-type(2) {
  margin-top: 3.2vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #qa .block .detail dl:nth-of-type(2) {
    margin-top: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  #qa .block .detail dl:nth-of-type(2) dd {
    max-width: 600px;
  }
}
#qa .block .detail dl dt {
  font-size: 3.4666666667vw;
  line-height: 1.7692307692;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #qa .block .detail dl dt {
    font-size: 28px;
    line-height: 1.4285714286;
    white-space: nowrap;
  }
}
#qa .block .detail dl dd {
  font-size: 4.8vw;
  line-height: 1.3333333333;
  margin-top: 1.0666666667vw;
}
@media only screen and (min-width: 769px) {
  #qa .block .detail dl dd {
    font-size: 28px;
    line-height: 1.4285714286;
    margin-top: 0;
  }
}
#qa .block .detail dl a {
  color: #1D86D6;
}
#qa .block .btn {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  #qa .block .btn {
    width: 478px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList {
    max-width: 1000px;
  }
}
#qa .block .qaList > dt, #qa .block .qaList > dd {
  position: relative;
  font-size: 3.7333333333vw;
  border-radius: 1.3333333333vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dt, #qa .block .qaList > dd {
    padding: 32px 40px;
    width: auto;
    font-size: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
#qa .block .qaList > dt p, #qa .block .qaList > dd p {
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dt p, #qa .block .qaList > dd p {
    font-size: 20px;
    line-height: 1.35;
  }
}
#qa .block .qaList > dt {
  margin: 10.6666666667vw auto 0;
  padding: 5.7142857143% 6.3492063492% 5.7142857143% 20.6349206349%;
  background: #F3F3F3;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dt {
    margin: 80px 20% 0 0;
    padding: 32px 40px;
  }
}
#qa .block .qaList > dt::before {
  content: "Q";
  font-size: 10.6666666667vw;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Geologica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  color: #FFA8D0;
  display: block;
  position: absolute;
  top: 6.3492063492%;
  left: 6.3492063492%;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dt::before {
    font-size: 60px;
    top: unset;
    left: unset;
    position: relative;
  }
}
#qa .block .qaList > dd {
  margin: 9.6vw auto 0;
  padding: 19.6825396825% 6.3492063492% 5.7142857143%;
  background: #FDEEF5;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dd {
    margin: 40px 0 0 6%;
    padding: 14px 40px;
  }
}
#qa .block .qaList > dd::before {
  content: "A";
  font-size: 10.6666666667vw;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Geologica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  color: #CC2070;
  display: block;
  position: absolute;
  top: 6.3492063492%;
  left: 6.3492063492%;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dd::before {
    font-size: 60px;
    top: unset;
    left: unset;
    position: relative;
  }
}
#qa .block .qaList > dd::after {
  content: "志尊淳さん";
  width: 22.9333333333vw;
  height: 22.9333333333vw;
  font-size: 0;
  background: url("../img/qa_shison.png") no-repeat top right;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  position: absolute;
  top: -7.4666666667vw;
  right: 6.3492063492%;
}
@media only screen and (min-width: 769px) {
  #qa .block .qaList > dd::after {
    width: 172px;
    height: 172px;
    top: unset;
    right: unset;
    position: relative;
    flex-shrink: 0;
  }
}

/*----------------
  #profile
----------------*/
#profile {
  margin: 0 auto;
  padding: 10.6666666667vw 0 0;
}
@media only screen and (min-width: 769px) {
  #profile {
    padding: 120px 20px 0;
  }
}
#profile .block {
  position: relative;
  margin: 0 auto;
  width: 92%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #profile .block {
    max-width: 1000px;
    display: block;
  }
}
#profile .block .img {
  order: 1;
  margin: 10.6666666667vw auto 0;
  width: 53.768115942%;
}
@media only screen and (min-width: 769px) {
  #profile .block .img {
    margin: 12px 0 24px 4.8%;
    width: 37.1%;
    float: right;
  }
}
#profile .block h2 {
  margin-bottom: 1.0666666667vw;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #profile .block h2 {
    margin: 0 auto 8px;
  }
}
#profile .block .name {
  margin-bottom: 3.2vw;
  font-size: 5.3333333333vw;
  line-height: 1.45;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #profile .block .name {
    margin: 0 auto 20px;
    font-size: 40px;
  }
}
#profile .block .name .san {
  margin-left: 0.2em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 769px) {
  #profile .block .name .san {
    font-size: 24px;
  }
}
#profile .block .name .en {
  margin-left: 1em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 769px) {
  #profile .block .name .en {
    font-size: 24px;
  }
}
#profile .block .txt {
  font-size: 3.2vw;
  line-height: 1.75;
}
@media only screen and (min-width: 769px) {
  #profile .block .txt {
    font-size: 20px;
    line-height: 1.5;
  }
}
#profile .bnrList {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin: 10.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  #profile .bnrList {
    max-width: 1000px;
    margin: 120px auto 0;
    flex-direction: row;
    gap: 4%;
  }
}
#profile .bnr {
  margin: 0 auto;
  width: 92%;
}
@media only screen and (min-width: 769px) {
  #profile .bnr {
    width: 100%;
    margin: 0;
  }
}

/*----------------
  footer
----------------*/
footer {
  margin: 0 auto;
  padding: 16vw 0;
}

footer .linkList {
  margin: 0 auto 5%;
  width: 90%;
  text-align: center;
  font-size: 0;
}

footer .linkList > li {
  margin: 2% 0;
  display: inline-block;
  vertical-align: top;
}

footer .linkList > li:nth-child(2) {
  border-left: solid 1px #000;
}

footer .linkList > li a {
  margin: 0 1em;
  color: #000;
  font-size: 3vw;
  line-height: 1.2;
  display: block;
}

footer .footer-bottom {
  margin: 0 auto;
  font-size: 2.8vw;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  footer {
    margin: 0 auto;
    padding: 80px 0;
  }
  footer .linkList {
    margin: 0 auto 60px;
  }
  footer .linkList > li {
    margin: 10px 0;
    border-left: solid 1px #000;
  }
  footer .linkList > li:first-child {
    border-left: none;
  }
  footer .linkList > li a {
    font-size: 16px;
  }
  footer .footer-bottom {
    font-size: 13px;
  }
}