@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap");
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
  font-size: 2.4rem;
  line-height: calc(36/24);
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  html {
    min-height: 100vh;
  }

  body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
    line-height: 1.5;
    min-width: 1%;
    position: relative;
    font-size: 4vw;
    max-width: 100%;
  }
}
/* img
--------------------------------------------------*/
figure {
  text-align: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
  }
}
/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .c-link {
    transition: 0.3s;
  }
  .c-link[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  .c-link:hover {
    opacity: 0.7;
  }

  a {
    outline: 1px solid transparent;
    outline: none;
  }
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
/* txt/deco
--------------------------------------------------*/
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.highlight {
  background: linear-gradient(transparent 50%, #f9f500 50%, #f9f500 90%, transparent 90%);
}

.udl {
  border-bottom: 1px solid #333;
  padding-bottom: 0;
}

.color_pink {
  color: #ec509a;
}

.color_pink2 {
  color: #db6393;
}

.color_pink3 {
  color: #e65397;
}

.color_pink4 {
  color: #de3988;
}

/* pc/sp
--------------------------------------------------*/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* flex
--------------------------------------------------*/
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flex.-reverse {
  flex-direction: row-reverse;
}

/* clearfix
--------------------------------------------------*/
.cf {
  display: inline-block;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.clear {
  clear: both;
}

/* form
--------------------------------------------------*/
input[type="text"],
input[type="tel"],
textarea, select,
input[type=button],
input[type=submit],
button[type=submit],
input[type=reset] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999999;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input[type=button],
input[type=submit] {
  color: #fff;
  border-style: none;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #999999;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  textarea {
    width: 100%;
    font-size: 16px !important;
  }

  ::placeholder {
    font-size: 3.4vw;
  }
}
/* header
--------------------------------------------------*/
.l-header {
  position: relative;
  background: url("../img/bg_dia.png") repeat;
}
.l-header__txt {
  background: #cba14d;
  color: #000;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__txt {
    font-size: 1.4rem;
  }
}
.l-header__fv {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-header__fv {
    max-width: inherit;
  }
}

/* component
--------------------------------------------------*/
.c-form__input {
  text-align: center;
}
.c-form__input input {
  position: relative;
  background: #fafaee url("../img/icn_required.png") no-repeat left 16px center;
  border: 2px solid #595771;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  width: 100%;
  border-radius: 0;
  margin: 0 auto;
}
.c-form *::placeholder {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
.c-form__submit {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-form__btn {
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .4s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-form__btn:hover {
    transform: translateY(3px);
  }
}
.c-form__desc {
  margin: 0 auto;
  border: 1px solid #ded6c6;
  background: #fff;
  overflow-y: scroll;
}
.c-form__sign {
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form__input input {
    font-size: 2.2rem;
    padding: 0 1em 0 72px;
    max-width: 697px;
    height: 52px;
    line-height: 52px;
  }
  .c-form .c-form *::placeholder {
    font-size: 2.2rem;
  }
  .c-form .c-form__submit {
    margin-top: 10px !important;
    margin-bottom: 10px;
  }
  .c-form .c-form__btn {
    background: url("../img/btn_cta_pc.png") no-repeat center/contain;
    width: 600px;
    height: 93px;
  }
  .c-form .c-form__desc {
    max-width: 697px;
    height: 94px;
    padding: 10px 15px;
    margin-top: 18px;
  }
  .c-form .c-form__desc > p {
    font-size: 1.2rem;
    line-height: calc(18/12);
  }
  .c-form .c-form__desc > p + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-form .c-form__input input {
    background-size: 5.8vw;
    background-position: left 2.67vw top 3.2vw;
    padding: 0 1em 0 10.67vw;
    width: 100%;
    height: 10.9vw;
  }
  .c-form .c-form ::placeholder {
    font-size: 3.6vw;
    line-height: 1.1;
  }
  .c-form .c-form__submit {
    margin-top: 1.5% !important;
    margin-bottom: 2.5%;
  }
  .c-form .c-form__btn {
    background: url("../img/btn_cta_sp.png") no-repeat center/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 746/112;
  }
  .c-form .c-form__btn--full {
    width: 100%;
  }
  .c-form .c-form__desc {
    width: 96%;
    height: 17.3vw;
    padding: 2% 1.5%;
    margin-top: 0;
  }
  .c-form .c-form__desc > p {
    font-size: 2.1vw;
    line-height: calc(24/16);
  }
  .c-form .c-form__desc > p + p {
    margin-top: 5%;
  }
}

.c-txtwrap {
  margin: 0 auto;
}
.c-txtwrap .nrw {
  letter-spacing: -.05em;
}
@media screen and (min-width: 768px) {
  .c-txtwrap {
    padding: 0 20px;
  }
  .c-txtwrap p + p {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-txtwrap {
    padding: 0 1.6%;
  }
  .c-txtwrap p + p {
    margin-top: 5%;
  }
}

.c-ttl, .c-subttl {
  text-align: center;
  line-height: 1;
}

/* layout
--------------------------------------------------*/
.l-section {
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: auto;
}

.l-contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 4px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 3%;
  }

  .l-contents {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    max-width: 727px;
  }
}
/* page
--------------------------------------------------*/
.p-cta {
  background: #ec509a;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 22px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 3% 0;
  }
  .p-cta__wrap {
    width: 98%;
    margin: 0 auto;
  }
}
.p-cta__txt {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.01em;
  text-align: center;
}
.p-cta__txt span {
  display: inline-block;
  position: relative;
}
.p-cta__txt span::before, .p-cta__txt span::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 38px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__txt span::before, .p-cta__txt span::after {
    height: 4.8vw;
  }
}
.p-cta__txt span::before {
  left: -18px;
  transform: rotate(-45deg);
}
.p-cta__txt span::after {
  right: -16px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-cta__txt span::before {
    left: -4vw;
  }
  .p-cta__txt span::after {
    right: -3.467vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__txt {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 3.6vw;
    margin-bottom: 1.5%;
  }
}

.p-catch {
  background: #fff;
  position: relative;
}
.p-catch__txt {
  background: #cba14d;
  color: #000;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: .1em 0;
}
@media screen and (max-width: 767px) {
  .p-catch__txt {
    font-size: 1.4rem;
  }
}
.p-catch__img {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 0;
}

/* sec01 */
.p-sec01 {
  padding: 41px 0 70px;
  background: #f5e8d1;
  border-bottom: 15px solid #cba14d;
}
.p-sec01 .l-contents {
  padding: 33px 0 78px;
}
.p-sec01__img.img01 {
  margin-right: 28px;
}
.p-sec01__img.img02 {
  margin-top: 42px;
  margin-bottom: 26px;
}
.p-sec01__img.img03 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.p-sec01__img.img04 {
  margin: 0 48px 0 58px;
}
.p-sec01__movie {
  text-align: center;
  margin-bottom: 45px;
}
.p-sec01__movie iframe {
  width: 560px;
  height: 100%;
  aspect-ratio: 560/315;
  margin: 0 auto;
  border: 0;
}
.p-sec01__ttl {
  margin-bottom: 60px;
}
.p-sec01__subttl.ttl02 {
  margin-top: 80px;
}
.p-sec01__subttl.ttl03 {
  margin-top: 110px;
  margin-bottom: 58px;
}
.p-sec01__subttl.ttl04 {
  margin-top: 114px;
  margin-bottom: 50px;
}
.p-sec01__box {
  display: flex;
}
.p-sec01__box.box01 {
  padding: 0 40px 36px 35px;
}
.p-sec01__box.box02 {
  padding: 0 20px;
  margin: 25px auto 36px;
}
.p-sec01__box.box02 p {
  flex: 1;
  line-height: calc(40/24);
  margin-top: 20px;
}
.p-sec01__dotlist li, .p-sec01__numlist li {
  position: relative;
  font-size: 3rem;
  line-height: calc(35/30);
  font-weight: 700;
  letter-spacing: .025em;
  color: #111;
}
.p-sec01__dotlist li::before, .p-sec01__numlist li::before {
  position: absolute;
  content: "";
}
.p-sec01__dotlist li::after, .p-sec01__numlist li::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #aaa9a9 4px, transparent 4px);
  background-size: 7px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.p-sec01__dotlist li.-nrw, .p-sec01__numlist li.-nrw {
  letter-spacing: -.025em;
}
.p-sec01__dotlist {
  flex: 1;
  padding-top: 5px;
}
.p-sec01__dotlist li {
  padding-left: 50px;
  padding-bottom: 20px;
}
.p-sec01__dotlist li::before {
  background: url("../img/icn_check.png") no-repeat center center/contain;
  width: 32px;
  height: 32px;
  left: 3px;
  top: 0;
}
.p-sec01__dotlist li + li {
  margin-top: 22px;
}
.p-sec01__numlist {
  flex: 1;
  padding: 0 24px;
  margin-bottom: 60px;
}
.p-sec01__numlist li {
  padding: 26px 0 26px 83px;
}
.p-sec01__numlist li::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 58px;
  height: 58px;
  left: 6px;
  top: 45%;
  transform: translateY(-50%);
}
.p-sec01__numlist li:nth-child(1)::before {
  background-image: url("../img/icn_num01_green.png");
}
.p-sec01__numlist li:nth-child(2)::before {
  background-image: url("../img/icn_num02_green.png");
  top: 30%;
}
.p-sec01__numlist li:nth-child(3)::before {
  background-image: url("../img/icn_num03_green.png");
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding: 6.5% 0;
    border-bottom-width: 8px;
  }
  .p-sec01 .l-contents {
    padding: 6.5% 3%;
  }
  .p-sec01__img.img01 {
    margin-right: 3.73vw;
    width: 20.8vw;
  }
  .p-sec01__img.img02 {
    margin: 8% auto;
    width: 80%;
  }
  .p-sec01__img.img03 {
    margin: 8% auto;
    width: 80%;
  }
  .p-sec01__img.img04 {
    margin: 0 3.5% 0 0;
    width: 24vw;
  }
  .p-sec01__movie {
    margin-bottom: 5%;
  }
  .p-sec01__movie iframe {
    width: 100%;
    height: auto;
  }
  .p-sec01__ttl {
    margin-bottom: 6.5%;
  }
  .p-sec01__subttl.ttl02 {
    margin: 8% auto 0;
    width: 90%;
  }
  .p-sec01__subttl.ttl03 {
    margin: 8% auto;
    width: 90%;
  }
  .p-sec01__subttl.ttl04 {
    margin: 8% auto;
    width: 90%;
  }
  .p-sec01__box.box01 {
    padding: 0 1.6vw 0 2.67vw;
    margin-bottom: 6.5%;
  }
  .p-sec01__box.box02 {
    padding: 0;
    margin: 8% auto;
  }
  .p-sec01__box.box02 p {
    font-size: 4vw;
    margin-top: 0;
  }
  .p-sec01__dotlist li, .p-sec01__numlist li {
    font-size: 4vw;
    padding-left: 8vw;
  }
  .p-sec01__dotlist {
    flex: 1;
    padding-top: 5px;
  }
  .p-sec01__dotlist li {
    padding-bottom: 4vw;
  }
  .p-sec01__dotlist li::before {
    width: 5.3vw;
    height: 5.3vw;
    left: 0.4vw;
    top: -.2em;
  }
  .p-sec01__dotlist li + li {
    margin-top: 4vw;
  }
  .p-sec01__numlist {
    padding: 0;
    margin-bottom: 5%;
  }
  .p-sec01__numlist li {
    padding: 4vw 0 4vw 9.6vw;
  }
  .p-sec01__numlist li::before {
    background-size: 90% 90%;
    width: 7.4vw;
    height: 7.4vw;
    left: 0;
    top: .35em;
    transform: translateY(0);
  }
  .p-sec01__numlist li:nth-child(2)::before, .p-sec01__numlist li:nth-child(3)::before {
    top: 0.8em;
  }
}
/* sec02 */
.p-sec02 {
  background: #fadad1;
}
.p-sec02 .l-inner {
  padding: 38px 0 92px;
}
.p-sec02 .l-contents {
  padding: 57px 0 40px;
}
.p-sec02__ttl {
  margin: 0 auto 50px;
}
.p-sec02__img {
  margin: 0 auto 64px;
}
.p-sec02__box {
  width: 100%;
  max-width: calc(100% - 20px);
  background: #c8a05d;
  border-radius: 10px;
  padding: 15px 9px 21px;
  margin: 94px auto 0;
}
.p-sec02__cont {
  background: #fff;
  border: 2px solid #333;
  width: 100%;
  padding: 10px 0 60px;
}
.p-sec02__subttl {
  text-align: center;
  margin: 0 auto 62px;
}
.p-sec02__step-item {
  position: relative;
}
.p-sec02__step-item + .p-sec02__step-item {
  margin-top: 60px;
}
.p-sec02__step-item:not(:last-child) {
  padding-bottom: 36px;
}
.p-sec02__step-item:not(:last-child)::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #aaa9a9 4px, transparent 4px);
  background-size: 7px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: calc(100% - 40px);
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-sec02__step-head {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
  padding: 0 18px;
  margin-bottom: 24px;
}
.p-sec02__step-head .icn {
  padding-bottom: .2em;
}
.p-sec02__step-head .stepttl {
  flex: 1;
  font-size: 3.6rem;
  line-height: calc(48/36);
  color: #111;
  font-weight: 700;
}
.p-sec02__step-body {
  padding: 0 26px;
}
.p-sec02__step-body p + p {
  margin-top: 30px;
}
.p-sec02__step-body .lg {
  font-size: 3rem;
  line-height: calc(48/30);
  font-weight: 700;
  margin-top: 35px;
}
.p-sec02__numlist {
  margin: 45px 0 0;
}
.p-sec02__numlist li {
  position: relative;
  font-size: 3rem;
  line-height: calc(35/30);
  font-weight: 700;
  letter-spacing: .025em;
  padding-left: 65px;
}
.p-sec02__numlist li::before, .p-sec02__numlist li::after {
  position: absolute;
}
.p-sec02__numlist li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 2.4rem;
  left: .15em;
  top: -.2em;
  z-index: 2;
}
.p-sec02__numlist li::after {
  content: "";
  background: #db6393;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: .1em;
  top: -.25em;
}
.p-sec02__numlist li + li {
  margin-top: 0.9em;
}
.p-sec02__numlist li:nth-child(1)::before {
  content: "1";
}
.p-sec02__numlist li:nth-child(2)::before {
  content: "2";
}
.p-sec02__numlist li:nth-child(3)::before {
  content: "3";
}
.p-sec02__numlist li:nth-child(4)::before {
  content: "4";
}
.p-sec02__numlist li:nth-child(5)::before {
  content: "5";
}

@media screen and (max-width: 767px) {
  .p-sec02 .l-inner {
    padding: 6.5% 3%;
  }
  .p-sec02 .l-contents {
    padding: 6.5% 3%;
  }
  .p-sec02__ttl {
    margin: 0 auto 8%;
  }
  .p-sec02__img {
    margin: 0 auto 8%;
  }
  .p-sec02__box {
    max-width: inherit;
    padding: 1.8%;
    margin: 8% auto 0;
  }
  .p-sec02__cont {
    border-width: 1px;
    padding: 3% 0 6.5%;
  }
  .p-sec02__subttl {
    margin: 0 auto 8%;
  }
  .p-sec02__step-item + .p-sec02__step-item {
    margin-top: 5%;
  }
  .p-sec02__step-item:not(:last-child) {
    padding-bottom: 6.5%;
  }
  .p-sec02__step-item:not(:last-child)::before {
    width: calc(100% - 10px);
    height: 2px;
  }
  .p-sec02__step-head {
    gap: 0 1.6vw;
    padding: 0 3%;
    margin-bottom: 5%;
  }
  .p-sec02__step-head .icn {
    width: 12vw;
  }
  .p-sec02__step-head .stepttl {
    font-size: 5.2vw;
  }
  .p-sec02__step-body {
    padding: 0 3%;
  }
  .p-sec02__step-body p + p {
    margin-top: 5%;
  }
  .p-sec02__step-body .lg {
    font-size: 4.2vw;
    margin-top: 5%;
  }
  .p-sec02__numlist {
    margin: 8% 0 0;
  }
  .p-sec02__numlist li {
    font-size: 4.2vw;
    line-height: 1.25;
    padding-left: 9.067vw;
  }
  .p-sec02__numlist li::before {
    width: 6.933vw;
    height: 6.933vw;
    font-size: 4vw;
    left: .12em;
    top: -.35em;
  }
  .p-sec02__numlist li::after {
    width: 6.933vw;
    height: 6.933vw;
    left: .1em;
    top: -.4em;
  }
}
/* sec03 */
.p-sec03 {
  background: #e1efd8;
  padding: 46px 0 89px;
}
.p-sec03 .l-contents {
  padding: 30px 0 80px;
}
.p-sec03 .c-txtwrap p.-nrw {
  letter-spacing: -.02em;
}
.p-sec03__date {
  font-size: 2.99rem;
  margin-bottom: 16px;
  font-weight: 700;
}
.p-sec03__ttl {
  margin-left: auto;
  margin-right: auto;
}
.p-sec03__ttl.ttl01 {
  margin-bottom: 30px;
}
.p-sec03__ttl.ttlpr01 {
  margin-top: 82px;
  margin-bottom: 38px;
}
.p-sec03__ttl.ttlpr02 {
  margin-bottom: 68px;
}
.p-sec03__img {
  margin-left: auto;
  margin-right: auto;
}
.p-sec03__img.img01 {
  margin-bottom: 32px;
}
.p-sec03__img.img03 {
  margin-bottom: 32px;
}
.p-sec03__movie {
  text-align: center;
  margin-bottom: 32px;
}
.p-sec03__movie iframe {
  width: 632px;
  height: auto;
  aspect-ratio: 632 / 406;
  margin: 0 auto;
  border: 0;
}
.p-sec03__box {
  width: 100%;
  max-width: calc(100% - 20px);
  background: #c2a477;
  border-radius: 10px;
  padding: 15px 12px;
  margin: 34px auto 76px;
}
.p-sec03__cont {
  background: #fff;
  width: 100%;
  padding: 38px 0 40px;
}
.p-sec03__cont-ttl {
  position: relative;
  line-height: 1;
  margin: 0 auto 60px;
  text-align: center;
}
.p-sec03__cont-ttl::before {
  position: absolute;
  content: "";
  background: #ec509a;
  width: 280px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.p-sec03__dotlist li {
  position: relative;
  padding-left: 56px;
  font-size: 2.8rem;
  line-height: 1.5;
}
.p-sec03__dotlist li::before {
  position: absolute;
  content: "●";
  color: #29a596;
  left: 17px;
  top: 0;
}
.p-sec03__dotlist li.-nrw {
  letter-spacing: -.03em;
}
.p-sec03__dotlist li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /* sec03 */
  .p-sec03 {
    padding: 6.5% 0;
  }
  .p-sec03 .l-contents {
    padding: 5% 3% 6.5%;
  }
  .p-sec03__date {
    font-size: 4.2vw;
    margin-bottom: 5%;
  }
  .p-sec03__ttl.ttl01 {
    margin-bottom: 8%;
  }
  .p-sec03__ttl.ttlpr01 {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .p-sec03__ttl.ttlpr02 {
    margin-bottom: 8%;
  }
  .p-sec03__img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-sec03__img.img01 {
    margin-bottom: 5%;
  }
  .p-sec03__img.img03 {
    margin-bottom: 5%;
    width: 80%;
  }
  .p-sec03__movie {
    margin-bottom: 6.5%;
  }
  .p-sec03__movie iframe {
    width: 100%;
  }
  .p-sec03__box {
    max-width: inherit;
    padding: 3%;
    margin: 8% auto 10%;
  }
  .p-sec03__cont {
    padding: 6.5% 3%;
  }
  .p-sec03__cont-ttl {
    margin: 0 auto 12%;
  }
  .p-sec03__cont-ttl img {
    width: 40vw;
    margin: auto;
  }
  .p-sec03__cont-ttl::before {
    width: 40vw;
    height: 0.8vw;
    bottom: -4.267vw;
  }
  .p-sec03__dotlist li {
    padding-left: 1.5em;
    font-size: 4.2vw;
  }
  .p-sec03__dotlist li::before {
    left: 0;
  }
  .p-sec03__dotlist li + li {
    margin-top: 3%;
  }
}
/* sec04 */
.p-sec04 {
  background: #f5e8d1;
  padding: 37px 0 82px;
}
.p-sec04 .l-contents {
  padding: 72px 0 128px;
}
.p-sec04__subtxt {
  color: #141414;
  line-height: calc(48/30);
  letter-spacing: .05em;
  font-size: 3rem;
  margin: 28px auto 0;
}
.p-sec04__img.img01 {
  margin: 78px auto 76px;
}
.p-sec04__img.img02 {
  margin: 42px auto 46px;
}
.p-sec04__img.imgmd04 {
  margin-top: 36px;
}
.p-sec04__media-ttl {
  margin: 56px auto 40px;
}
.p-sec04__media-imgwrap {
  display: flex;
  justify-content: center;
  gap: 0 26px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-sec04 {
    padding: 6.5% 0;
  }
  .p-sec04 .l-contents {
    padding: 6.5% 3%;
  }
  .p-sec04__ttl {
    width: 45%;
    margin: 0 auto 5%;
  }
  .p-sec04__subtxt {
    font-size: 3.8vw;
    margin: 5% auto;
  }
  .p-sec04__img.img01 {
    margin: 0 auto 5%;
    width: 80%;
  }
  .p-sec04__img.img02 {
    margin: 5% auto;
  }
  .p-sec04__img.imgmd01 {
    width: 50%;
    text-align: center;
  }
  .p-sec04__img.imgmd01 img {
    margin: auto;
  }
  .p-sec04__img.imgmd02 {
    margin: 8% auto 0;
    width: 90%;
    text-align: center;
  }
  .p-sec04__img.imgmd02 img {
    margin: auto;
  }
  .p-sec04__img.imgmd03 {
    margin: 8% auto 0;
    width: 90%;
    text-align: center;
  }
  .p-sec04__img.imgmd04 {
    margin: 8% auto 0;
    width: 90%;
    text-align: center;
  }
  .p-sec04__media-ttl {
    margin: 8% auto;
    width: 80%;
  }
  .p-sec04__media-imgwrap {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 5%;
  }
}
/* footer */
.l-footer {
  text-align: center;
  padding: 55px 0;
}
.l-footer * {
  line-height: calc(36/20);
  letter-spacing: .025em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.l-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
.l-footer__link li {
  position: relative;
  padding: 0 24px;
}
.l-footer__link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  background: #111;
  width: 2px;
  height: calc(100% - 15px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.l-footer__copy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6% 0;
  }
  .l-footer * {
    font-size: 2.8vw;
  }
  .l-footer__link {
    margin-bottom: 1.2%;
  }
  .l-footer__link li {
    padding: 0 2%;
  }
  .l-footer__link li:nth-child(n + 2)::before {
    width: 1px;
    height: calc(100% - 2vw);
  }
}
