@charset "UTF-8";
.animElement {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1s ease-out;
  -moz-transition: opacity 1.5s ease-out, transform 1s ease-out, -moz-transform 1s ease-out;
  transition: opacity 1.5s ease-out, transform 1s ease-out;
  transition: opacity 1.5s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out, -moz-transform 1s ease-out;
}

.animElement.back {
  opacity: 1;
}

.animElement.sa--up {
  -webkit-transform: translate(0, 50px);
     -moz-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.animElement.sa--lr {
  -webkit-transform: translate(-50px, 0);
     -moz-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.animElement.sa--rl {
  -webkit-transform: translate(50px, 0);
     -moz-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.animElement.tr-delay__01 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.animElement.tr-delay__02 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.animElement.tr-delay__03 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.animElement.tr-delay__03 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.animElement.tr-delay__04 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}
.animElement.tr-delay__05 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.animElement.show {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.txt--red {
  color: #b50000;
}

#container {
  color: #606060;
}

.flexbox__cap {
  margin-top: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
  letter-spacing: 0.2rem;
}

.annotation__icon {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
.annotation__list-wrap {
  text-align: center;
}
.annotation__list {
  display: inline-block;
}
.annotation__line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.annotation__line.desc .annotation__head {
  margin-right: 5px;
}
.annotation__line.strong {
  color: #76a4d8;
  font-weight: bold;
}
.annotation__line .bold {
  color: #8D5B4A;
  font-weight: bold;
  font-size: 1.1em;
}
.annotation__head {
  margin-right: 10px;
}

main {
  background-color: #fff5f3;
}

.mv {
  position: relative;
}
.mv__logo {
  background: url(../images/lp/subsidy/mv_logo.png) no-repeat center/contain;
}
.mv_bottom {
  background-color: #bba878;
  color: #fff;
}
.mv_bottom .period, .mv_bottom__annotation {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.mv_bottom__ttl {
  font-weight: normal;
}
.mv__ir {
  position: absolute;
  bottom: -22%;
}
.mv__ir.ir01 {
  left: 5%;
}
.mv__ir.ir02 {
  right: 5%;
}

.fukidashi {
  position: absolute;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.fukidashi.show {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.fukidashi__wrap {
  position: relative;
  margin: auto;
}
.fukidashi--first {
  background: url(../images/lp/subsidy/fukidashi01.png) no-repeat center/contain;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
.fukidashi--second {
  background: url(../images/lp/subsidy/fukidashi02.png) no-repeat center/contain;
  -webkit-transition: all 0.8s ease 1.4s;
  -moz-transition: all 0.8s ease 1.4s;
  transition: all 0.8s ease 1.4s;
}
.fukidashi--third {
  background: url(../images/lp/subsidy/fukidashi03.png) no-repeat center/contain;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  transition: all 0.8s ease 2s;
}

.lead__ttl {
  text-align: center;
}
.lead__ttl span::before, .lead__ttl span::after {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 100%;
  background-color: #606060;
  content: "";
}
.lead__ttl span::before {
  -webkit-transform: translate(0, -50%) rotate(-30deg);
     -moz-transform: translate(0, -50%) rotate(-30deg);
      -ms-transform: translate(0, -50%) rotate(-30deg);
          transform: translate(0, -50%) rotate(-30deg);
}
.lead__ttl span::after {
  -webkit-transform: translate(0, -50%) rotate(30deg);
     -moz-transform: translate(0, -50%) rotate(30deg);
      -ms-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}
.lead__desc {
  text-align: center;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.lead__container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lead__item {
  position: relative;
}
.lead__item:last-child::after {
  display: none;
}
.lead__item.first .lead__catch {
  background-color: #76a4d8;
}
.lead__item.first .lead__head {
  color: #76a4d8;
}
.lead__item.first .lead__caption {
  color: #76a4d8;
}
.lead__item.second .lead__catch {
  background-color: #d9767b;
}
.lead__item.second .lead__head {
  color: #d9767b;
}
.lead__item.second .lead__caption {
  color: #d9767b;
}
.lead__item.third .lead__catch {
  background-color: #e59944;
}
.lead__item.third .lead__head {
  color: #e59944;
}
.lead__item.third .lead__caption {
  color: #e59944;
}
.lead__item.fourth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65.5%;
}
.lead__item.fourth .lead__catch {
  -moz-border-radius: 12px 0 0 12px;
       border-radius: 12px 0 0 12px;
  background-color: #59568d;
}
.lead__item.fourth .lead__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #59568d;
}
.lead__item.fourth .lead__head span {
  display: block;
  width: 100%;
  border: solid 1px #59568d;
}
.lead__item.fourth .lead__caption {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -moz-border-radius: 0 12px 12px 0;
       border-radius: 0 12px 12px 0;
  color: #59568d;
}
.lead__catch {
  -moz-border-radius: 12px 12px 0 0;
       border-radius: 12px 12px 0 0;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.lead__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 600;
  text-align: center;
}
.lead .price {
  display: block;
  -webkit-transform: translate(0, 5px);
     -moz-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  font-weight: bold;
}
.lead .num {
  display: inline-block;
  margin: 0 5px;
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 600;
}
.lead__caption {
  padding: 2px 0 5px;
  -moz-border-radius: 0 0 12px 12px;
       border-radius: 0 0 12px 12px;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
}
.lead__anchor {
  margin-top: 50px;
  text-align: center;
}
.lead__anchor a {
  position: relative;
  text-decoration: none;
  color: #606060;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
}
.lead__anchor a::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
     -moz-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: solid 2px #606060;
  border-bottom: solid 2px #606060;
  content: "";
}
.lead__ann {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.section__ttl {
  -moz-border-radius: 12px;
       border-radius: 12px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.6rem;
}
.section__ttl--sub {
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2rem;
}

.section__lead {
  color: #000;
  line-height: 1.85;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.section__lead span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.section__caption {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
  line-height: 1.75;
}
.section__caption .num {
  display: inline-block;
  margin: 0 1.5px;
  padding: 0 3.5px 1px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #606060;
  color: #fff;
}
.section__caption span {
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.section__caption-sub {
  text-align: center;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.section__prag--center {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.section__prag--center .pickup {
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.content01 {
  background-color: #eef4f7;
}
.content01 .target__list::after {
  border-top-color: #76a4d8;
}
.content01 .num,
.content01 .target__list__head {
  background-color: #76a4d8;
}
.content01 .section__ttl {
  color: #76a4d8;
}
.content01 .section__ttl--sub {
  border-top: solid 3px #a7c5e6;
  border-bottom: solid 3px #a7c5e6;
  color: #606060;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.content01 .section__lead {
  letter-spacing: 0.02em;
}
.content01 .section__lead span {
  color: #76a4d8;
}
.content01 .section__prag--center {
  color: #76a4d8;
}
.content01__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content01__left {
  width: 45%;
}
.content01__right {
  width: 45%;
}
.content01__img img {
  width: 100%;
}
.content01__pic img {
  width: 100%;
}
.content01__message {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.content01__message::before {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 35px;
  background-color: #76a4d8;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  vertical-align: middle;
}
.content01__message::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 35px;
  background-color: #76a4d8;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  vertical-align: middle;
}
.content01__message span {
  color: #76a4d8;
}
.content01__sub-message {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
}
.content01__desc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.75;
}
.content01__door {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content01__door-content {
  width: 33%;
}
.content01__door-com img {
  width: 100%;
}
.content01__door-ann {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
.content01__door-pic {
  width: 65%;
}
.content01__comment {
  position: relative;
  background-color: #fff;
  -moz-border-radius: 12px;
       border-radius: 12px;
}
.content01__comment-desc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  letter-spacing: 0.05em;
  color: #000;
}
.content01__comment-ir {
  position: absolute;
  right: 2.5%;
  bottom: 0;
}

.content02 {
  background-color: #fcf4f5;
}
.content02 .section__ttl {
  color: #d9767b;
}
.content02 .section__lead span {
  color: #d9767b;
}
.content02 .num,
.content02 .target__list__head {
  background-color: #d9767b;
}
.content02 .section__ttl--sub {
  border-top: solid 3px #eebfc6;
  border-bottom: solid 3px #eebfc6;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.content02 .section__prag--center {
  color: #d9767b;
}
.content02__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content02__left {
  width: 45%;
}
.content02__right {
  width: 45%;
}
.content02__img img {
  width: 100%;
}
.content02__img.sm {
  width: 50%;
}
.content02__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content02__content-inner {
  width: 47%;
}
.content02__head {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.content02__desc {
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.content02__ir img {
  max-width: none;
  height: 100%;
}
.content02__comment {
  position: relative;
  background-color: #fff;
  -moz-border-radius: 12px;
       border-radius: 12px;
}
.content02__comment-desc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  letter-spacing: 0.05em;
  color: #000;
}
.content02__comment-ir {
  position: absolute;
  right: 2.5%;
  bottom: 0;
}
.content02__subject {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content02__subject-left {
  position: relative;
  width: 35%;
  border: solid 3px #d9767b;
  -moz-border-radius: 12px;
       border-radius: 12px;
  background-color: #fff;
}
.content02__subject-plus {
  position: relative;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content02__subject-plus::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  background-color: #d9767b;
}
.content02__subject-plus::after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 100%;
  background-color: #d9767b;
}
.content02__subject-right {
  width: 54%;
}
.content02__subject-right .content02__subject-item {
  width: 48.5%;
  background-color: #fff;
}
.content02__subject-right .content02__subject-item.wide {
  width: 100%;
}
.content02__ttl-req {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fcf4f5), color-stop(50%, #fff));
  background: -webkit-linear-gradient(top, #fcf4f5 50%, #fff 50%);
  background: -moz- oldlinear-gradient(top, #fcf4f5 50%, #fff 50%);
  background: linear-gradient(to bottom, #fcf4f5 50%, #fff 50%);
  color: #d9767b;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.content02__ttl-req::before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 3.5px;
  height: 37px;
  background-color: #d9767b;
  vertical-align: middle;
}
.content02__ttl-req::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 3px;
  height: 35px;
  background-color: #d9767b;
  vertical-align: middle;
}
.content02__ttl-req span {
  display: inline-block;
  border-bottom: solid 3px #d9767b;
}
.content02__subject-ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #d9767b;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.content02__subject-ttl .num {
  display: inline-block;
  color: #fff;
  -moz-border-radius: 50%;
       border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.content02__subject-ttl.any {
  color: #606060;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 500;
}
.content02__subject-ttl.any .num {
  background-color: #606060;
}
.content02__subject-pic img {
  width: 100%;
}
.content02__subject-cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content02__subject-catItem {
  background-color: #f5e2e3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.content02__ttl-any {
  border: solid 2px #b6b6b6;
  background-color: #fff;
  color: #606060;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2em;
}
.content02__desc-any {
  text-align: center;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.content02__ann-any {
  color: #d9767b;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.content02__subject-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content02 .target02::after {
  border-top-color: #d9767b;
}
.content02__ann {
  width: 70%;
  margin: 0 auto;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.content03 {
  background-color: #fdf7f0;
}
.content03 .section__ttl {
  color: #e59944;
}
.content03 .section__lead {
  letter-spacing: 0.02em;
}
.content03 .section__lead span {
  color: #e59944;
}
.content03__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content03__left {
  width: 45%;
}
.content03__right {
  width: 47%;
}
.content03__img img {
  width: 100%;
}
.content03__pic img {
  width: 100%;
}
.content03__desc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.75;
}
.content03__ann {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.content03__more {
  width: -moz-fit-content;
  width: fit-content;
  border: solid 2.5px #e59944;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.content03__more-desc {
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.content03__more-desc span {
  color: #e59944;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 700;
}
.content03__more-listItem {
  color: #e59944;
}
.content03__more-listItem::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
       border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #f6dcbe;
}

.content04 {
  background-color: #fbf9fb;
}
.content04 .section__ttl {
  color: #916d99;
}
.content04 .section__lead {
  letter-spacing: 0.02em;
}
.content04 .section__lead span {
  color: #916d99;
}
.content04__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content04__left {
  width: 45%;
}
.content04__right {
  width: 45%;
}
.content04__img img {
  width: 100%;
}
.content04__pic img {
  width: 100%;
}

.target__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 30px;
}
.target__list::before {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 20px;
  border-right: dotted 2px #000;
  border-bottom: dotted 2px #000;
  border-left: dotted 2px #000;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
  content: "";
}
.target__list::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  content: "";
}
.target__list__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  -moz-border-radius: 12px 12px 0 0;
       border-radius: 12px 12px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
}
.target__list__desc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  text-align: center;
  color: #000;
}
.target__list__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-right: solid 2px #dbdbdb;
  border-bottom: solid 2px #dbdbdb;
  border-left: solid 2px #dbdbdb;
  -moz-border-radius: 0 0 12px 12px;
       border-radius: 0 0 12px 12px;
  background-color: #fff;
}
.target__list__ann {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

.content02 .section__prag--center .annotation__icon {
  -webkit-transform: translate(0, 6px);
     -moz-transform: translate(0, 6px);
      -ms-transform: translate(0, 6px);
          transform: translate(0, 6px);
}

.content03 .caption {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.content03 .caption__txt {
  color: #e59944;
}
.content03 .caption .pickup {
  margin-right: 5px;
}
.content03 .caption .annotation__head {
  margin-right: 0 !important;
}

.content04 .caption {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.content04 .caption__txt {
  color: #916d99;
}
.content04 .caption__head .small {
  display: block;
  font-weight: normal;
}
.content04 .caption .pickup {
  margin-right: 5px;
}
.content04 .caption .annotation__head {
  margin-right: 0 !important;
}
.content04 .caption .annotation__line .bold {
  color: #916d99;
}

.target02 {
  position: relative;
  margin-top: 20px;
}
.target02::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 20px;
  border-right: dotted 2px #000;
  border-bottom: dotted 2px #000;
  border-left: dotted 2px #000;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
  content: "";
}
.target02::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  content: "";
}

.lp_footer {
  color: #000;
}
.lp_footer__txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  color: #231815;
  text-align: center;
}
.lp_footer .btn_area {
  text-align: center;
}
.lp_footer .btn_area a {
  display: inline-block;
  position: relative;
  -moz-border-radius: 10px;
       border-radius: 10px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  color: #fff;
  text-align: center;
}
.lp_footer .btn_area a::after {
  position: absolute;
  top: 50%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
     -moz-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
.lp_footer .btn_area a:first-child {
  background-color: #fb512d;
}
.lp_footer .btn_area a:nth-child(2) {
  background-color: #fb772d;
}
.lp_footer .info {
  margin: 40px auto 0;
  border: solid 1px #EE470B;
  text-align: center;
}
.lp_footer .info__txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  letter-spacing: 0.4rem;
}
.lp_footer .info__tel {
  margin-top: 10px;
  color: #EE470B;
  letter-spacing: 0.6rem;
}
.lp_footer .info__work {
  margin-top: 10px;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 1025px), print {
  .flexbox__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }

  .flexbox__item {
    width: 50%;
    padding: 0 60px;
  }
  .flexbox__item:nth-child(2) {
    border-left: dotted 1px #000;
  }

  .flexbox__cap {
    font-size: 2.4rem;
  }

  .annotation__icon {
    -webkit-transform: translate(0, -4px);
       -moz-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  .annotation__list-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .annotation__line {
    font-size: 1.3rem;
  }
  .annotation__line.ma {
    margin-top: 20px;
  }
  .annotation__line.strong {
    margin-top: 8px;
    font-size: 1.5rem;
  }

  .mv_head {
    padding: 80px 0 70px;
    background: url(../images/lp/subsidy/mv_pc.png) no-repeat center center/cover;
  }
  .mv__logo {
    width: 1400px;
    margin: auto;
    height: 480px;
  }
  .mv_bottom {
    padding: 40px 0;
    text-align: center;
  }
  .mv_bottom__lead {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
  .mv_bottom__ttl {
    margin-top: 20px;
    font-size: 4.8rem;
    letter-spacing: 0.6rem;
  }
  .mv_bottom__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
  .mv_bottom .period {
    font-size: 1.6rem;
  }
  .mv_bottom__annotation {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .mv__ir {
    width: 200px;
  }

  .fukidashi__wrap {
    position: relative;
    width: 1400px;
    height: 100%;
  }
  .fukidashi--first {
    top: 0;
    right: 280px;
    width: 190px;
    height: 304px;
  }
  .fukidashi--second {
    top: -80px;
    left: 280px;
    width: 192px;
    height: 300px;
  }
  .fukidashi--third {
    bottom: -129px;
    right: 148px;
    width: 293px;
    height: 273px;
  }

  .lead {
    padding: 50px 0 80px;
  }
  .lead__ttl span {
    position: relative;
    font-size: 3.2rem;
    letter-spacing: 0.4rem;
  }
  .lead__ttl span::before {
    left: -20px;
    height: 30px;
  }
  .lead__ttl span::after {
    right: -10px;
    height: 30px;
  }
  .lead__desc {
    margin-top: 10px;
    font-size: 1.7rem;
  }
  .lead__container {
    margin-top: 36px;
  }
  .lead__item {
    width: 31%;
  }
  .lead__item::after {
    right: -40px;
    width: 26px;
    height: 26px;
  }
  .lead__item.fourth {
    margin-top: 30px;
  }
  .lead__item.fourth .lead__catch {
    padding-left: 27px;
    padding-right: 27px;
  }
  .lead__item.fourth .lead__head {
    padding: 0 10px 0 67px;
  }
  .lead__item.fourth .lead__head span {
    margin-top: 7px;
  }
  .lead__item.fourth .lead__caption {
    padding-top: 12px;
  }
  .lead__item.fourth::after {
    display: none;
  }
  .lead__catch {
    padding: 10px 0;
    font-size: 2rem;
  }
  .lead__head {
    padding: 7px 0;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
  }
  .lead .price {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
  .lead .num {
    font-size: 4.4rem;
  }
  .lead__caption {
    font-size: 1.6rem;
  }
  .lead__anchor a:hover {
    text-decoration: underline;
  }
  .lead__ann {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.3rem;
  }

  .section__ttl {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
  .section__ttl--sub {
    padding: 10px 15px;
    font-size: 2.8rem;
  }

  .section__lead {
    font-size: 1.8rem;
  }
  .section__lead span {
    font-size: 2rem;
  }

  .section__caption {
    margin-top: 30px;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
  .section__caption .small {
    font-size: 1.2rem;
  }

  .section__caption-sub {
    margin-top: 15px;
    font-size: 1.3rem;
  }

  .section__prag--center {
    margin-top: 40px;
    font-size: 2.5rem;
  }
  .section__prag--center .pickup {
    font-size: 4.5rem;
  }
  .section__prag--center.target {
    margin-top: 80px;
  }

  .section_inner + .section_inner {
    margin-top: 120px;
  }

  .content01,
.content02,
.content03,
.content04 {
    padding: 120px 0 100px;
  }

  .target__list::after {
    bottom: -95px;
    border-top: solid 22px #898989;
    border-right: solid 35px transparent;
    border-left: solid 35px transparent;
  }
  .target__list__item {
    width: 277.5px;
  }
  .target__list__item:not(:first-child) {
    margin-left: -webkit-calc((100% - 1110px) / 3);
    margin-left: -moz-calc((100% - 1110px) / 3);
    margin-left: calc((100% - 1110px) / 3);
  }
  .target__list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .target__list__item:nth-child(n+5) {
    margin-top: 35px;
  }
  .target__list__head {
    padding: 0 10px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .target__list__desc {
    min-height: 3em;
    font-size: 1.5rem;
  }
  .target__list__content {
    height: 250px;
  }
  .target__list__ann {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .content01__pic {
    margin-top: 67px;
  }
  .content01__message {
    margin-top: 15px;
    font-size: 2.2rem;
  }
  .content01__message span {
    margin: 0 5px;
    font-size: 3.7rem;
  }
  .content01__message::before {
    margin-right: 12px;
  }
  .content01__message::after {
    margin-left: 12px;
  }
  .content01__sub-message {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .content01__desc {
    margin-top: 15px;
    font-size: 1.9rem;
  }
  .content01__door {
    margin-top: 45px;
  }
  .content01__door-ann {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .content01__comment {
    padding: 15px 25px;
    margin-top: 65px;
  }
  .content01__comment-desc {
    font-size: 1.5rem;
  }
  .content01__comment-ir {
    width: 160px;
  }

  .content02 .annotation__icon {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .content02__content {
    margin-top: 35px;
  }
  .content02__content-inner {
    margin-right: 25px;
  }
  .content02__head {
    font-size: 2.6rem;
  }
  .content02__desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .content02__ir {
    height: 250px;
  }
  .content02__comment {
    padding: 15px 25px;
    margin-top: 40px;
  }
  .content02__comment-desc {
    font-size: 1.5rem;
  }
  .content02__comment-ir {
    width: 160px;
  }
  .content02__subject {
    margin-top: 60px;
  }
  .content02__subject-left {
    padding: 15px 40px 45px;
  }
  .content02__subject-plus {
    height: 60px;
  }
  .content02__subject-plus::before {
    width: 6px;
  }
  .content02__subject-plus::after {
    width: 6px;
  }
  .content02__subject-right .content02__subject-item {
    margin-top: 20px;
    padding: 28px 27px;
  }
  .content02__subject-right .content02__subject-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .content02__subject-item {
    margin-top: 40px;
  }
  .content02__ttl-req {
    font-size: 2.5rem;
  }
  .content02__ttl-req span {
    display: inline-block;
    margin: 7px 25px 0;
    border-bottom: solid 3px #d9767b;
  }
  .content02__subject-ttl {
    font-size: 2rem;
  }
  .content02__subject-ttl .num {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.8rem;
    margin-right: 9px;
  }
  .content02__subject-pic {
    margin-top: 12px;
  }
  .content02__subject-cat {
    margin-top: 13px;
    gap: 10px;
  }
  .content02__subject-catItem {
    padding: 5px 13px;
    font-size: 1.5rem;
  }
  .content02__ttl-any {
    padding: 5px 0;
    font-size: 2.1rem;
    padding-left: 2em;
  }
  .content02__desc-any {
    margin-top: 15px;
    font-size: 2.6rem;
  }
  .content02__ann-any {
    margin-top: 3.5px;
    font-size: 1.5rem;
  }
  .content02__subject-wrap {
    margin-top: 25px;
  }
  .content02__ann {
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .target02::after {
    bottom: -61px;
    border-top: solid 22px #898989;
    border-right: solid 35px transparent;
    border-left: solid 35px transparent;
  }

  .content03 {
    padding-bottom: 170px;
  }
  .content03 .section_inner {
    position: relative;
  }
  .content03 .image {
    width: 660px;
    margin-top: 70px;
  }
  .content03 .caption {
    position: absolute;
    top: 120px;
    right: 0;
    width: 480px;
    padding: 40px;
  }
  .content03 .caption__head {
    font-size: 3.2rem;
  }
  .content03 .caption__txt {
    font-size: 3rem;
  }
  .content03 .caption__bottom {
    font-size: 1.4rem;
  }
  .content03 .caption .pickup {
    font-size: 6rem;
    font-weight: bold;
  }
  .content03 .caption .annotation__list {
    margin-top: 10px;
  }
  .content03 .caption .annotation__line {
    font-size: 1.4rem;
  }
  .content03 .annotation__list {
    margin-top: 40px;
  }
  .content03__img {
    margin-top: 60px;
  }
  .content03__pic {
    margin-top: 60px;
  }
  .content03__ann {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .content03__more {
    padding: 20px 15px;
    margin-top: 22px;
  }
  .content03__more-desc {
    font-size: 1.9rem;
  }
  .content03__more-list {
    margin-top: 12px;
  }
  .content03__more-listItem {
    font-size: 1.9rem;
  }
  .content03__more-listItem:not(:first-child) {
    margin-top: 5px;
  }
  .content03__more-listItem::before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }

  .content04 .section_inner {
    position: relative;
  }
  .content04 .image {
    width: 660px;
    margin-top: 70px;
  }
  .content04 .caption {
    position: absolute;
    top: 120px;
    right: 0;
    width: 480px;
    padding: 40px;
  }
  .content04 .caption__head {
    font-size: 3.2rem;
  }
  .content04 .caption__head .small {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .content04 .caption__txt {
    font-size: 3rem;
  }
  .content04 .caption__bottom {
    font-size: 1.4rem;
  }
  .content04 .caption .pickup {
    font-size: 6rem;
    font-weight: bold;
  }
  .content04 .caption .annotation__list {
    margin-top: 10px;
  }
  .content04 .caption .annotation__line {
    font-size: 1.4rem;
  }
  .content04 .annotation__list {
    margin-top: 40px;
  }
  .content04__img {
    margin-top: 100px;
  }
  .content04__pic {
    margin-top: 50px;
  }

  .lp_footer {
    padding: 50px 0 100px;
  }
  .lp_footer__txt {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
  .lp_footer .btn_area {
    margin-top: 60px;
  }
  .lp_footer .btn_area a {
    padding: 16px 0;
    width: 400px;
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp_footer .btn_area a:nth-child(2) {
    margin-left: 120px;
  }
  .lp_footer .btn_area a::after {
    right: 40px;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp_footer .btn_area a:first-child {
    border: solid 2px #fb512d;
  }
  .lp_footer .btn_area a:first-child:hover {
    color: #fb512d;
    background-color: #fff;
  }
  .lp_footer .btn_area a:first-child:hover::after {
    border-top: solid 2px #fb512d;
    border-right: solid 2px #fb512d;
  }
  .lp_footer .btn_area a:nth-child(2) {
    border: solid 2px #fb772d;
  }
  .lp_footer .btn_area a:nth-child(2):hover {
    color: #fb772d;
    background-color: #fff;
  }
  .lp_footer .btn_area a:nth-child(2):hover::after {
    border-top: solid 2px #fb772d;
    border-right: solid 2px #fb772d;
  }
  .lp_footer .info {
    margin-top: 60px;
    padding: 40px 0;
    width: 500px;
  }
  .lp_footer .info__txt {
    font-size: 1.8rem;
  }
  .lp_footer .info__tel {
    font-size: 2.8rem;
  }
  .lp_footer .info__work {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .flexbox__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }

  .flexbox__item {
    width: 50%;
    padding: 0 30px;
  }
  .flexbox__item:nth-child(2) {
    border-left: dotted 1px #000;
  }

  .flexbox__cap {
    font-size: 1.8rem;
  }

  .annotation__list-wrap {
    margin-top: 16px;
  }
  .annotation__line {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .annotation__line.strong {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .mv_head {
    padding: 160px 0 105px;
    background-image: url(../images/lp/subsidy/mv_sp.png);
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv__logo {
    display: block;
    width: 90%;
    margin: auto;
    height: 480px;
  }
  .mv_bottom {
    padding: 40px 0;
    text-align: center;
  }
  .mv_bottom__lead {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
  .mv_bottom__ttl {
    margin-top: 20px;
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
  .mv_bottom__caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
  .mv_bottom .period {
    font-size: 1.3rem;
  }
  .mv_bottom__annotation {
    margin-top: 10px;
  }
  .mv__ir {
    width: 120px;
    bottom: -40%;
  }
  .mv__ir.ir01 {
    left: 7%;
  }
  .mv__ir.ir02 {
    right: 7%;
  }

  .fukidashi__wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .fukidashi--first {
    top: -130px;
    right: 80px;
    width: 204px;
    height: 228px;
  }
  .fukidashi--second {
    top: -130px;
    left: 30px;
    width: 205.5px;
    height: 225px;
  }
  .fukidashi--third {
    bottom: -115px;
    right: 7.5%;
    width: 219.75px;
    height: 204.75px;
  }

  .lead {
    padding: 30px 0 40px;
  }
  .lead__ttl span {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
  .lead__ttl span::before {
    left: -20px;
    height: 30px;
  }
  .lead__ttl span::after {
    right: -10px;
    height: 30px;
  }
  .lead__desc {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .lead__container {
    margin-top: 30px;
  }
  .lead__item {
    width: 32%;
  }
  .lead__item::after {
    right: -27px;
    width: 18px;
    height: 18px;
  }
  .lead__item.fourth {
    width: 100%;
    margin-top: 30px;
  }
  .lead__item.fourth .lead__catch {
    padding-left: 27px;
    padding-right: 27px;
  }
  .lead__item.fourth .lead__head {
    padding: 0 10px 0 40px;
  }
  .lead__item.fourth .lead__head span {
    margin-top: 5px;
  }
  .lead__item.fourth .lead__caption {
    padding-top: 12px;
  }
  .lead__item.fourth::after {
    display: none;
  }
  .lead__item:nth-child(n+4) {
    margin-top: 24px;
  }
  .lead__catch {
    padding: 7px 0;
    font-size: 2rem;
  }
  .lead__head {
    padding: 7px 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
  }
  .lead .price {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .lead__caption {
    font-size: 1.4rem;
  }
  .lead__ann {
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .section__ttl {
    margin-bottom: 35px;
    padding: 25px 0 20px;
    font-size: 3rem;
  }
  .section__ttl--sub {
    padding: 20px 10px;
    font-size: 2.2rem;
  }

  .section__lead {
    font-size: 1.8rem;
  }

  .section_inner + .section_inner {
    margin-top: 80px;
  }

  .section__caption {
    margin-top: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .section__caption .small {
    font-size: 1.2rem;
  }

  .section__caption-sub {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .section__prag--center {
    margin-top: 30px;
    font-size: 2rem;
  }
  .section__prag--center .pickup {
    font-size: 4rem;
  }
  .section__prag--center.target {
    margin-top: 80px;
  }
  .section__prag--center.target .pickup {
    font-size: 3.6rem;
  }

  .content01,
.content02,
.content03,
.content04 {
    padding: 100px 0;
  }

  .target__list {
    margin-top: 20px;
  }
  .target__list::after {
    bottom: -90px;
    border-top: solid 16px #606060;
    border-right: solid 18px transparent;
    border-left: solid 18px transparent;
  }
  .target__list__item {
    width: 23.5%;
  }
  .target__list__item:not(:first-child) {
    margin-left: 2%;
  }
  .target__list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .target__list__item:nth-child(n+5) {
    margin-top: 25px;
  }
  .target__list__head {
    height: 60px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .target__list__desc {
    font-size: 1.3rem;
    min-height: 3em;
  }
  .target__list__content {
    height: 177px;
    padding: 15px 5px 10px;
  }
  .target__list__ann {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .target02::after {
    bottom: -56px;
    border-top: solid 16px #606060;
    border-right: solid 18px transparent;
    border-left: solid 18px transparent;
  }

  .content01__pic {
    margin-top: 20px;
  }
  .content01__message {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .content01__message span {
    font-size: 2.5rem;
  }
  .content01__message::before {
    margin-right: 10px;
  }
  .content01__message::after {
    margin-left: 10px;
  }
  .content01__sub-message {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .content01__desc {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .content01__door {
    margin-top: 25px;
  }
  .content01__door-ann {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .content01__comment {
    padding: 15px 25px 15px 25px;
    margin-top: 30px;
  }
  .content01__comment-desc {
    font-size: 1.5rem;
  }
  .content01__comment-ir {
    width: 100px;
  }

  .content02__pic {
    margin-top: 20px;
  }
  .content02__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content02__ir {
    margin-top: 15px;
    height: 200px;
  }
  .content02__content-inner {
    width: 100%;
  }
  .content02__head {
    font-size: 1.9rem;
  }
  .content02__desc {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .content02__img {
    margin-top: 10px;
  }
  .content02__right .content02__content {
    margin-top: 100px;
  }
  .content02__comment {
    padding: 15px 25px 15px 25px;
    margin-top: 30px;
  }
  .content02__comment-desc {
    font-size: 1.5rem;
  }
  .content02__comment-ir {
    width: 100px;
  }
  .content02__subject {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content02__subject-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 15px 20px 45px;
  }
  .content02__subject-left .content02__subject-item {
    width: 32%;
  }
  .content02__subject-plus {
    margin: 20px 0;
    height: 55px;
  }
  .content02__subject-plus::before {
    width: 6px;
  }
  .content02__subject-plus::after {
    width: 6px;
  }
  .content02__subject-right {
    width: 100%;
  }
  .content02__subject-right .content02__subject-item {
    margin-top: 20px;
    padding: 23px 27px;
  }
  .content02__subject-right .content02__subject-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .content02__subject-item {
    margin-top: 40px;
  }
  .content02__subject-item:last-child .content02__subject-ttl {
    min-height: 0;
  }
  .content02__ttl-req {
    font-size: 2.3rem;
  }
  .content02__ttl-req span {
    display: inline-block;
    margin: 7px 25px 0;
    border-bottom: solid 3px #d9767b;
  }
  .content02__subject-ttl {
    font-size: 1.6rem;
    min-height: 2em;
  }
  .content02__subject-ttl .num {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1.5rem;
    margin-right: 9px;
  }
  .content02__subject-ttl.any {
    min-height: 3em;
  }
  .content02__subject-pic {
    margin-top: 12px;
  }
  .content02__subject-cat {
    margin-top: 13px;
    gap: 10px;
  }
  .content02__subject-catItem {
    padding: 5px 13px;
    font-size: 1.4rem;
  }
  .content02__ttl-any {
    padding: 5px 0;
    font-size: 2rem;
    padding-left: 2em;
  }
  .content02__desc-any {
    margin-top: 15px;
    font-size: 2.4rem;
  }
  .content02__ann-any {
    margin-top: 3.5px;
    font-size: 1.4rem;
  }
  .content02__subject-wrap {
    margin-top: 25px;
  }
  .content02__ann {
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .content03 .section_inner {
    position: relative;
  }
  .content03 .image {
    width: 396px;
    margin-top: 60px;
  }
  .content03 .caption {
    position: absolute;
    top: 120px;
    right: 0;
    width: 288px;
    padding: 20px;
  }
  .content03 .caption__head {
    font-size: 2rem;
  }
  .content03 .caption__txt {
    font-size: 2rem;
  }
  .content03 .caption__bottom {
    font-size: 1.2rem;
  }
  .content03 .caption .pickup {
    font-size: 4rem;
    font-weight: bold;
  }
  .content03 .caption .annotation__list {
    margin-top: 10px;
  }
  .content03 .caption .annotation__line {
    font-size: 1.2rem;
  }
  .content03 .caption .annotation__line.ma {
    margin-top: 20px;
  }
  .content03 .annotation__list {
    margin-top: 40px;
  }
  .content03__pic {
    margin-top: 35px;
  }
  .content03__ann {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .content03__more {
    padding: 15px 10px;
    margin-top: 15px;
  }
  .content03__more-desc {
    font-size: 1.4rem;
  }
  .content03__more-list {
    margin-top: 12px;
  }
  .content03__more-listItem {
    font-size: 1.4rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .content03__more-listItem:not(:first-child) {
    margin-top: 5px;
  }
  .content03__more-listItem::before {
    width: 14px;
    height: 14px;
    margin-right: 3px;
  }
  .content03__more-listItem span {
    color: #606060;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }

  .content04 .section_inner {
    position: relative;
  }
  .content04 .image {
    width: 396px;
    margin-top: 60px;
  }
  .content04 .caption {
    position: absolute;
    top: 120px;
    right: 0;
    width: 288px;
    padding: 20px;
  }
  .content04 .caption__head {
    font-size: 2rem;
  }
  .content04 .caption__head .small {
    margin-top: 7px;
    font-size: 1.3rem;
  }
  .content04 .caption__txt {
    font-size: 2rem;
  }
  .content04 .caption__bottom {
    font-size: 1.2rem;
  }
  .content04 .caption .pickup {
    font-size: 4rem;
    font-weight: bold;
  }
  .content04 .caption .annotation__list {
    margin-top: 10px;
  }
  .content04 .caption .annotation__line {
    font-size: 1.2rem;
  }
  .content04 .caption .annotation__line.ma {
    margin-top: 20px;
  }
  .content04 .annotation__list {
    margin-top: 40px;
  }
  .content04__pic {
    margin-top: 20px;
  }

  .lp_footer {
    padding: 50px 0 80px;
  }
  .lp_footer__txt {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .lp_footer .btn_area {
    margin-top: 40px;
  }
  .lp_footer .btn_area a {
    padding: 14px 0;
    width: 240px;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
  }
  .lp_footer .btn_area a:nth-child(2) {
    margin-left: 60px;
  }
  .lp_footer .btn_area a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .lp_footer .info {
    padding: 20px 0;
    width: 400px;
  }
  .lp_footer .info__txt {
    font-size: 1.6rem;
  }
  .lp_footer .info__tel {
    font-size: 2.4rem;
  }
  .lp_footer .info__work {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .flexbox__item {
    padding: 30px 0;
  }
  .flexbox__item:nth-child(2) {
    border-top: dotted 1px #000;
  }

  .flexbox__cap {
    font-size: 1.7rem;
  }

  .annotation__icon {
    padding-top: 5px;
  }

  .mv_head {
    padding: 90px 0 60px;
    background-image: url(../images/lp/subsidy/mv_sp.png);
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv__logo {
    width: 95%;
    height: 35.5vh;
    margin: 0 auto;
    background-image: url(../images/lp/subsidy/mv_logo_sp.png);
  }
  .mv__ir {
    width: 80px;
    bottom: -50%;
  }
  .mv__ir.ir01 {
    left: 6.5%;
  }
  .mv__ir.ir02 {
    right: 6.5%;
  }

  .fukidashi__wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .fukidashi--first {
    top: -60px;
    right: 25px;
    width: 97.92px;
    height: 109.44px;
    background: url(../images/lp/subsidy/fukidashi01_sp.png) no-repeat center/contain;
  }
  .fukidashi--second {
    top: -72px;
    left: 50px;
    width: 98.64px;
    height: 108px;
    background: url(../images/lp/subsidy/fukidashi02_sp.png) no-repeat center/contain;
  }
  .fukidashi--third {
    bottom: -45px;
    right: 20px;
    width: 105.48px;
    height: 98.28px;
    background: url(../images/lp/subsidy/fukidashi03_sp.png) no-repeat center/contain;
  }

  .mv_bottom {
    padding: 20px 0 25px;
    text-align: center;
  }
  .mv_bottom__lead {
    font-size: 2rem;
  }
  .mv_bottom__ttl {
    margin-top: 15px;
    font-size: 3.2rem;
    line-height: 3.5rem;
    letter-spacing: 0.2rem;
  }
  .mv_bottom .period {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .mv_bottom__caption {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }

  .lead {
    width: 94%;
    padding: 15px 0 60px;
  }
  .lead__ttl span {
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
  .lead__ttl span::before {
    left: -20px;
    height: 25px;
  }
  .lead__ttl span::after {
    right: -10px;
    height: 25px;
  }
  .lead__desc {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: left;
  }
  .lead__container {
    margin-top: 30px;
  }
  .lead__anchor a {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .lead__anchor a::after {
    bottom: -10px;
    width: 8px;
    height: 8px;
  }
  .lead__ann {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .section__ttl {
    margin-bottom: 10px;
    padding: 12px 10px 10px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    font-size: 3.3rem;
    letter-spacing: 0.2rem;
  }
  .section__ttl--sub {
    padding: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }

  .section__lead {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .section__lead span {
    font-size: 1.7rem;
  }

  .section__caption {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-align: left;
  }
  .section__caption .small {
    font-size: 1.1rem;
  }
  .section__caption span {
    font-size: 1.5rem;
  }

  .section__caption-sub {
    margin-top: 10px;
    text-align: justify;
    font-size: 1.2rem;
  }

  .section__prag--center {
    font-size: 2rem;
  }
  .section__prag--center .pickup {
    font-size: 4rem;
  }
  .section__prag--center.target {
    margin-top: 60px;
  }
  .section__prag--center.target .pickup {
    font-size: 3.6rem;
  }

  .section_inner + .section_inner {
    margin-top: 40px;
  }

  .content01,
.content02,
.content03,
.content04 {
    padding: 60px 0 60px;
  }

  .target__list {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .target__list::after {
    bottom: -54px;
    border-top: solid 25px #606060;
    border-right: solid 29px transparent;
    border-left: solid 29px transparent;
  }
  .target__list__item {
    width: 48%;
  }
  .target__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .target__list__head {
    height: 45px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .target__list__desc {
    font-size: 1.2rem;
    min-height: 3em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .target__list__content {
    height: 160px;
    padding: 15px 10px;
  }
  .target__list__ann {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .target02::before {
    bottom: -30px;
  }
  .target02::after {
    bottom: -54px;
    border-top: solid 25px #606060;
    border-right: solid 29px transparent;
    border-left: solid 29px transparent;
  }

  .content01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content01__left {
    width: 100%;
  }
  .content01__right {
    width: 100%;
  }
  .content01__img {
    margin-top: 10px;
  }
  .content01__pic {
    margin-top: 30px;
  }
  .content01__message {
    margin-top: 12px;
    font-size: 2.1rem;
  }
  .content01__message::before {
    margin-right: 10px;
  }
  .content01__message::after {
    margin-left: 10px;
  }
  .content01__message span {
    margin: 0 5px;
    font-size: 3.2rem;
  }
  .content01__sub-message {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .content01__desc {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .content01__door {
    margin-top: 20px;
  }
  .content01__door-ann {
    margin-top: 7px;
    font-size: 1.1rem;
  }
  .content01__comment {
    margin-top: 13px;
    padding: 10px 15px;
  }
  .content01__comment-desc {
    font-size: 1.3rem;
  }
  .content01__comment-ir {
    right: 1%;
    width: 22%;
  }
  .content01 .target__list::after {
    bottom: -99px;
  }
  .content01 .annotation__list-wrap {
    margin-top: 10px;
  }
  .content01 .annotation__line {
    text-align: left;
    font-size: 1.4rem;
  }
  .content01 .annotation__line.strong {
    margin-top: 10px;
  }

  .content02 .flexbox__item:first-child img {
    width: 90%;
  }
  .content02__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content02__left {
    width: 100%;
  }
  .content02__right {
    width: 100%;
  }
  .content02__right .content02__desc {
    text-align: center;
  }
  .content02__content {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content02__content-inner {
    width: 100%;
  }
  .content02__head {
    text-align: center;
    font-size: 2.1rem;
  }
  .content02__desc {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .content02__ir {
    margin-top: 14px;
    height: 190px;
  }
  .content02__img {
    margin-top: 15px;
  }
  .content02__img.sm {
    width: 100%;
  }
  .content02__comment {
    margin-top: 13px;
    padding: 10px 15px;
  }
  .content02__comment-desc {
    font-size: 1.3rem;
  }
  .content02__comment-ir {
    right: 1%;
    width: 22%;
  }
  .content02__subject {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 35px;
  }
  .content02__subject-left {
    padding: 20px 30px 30px;
    width: 100%;
  }
  .content02__subject-right {
    width: 100%;
  }
  .content02__subject-right .content02__subject-item {
    padding: 20px 25px;
    width: 100%;
  }
  .content02__subject-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content02__ttl-req {
    font-size: 2.2rem;
  }
  .content02__ttl-req span {
    margin: 0 20px;
  }
  .content02__subject-item {
    margin-top: 26px;
  }
  .content02__subject-ttl {
    font-size: 1.8rem;
  }
  .content02__subject-ttl .num {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    line-height: 22px;
    font-size: 1.6rem;
  }
  .content02__subject-pic {
    margin-top: 10px;
  }
  .content02__subject-cat {
    gap: 6px;
    margin-top: 10px;
  }
  .content02__subject-catItem {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  .content02__subject-plus {
    margin: 17px 0;
    height: 45px;
  }
  .content02__subject-plus::before {
    width: 7px;
  }
  .content02__subject-plus::after {
    width: 7px;
  }
  .content02__ttl-any {
    padding-left: 2em;
    font-size: 2rem;
  }
  .content02__desc-any {
    margin-top: 10px;
    font-size: 1.7rem;
  }
  .content02__ann-any {
    margin-top: 7px;
    font-size: 1.3rem;
  }
  .content02 .target02 {
    margin-top: 3px;
  }
  .content02__ann {
    margin-top: 10px;
    width: 100%;
    font-size: 1.3rem;
  }

  .content03 .image {
    margin-top: 30px;
  }
  .content03 .caption {
    margin-top: 30px;
    padding: 20px;
  }
  .content03 .caption__head {
    font-size: 2rem;
  }
  .content03 .caption__txt {
    font-size: 2rem;
  }
  .content03 .caption__bottom {
    font-size: 1.2rem;
  }
  .content03 .caption .pickup {
    font-size: 4rem;
    font-weight: bold;
  }
  .content03 .caption .annotation__list {
    margin-top: 10px;
  }
  .content03 .caption .annotation__line {
    font-size: 1.2rem;
  }
  .content03 .caption .annotation__line.ma {
    margin-top: 15px;
  }
  .content03 .annotation__list {
    margin-top: 20px;
  }
  .content03__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content03__left {
    width: 100%;
  }
  .content03__right {
    width: 100%;
  }
  .content03__img {
    margin-top: 15px;
  }
  .content03__pic {
    margin-top: 22px;
  }
  .content03__ann {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .content03__more {
    width: 100%;
    margin-top: 10px;
    padding: 14px 10px;
  }
  .content03__more-desc {
    font-size: 1.3rem;
  }
  .content03__more-list {
    margin-top: 5px;
  }
  .content03__more-listItem {
    font-size: 1.3rem;
  }
  .content03__more-listItem:not(:first-child) {
    margin-top: 3px;
  }
  .content03__more-listItem span {
    color: #606060;
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: 500;
  }
  .content03__more-listItem::before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .content04 .image {
    margin-top: 30px;
  }
  .content04 .caption {
    margin-top: 30px;
    padding: 20px;
  }
  .content04 .caption__head {
    font-size: 2rem;
  }
  .content04 .caption__head .small {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .content04 .caption__txt {
    font-size: 2rem;
  }
  .content04 .caption__bottom {
    font-size: 1.2rem;
  }
  .content04 .caption .pickup {
    font-size: 4rem;
    font-weight: bold;
  }
  .content04 .caption .annotation__list {
    margin-top: 10px;
  }
  .content04 .caption .annotation__line {
    font-size: 1.2rem;
  }
  .content04 .caption .annotation__line.ma {
    margin-top: 15px;
  }
  .content04 .annotation__list {
    margin-top: 20px;
  }
  .content04__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content04__left {
    width: 100%;
  }
  .content04__right {
    width: 100%;
  }
  .content04__pic {
    margin-top: 15px;
  }
  .content04__img {
    margin-top: 22px;
  }

  .lp_footer {
    padding: 50px 0 80px;
  }
  .lp_footer__txt {
    font-size: 1.8rem;
  }
  .lp_footer .btn_area {
    margin-top: 40px;
  }
  .lp_footer .btn_area a {
    padding: 10px 0 12px;
    width: 42%;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .lp_footer .btn_area a:nth-child(2) {
    margin-left: 4%;
  }
  .lp_footer .btn_area a::after {
    right: 14px;
    width: 8px;
    height: 8px;
  }
  .lp_footer .info {
    width: 88%;
    padding: 20px 0;
  }
  .lp_footer .info__txt {
    font-size: 1.4rem;
  }
  .lp_footer .info__tel {
    font-size: 2.4rem;
  }
  .lp_footer .info__work {
    font-size: 1.2rem;
  }
}