@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* 1, Elements  */
/*
* {
    outline: 1px solid magenta;
}
*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  background-color: transparent;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
@media screen and (max-width: 690px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
}

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

iframe {
  max-width: 100%;
}

ol,
ul {
  padding-left: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
@media screen and (max-width: 690px) {
  .l-container {
    width: 100%;
    padding: 0 25px;
  }
}

/*　ヘッダー用　*/
.l-container--header {
  width: 1900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px 0 40px;
}
@media screen and (max-width: 1200px) {
  .l-container--header {
    width: 100%;
    padding: 0 15px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .l-container-small {
    width: 100%;
    padding: 0 25px;
  }
}

/* Breadcrumbs */
.l-breadcrumbs {
  margin: 30px 0 30px 0;
  background-color: #fff;
  font-size: 1.4rem;
}

header.template_c2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

header.template_c2 #header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

header.template_c2 #header_area {
  max-width: 1300px;
  margin: auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

header.template_c2 #header_logo {
  position: relative;
  top: 3px;
  width: 262px;
}
@media screen and (max-width: 1200px) {
  header.template_c2 #header_logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 1120px) {
  header.template_c2 #header_logo {
    width: 200px;
  }
}

header.template_c2 #header_logo a {
  display: block;
}

header.template_c2 #header_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

header.template_c2 .gnavi_area {
  margin-left: auto;
  height: 100%;
  display: block;
}

header.template_c2 .gnavi_area nav {
  height: 100%;
}

header.template_c2 .gnavi_contact {
  display: none;
}

header.template_c2 .gnavi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

header.template_c2 .gnavi_area ul li {
  margin-right: 19px;
  list-style: none;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area ul li {
    margin-right: 19px;
  }
}
@media screen and (max-width: 1120px) {
  header.template_c2 .gnavi_area ul li {
    margin-right: 13px;
  }
}

header.template_c2 .gnavi_area ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area ul li a {
    font-size: 15px;
  }
}

header.template_c2 .gnavi_area ul li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.template_c2 .gnavi_area ul li a:hover {
  text-decoration: none;
  color: #9a7a2b;
}

header.template_c2 .gnavi_area ul li a:hover::after {
  background-color: #9a7a2b;
}

header.template_c2 .gnavi_area ul li.main_current a {
  text-decoration: none;
  color: #9a7a2b;
}

header.template_c2 .gnavi_area ul li.main_current a::after {
  background-color: #9a7a2b;
}

header.template_c2 #contact_area {
  width: 180px;
  height: 85px;
  margin-right: 14px;
  padding: 16px 0 0 0;
}

header.template_c2 #contact_area a {
  position: relative;
  display: block;
  background: none;
  width: 100%;
  height: 50px;
  padding: 13px 10px 13px 46px;
  color: #9a7a2b;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  border-radius: 25px;
  transition: all 0.2s linear;
  box-shadow: 2px 2px 0px #9a7a2b;
}

header.template_c2 #contact_area a::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 21px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9a7a2b;
  border-right: 1px solid #9a7a2b;
  transform: rotate(45deg);
}

header.template_c2 #contact_area a:hover {
  color: #fff;
  background-color: #9a7a2b;
}

header.template_c2 #contact_area a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

header.template_c2 #contact_area2 {
  width: 166px;
  height: 85px;
  padding: 16px 0 0px 0;
}
@media screen and (max-width: 1200px) {
  header.template_c2 #contact_area2 {
    width: 54px;
  }
}

header.template_c2 #contact_area2 a {
  display: block;
  height: 50px;
  background: url(/dcms_media/image/icon-mail.png) no-repeat 20px 18px;
  background-size: 20px 15px;
  background-color: #988148;
  color: #fff;
  padding: 13px 10px 13px 51px;
  text-align: left;
  text-decoration: none;
  border-radius: 25px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  transition: all 0.2s linear;
  box-sizing: border-box;
  font-weight: 500;
  box-shadow: 2px 2px 0px transparent;
}
@media screen and (max-width: 1200px) {
  header.template_c2 #contact_area2 a {
    padding: 12px 10px 13px 10px;
    background-position: 50% 17px;
  }
}

header.template_c2 #contact_area2 a:hover {
  color: #988148;
  background-color: #988148;
  text-decoration: none;
  background: url(/dcms_media/image/icon-mail-hover.png) no-repeat 20px 17px;
  background-size: 20px 16px;
  box-shadow: 2px 2px 0px #988148;
}

@media screen and (max-width: 1200px) {
  header.template_c2 #contact_area2 a .txt {
    display: none;
  }
}

header.template_c2 .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 85px;
  background-color: #293337;
  color: #ffffff;
  padding: 8px;
  text-align: center;
}

header.template_c2 .search_btn .fab {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
}

header.template_c2 .search_area {
  display: none;
  padding: 16px 8px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

header.template_c2 .search_area::after {
  content: "";
  display: table;
  clear: both;
}

header.template_c2 .search_txt {
  float: left;
  width: 80%;
  height: 56px;
  line-height: 60px;
  padding: 0 20px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
}

header.template_c2 .submit_btn {
  float: right;
  width: 19%;
  background-color: #293337;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  height: 56px;
  line-height: 56px;
}

header.template_c2 .gnavi_btn_sp {
  display: none;
}

@media only screen and (max-width: 981px) {
  header.template_c2 {
    /* -------- gnavi st */
  }
  header.template_c2 #header {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  header.template_c2 #header_area {
    height: 50px;
  }
  header.template_c2 #header_logo {
    width: 188px;
    top: 0;
    left: 4px;
  }
  header.template_c2 #header_logo img {
    display: block;
    padding: 8px 0;
  }
  header.template_c2 #contact_area,
header.template_c2 #contact_area2 {
    display: none;
  }
  header.template_c2 .search_btn .txt {
    display: none;
  }
  header.template_c2 .search_btn {
    width: 50px;
    height: 50px;
    right: 50px;
  }
  header.template_c2 .search_btn .fab {
    margin-top: 6px;
  }
  header.template_c2 .search_txt {
    width: 75%;
    height: 46px;
    line-height: 50px;
  }
  header.template_c2 .submit_btn {
    width: 24%;
    height: 46px;
    line-height: 46px;
  }
  header.template_c2 .gnavi_area {
    display: none;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  header.template_c2 .gnavi_area ul li a {
    font-size: 14px;
  }
  header.template_c2 .gnavi_contact {
    display: block;
    padding: 1.5em 24px;
  }
  header.template_c2 .gnavi_contact + .gnavi_contact {
    padding: 0 24px 1.5em;
    margin-top: -0.5em;
  }
  header.template_c2 .gnavi_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #988148;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
  header.template_c2 .gnavi_contact a .txt {
    padding-left: 25px;
    background: none;
  }
  header.template_c2 .gnavi_contact a::before {
    padding-left: 0;
    background: none;
    content: "";
    position: absolute;
    top: 22px;
    left: 21px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  header.template_c2 .gnavi_contact.no2 a {
    background: url(/dcms_media/image/icon_send.png) no-repeat 18px 16px;
    background-color: #988148;
  }
  header.template_c2 .gnavi_area ul {
    display: block;
    border-top: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
  }
  header.template_c2 .gnavi_area ul li a::after {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    right: 0px;
    text-align: center;
    line-height: 1;
    background-color: #988148;
    color: #fff;
    padding-top: 12px;
  }
  header.template_c2 .gnavi_btn_sp .close {
    display: none;
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp .open {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
  header.template_c2 .gnavi_btn_sp.active .close {
    display: block;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
  header.template_c2 .gnavi_btn_sp.active .open {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp_in {
    position: relative;
    width: 20px;
    height: 17px;
    cursor: pointer;
    z-index: 2;
  }
  header.template_c2 .gnavi_btn_sp_in,
header.template_c2 .gnavi_btn_sp_in span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.template_c2 .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(2) {
    top: 7px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -12px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 20px;
  }
}
body.dcms_editor header.template_c2 {
  position: static;
}

/* Footer */
footer {
  position: relative;
}

.l-footer__bottom {
  padding: 13px 0 11px 0;
  background-color: #988148;
}
.l-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 690px) {
  .l-footer__bottom-inner {
    justify-content: center;
  }
}
.l-footer__bottom-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 690px) {
  .l-footer__bottom-list {
    margin-bottom: 10px;
  }
}
.l-footer__bottom-list > li > a {
  color: #fff;
  line-height: 1.2;
}
.l-footer__bottom-list > li > a:hover {
  text-decoration: none;
}
.l-footer .l-footer__copyright {
  display: block;
  padding: 0px 0;
  font-style: normal;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 690px) {
  .l-footer .l-footer__copyright {
    text-align: center;
  }
}

/* Button  */
.c-btn-lp01 {
  display: inline-block;
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 12px 20px 13px 50px;
  border: 2px solid #9a7a2b;
  border-radius: 34px;
  color: #fff;
  background: url(/dcms_media/image/icon-mail.png) no-repeat 20px 16px;
  background-size: 20px 16px;
  background-color: #9a7a2b;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
.c-btn-lp01:hover {
  border: 2px solid #9a7a2b;
  background: url(/dcms_media/image/icon-mail-hover.png) no-repeat 20px 16px;
  background-size: 20px 16px;
  color: #9a7a2b;
  background-color: #fff;
  text-decoration: none;
}
.c-btn-lp01:hover::after {
  border-top: 2px solid #9a7a2b;
  border-right: 2px solid #9a7a2b;
}

/* Color */
.c-main-color {
  color: #9a7a2b;
}

.c-white-color {
  color: #fff;
}

/* Wow.js */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadeInUp.wow-animated {
  transform: translateY(0px);
  opacity: 1;
}

/* underline */
.c-underline {
  text-decoration: underline;
}
.c-underline:hover {
  text-decoration: none;
}

/* Front Common */
.p-lp {
  margin-top: 100px;
}
@media screen and (max-width: 981px) {
  .p-lp {
    margin-top: 50px;
  }
}
.p-lp img {
  vertical-align: bottom;
}

/* Main Visual */
.p-lp-mv {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 690px) {
  .p-lp-mv {
    padding: 40px 0;
  }
}
.p-lp-mv .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 690px) {
  .p-lp-mv .slick-dots {
    bottom: -74px;
  }
}
.p-lp-mv .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.p-lp-mv .slick-dots li button {
  width: 10px;
  height: 10px;
}
.p-lp-mv .slick-dots li {
  width: 10px;
  height: 10px;
}

.p-lp-mv-slider__item {
  width: 1050px;
  max-width: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 690px) {
  .p-lp-mv-slider__item {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    height: auto;
    margin: 0 25px;
    padding: 0 0px;
  }
}
.p-lp-mv-slider__item img {
  border-radius: 52px;
}
@media screen and (max-width: 690px) {
  .p-lp-mv-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 325/300;
  }
}

.p-lp-mv-content {
  position: absolute;
  left: 0;
  bottom: 145px;
  width: 100%;
}
@media screen and (max-width: 690px) {
  .p-lp-mv-content {
    bottom: 47px;
  }
}
.p-lp-mv-content__text-area {
  position: relative;
  width: fit-content;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 690px) {
  .p-lp-mv-content__text-area {
    margin: auto;
    padding: 15px 15px;
  }
}
.p-lp-mv-content__text-area h1 {
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0em;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 690px) {
  .p-lp-mv-content__text-area h1 {
    font-size: 20px;
  }
}

/* リトルポプラ会とは */
.p-lp-about {
  position: relative;
  margin-top: -27px;
  padding: 77px 0 220px 0;
  text-align: center;
  background: url("/dcms_media/image/lp-about-bg01.png") no-repeat 50% 0%;
  background-size: 1456px auto;
  z-index: 100;
}
@media screen and (max-width: 690px) {
  .p-lp-about {
    margin-bottom: 50px;
    padding: 46px 0 329px 0;
    background: url("/dcms_media/image/lp-about-bg02-sp.png") no-repeat calc(100% + 30px) 100%;
    background-size: 100% auto;
  }
}
.p-lp-about__img-sp {
  display: none;
}
@media screen and (max-width: 690px) {
  .p-lp-about__img-sp {
    display: block;
    position: relative;
    top: -20px;
    left: -23px;
    width: 100%;
    z-index: 3;
  }
}
.p-lp-about__title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #988148;
  line-height: 1.46;
}
@media screen and (max-width: 690px) {
  .p-lp-about__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.p-lp-about__lead {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.46;
}
@media screen and (max-width: 690px) {
  .p-lp-about__lead {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.p-lp-about__text {
  margin-bottom: 2.1em;
  font-size: 16px;
  line-height: 2.25;
}

/* リトルポプラ会の特徴 */
.p-lp-feature {
  position: relative;
  padding: 0px 0 34px 0;
  text-align: center;
  background-color: #fff9f4;
}
@media screen and (max-width: 690px) {
  .p-lp-feature {
    padding: 0px 0 0px 0;
  }
}
.p-lp-feature::before {
  content: "";
  position: absolute;
  top: -139px;
  left: 0;
  width: 100%;
  height: 141px;
  background: url("/dcms_media/image/lp-feature-bg01.png") no-repeat 50% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-feature::before {
    top: -77px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("/dcms_media/image/lp-feature-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
    z-index: -1;
  }
}
.p-lp-feature::after {
  content: "";
  position: absolute;
  bottom: -145px;
  left: 0;
  width: 100%;
  height: 147px;
  background: url("/dcms_media/image/lp-feature-bg02.png") no-repeat 50% 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .p-lp-feature::after {
    bottom: -129px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("/dcms_media/image/lp-feature-bg02-sp.png") no-repeat 50% 100%;
    background-size: cover;
  }
}
.p-lp-feature__inner {
  padding-right: 20px;
}
@media screen and (max-width: 690px) {
  .p-lp-feature__inner {
    padding-right: 0;
  }
}
.p-lp-feature__title {
  margin-top: -8px;
  padding: 98px 0 70px 0;
  background: url("/dcms_media/image/lp-feature-title01.png") no-repeat 50% 0%;
  background-size: 723px auto;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 690px) {
  .p-lp-feature__title {
    padding: 65px 0 50px 0;
    background-size: 100% auto;
    font-size: 22px;
  }
}

.p-lp-feature-block01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 20px;
}
.p-lp-feature-block01__item {
  width: 320px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.p-lp-feature-block01__tag {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 50px;
  padding: 10px 0 8px 20px;
  background: url("/dcms_media/image/icon-ribbon.png") no-repeat 50% 50%;
  background-size: cover;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: left;
  line-height: 1;
  color: #fff;
}
.p-lp-feature-block01__img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-lp-feature-block01__content {
  padding: 20px 20px 45px;
}
.p-lp-feature-block01__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #988148;
}

/* 体験教室のご案内 */
.p-lp-info {
  position: relative;
  padding: 248px 0 124px 0;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .p-lp-info {
    padding: 190px 0 50px 0;
  }
}
.p-lp-info__title {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #988148;
  line-height: 1.46;
}
@media screen and (max-width: 690px) {
  .p-lp-info__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.p-lp-info__lead {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.46;
}
@media screen and (max-width: 690px) {
  .p-lp-info__lead {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.p-lp-info__text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 2.25;
}
.p-lp-info__btn {
  position: relative;
  margin-top: 44px;
  z-index: 3;
}

.p-lp-info-slider {
  margin-top: 80px;
}
@media screen and (max-width: 690px) {
  .p-lp-info-slider {
    margin-top: 125px;
  }
}
.p-lp-info-slider__item {
  padding: 0 15px;
}

/* 体験教室の流れ */
.p-lp-flow {
  position: relative;
  margin: 143px 0 150px 0;
  padding: 0px 0 0px 0;
  background-color: #fff9f4;
}
@media screen and (max-width: 690px) {
  .p-lp-flow {
    margin: 93px 0 50px 0;
  }
}
.p-lp-flow::before {
  content: "";
  position: absolute;
  top: -202px;
  left: 0;
  width: 100%;
  height: 204px;
  background: url("/dcms_media/image/lp-flow-bg01.png") no-repeat 50% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-flow::before {
    top: -97px;
    height: 150px;
    background: url("/dcms_media/image/lp-flow-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
    z-index: -1;
  }
}
.p-lp-flow::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 100%;
  height: 212px;
  background: url("/dcms_media/image/lp-flow-bg02.png") no-repeat 50% 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .p-lp-flow::after {
    bottom: -130px;
    height: 150px;
    background: url("/dcms_media/image/lp-flow-bg02-sp.png") no-repeat 50% 100%;
    background-size: cover;
  }
}
.p-lp-flow__inner {
  margin-bottom: 0px;
}
.p-lp-flow__title {
  margin-bottom: 70px;
  color: #988148;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .p-lp-flow__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.p-lp-flow-block01 {
  margin-left: 10px;
}
@media screen and (max-width: 690px) {
  .p-lp-flow-block01 {
    margin-left: 0;
  }
}
.p-lp-flow-block01__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  padding: 50px 50px 20px 40px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 690px) {
  .p-lp-flow-block01__item {
    flex-direction: column-reverse;
    padding: 70px 20px 40px 20px;
  }
}
.p-lp-flow-block01__item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 70px;
  height: 20px;
  margin: auto;
  background: url("/dcms_media/image/icon-arrow-flow.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-lp-flow-block01__item:last-of-type {
  margin-bottom: 0;
}
.p-lp-flow-block01__item:last-of-type::after {
  display: none;
}
.p-lp-flow-block01__tag {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 50px;
  padding: 10px 0 8px 35px;
  background: url("/dcms_media/image/icon-ribbon.png") no-repeat 50% 50%;
  background-size: cover;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: left;
  line-height: 1;
  color: #fff;
}
.p-lp-flow-block01__content {
  width: calc(50% + 50px);
  padding: 20px 50px 0px 0px;
}
@media screen and (max-width: 690px) {
  .p-lp-flow-block01__content {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
.p-lp-flow-block01__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-flow-block01__title {
    margin-bottom: 20px;
  }
}
.p-lp-flow-block01__text {
  font-size: 16px;
  line-height: 1.63;
}
.p-lp-flow-block01__btn {
  margin-top: 30px;
}
@media screen and (max-width: 690px) {
  .p-lp-flow-block01__btn {
    text-align: center;
  }
}
.p-lp-flow-block01__img {
  width: calc(50% - 50px);
  margin-bottom: 25px;
  border-radius: 20px;
}
@media screen and (max-width: 690px) {
  .p-lp-flow-block01__img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* 体験後の特典 */
.p-lp-benefit {
  position: relative;
  padding: 177px 0 50px 0;
}
@media screen and (max-width: 690px) {
  .p-lp-benefit {
    padding: 140px 0 0px 0;
  }
}
.p-lp-benefit__title {
  margin-bottom: 54px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-benefit__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.p-lp-benefit__btn {
  text-align: center;
}

.p-lp-benefit-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 25px;
  margin-bottom: 57px;
}
@media screen and (max-width: 690px) {
  .p-lp-benefit-block01 {
    margin-bottom: 40px;
  }
}
.p-lp-benefit-block01__item {
  width: 350px;
  max-width: 100%;
}
@media screen and (max-width: 1120px) {
  .p-lp-benefit-block01__item {
    width: 340px;
  }
}
.p-lp-benefit-block01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 133px;
  margin-bottom: 22px;
  padding: 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #988148;
  z-index: 2;
}
.p-lp-benefit-block01__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 100px;
  background-color: #faf5e8;
  z-index: -1;
}
.p-lp-benefit-block01__text {
  font-size: 16px;
  line-height: 1.75;
}

/* 受講生・保護者の声 */
.p-lp-voice {
  position: relative;
  padding: 100px 0 73px 0;
}
@media screen and (max-width: 690px) {
  .p-lp-voice {
    padding: 100px 0 127px 0;
  }
}
.p-lp-voice__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-voice__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-lp-voice-block01__item {
  width: 350px;
  max-width: 100%;
  position: relative;
  margin: 0 12.5px 15px 12.5px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 690px) {
  .p-lp-voice-block01__item {
    width: 320px;
    max-width: calc(100% - 50px);
  }
}
.p-lp-voice-block01__item.slick-slide {
  padding: 0;
}
.p-lp-voice-block01__content {
  min-height: 276px;
  padding: 28px 20px 30px;
}
@media screen and (max-width: 690px) {
  .p-lp-voice-block01__content {
    min-height: auto;
  }
}
.p-lp-voice-block01__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  color: #988148;
}
.p-lp-voice-block01 .slick-prev {
  top: 43%;
  left: -24px;
}
@media screen and (max-width: 1120px) {
  .p-lp-voice-block01 .slick-prev {
    left: -18px;
  }
}
@media screen and (max-width: 690px) {
  .p-lp-voice-block01 .slick-prev {
    top: 104%;
    left: 56px;
  }
}
.p-lp-voice-block01 .slick-next {
  top: 43%;
  right: -20px;
}
@media screen and (max-width: 1120px) {
  .p-lp-voice-block01 .slick-next {
    right: -12px;
  }
}
@media screen and (max-width: 690px) {
  .p-lp-voice-block01 .slick-next {
    top: 104%;
    right: 64px;
  }
}
.p-lp-voice-block01 .slick-next::before,
.p-lp-voice-block01 .slick-prev::before {
  background-color: #fff !important;
  border: 4px solid #9a7a2b;
  border-radius: 50px;
}
.p-lp-voice-block01 .slick-next::after,
.p-lp-voice-block01 .slick-prev::after {
  top: 16px;
  border-color: #9a7a2b !important;
  border-width: 4px;
}
.p-lp-voice-block01 .slick-prev::after {
  left: calc(50% - 1px);
}
.p-lp-voice-block01 .slick-next::after {
  right: calc(50% - 7px);
}
.p-lp-voice-block01 .slick-dots {
  bottom: -25px;
}
@media screen and (max-width: 690px) {
  .p-lp-voice-block01 .slick-dots {
    bottom: -30px;
  }
}
.p-lp-voice-block01 .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.p-lp-voice-block01 .slick-dots li button {
  width: 10px;
  height: 10px;
}
.p-lp-voice-block01 .slick-dots li {
  width: 10px;
  height: 10px;
}

/* リトルポプラ会の教室情報 */
.p-lp-cta {
  position: relative;
  padding: 50px 0;
  background: url("/dcms_media/image/lp-spa-bg01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 690px) {
  .p-lp-cta {
    padding: 40px 0;
  }
}

.p-lp-cta-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 100px;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-lp-cta-block01 {
    gap: 40px 40px;
  }
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01 {
    grid-template-columns: 1fr;
    padding: 40px 20px 30px;
  }
}
.p-lp-cta-block01__title {
  margin: 28px 0 30px 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__title {
    margin: 0px 0 20px 0;
    font-size: 22px;
    text-align: center;
  }
}
.p-lp-cta-block01__address {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__address {
    margin-bottom: 10px;
  }
}
.p-lp-cta-block01__address-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  margin: 0px 10px 0px 0;
  padding: 8px 2px 8px 2px;
  border-radius: 10px;
  background-color: rgba(152, 129, 72, 0.1);
  font-size: 16px;
  line-height: 1.63;
  color: #988148;
}
.p-lp-cta-block01__address-body {
  font-size: 16px;
  line-height: 1.63;
}
.p-lp-cta-block01__tel-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__tel-area {
    justify-content: center;
    gap: 0px;
    margin-bottom: 20px;
  }
}
.p-lp-cta-block01__tel {
  padding: 2px 0 2px 40px;
  background: url("/dcms_media/image/icon-tel.png") no-repeat 0 50%;
  background-size: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.73;
  color: #393939;
}
.p-lp-cta-block01__time {
  padding: 4px 0 2px 20px;
  background: url("/dcms_media/image/icon-time.png") no-repeat 0 62%;
  background-size: 15px;
  font-size: 16px;
  color: #393939;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__time {
    padding: 0px 0 0px 20px;
  }
}
.p-lp-cta-block01__sns-area {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__sns-area {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__sns-text {
    width: 100%;
    text-align: center;
  }
}
.p-lp-cta-block01__map {
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__map {
    margin-bottom: 10px;
  }
}
.p-lp-cta-block01__map iframe {
  max-width: 100%;
}
@media screen and (max-width: 690px) {
  .p-lp-cta-block01__map iframe {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 285/180;
  }
}
.p-lp-cta-block01__map-link {
  text-align: right;
}
.p-lp-cta-block01__map-link a {
  padding: 4px 0 2px 28px;
  background: url("/dcms_media/image/icon-location.png") no-repeat 0 62%;
  background-size: 18px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* 講師紹介 */
.p-lp-teacher {
  position: relative;
  margin: 280px 0 200px 0;
  padding: 20px 0 14px 0;
  background-color: #fff9f4;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher {
    margin: 150px 0 124px 0;
  }
}
.p-lp-teacher::before {
  content: "";
  position: absolute;
  top: -139px;
  left: 0;
  width: 100%;
  height: 141px;
  background: url("/dcms_media/image/lp-feature-bg01.png") no-repeat 50% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher::before {
    top: -97px;
    height: 150px;
    background: url("/dcms_media/image/lp-feature-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
    z-index: -1;
  }
}
.p-lp-teacher::after {
  content: "";
  position: absolute;
  bottom: -145px;
  left: 0;
  width: 100%;
  height: 147px;
  background: url("/dcms_media/image/lp-feature-bg02.png") no-repeat 50% 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher::after {
    bottom: -97px;
    height: 150px;
    background: url("/dcms_media/image/lp-feature-bg02-sp.png") no-repeat 50% 100%;
    background-size: cover;
  }
}
.p-lp-teacher__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-lp-teacher-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher-block01 {
    grid-template-columns: 1fr;
  }
}
.p-lp-teacher-block01__item {
  position: relative;
  padding: 30px 20px 70px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher-block01__item {
    padding: 30px 20px 30px;
  }
}
.p-lp-teacher-block01__img {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher-block01__img {
    width: 200px;
    margin: 0 auto 20px auto;
  }
}
.p-lp-teacher-block01__title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  color: #988148;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .p-lp-teacher-block01__title {
    font-size: 22px;
  }
}

/* よくある質問 */
.p-lp-faq {
  position: relative;
  padding: 87px 0 122px 0;
}
@media screen and (max-width: 690px) {
  .p-lp-faq {
    padding: 87px 0 50px 0;
  }
}
.p-lp-faq__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-faq__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-lp-faq-list {
  width: 100%;
}

.p-lp-faq-item {
  margin-bottom: 30px;
  padding: 0px 30px 0px;
  border-radius: 20px;
  background-color: #faf5e8;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-item {
    padding: 0px 20px 0px;
  }
}

.p-lp-faq-question {
  position: relative;
  padding: 34px 60px 34px 0;
  cursor: pointer;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-question {
    padding: 20px 30px 20px 0;
  }
}

.p-lp-faq-q {
  position: absolute;
  top: 28px;
  margin-right: 20px;
  padding-bottom: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-q {
    top: 20px;
    font-size: 16px;
  }
}

.p-lp-faq-question-text {
  display: block;
  padding: 0px 0 0 49px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-question-text {
    padding: 0px 0 0 27px;
    font-size: 16px;
  }
}

.p-lp-faq-toggle {
  position: absolute;
  top: 35px;
  right: 0px;
  background: url("/dcms_media/image/icon-faq.png") no-repeat center center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  vertical-align: middle;
  transition: transform 0.2s;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-toggle {
    top: 24px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}

.p-lp-faq-question[aria-expanded=true] .p-lp-faq-toggle {
  transform: rotate(180deg);
}

.p-lp-faq-answer {
  border-top: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  will-change: max-height, opacity;
  margin-top: 0;
}

.p-lp-faq-answer-inner {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  padding: 26px 0 36px 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-answer-inner {
    padding: 8px 0 20px 0;
  }
}

.p-lp-faq-item.open .p-lp-faq-answer {
  opacity: 1;
  margin-top: 10px;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-item.open .p-lp-faq-answer {
    margin-top: 0;
  }
}

.p-lp-faq-a {
  position: absolute;
  top: 28px;
  left: 0px;
  font-family: "Noto Serif JP", sans-serif;
  margin-right: 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-a {
    top: 18px;
    font-size: 16px;
  }
}
.p-lp-faq-a + span {
  display: block;
  padding: 12px 0 0 50px;
}
@media screen and (max-width: 690px) {
  .p-lp-faq-a + span {
    padding: 12px 0 0 27px;
  }
}

/* お問い合わせ */
.p-lp-contact {
  position: relative;
  padding: 100px 0 100px 0;
  background-color: #faf5e8;
}
@media screen and (max-width: 690px) {
  .p-lp-contact {
    padding: 80px 0 80px 0;
  }
}
.p-lp-contact__title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #988148;
}
@media screen and (max-width: 690px) {
  .p-lp-contact__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.p-lp-contact__lead {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .p-lp-contact__lead {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

/* 円 */
.p-lp-circle01 {
  position: absolute;
  top: -105px;
  left: calc(50% + 470px);
  width: 230px;
  height: 230px;
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .p-lp-circle01 {
    top: -35px;
    left: auto;
    right: calc(0% - 49px);
    width: 150px;
    height: 150px;
  }
}
.p-lp-circle01 img {
  width: 100%;
}

.p-lp-circle02 {
  position: absolute;
  top: -141px;
  left: calc(50% - 370px - 132px);
  width: 132px;
  height: 132px;
  z-index: 3;
}
@media screen and (max-width: 690px) {
  .p-lp-circle02 {
    top: -36px;
    left: 0px;
    width: 87px;
    height: 87px;
  }
}
.p-lp-circle02 img {
  width: 100%;
}

.p-lp-circle03 {
  position: absolute;
  top: 322px;
  left: calc(50% + 381px);
  width: 79px;
  height: 79px;
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .p-lp-circle03 {
    top: 42%;
    left: auto;
    right: -19px;
    width: 62px;
    height: 62px;
  }
}
.p-lp-circle03 img {
  width: 100%;
}

.p-lp-circle04 {
  position: absolute;
  top: -10px;
  left: calc(50% - 470px);
  width: 76px;
  height: 76px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle04 {
    top: -84px;
    left: 25px;
    width: 57px;
    height: 57px;
  }
}
.p-lp-circle04 img {
  width: 100%;
}

.p-lp-circle05 {
  position: absolute;
  bottom: -52px;
  left: calc(50% - 564px);
  width: 70px;
  height: 70px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle05 {
    bottom: 35%;
    left: -21px;
    width: 70px;
    height: 70px;
  }
}
.p-lp-circle05 img {
  width: 100%;
}

.p-lp-circle06 {
  position: absolute;
  top: 36px;
  left: calc(50% + 540px);
  width: 123px;
  height: 123px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle06 {
    top: 72px;
    left: auto;
    right: -12px;
    width: 74px;
    height: 74px;
  }
}
.p-lp-circle06 img {
  width: 100%;
}

.p-lp-circle07 {
  position: absolute;
  top: 425px;
  left: calc(50% - 547px);
  width: 137px;
  height: 137px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle07 {
    top: auto;
    bottom: 393px;
    left: -18px;
    width: 86px;
    height: 86px;
  }
}
.p-lp-circle07 img {
  width: 100%;
}

.p-lp-circle08 {
  position: absolute;
  top: -48px;
  left: calc(50% + 414px);
  width: 104px;
  height: 104px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle08 {
    top: -112px;
    left: auto;
    right: 24px;
    width: 80px;
    height: 80px;
  }
}
.p-lp-circle08 img {
  width: 100%;
}

.p-lp-circle09 {
  position: absolute;
  bottom: -69px;
  left: calc(50% - 603px);
  width: 96px;
  height: 96px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle09 {
    bottom: -54px;
    left: 0;
    width: 69px;
    height: 69px;
  }
}
.p-lp-circle09 img {
  width: 100%;
}

.p-lp-circle10 {
  position: absolute;
  top: -24px;
  left: calc(50% + 413px);
  width: 119px;
  height: 119px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle10 {
    top: 4px;
    left: auto;
    right: -37px;
    width: 119px;
    height: 119px;
  }
}
.p-lp-circle10 img {
  width: 100%;
}

.p-lp-circle11 {
  position: absolute;
  top: 91px;
  left: calc(50% + 293px);
  width: 78px;
  height: 78px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle11 {
    top: 40px;
    left: auto;
    right: 0;
    width: 78px;
    height: 78px;
  }
}
.p-lp-circle11 img {
  width: 100%;
}

.p-lp-circle12 {
  position: absolute;
  bottom: 95px;
  left: calc(50% - 603px);
  width: 95px;
  height: 95px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle12 {
    bottom: 39px;
    left: -10px;
    width: 95px;
    height: 95px;
  }
}
.p-lp-circle12 img {
  width: 100%;
}

.p-lp-circle13 {
  position: absolute;
  top: -209px;
  left: calc(50% - 545px);
  width: 132px;
  height: 132px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle13 {
    top: -93px;
    left: -21px;
    width: 79px;
    height: 79px;
  }
}
.p-lp-circle13 img {
  width: 100%;
}

.p-lp-circle14 {
  position: absolute;
  top: -105px;
  left: calc(50% + 423px);
  width: 118px;
  height: 118px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle14 {
    top: 36px;
    left: auto;
    right: 0;
    width: 71px;
    height: 71px;
  }
}
.p-lp-circle14 img {
  width: 100%;
}

.p-lp-circle15 {
  position: absolute;
  top: -92px;
  left: calc(50% + 358px);
  width: 106px;
  height: 106px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle15 {
    top: -99px;
    left: auto;
    right: 0;
    width: 106px;
    height: 106px;
  }
}
.p-lp-circle15 img {
  width: 100%;
}

.p-lp-circle16 {
  position: absolute;
  top: -59px;
  left: calc(50% - 631px);
  width: 118px;
  height: 118px;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .p-lp-circle16 {
    top: -59px;
    left: -56px;
    width: 118px;
    height: 118px;
  }
}
.p-lp-circle16 img {
  width: 100%;
}

/* margin top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 690px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb5--sp {
    margin-bottom: 5px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb15--sp {
    margin-bottom: 15px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb25--sp {
    margin-bottom: 25px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb35--sp {
    margin-bottom: 35px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb45--sp {
    margin-bottom: 45px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb55--sp {
    margin-bottom: 55px;
  }
  .u-mb60--sp {
    margin-bottom: 60px;
  }
  .u-mb65--sp {
    margin-bottom: 65px;
  }
  .u-mb70--sp {
    margin-bottom: 70px;
  }
  .u-mb75--sp {
    margin-bottom: 75px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb85--sp {
    margin-bottom: 85px;
  }
  .u-mb90--sp {
    margin-bottom: 90px;
  }
  .u-mb95--sp {
    margin-bottom: 95px;
  }
  .u-mb100--sp {
    margin-bottom: 100px;
  }
}
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 40px;
}

@media screen and (max-width: 690px) {
  .u-pt0-sp {
    padding-top: 0;
  }
}
/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: center;
}

@media screen and (max-width: 690px) {
  .u-text-left-sp {
    text-align: left;
  }
}
/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}
@media screen and (max-width: 690px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-show {
  display: none;
}
@media screen and (max-width: 1120px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}
@media screen and (max-width: 1120px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 690px) {
  .u-sp-none {
    display: none;
  }
}

.u-sp-show {
  display: none;
}
@media screen and (max-width: 690px) {
  .u-sp-show {
    display: block;
  }
}

/* Color */
.u-color-white {
  color: #fff;
}

/* width */
.u-width-auto {
  width: auto;
  max-width: 100%;
}
