@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* テキスト */
.text {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .text {
    font-size: 16px;
  }
}
@media screen and (max-width:360px) {
  .text {
    font-size: 14px;
  }
}
.text + .text {
  margin-top: 1em;
}

.textarea {
  padding: 0 24px;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .textarea {
    padding: 0 48px;
  }
}

/* ヘッダー(ファーストビュー) */
/* フッター */
/* base */
body {
  color: #322a2a;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: -0.01em;
}

/* brタグ */
@media screen and (min-width: 768px) {
  .u-br-sp {
    display: none !important;
  }
}

.u-br-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-br-pc {
    display: inline !important;
  }
}

/* hidden */
@media screen and (min-width: 768px) {
  .u-pc-hidden {
    display: none !important;
  }
}

.u-sp-hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-sp-hidden {
    display: block !important;
  }
}

/* マーカー */
.u-underline {
  display: inline;
  background: linear-gradient(to bottom, transparent 60%, #f8cad1 60%, #f8cad1 100%);
  line-height: 1;
}

/* fv */
/* FV(PC) */
.fv-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-pc {
    display: block;
    position: relative;
    overflow: hidden;
  }
}

.fv-pc__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-pc__content {
  position: absolute;
  top: 20px;
  left: 18.9%;
  width: 37.5%;
  text-align: right;
}
@media screen and (min-width: 1900px) {
  .fv-pc__content {
    top: 45px;
    left: 378px;
  }
}

.fv-pc__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (min-width: 768px) {
  .fv-pc__img {
    display: block;
  }
}

.fv-pc__btn-link {
  display: block;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: auto;
  width: 74%;
}
@media screen and (min-width: 1900px) {
  .fv-pc__btn-link {
    margin-top: 30px;
    margin-right: 36px;
  }
}

@media screen and (min-width: 768px) {
  .fv-pc__btn {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* FV(SP) */
.fv-sp {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv-sp {
    display: none;
  }
}

.fv-sp__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fv-sp__img {
    display: none;
  }
}

.fv-sp__btn-link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 86%;
}

.fv-sp__btn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fv02 */
.fv02 {
  width: 95%;
  max-width: 1300px;
  margin: 40px auto 0;
  text-align: center;
  background-color: #fff1f2;
  border: 1.5px solid #f68f9d;
  border-radius: 14px;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv02 {
    padding: 40px 24px;
  }
}
@media screen and (max-width:360px) {
  .fv02 {
    padding: 20px 16px;
  }
}
.fv02::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 85%;
  height: 2px;
  top: -2px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}

.fv02__inner {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.fv02__top-text {
  color: #f68f9d;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  width: 95%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv02__top-text {
    font-size: 40px;
    top: -20px;
  }
}
.fv02__top-text span {
  line-height: 1;
  display: inline-block;
  margin-bottom: -9px;
}
.fv02__top-text img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv02__top-text img {
    width: 40px;
  }
}

.fv02__list {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:360px) {
  .fv02__list {
    gap: 8px;
  }
}

.fv02__list-item {
  border: 1px solid #f68f9d;
  font-size: 14px;
  color: #f68f9d;
  background-color: #fff;
  padding: 6px 0;
  line-height: 1;
  flex: 0 0 93px;
}
@media screen and (min-width: 768px) {
  .fv02__list-item {
    flex: 0 0 180px;
    font-size: 22px;
    padding: 14px 0;
  }
}
@media screen and (max-width:360px) {
  .fv02__list-item {
    flex: 0 0 85px;
  }
}

.fv02__main-text {
  margin: 14px auto 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .fv02__main-text {
    font-size: 20px;
  }
}
@media screen and (max-width:360px) {
  .fv02__main-text {
    font-size: 14px;
  }
}
.fv02__main-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-image: url(../img/sp/fv02-dots@2x.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 100%;
  height: 2px;
}

.fv02__title {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fv02__title {
    font-size: 40px;
  }
}
@media screen and (max-width:360px) {
  .fv02__title {
    font-size: 30px;
  }
}

.fv02__tag {
  margin: 24px auto 0;
  position: relative;
  background-color: #f68f9d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 0 8px;
  width: 285px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv02__tag {
    width: 500px;
    font-size: 34px;
    padding: 36px 0 14px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width:360px) {
  .fv02__tag {
    width: 270px;
  }
}
.fv02__tag span {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #322a2a;
  background-color: #fff;
  border-radius: 29px;
  font-size: 14px;
  font-weight: 400;
  width: 125px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv02__tag span {
    font-size: 24px;
    width: 260px;
    height: 48px;
    top: -22px;
  }
}

.fv02__deco {
  position: absolute;
  top: 10px;
  width: 60px;
  height: 110px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv02__deco {
    width: 140px;
    height: 215px;
  }
}
@media screen and (min-width: 1900px) {
  .fv02__deco {
    top: 26px;
    height: 260px;
  }
}
@media screen and (max-width:360px) {
  .fv02__deco {
    width: 40px;
    height: 100px;
  }
}
.fv02__deco.fv02__deco--left {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .fv02__deco.fv02__deco--left {
    left: 10%;
  }
}
@media screen and (min-width: 1240px) {
  .fv02__deco.fv02__deco--left {
    left: 15%;
  }
}
@media screen and (min-width: 1400px) {
  .fv02__deco.fv02__deco--left {
    left: 20%;
  }
}
@media screen and (min-width: 1900px) {
  .fv02__deco.fv02__deco--left {
    left: 277px;
  }
}
.fv02__deco.fv02__deco--right {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .fv02__deco.fv02__deco--right {
    right: 10%;
  }
}
@media screen and (min-width: 1240px) {
  .fv02__deco.fv02__deco--right {
    right: 15%;
  }
}
@media screen and (min-width: 1400px) {
  .fv02__deco.fv02__deco--right {
    right: 20%;
  }
}
@media screen and (min-width: 1900px) {
  .fv02__deco.fv02__deco--right {
    right: 277px;
  }
}

/* section01 */
.sec01 {
  margin-top: 20px;
}

/* section02 */
.sec02 {
  background-color: #FFF5F4;
}

.sec02__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.sec01__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.sec02__content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec01__photo img {
  width: 100%;
}

/* CTA01 */
.cta01 {
  padding: 24px 0 32px;
  background-color: #f8cad1;
}
@media screen and (min-width: 768px) {
  .cta01 {
    padding: 34px 0 34px;
  }
}

.cta01__btn-text {
  width: 86%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta01__btn-text {
    width: 100%;
  }
}

.cta01__btn {
  width: 86%;
  margin: 0 auto;
  max-width: 740px;
}
@media screen and (min-width: 768px) {
  .cta01__btn {
    width: 37%;
  }
}

.cta01__link {
  margin: 14px auto 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta01__link {
    width: 95%;
    margin: 6px auto;
  }
}
.cta01__link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section03 */
.sec03 {
  background-image: url(../img/sp/sec03-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .sec03 {
    background-image: url(../img/pc/sec03-bg.webp);
    padding: 30px 0 0;
  }
}

.sec03__top-inner {
  max-width: 700px;
  margin: 0 auto;
}

.sec03__heading {
  text-align: center;
}
.sec03__heading img {
  width: 32.4%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec03__heading img {
    width: 326px;
  }
}

.sec03__title {
  margin-top: 24px;
  text-align: center;
  font-size: 32px;
  line-height: 1.3846153846;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec03__title {
    font-size: 40px;
    line-height: 1.8;
  }
}
@media (max-width: 400px) {
  .sec03__title {
    font-size: 28px;
  }
}
@media screen and (max-width:360px) {
  .sec03__title {
    font-size: 26px;
  }
}

.sec03__textarea01 {
  margin-top: 34px;
}

.sec03__content {
  margin-top: 24px;
  text-align: center;
}
.sec03__content img {
  width: 88.5%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec03__textarea02 {
  margin-top: 34px;
}

.sec03__middle-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.sec03__middle-content {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec03__middle-content {
    margin-top: 34px;
  }
}
.sec03__middle-content img {
  width: 71%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec03__middle-content img {
    width: 100%;
  }
}

.sec03__textarea03 {
  margin-top: 34px;
}

.sec03__bottom {
  padding-top: 24px;
}

.sec03__bottom-content img {
  width: 100%;
}

/* section04 */
.sec04 {
  padding: 0 0 32px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .sec04__top {
    padding: 36px 0 40px;
  }
}

.sec04__top-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.sec04__middle img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec04__bottom {
  padding-top: 12px;
}

.sec04__bottom-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sec04__bottom-inner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section05 */
.sec05 {
  background-image: url(../img/sp/sec05-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 0 24px;
}
@media screen and (min-width: 768px) {
  .sec05 {
    background-image: url(../img/pc/sec05-bg.webp);
    padding: 32px 0 32px;
  }
}

.sec05__inner {
  max-width: 1380px;
  margin: 0 auto;
}

.sec05__content {
  text-align: center;
}
.sec05__content img {
  width: 92.5%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section06 */
.sec06 {
  padding: 34px 0 34px;
}

.sec06__inner {
  max-width: 1380px;
  margin: 0 auto;
}

.sec06__content {
  text-align: center;
}
.sec06__content img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section07 */
.sec07__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.sec07__content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* CTA02 */
.cta02 {
  padding: 26px 0 26px;
  background-color: #f8cad1;
}
@media screen and (min-width: 768px) {
  .cta02 {
    padding: 36px 0 36px;
  }
}

.cta02__btn-text {
  width: 86%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta02__btn-text {
    width: 100%;
  }
}

.cta02__btn {
  width: 86%;
  margin: 0 auto;
  max-width: 740px;
}
@media screen and (min-width: 768px) {
  .cta02__btn {
    width: 37%;
  }
}

.cta02__link {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta02__link {
    width: 95%;
  }
}
.cta02__link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section08 */
.sec08 {
  background-image: url(../img/sp/sec08-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 26px 0 34px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec08 {
    background-image: url(../img/pc/sec08-bg.webp);
    padding: 36px 0 32px;
  }
}

.sec08__inner {
  max-width: 860px;
  margin: 0 auto;
  width: 85%;
  text-align: center;
}

.sec08__btn-wrap {
  margin: 14px auto 0;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .sec08__btn-wrap {
    margin: 32px auto 0;
  }
}

.sec08__btn-link {
  margin-top: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec08__btn-link {
    margin-top: 34px;
  }
}
.sec08__btn-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* section09 */
.sec09 {
  padding: 21px 0 32px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .sec09 {
    padding: 42px 0 24px;
  }
}

.sec09__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sec09__heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .sec09__heading {
    gap: 36px;
  }
}
@media (min-width: 400px) {
  .sec09__heading {
    gap: 18px;
  }
}

.sec09__heading-en {
  width: 32%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec09__heading-en {
    width: 320px;
  }
}

.sec09__heading-jp {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec09__heading-jp {
    font-size: 38px;
  }
}
@media (max-width: 400px) {
  .sec09__heading-jp {
    font-size: 28px;
  }
}
@media screen and (max-width:360px) {
  .sec09__heading-jp {
    font-size: 26px;
  }
}

.sec09__profile {
  max-width: 820px;
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-left: 24px;
  padding-right: 10px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec09__profile {
    margin: 56px auto 0;
    padding-bottom: 28px;
  }
}
@media (max-width: 500px) {
  .sec09__profile {
    gap: 13px;
  }
}
.sec09__profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/sp/sec09-dots.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: 83%;
  height: 3px;
}
@media screen and (min-width: 1900px) {
  .sec09__profile::after {
    background-image: url(../img/pc/sec09-dots.webp);
    width: 950px;
    height: 5px;
  }
}

.sec09__profile-body {
  margin-top: 16px;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .sec09__profile-body {
    margin-top: 24px;
  }
}
@media (max-width: 440px) {
  .sec09__profile-body {
    flex: initial;
    width: 70%;
  }
}
.sec09__profile-name-jp {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec09__profile-name-jp {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .sec09__profile-name-jp {
    font-size: 20px;
  }
}
.sec09__profile-name-jp span {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .sec09__profile-name-jp span {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .sec09__profile-name-jp span {
    font-size: 18px;
  }
}

.sec09__profile-name-en {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #f68f9d;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec09__profile-name-en {
    font-size: 24px;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .sec09__profile-name-en {
    font-size: 14px;
  }
}

.sec09__profile-textarea {
  margin-top: 24px;
}

.sec09__profile-text {
  font-size: 16px;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .sec09__profile-text {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .sec09__profile-text {
    font-size: 14px;
  }
}

.sec09__profile-br {
  display: none;
}
@media (max-width: 500px) {
  .sec09__profile-br {
    display: inline;
  }
}

.sec09__profile-img-wrap {
  flex: 0 0 200px;
}
@media screen and (min-width: 768px) {
  .sec09__profile-img-wrap {
    flex: 0 0 340px;
  }
}
@media (max-width: 500px) {
  .sec09__profile-img-wrap {
    flex: 0 0 180px;
  }
}
@media (max-width: 440px) {
  .sec09__profile-img-wrap {
    flex: initial;
    width: 45%;
    margin: 0 auto;
  }
}
.sec09__profile-img-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec09__photo01,
.sec09__photo02 {
  margin-top: 10px;
  text-align: center;
}
.sec09__photo01 img,
.sec09__photo02 img {
  width: 82%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec09__photo01 img,
  .sec09__photo02 img {
    width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  .sec09__photo02 {
    margin-left: -100px;
    margin-right: -100px;
  }
}

.sec09__textarea {
  margin-top: 14px;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .sec09__textarea {
    margin-top: 18px;
  }
}

/* section10 */
.sec10__top {
  padding: 34px 0 80px;
  background-image: url(../img/sp/sec10-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .sec10__top {
    padding: 34px 0 120px;
    background-image: url(../img/pc/sec10-bg.webp);
  }
}

.sec10__top-inner {
  max-width: 1045px;
  margin: 0 auto;
}

.sec10__heading {
  text-align: center;
}

.sec10__heading-img {
  width: 76%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec10__heading-img {
    width: 480px;
  }
}

.sec10__top-content {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec10__top-content {
    margin-top: 34px;
  }
}

.sec10__content-img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec10__middle {
  padding: 24px 0 0;
}

.sec10__middle-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.sec10__middle-content {
  padding: 0 0 26px;
}
@media screen and (min-width: 768px) {
  .sec10__middle-content {
    padding: 0 0 34px;
  }
}

.sec10__bottom {
  background-color: #f8cad1;
  padding: 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .sec10__bottom {
    padding: 64px 24px 64px;
  }
}

.sec10__bottom-inner {
  max-width: 1060px;
  margin: 0 auto;
}

.sec10__bottom-content-img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec10__bottom-content-img {
    width: 100%;
  }
}

.sec10__bottom-content {
  text-align: center;
}

/* section11 */
.sec11 {
  padding: 38px 0 0;
  background-color: #fff1f2;
}

.sec11__inner {
  max-width: 850px;
  margin: 0 auto;
}

.sec11__heading {
  text-align: center;
}
.sec11__heading img {
  width: 64%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec11__heading img {
    width: 400px;
  }
}

.sec11__top-content {
  margin-top: 64px;
}

.sec11__middle {
  padding: 32px 0 0;
}

.sec11__middle-content img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sec11__photo {
  padding-top: 32px;
}

.sec11__photo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* CTA03 */
.cta03 {
  background-image: url(../img/sp/cta03-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 38px 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cta03 {
    background-image: url(../img/pc/cta03-bg.webp);
    padding: 40px 0 40px;
  }
}

.cta03__btn-text {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta03__btn-text {
    margin-top: 34px;
  }
}
.cta03__btn-text img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1240px) {
  .cta03__btn-text img {
    width: 900px;
  }
}

.cta03__message {
  text-align: center;
}
.cta03__message img {
  width: 83%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1240px) {
  .cta03__message img {
    width: 840px;
  }
}

.cta03__link {
  margin-top: 16px;
  display: block;
  text-align: center;
}

.cta03__btn-img {
  width: 87%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .cta03__btn-img {
    width: 700px;
  }
}

/* footer */
.footer {
  padding: 27px 0 27px;
  background-color: #f8cad1;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width:360px) {
  .footer {
    font-size: 12px;
  }
}

.footer__link-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.footer__link-item:first-child {
  position: relative;
}
.footer__link-item:first-child::after {
  content: "/";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: inherit;
  color: #fff;
}

.footer__copyright {
  text-align: center;
}

/* animation */
.anime-zoom {
  animation: anime-zoom infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
}

@keyframes anime-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.anime-beat {
  animation: anime-beat ease-out infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
}

@keyframes anime-beat {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.anime-shake-vertical {
  animation: anime-shake-vertical infinite;
  animation-duration: 3s;
}

@keyframes anime-shake-vertical {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  5%, 15%, 20%, 30%, 40% {
    transform: translateY(-4px);
  }
  10%, 20%, 25%, 35%, 45% {
    transform: translateY(4px);
  }
}
.anime-shake-horizontal {
  animation: anime-shake-horizontal infinite;
  animation-duration: 3s;
}

@keyframes anime-shake-horizontal {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  5%, 15%, 20%, 30%, 40% {
    transform: translateX(-4px);
  }
  10%, 20%, 25%, 35%, 45% {
    transform: translateX(4px);
  }
}
/* to top */
.to-top {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .to-top {
    width: 37%;
  }
}

.to-top__link {
  display: block;
}

.to-top__btn-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */