@charset "UTF-8";
/*=====================

	トップページ用CSS

=====================*/
/*=====================
	スタイル設定まとめ
=====================*/
/*角丸*/
/*線・パディング込のボックスサイズ*/
.box-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*ゆっくり変わる*/
/*flexbox*/
.disp-flex {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
}
/*明朝文字スタイル*/
.font-mincho {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*背景cover*/
.bg-cover {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
/*==========================================*/
.top-wedding_reviews {
  padding: 100px 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 700px) {
  .top-wedding_reviews {
    padding: 50px 0;
  }
}
.top-wedding_reviews .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top-wedding_reviews .title {
    margin-bottom: 10px;
  }
}
.reviews-slider {
  padding: 20px 48px;
}
@media screen and (max-width: 700px) {
  .reviews-slider {
    padding: 10px;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.reviews-slider li {
  padding: 20px 25px;
}
@media screen and (max-width: 700px) {
  .reviews-slider li {
    padding: 15px 10px;
    width: 50%;
  }
  .reviews-slider li:nth-child(n + 5) {
    display: none;
  }
}
.reviews-slider li a {
  display: block;
}
.reviews-slider li a .thumbnail {
  height: 240px;
  margin-bottom: 10px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .reviews-slider li a .thumbnail {
    height: 140px;
  }
}
.reviews-slider li a dl {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reviews-slider li a dl {
    flex-direction: column;
    text-align: left;
    align-items: initial;
    margin-bottom: 10px;
  }
}
.reviews-slider li a dt {
  padding: 0 1em;
  margin: 0.5em 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .reviews-slider li a dt {
    font-size: 80%;
    padding: 0 0.5em;
    order: 2;
    width: fit-content;
  }
}
.reviews-slider li a dd {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .reviews-slider li a dd {
    order: 1;
    margin: 5px 0;
  }
}
.reviews-slider li a h3 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .reviews-slider li a h3 {
    font-size: 14px;
  }
}
.reviews-slider li a p {
  color: #DB4151;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.reviews-slider li a p:after {
  content: "〉";
  padding-left: 1em;
  font-weight: bold;
  font-size: 80%;
}
.top-merit {
  padding: 100px 10px;
}
@media screen and (max-width: 700px) {
  .top-merit {
    padding: 50px 10px 0;
  }
}
@media screen and (max-width: 1400px) {
  .top-merit .main-contents {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .top-merit .main-contents {
    padding: 0;
  }
}
.top-merit .merit-title {
  text-align: center;
}
.top-merit .merit-title p {
  line-height: 2em;
}
@media screen and (max-width: 1000px) {
  .merit-list {
    padding: 50px 0 0;
  }
}
.merit-list li {
  padding: 50px 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .merit-list li {
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 700px) {
  .merit-list li {
    width: 100%;
    padding: 0 10px 100px;
  }
}
.merit-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .merit-list li:last-child .merit-content {
    padding-bottom: 50px;
  }
  .merit-list li:last-child .merit-content .merit-more {
    bottom: -65px !important;
  }
}
.merit-list li .merit-box {
  position: relative;
  background-color: #FCEBED;
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  .merit-list li .merit-box {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .merit-list li .merit-box {
    padding: 20px 10px;
  }
}
.merit-list li .merit-box .merit-title {
  width: 50%;
  margin-right: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .merit-list li .merit-box .merit-title {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-title {
    width: 100%;
    margin-right: 0;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-title > p {
    width: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
  }
  .merit-list li .merit-box .merit-title > p img {
    height: 54px;
  }
}
.merit-list li .merit-box .merit-title h3 {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 180%;
  line-height: 1.7em;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-title h3 {
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .merit-list li .merit-box .merit-title h3 {
    font-size: 18px;
    display: flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .merit-list li .merit-box .merit-title h3 {
    font-size: 16px;
  }
}
.merit-list li .merit-box .merit-title h3 p {
  display: inline-block;
  margin-bottom: 10px;
}
.merit-list li .merit-box .merit-title h3 p:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/dot.png);
}
.merit-list li .merit-box .merit-content {
  width: 50%;
  margin-left: 50%;
  padding: 150px 50px 50px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .merit-list li .merit-box .merit-content {
    padding: 120px 50px 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-content {
    padding: 30px 0;
    width: 100%;
    margin-left: 0;
  }
}
.merit-list li .merit-box .merit-content p {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (max-width: 700px) {
  .merit-list li .merit-box .merit-content p {
    font-size: 12px;
  }
}
.merit-list li .merit-box .merit-content .merit-more {
  position: absolute;
  left: 30px;
  bottom: -25px;
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-content .merit-more {
    bottom: -45px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.merit-list li .merit-box .merit-content .merit-more a {
  background-color: #DB4151;
  padding: 1em 4em;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-weight: bold;
  font-size: 120%;
  position: relative;
  line-height: 1.4em;
  border: 1px solid #DB4151;
  transition: ease 0.4s;
}
.merit-list li .merit-box .merit-content .merit-more a:hover {
  background-color: #fff;
  color: #DB4151;
}
.merit-list li .merit-box .merit-content .merit-more a:hover:after {
  content: url(../img/more-p.svg);
}
.merit-list li .merit-box .merit-content .merit-more a:after {
  content: url(../img/more.svg);
  width: 1em;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.merit-list li .merit-box .merit-photo1,
.merit-list li .merit-box .merit-photo2 {
  position: absolute;
  width: 52%;
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-photo1,
  .merit-list li .merit-box .merit-photo2 {
    width: 100%;
    position: static;
  }
}
.merit-list li .merit-box .merit-photo1 {
  top: -30px;
  right: -50px;
}
@media screen and (max-width: 1000px) {
  .merit-list li .merit-box .merit-photo1 {
    margin-bottom: 30px;
  }
}
.merit-list li .merit-box .merit-photo2 {
  left: -50px;
  bottom: 50px;
}
.merit-list li .merit-box .merit-ico {
  position: absolute;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 900px) {
  .merit-list li .merit-box .merit-ico {
    top: -40px;
    left: -20px;
    max-width: 90px;
    max-height: 90px;
  }
}
.merit-list li .merit-box .merit3-staff {
  position: absolute;
  left: -70px;
  bottom: 288px;
  width: 95px;
}
@media screen and (min-width: 1401px) {
  .merit-list li .merit-box .merit3-staff {
    bottom: 302px;
  }
}
@media screen and (max-width: 1200px) {
  .merit-list li .merit-box .merit3-staff {
    display: none;
  }
}
.merit-list li .merit-box .merit4-staff {
  position: absolute;
  right: -50px;
  bottom: 288px;
  width: 185px;
}
@media screen and (min-width: 1401px) {
  .merit-list li .merit-box .merit4-staff {
    bottom: 302px;
  }
}
@media screen and (max-width: 1200px) {
  .merit-list li .merit-box .merit4-staff {
    display: none;
  }
}
.merit-list li:nth-child(even) .merit-title {
  margin-right: 0;
  margin-left: 50%;
}
@media screen and (max-width: 1000px) {
  .merit-list li:nth-child(even) .merit-title {
    margin-left: 0;
  }
}
.merit-list li:nth-child(even) .merit-content {
  margin-left: 0;
  margin-right: 50%;
  padding: 150px 30px 50px 50px;
}
@media screen and (max-width: 1200px) {
  .merit-list li:nth-child(even) .merit-content {
    padding: 120px 30px 50px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .merit-list li:nth-child(even) .merit-content {
    padding: 30px 0;
  }
}
.merit-list li:nth-child(even) .merit-content .merit-more {
  left: 50px;
}
@media screen and (max-width: 1000px) {
  .merit-list li:nth-child(even) .merit-content .merit-more {
    left: 0;
  }
}
.merit-list li:nth-child(even) .merit-photo1 {
  right: auto;
  left: -50px;
}
.merit-list li:nth-child(even) .merit-photo2 {
  left: auto;
  right: -50px;
}
.merit-list li:nth-child(even) .merit-ico {
  position: absolute;
  left: auto;
  right: -50px;
}
@media screen and (max-width: 900px) {
  .merit-list li:nth-child(even) .merit-ico {
    top: -40px;
    right: -20px;
  }
}
.merit-list li:nth-child(3) .merit-box .merit-ico {
  top: -70px;
  left: -20px;
}
@media screen and (max-width: 1100px) {
  .merit-list li:nth-child(4) .merit-content {
    padding: 120px 30px 80px 50px;
  }
}
@media screen and (max-width: 640px) {
  .merit-list li:nth-child(4) .merit-content {
    padding: 30px 0;
  }
}
.merit-list li:nth-child(4) .merit-box .merit-ico {
  right: 10px;
}
.line {
  text-align: center;
  padding: 0 20px;
}
.top-movie {
  padding: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .top-movie {
    padding: 50px 20px;
  }
}
.top-movie h2 {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .top-movie h2 {
    font-size: 120%;
  }
}
.top-movie .slim-contents {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .top-movie .slim-contents {
    width: 100%;
  }
}
.top-movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 80px;
}
.top-movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .top-movie a .request-pc {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .top-movie a .request-smp {
    display: none;
  }
}
.top-movie a:hover {
  opacity: 0.6;
}
.photo-border {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .photo-border {
    background-image: url(../img/border-photo.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 120px;
    background-position: center;
  }
}
.photo-border img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .photo-border img {
    display: none;
  }
}
.top-wedding-place {
  padding: 100px 10px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 700px) {
  .top-wedding-place {
    padding: 50px 10px;
  }
}
.top-wedding-place .title {
  text-align: center;
}
.top-wedding-place .title p {
  margin-top: 30px;
}
.top-wedding-place ul {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 700px) {
  .top-wedding-place ul .slick-prev {
    display: none!important;
  }
}
@media screen and (max-width: 700px) {
  .top-wedding-place ul .slick-next {
    right: 15px;
  }
}
.top-wedding-place ul li {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .top-wedding-place ul li {
    width: 100%;
    padding: 10px;
  }
}
.top-wedding-place ul li a {
  display: flex;
}
@media screen and (max-width: 800px) {
  .top-wedding-place ul li a {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}
.top-wedding-place ul li a .thumbnail {
  width: 35%;
  min-height: 150px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .top-wedding-place ul li a .thumbnail {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
}
.top-wedding-place ul li a dl {
  width: 65%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .top-wedding-place ul li a dl {
    width: 100%;
    padding-left: 0;
  }
}
.top-wedding-place ul li a dl h3 {
  font-size: 130%;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.top-wedding-place ul li a dl p {
  line-height: 1.5em;
}
.top-wedding-place ul li a dl dd {
  background-color: #FCEBED;
  color: #DB4151;
  font-weight: bold;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 10px;
}
.top-aruaru {
  text-align: center;
  padding: 100px 10px;
}
@media screen and (max-width: 700px) {
  .top-aruaru {
    padding: 50px 10px;
  }
}

.top-aruaru a{
  display: block;
  transition: ease 0.4s;
}

.top-aruaru a:hover{
  opacity: 0.7;
}

.top-aruaru img{
  border: 4px solid #DB4051;
}


.top-aruaru .title {
  text-align: center;
}
.top-aruaru .title strong {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  color: #DB4151;
  font-size: 250%;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .top-aruaru .title strong {
    font-size: 30px;
  }
}
.top-aruaru .title p {
  line-height: 2em;
  margin-top: 20px;
}
.top-aruaru ul {
  margin: 0 auto 50px;
}
@media screen and (max-width: 700px) {
  .top-aruaru ul {
    margin: 0 auto 30px;
  }
}
.top-aruaru ul li {
  padding: 20px 10px;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.top-aruaru ul li:before {
  content: "";
  width: 31px;
  height: 32px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  background-image: url(../img/check.png);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.top-aruaru ul li p {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 50px;
}
.top-aruaru ul li p strong {
  color: #DB4151;
  display: inline-block;
  position: relative;
}
.top-aruaru ul li p strong:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/dot.png);
}
.top-look {
  background-color: #FAFAFA;
  padding: 100px 20px;
}
@media screen and (max-width: 700px) {
  .top-look {
    padding: 50px 20px;
  }
}
.top-look .top-look-box {
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
  overflow: hidden;
  display: flex;
  background-color: #FFF;
}
@media screen and (max-width: 800px) {
  .top-look .top-look-box {
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}
.top-look .top-look-box .top-look-inner {
  width: 50%;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-look .top-look-box .top-look-inner {
    width: 55%;
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top-look .top-look-box .top-look-inner {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .top-look .top-look-box .top-look-inner {
    width: 100%;
    padding: 30px 20px;
  }
}
.top-look .top-look-box .top-look-inner h2 {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 230%;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 1400px) {
  .top-look .top-look-box .top-look-inner h2 {
    font-size: 200%;
  }
}
@media screen and (max-width: 1200px) {
  .top-look .top-look-box .top-look-inner h2 {
    font-size: 170%;
  }
}
@media screen and (max-width: 700px) {
  .top-look .top-look-box .top-look-inner h2 {
    font-size: 145%;
  }
}
.top-look .top-look-box .top-look-inner h2 span {
  color: #DB4151;
}
.top-look .top-look-box .top-look-inner p {
  line-height: 2em;
  font-size: 110%;
}
@media screen and (max-width: 900px) {
  .top-look .top-look-box .top-look-inner p {
    font-size: 100%;
  }
}
@media screen and (max-width: 700px) {
  .top-look .top-look-box .top-look-inner p {
    font-size: 12px;
  }
}
.top-look .top-look-box .thumbnail {
  width: 50%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .top-look .top-look-box .thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .top-look .top-look-box .thumbnail {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .top-look .top-look-box .thumbnail {
    width: 100%;
    height: 180px;
  }
}
.top-blog {
  padding: 100px 20px 100px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1400px) {
  .top-blog {
    padding: 100px 100px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .top-blog {
    padding: 50px 20px 50px;
  }
}
.top-blog .title {
  text-align: center;
}
.top-blog ul {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .top-blog ul {
    width: 100%;
  }
}
.top-blog ul li {
  border-bottom: 1px solid #EFEFEF;
}
.top-blog ul li:last-child {
  border-bottom: 0;
}
.top-blog ul li a {
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .top-blog ul li a {
    padding: 20px 30px 20px 0;
  }
}
.top-blog ul li a:after {
  content: "〉";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.top-blog ul li a:hover dd {
  color: #DB4151;
}
.top-blog ul li a dl {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .top-blog ul li a dl {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.top-blog ul li a dt {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .top-blog ul li a dt {
    padding-bottom: 5px;
  }
}
.top-blog ul li a dt p {
  margin-right: 15px;
}
.top-blog ul li a dt .category {
  background-color: #FCEBED;
  color: #DB4151;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 90%;
  padding: 0.5em 1em;
}
.top-blog ul li a dd {
  font-size: 14px;
  line-height: 1.4em;
}
.flow {
  padding: 100px 0 112px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow .lp-wrapper {
    padding: 0;
  }
}
.flow .wrap {
  max-width: 976px;
  margin: 0 auto;
  background-color: #F9F8F7;
  padding: 57px 60px 63px;
}
@media screen and (max-width: 768px) {
  .flow .wrap {
    padding: 57px 40px 70px;
  }
}
@media screen and (max-width: 640px) {
  .flow .wrap {
    padding: 57px 24px 70px;
  }
}
.flow .wrap .heading-box {
  text-align: center;
}
.flow .wrap .heading-box .flow-tit {
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
}
.flow .wrap .heading-box .text {
  font-weight: 500;
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  margin: 10px auto 28px;
}
@media screen and (max-width: 640px) {
  .flow .wrap .heading-box .text {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
@media screen and (max-width: 640px) {
  .flow .wrap .heading-box .text .br-sm {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .flow .wrap .heading-box .text .br-sm {
    display: none;
  }
}
/*.flow .wrap .heading-box .text:before {
  content: url(../../img/lp/line-left.png);
  width: 19px;
  height: 36px;
  position: absolute;
  left: -50px;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .flow .wrap .heading-box .text:before {
    left: -40px;
  }
}*/
/*.flow .wrap .heading-box .text:after {
  content: url(../../img/lp/line-right.png);
  width: 19px;
  height: 36px;
  position: absolute;
  right: -50px;
  margin: auto;
  top: 0;
  bottom: 0;
}*/
/*@media screen and (max-width: 640px) {
  .flow .wrap .heading-box .text:after {
    right: -40px;
  }
}*/
.flow .wrap li {
  background-color: #fff;
  padding: 30px;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .flow .wrap li {
    display: block;
    padding: 0 25px 30px;
  }
}
.flow .wrap li .left {
  width: 63%;
  margin-right: 25px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow .wrap li .left {
    width: 100%;
    padding: 80px 0 20px;
  }
}
.flow .wrap li .left .flow-tit {
  font-weight: bold;
  font-size: 2.2rem;
  color: #DB4151;
  padding: 25px 0 20px;
}
@media screen and (max-width: 640px) {
  .flow .wrap li .left .flow-tit {
    font-size: 2rem;
    padding: 0 0 20px;
    text-align: center;
  }
}
.flow .wrap li .left .text {
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 640px) {
  .flow .wrap li .left .text {
    font-size: 1.4rem;
  }
}
.flow .wrap li .left .step {
  position: absolute;
  top: -30px;
  right: 38px;
}
@media screen and (max-width: 768px) {
  .flow .wrap li .left .step {
    right: 28px;
  }
}
@media screen and (max-width: 640px) {
  .flow .wrap li .left .step {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
}
.flow .wrap li .right {
  width: 37%;
  height: 171px;
  background-color: #000;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .flow .wrap li .right {
    width: 100%;
    height: 191px;
  }
}
#thought {
  background-image: url(../../img/lp/stripe-pink.png);
  padding: 160px 0 116px;
}
@media screen and (max-width: 640px) {
  #thought {
    padding: 94px 0 83px;
  }
}
#thought .dia-line {
  height: 29px;
}
@media screen and (max-width: 375px) {
  #thought .lp-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 320px) {
  #thought .lp-wrapper {
    padding: 0 10px;
  }
}
#thought .wrap {
  max-width: 890px;
  margin: 0 auto;
  background-color: #F9F8F7;
  position: relative;
  padding: 94px 72px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #thought .wrap {
    max-width: 100%;
    padding: 70px 0 72px;
  }
}
#thought .wrap .heading02 {
  position: relative;
}
#thought .wrap .heading02 img {
  left: 0;
  right: 0;
  top: -147px;
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #thought .wrap .heading02 img {
    width: 342px;
    top: -90px;
  }
}
#thought .wrap .heading03 {
  font-size: 2.4rem;
  color: #DB4151;
  padding-bottom: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #thought .wrap .heading03 {
    font-size: 2.1rem;
  }
}
#thought .wrap .heading03 .br-sm {
  display: block;
}
@media screen and (min-width: 641px) {
  #thought .wrap .heading03 .br-sm {
    display: none;
  }
}
#thought .wrap .text {
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 640px) {
  #thought .wrap .text {
    font-size: 1.4rem;
    padding: 0 27px;
  }
}
#thought .wrap .dod-bg {
  width: 94%;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #thought .wrap .dod-bg {
    bottom: -15px;
  }
}
@media screen and (max-width: 420px) {
  #thought .wrap .dod-bg {
    display: none;
  }
}
#thought .wrap .dod-bg-sm {
  width: 94%;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -12px;
}
@media screen and (min-width: 421px) {
  #thought .wrap .dod-bg-sm {
    display: none;
  }
}
.promise {
  padding: 85px 10px 80px;
}
@media screen and (max-width: 640px) {
  .promise {
    padding: 55px 20px 70px;
  }
}
.promise .heading02 {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .promise .heading02 {
    font-size: 2.4rem;
  }
}
.promise ul {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
@media screen and (max-width: 1100px) {
  .promise ul {
    display: block;
    margin-top: 77px;
  }
}
.promise ul li {
  width: 32%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  text-align: center;
  padding: 106px 30px 70px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .promise ul li {
    width: 80%;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 640px) {
  .promise ul li {
    width: 100%;
    padding: 80px 28px 40px;
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 375px) {
  .promise ul li {
    padding: 80px 10px 40px;
  }
}
.promise ul li .heading03 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 24px;
}
@media screen and (max-width: 360px) {
  .promise ul li .heading03 {
    font-size: 1.6rem;
  }
}
.promise ul li .heading03 span {
  color: #DB4151;
}
.promise ul li .heading03 .br-sm {
  display: block;
}
@media screen and (min-width: 641px) {
  .promise ul li .heading03 .br-sm {
    display: none;
  }
}
.promise ul li .text {
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 640px) {
  .promise ul li .text {
    font-size: 1.4rem;
  }
}
.promise ul li:last-child {
  margin-bottom: 0;
}
.promise ul img {
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
  margin: auto;
}

#t-faq {
   background-color: #FAFAFA;
   padding: 100px 10px;
}

@media screen and (max-width: 640px) {
   #t-faq{
    padding: 50px 0;
  }
}

#t-faq .heading02{
  text-align: center;
  }
 #t-faq ul {
   display: flex;
   flex-wrap: wrap;
   margin-top: 70px;
}

@media screen and (max-width: 640px) {
   #t-faq ul{
    display: block;
    margin-top: 40px;
  }
}
 #t-faq ul li {
   width: 46%;
   margin: 0 auto 30px;
}

@media screen and (max-width: 640px) {
   #t-faq ul li {
    width: 90%;
     margin: 0 auto 20px;
  }
}
 #t-faq ul li .click-title {
   font-size: 1.6rem;
   display: flex;
   align-items: center;
   font-weight: bold;
   line-height: 1.4;
   padding: 15px 40px 15px 10px;
   background-color: #fff;
}

@media screen and (max-width: 640px) {
   #t-faq ul li .click-title {
    font-size: 1.4rem;
    padding: 15px 30px 15px 10px;
  }
}
#t-faq ul li .click-content{
  line-height: 1.5;
  padding: 10px;
  background-color: #fff;
}

 #t-faq ul li span{
    background-image: url(../img/faq-q.svg);
          background-size: cover;
          background-position: center;
          min-width: 40px;
          min-height: 40px;
          display: inline-block;
          margin-right: 16px;
}


.cam-o-bn{
  padding: 60px 10px;
  margin: 0 auto;
  text-align: center;
}


@media screen and (max-width: 640px) {
   .cam-o-bn{
    padding: 0px 10px 30px;
  }
}

.top-campaign{
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/2025camp/main-bg-07.jpg);
}

@media screen and (max-width: 640px) {
  .top-campaign{
    background-image: url(../img/2025camp/main-bg-sm03.jpg);
    height: 300px;
    margin-bottom: 240px;
 }
}

.top-campaign .inner{
  width: 1200px;
  margin: 0 auto;
  max-width: 98%;
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .top-campaign .inner{
   padding-top: 20px;
 }
}
@media screen and (max-width: 640px) {
  .top-campaign .inner{
    padding: 0;
    position: absolute;
    bottom: -75%;
    text-align: center;
 }
}

.top-campaign img{
   width: 600px;
   padding-top: 100px;
 }

@media screen and (max-width: 1200px) {
  .top-campaign img{
   width: 450px;
   padding-top: 50px;
 }
}

@media screen and (max-width: 640px) {
  .top-campaign img{
   padding-left: 10px;
 }
}

@media screen and (max-width: 640px) {
  .top-campaign-sm{
    background-image: url(../img/2025camp/main-bg-sm.jpg);
 }
}

.cam-benefits{
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .cam-benefits {
    padding: 25px 0;
 }
}

.cam-benefits .heading02{
  text-align: center;
  position: relative;
  padding: 0 10px 20px;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .cam-benefits .heading02{
    margin-bottom: 25px;
    font-size: 25px;
 }
}

  .cam-benefits .heading02:before{
    content:"";
    width: 100px;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #DB4151;
    position: absolute;
 }

 @media screen and (max-width: 640px) {
  .cam-benefits .heading02:before{
    width: 80px;
 }
}

.cam-benefits ul{
  width: 1000px;
  margin: 0 auto;
  max-width: 98%;
}

.cam-benefits ul li{
  position: relative;
}

.cam-benefits ul img{
  width: 100%;
}

.cam-benefits ul li:last-child{
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .cam-benefits ul li:last-child{
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .cam-benefits .pc{
    display: none;
 }
}

@media screen and (min-width: 641px) {
  .cam-benefits .sm{
    display: none;
 }
}

#counter{
  width:  100%;
  background-color: #DB4051;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  #counter{
    font-size: 24px;
 }
}

@media screen and (max-width: 640px) {
  #counter{
    font-size: 20px;
 }
}

@media only screen and (max-width: 640px) {
.top-merit-slide {
    position: relative;
}
}

@media only screen and (max-width: 640px) {
.top-merit-slide .slick-dots {
    bottom: -10px; /* 下からの距離 */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: auto;
}
}

@media only screen and (max-width: 640px) {
.top-merit-slide .slick-dots li {
    margin: 0 5px;  /* ドット間の間隔 */
    padding: 0;
}
}

@media only screen and (max-width: 640px) {
.top-merit-slide .slick-dots li button {
    width: 10px;     /* ドットのサイズ */
    height: 10px;
    border-radius: 50%; /* 丸にする */
    background: #ccc;   /* 通常の色 */
}
}

@media only screen and (max-width: 640px) {
.top-merit-slide .slick-dots li.slick-active button {
    background: #DB4151;   /* アクティブ時の色 */
}
}

@media only screen and (max-width: 640px) {
.top-merit-slide .slick-dots li button:before{
  content: none;
}
}

@media only screen and (max-width: 640px) {
.merit-list .slick-dotted.slick-slider{
  margin-bottom: 0;
}
}

.limited-offer-text{
  background-color: #000;
  color: #fff;
  padding: 15px 10px;
}


#zero-plan {
  padding: 0 0 110px;
}
@media screen and (max-width: 640px) {
  #zero-plan {
    padding: 0 0 70px;
  }
}
#zero-plan .dia-s-line:before {
  height: 39px;
}
#zero-plan .dia-s-line:after {
  display: none;
}
#zero-plan .wrap {
  background-color: #fff;
  position: relative;
  padding: 0 90px 80px;
}
@media screen and (max-width: 1100px) {
  #zero-plan .wrap {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap {
    padding: 0 20px 60px;
  }
}
#zero-plan .wrap .google-pic {
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 1000px) {
  #zero-plan .wrap .google-pic {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .google-pic {
    display: none;
  }
}
#zero-plan .wrap .google-pic-sm {
  display: block;
  margin: 0 auto 27px;
}
@media screen and (min-width: 641px) {
  #zero-plan .wrap .google-pic-sm {
    display: none;
  }
}
#zero-plan .wrap .heading02 {
  padding-bottom: 118px;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .heading02 {
    padding-bottom: 60px;
  }
}
#zero-plan .wrap .heading02 img {
  position: absolute;
  left: 0;
  right: 0;
  top: -56px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .heading02 img {
    width: 93%;
    top: -37px;
  }
}
#zero-plan .wrap .heading {
  text-align: center;
}
#zero-plan .wrap .heading .heading03 {
  font-weight: 500;
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .heading .heading03 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  #zero-plan .wrap .heading .heading03 .br-sm {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  #zero-plan .wrap .heading .heading03 .br-sm {
    display: none;
  }
}
#zero-plan .wrap .heading .heading03:before {
  content: url(../../img/line-left.png);
  width: 19px;
  height: 36px;
  position: absolute;
  left: -25px;
  margin: auto;
  top: 0;
  bottom: 0;
}
#zero-plan .wrap .heading .heading03:after {
  content: url(../img/line-right.png);
  width: 19px;
  height: 36px;
  position: absolute;
  right: -25px;
  margin: auto;
  top: 0;
  bottom: 0;
}
#zero-plan .wrap .plan-info .heading {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading {
    margin-top: 42px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading img {
    width: 36px;
  }
}
#zero-plan .wrap .plan-info .heading .heading02 {
  font-size: 3.2rem;
  position: relative;
  line-height: 1.6;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #zero-plan .wrap .plan-info .heading .heading02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading .heading02 {
    font-size: 2.4rem;
    padding: 12px 0;
  }
}
@media screen and (max-width: 360px) {
  #zero-plan .wrap .plan-info .heading .heading02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  #zero-plan .wrap .plan-info .heading .heading02 .br-sm {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  #zero-plan .wrap .plan-info .heading .heading02 .br-sm {
    display: none;
  }
}
#zero-plan .wrap .plan-info .heading .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading .text .br-sm {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  #zero-plan .wrap .plan-info .heading .text .br-sm {
    display: none;
  }
}
#zero-plan .wrap .plan-info .heading .heading02:before {
  content: '';
  width: 290px;
  height: 29px;
  position: absolute;
  left: -70px;
  margin: auto;
  top: 0;
  bottom: 0;
  background-image: url(../img/dia.png);
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  #zero-plan .wrap .plan-info .heading .heading02:before {
    width: 260px;
    left: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #zero-plan .wrap .plan-info .heading .heading02:before {
    width: 205px;
    left: -20px;
  }
}
@media screen and (max-width: 850px) {
  #zero-plan .wrap .plan-info .heading .heading02:before {
    width: 145px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading .heading02:before {
    width: 36px;
    height: 12px;
    left: -10px;
  }
}
#zero-plan .wrap .plan-info .heading .heading02:after {
  content: '';
  width: 290px;
  height: 29px;
  position: absolute;
  right: -70px;
  margin: auto;
  top: 0;
  bottom: 0;
  background-image: url(../img/dia.png);
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  #zero-plan .wrap .plan-info .heading .heading02:after {
    width: 260px;
    right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #zero-plan .wrap .plan-info .heading .heading02:after {
    width: 205px;
  }
}
@media screen and (max-width: 850px) {
  #zero-plan .wrap .plan-info .heading .heading02:after {
    width: 145px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .heading .heading02:after {
    width: 36px;
    height: 12px;
    right: -10px;
  }
}
#zero-plan .wrap .plan-info li .heading03 {
  width: 473px;
  margin: 85px auto 15px;
  font-size: 2.8rem;
  border-radius: 38px;
  color: #DB4151;
  border: 3px solid #DB4151;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info li .heading03 {
    width: 100%;
    font-size: 2rem;
    padding: 17px 0;
    margin: 60px auto 13px;
  }
}
#zero-plan .wrap .plan-info li .heading03:before {
  content: '';
  width: 39px;
  height: 35px;
  position: absolute;
  right: 0;
  left: 0;
  top: -28px;
  margin: auto;
}
#zero-plan .wrap .plan-info li .box {
  display: flex;
  background-color: #FBF9F5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #zero-plan .wrap .plan-info li .box {
    display: block;
  }
}
#zero-plan .wrap .plan-info li .box .left {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #zero-plan .wrap .plan-info li .box .left {
    width: 100%;
  }
  #zero-plan .wrap .plan-info li .box .left img {
    width: 100%;
  }
}
#zero-plan .wrap .plan-info li .box .right {
  width: 50%;
  padding: 55px;
}
@media screen and (max-width: 1000px) {
  #zero-plan .wrap .plan-info li .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info li .box .right {
    width: 100%;
    padding: 22px 17px;
  }
}
#zero-plan .wrap .plan-info li .box .right p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #zero-plan .wrap .plan-info li .box .right p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info li .box .right p {
    font-size: 1.4rem;
  }
}
#zero-plan .wrap .plan-info li .box .right p span {
  color: #DB4151;
  font-weight: bold;
}
#zero-plan .wrap .plan-info li:nth-child(1) .heading03:before {
  background-image: url(../img/plan-number01.svg);
}
#zero-plan .wrap .plan-info li:nth-child(2) .heading03 {
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info li:nth-child(2) .heading03 {
    margin-top: 73px;
  }
}
#zero-plan .wrap .plan-info li:nth-child(2) .heading03:before {
  background-image: url(../img/plan-number02.svg);
}
#zero-plan .wrap .plan-info li:nth-child(3) .heading03 {
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info li:nth-child(3) .heading03 {
    margin-top: 73px;
  }
}
#zero-plan .wrap .plan-info li:nth-child(3) .heading03:before {
  background-image: url(../img/plan-number03.svg);
}
@media screen and (max-width: 640px) {
  #zero-plan .wrap .plan-info .dod-bg:after {
    bottom: -12px;
  }
}
#zero-plan .conclusion:after {
  content: url(../img/triangle-bottom.png);
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  position: absolute;
}
#zero-plan .conclusion {
  background-color: #DB4151;
  padding: 93px 0 78px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #zero-plan .conclusion {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .conclusion {
    padding: 60px 0 0;
  }
}
#zero-plan .conclusion .lp-wrapper {
  padding: 0 85px;
}
@media screen and (max-width: 1100px) {
  #zero-plan .conclusion .lp-wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #zero-plan .conclusion .lp-wrapper {
    padding: 35px 0 0;
  }
}
#zero-plan .conclusion .conclusion-top {
  text-align: center;
  position: relative;
}
#zero-plan .conclusion .conclusion-top p {
  font-size: 2.8rem;
  line-height: 1.5;
  display: inline-block;
  color: #fff;
  padding: 33px 0;
  background-image: url(../img/conclusion-deco-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  #zero-plan .conclusion .conclusion-top p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .conclusion .conclusion-top p {
    font-size: 2rem;
    padding: 16px 0;
    margin-bottom: 189px;
  }
}
@media screen and (max-width: 1100px) {
  #zero-plan .conclusion .conclusion-top p .br-sm {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  #zero-plan .conclusion .conclusion-top p .br-sm {
    display: none;
  }
}
#zero-plan .conclusion .conclusion-top:before {
  content: '';
  background-image: url(../img/staff-l-pic.png);
  left: 90px;
  position: absolute;
  bottom: 0;
  margin: auto;
  background-size: cover;
  width: 111px;
  height: 207px;
}
@media screen and (max-width: 1000px) {
  #zero-plan .conclusion .conclusion-top:before {
    left: 28px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .conclusion .conclusion-top:before {
    width: 88px;
    height: 166px;
    right: 0;
    left: -100px;
  }
}
#zero-plan .conclusion .conclusion-top:after {
  content: '';
  background-image: url(../img/staff-r-pic.png);
  right: 90px;
  position: absolute;
  bottom: 0;
  margin: auto;
  background-size: cover;
  width: 111px;
  height: 207px;
}
@media screen and (max-width: 1000px) {
  #zero-plan .conclusion .conclusion-top:after {
    right: 28px;
  }
}
@media screen and (max-width: 640px) {
  #zero-plan .conclusion .conclusion-top:after {
    width: 88px;
    height: 157px;
    left: 0;
    right: -100px;
  }
}
#zero-plan .conclusion .wrap {
  background-color: #fff;
  display: flex;
  border-radius: 3px;
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  #zero-plan .conclusion .wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #zero-plan .conclusion .wrap {
    display: block;
    padding: 0;
    border-radius: 0;
    margin-top: 23px;
  }
}
#zero-plan .conclusion .wrap .right,
#zero-plan .conclusion .wrap .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #zero-plan .conclusion .wrap .right,
  #zero-plan .conclusion .wrap .left {
    width: 100%;
  }
  #zero-plan .conclusion .wrap .right img,
  #zero-plan .conclusion .wrap .left img {
    width: 100%;
  }
}
#zero-plan .conclusion .text-pc {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #zero-plan .conclusion .text-pc {
    display: none;
  }
}
#zero-plan .conclusion .text-pc p:first-child {
  padding-bottom: 8px;
}
#zero-plan .text-sm {
  font-size: 1.2rem;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #zero-plan .text-sm {
    display: none;
  }
}
#zero-plan .text-sm p:first-child {
  padding-bottom: 18px;
}
