@charset "UTF-8";
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  max-width: 100%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "Yu Gothic", "游ゴシック", serif;
  color: #242424;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
  letter-spacing: 0.04rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

a {
  margin: 0;
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

dl,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl dd,
dl li,
ul dd,
ul li,
ol li {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

main {
  display: block;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2, h3 {
  font-size: 3.2rem;
  font-weight: 500;
  display: block;
  padding: 0;
  margin: 0;
}

h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 2560px) {
  .header-lp {
    background: #FBFDF8;
    max-height: 600px;
    overflow: hidden;
  }
}
.header-lp__inn {
  max-width: 1954px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header-lp .navi {
  max-width: 1440px;
  width: 100%;
  padding: 10px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .header-lp .navi {
    max-width: 1200px;
    padding: 10px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .header-lp .navi {
    padding: 10px 10px 0;
    top: 20px;
  }
}
.header-lp .logo {
  max-width: 160px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-lp .logo {
    max-width: 100px;
  }
}
.header-lp nav {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .header-lp nav {
    max-width: 500px;
    margin: 46px 0 0 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .header-lp nav {
    margin: 2px 0 0;
  }
}
.header-lp nav .menu {
  line-height: 80px;
  font-weight: 500;
}
.header-lp nav .menu:not(:last-child) {
  margin-right: 38px;
}
@media screen and (max-width: 1200px) {
  .header-lp nav .menu:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header-lp nav .menu:not(:last-child) {
    margin-right: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .header-lp nav .menu {
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .header-lp nav .menu {
    display: none;
  }
}
.header-lp nav .menu__contact {
  background: #FFF;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header-lp nav .menu__contact {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .header-lp nav .menu__contact {
    margin: 0;
    padding: 6px 20px;
    font-size: 1.6rem;
  }
}
.header-lp .main_image {
  display: block;
  width: 100%;
  height: 885px;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .header-lp .main_image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-lp .main_image {
    display: none;
  }
}
.header-lp .main_imagePC {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header-lp .main_imagePC {
    display: block;
    max-width: 1440px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-lp .main_imagePC {
    display: none;
  }
}
.header-lp .main_imageSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-lp .main_imageSP {
    display: block;
    max-width: 768px;
    width: 100%;
    height: auto;
  }
}

.main .bg_grn {
  background: #EAF3DA;
}
@media screen and (max-width: 2560px) {
  .main {
    overflow-x: hidden;
  }
}
.main .conts02 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .main .conts02 {
    margin: 60px auto 0;
    padding: 0 16px;
  }
}
.main .bg-concept {
  position: relative;
}
.main .bg-concept::before {
  content: "";
  background: #ADD272;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -10;
  top: 30px;
  right: -164px;
}
@media screen and (max-width: 1024px) {
  .main .bg-concept::before {
    right: -264px;
  }
}
@media screen and (max-width: 768px) {
  .main .bg-concept::before {
    height: 200px;
    width: 200px;
    right: -134px;
  }
}
.main .bg-concept::after {
  content: "";
  background: #ADD272;
  height: 587px;
  width: 587px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -10;
  bottom: 420px;
  left: -372px;
}
@media screen and (max-width: 768px) {
  .main .bg-concept::after {
    height: 287px;
    width: 287px;
    bottom: 234px;
    left: -196px;
  }
}
.main .bg-youth {
  position: relative;
}
.main .bg-youth::before {
  content: "";
  background: #ADD272;
  height: 587px;
  width: 587px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -20;
  top: 20px;
  right: -398px;
}
@media screen and (max-width: 768px) {
  .main .bg-youth::before {
    height: 287px;
    width: 287px;
    top: -24px;
    right: -200px;
  }
}
.main .bg-youth::after {
  content: "";
  background: #ADD272;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -20;
  bottom: 924px;
  left: -264px;
}
@media screen and (max-width: 768px) {
  .main .bg-youth::after {
    height: 200px;
    width: 200px;
    bottom: 1546px;
    left: -100px;
  }
}
.main .bg-corporate {
  position: relative;
}
.main .bg-corporate::before {
  content: "";
  background: #ADD272;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -30;
  top: 20px;
  right: -270px;
}
@media screen and (max-width: 768px) {
  .main .bg-corporate::before {
    height: 200px;
    width: 200px;
    right: -108px;
  }
}
.main .bg-support {
  position: relative;
}
.main .bg-support::before {
  content: "";
  background: #ADD272;
  height: 587px;
  width: 587px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -40;
  top: 0px;
  left: -394px;
}
@media screen and (max-width: 768px) {
  .main .bg-support::before {
    height: 287px;
    width: 287px;
    left: -178px;
  }
}
.main .bg-contact {
  position: relative;
}
.main .bg-contact::before {
  content: "";
  background: #ADD272;
  height: 587px;
  width: 587px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: -40;
  top: -200px;
  right: -368px;
}
@media screen and (max-width: 768px) {
  .main .bg-contact::before {
    height: 287px;
    width: 287px;
    top: -166px;
    right: -100px;
  }
}
.main .item {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .main .item {
    padding: 60px 16px;
  }
}
.main .item__youth02 {
  margin: 100px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .main .item__youth02 {
    padding: 0 16px;
    max-width: 324px;
  }
}
.main .layout-line01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .layout-line01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main .layout-line02 {
    display: none;
  }
}
.main .ttl01 {
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .main .ttl01 {
    font-size: 2.3rem;
    line-height: 1.75;
  }
}
.main .ttl01__about {
  max-width: 388px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main .ttl01__about {
    max-width: 210px;
  }
}
.main .ttl01__concept {
  max-width: 532px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main .ttl01__concept {
    max-width: 286px;
  }
}
.main .ttl01__qanda {
  max-width: 240px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main .ttl01__qanda {
    max-width: 130px;
  }
}
.main .ttl01__contact {
  max-width: 532px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main .ttl01__contact {
    max-width: 286px;
  }
}
.main .ttl02-01 {
  line-height: 64px;
  text-align: center;
  background: url("../lpassets/images/bg_ttl01.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main .ttl02-01 {
    font-size: 2.3rem;
    line-height: 56px;
    background: url("../lpassets/images/bg_ttl01-sp.png") no-repeat center;
    background-size: contain;
  }
}
.main .ttl02-02 {
  line-height: 64px;
  text-align: center;
  background: url("../lpassets/images/bg_ttl02.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main .ttl02-02 {
    font-size: 2.2rem;
    line-height: 56px;
    background: url("../lpassets/images/bg_ttl02-sp.png") no-repeat center;
    background-size: contain;
  }
}
.main .ttl03 {
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .ttl03 {
    font-size: 2.3rem;
    line-height: 1.75;
    margin: 60px 0;
  }
}
.main .ttl04 {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main .ttl04 {
    font-size: 1.7rem;
    line-height: 2.1111111111;
  }
}
.main .ttl04 span {
  width: fit-content;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.main .ttl04 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #ADD272;
  background-size: contain;
  border-radius: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
.main .ttl04 .txtL {
  padding: 0 0 0 10px;
}
.main .ttl04 .txtL::after {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .main .ttl04 .txtL {
    padding: 0 10px;
  }
  .main .ttl04 .txtL::after {
    border-radius: 10px;
  }
}
.main .ttl04 .txtR {
  padding: 0 10px 0 0;
}
.main .ttl04 .txtR::after {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .main .ttl04 .txtR {
    padding: 0 10px;
  }
  .main .ttl04 .txtR::after {
    border-radius: 10px;
  }
}
.main .line {
  width: 80px;
  height: 10px;
  background: #FFE67F;
  border-radius: 5px;
  margin: 30px auto 90px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .main .line {
    margin: 30px auto 60px;
  }
}
.main .txt01 {
  text-align: center;
  line-height: 2;
}
.main .txt01:not(:last-child) {
  margin: 0 0 30px;
}
.main .txt02 {
  text-align: center;
  line-height: 2;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .txt02 {
    max-width: 324px;
  }
}
.main .txt03 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .txt03 {
    max-width: 324px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}
.main .txt03:not(:last-child) {
  padding: 0 0 16px;
}
.main .img-concept {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .main .img-concept {
    max-width: 340px;
  }
}
.main .img-youth,
.main .img-corporate,
.main .img-support {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .main .img-youth,
  .main .img-corporate,
  .main .img-support {
    max-width: 340px;
  }
}
.main .figure {
  margin: 80px auto 0;
  max-width: 836px;
  height: 680px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .figure {
    margin: 60px auto 0;
    max-width: 324px;
    height: 260px;
  }
}
.main .figure__item01 {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .main .figure__item01 {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
  }
}
.main .figure__item01 dt {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .figure__item01 dt {
    font-size: 1.6rem;
    top: 24px;
  }
}
.main .figure__item01 dd {
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .figure__item01 dd {
    margin: 46px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 14px 0 0;
    top: 44px;
  }
}
.main .figure .top {
  position: absolute;
  top: 0;
  left: 160px;
}
@media screen and (max-width: 768px) {
  .main .figure .top {
    top: 8px;
    left: 64px;
  }
}
.main .figure__item02 {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .main .figure__item02 {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
  }
}
.main .figure__item02 dt {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .figure__item02 dt {
    font-size: 1.6rem;
    top: 36px;
  }
}
.main .figure__item02 dd {
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .figure__item02 dd {
    margin: 46px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
    top: 18px;
    z-index: 10;
  }
}
.main .figure .left {
  position: absolute;
  top: 276px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main .figure .left {
    top: 108px;
    z-index: 1;
  }
}
.main .figure .right {
  position: absolute;
  top: 276px;
  left: 320px;
}
@media screen and (max-width: 768px) {
  .main .figure .right {
    top: 108px;
    left: 126px;
    z-index: 0;
  }
}
.main .figure__item03 {
  font-size: 2rem;
  width: fit-content;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .figure__item03 {
    font-size: 1.2rem;
    padding: 8px 4px;
  }
}
.main .figure__item03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .main .figure__item03::before {
    left: -15px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.7);
  }
}
.main .figure .square {
  position: absolute;
  top: 0;
  right: 0;
}
.main .faq {
  padding: 30px 30px 30px 60px;
  border-bottom: 2px solid #FFF;
}
.main .faq:first-of-type {
  border-top: 2px solid #FFF;
}
@media screen and (max-width: 768px) {
  .main .faq {
    padding: 20px 0 20px 30px;
  }
}
.main .faq .que {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main .faq .que {
    font-size: 1.6rem;
  }
}
.main .faq .que::before {
  font-weight: 500;
  font-size: 2.6rem;
  color: #ADD272;
  content: "Q";
  position: absolute;
  top: -6px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .main .faq .que::before {
    font-size: 2.4rem;
  }
}
.main .faq .ans {
  margin: 20px 0 0;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main .faq .ans {
    font-size: 1.6rem;
  }
}
.main .faq .ans::before {
  font-weight: 500;
  font-size: 2.6rem;
  color: #ADD272;
  content: "A";
  position: absolute;
  top: -6px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .main .faq .ans::before {
    font-size: 2.4rem;
  }
}
.main .btn {
  display: block;
  margin: 30px auto 0;
  padding-left: 40px;
  width: 400px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 80px;
  background: #ADD272;
  border-radius: 75px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .btn {
    padding-left: 20px;
    width: 304px;
    font-size: 1.8rem;
    line-height: 70px;
  }
}
@media screen and (max-width: 320px) {
  .main .btn {
    width: 250px;
    font-size: 1.6rem;
  }
}
.main .btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../lpassets/images/icon_mail.png") no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-right: 12px;
}
.main .btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../lpassets/images/icon/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .main .btn::after {
    margin-left: 24px;
  }
}
@media screen and (max-width: 320px) {
  .main .btn::after {
    display: none;
  }
}
.main .link {
  text-align: center;
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main .link {
    font-size: 1.6rem;
  }
}
.main .link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../lpassets/images/icon_link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
}

.pagetop-btn {
  width: 48px;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}
.pagetop-btn a {
  display: block;
  text-align: center;
}
.pagetop-btn a img {
  max-width: 48px;
  width: 100%;
  height: auto;
}

.footer {
  margin: 80px 0 0;
  background: #ADD272;
  text-align: center;
}
.footer small {
  line-height: 60px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer small {
    line-height: 40px;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=lp.css.map */
