@charset "UTF-8";
/* CSS Document */
/*ブレイクポイント*/
.disp_pc, .pc {
  display: block !important;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .disp_pc, .pc {
      display: none !important; } }

.disp_sp, .sp {
  display: none !important;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .disp_sp, .sp {
      display: block !important; } }

dl, dt, dd {
  padding: 0;
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

.center {
  text-align: center; }

body, html {
  margin: 0;
  padding: 0; }

main img {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

section {
  width: 100%; }
  section div {
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box; }

header {
  background: #000; }
  header #head_logo {
    background: #000;
    width: 100px;
    padding: 10px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 640px) {
      header #head_logo {
        width: 12%; } }
  header p {
    margin: 0; }

#fv {
  background: url("../img/pc/fv_bg.jpg");
  background-size: cover;
  position: relative; }
  #fv #head_logo {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100px;
    padding: 10px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 640px) {
      #fv #head_logo {
        width: 12%;
        padding: 5px; } }
  #fv div {
    max-width: 1400px;
    margin: auto; }

#fv2 {
  background: url("../img/pc/bg_result.jpg");
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    #fv2 {
      padding-top: 17%;
      padding-bottom: 3%; } }
  #fv2 .center {
    margin-top: -10%;
    max-width: 1200px;
    width: 90%; }
    @media screen and (max-width: 1200px) {
      #fv2 .center {
        margin-top: -23%; } }
  #fv2 div {
    max-width: 1400px;
    margin: auto; }
  #fv2 p {
    color: #fff;
    font-size: 8pt;
    width: 90%;
    margin: 0 auto 40px auto; }
    @media screen and (max-width: 640px) {
      #fv2 p {
        margin-bottom: 10px; } }

#fv_under {
  background-image: linear-gradient(0deg, white, #fee4d0);
  padding-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    #fv_under {
      padding-bottom: 5%; } }
  #fv_under div {
    width: 90%;
    max-width: 1000px;
    margin: -40px auto 0 auto;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      #fv_under div {
        margin-top: -5%; } }
    @media screen and (max-width: 640px) {
      #fv_under div {
        margin-top: 0;
        padding-top: 10px; } }

#nayami {
  background: url("../img/pc/bg_nayami.png");
  background-size: cover;
  background-position: bottom;
  position: relative; }
  @media screen and (max-width: 640px) {
    #nayami {
      background: none; } }
  #nayami div {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    padding: 25px 0 45px 0; }
    @media screen and (max-width: 640px) {
      #nayami div {
        width: 100%;
        padding: 0; } }

#nayami_under {
  background-image: linear-gradient(0deg, white 50%, #cce2f0, #cce2f0);
  margin-top: -10%; }
  #nayami_under div {
    max-width: 1000px;
    padding-top: 12%;
    margin: auto; }

#change_life {
  border-bottom: 30px solid #F2E8B5; }
  #change_life div {
    margin-bottom: -30px; }

.henkin {
  margin: 40px 0; }
  .henkin div {
    width: 90%;
    max-width: 900px; }

#method {
  background: url("../img/pc/method/method_back.png");
  background-size: cover;
  padding-top: 40px; }
  #method .title {
    max-width: 600px;
    width: 60%; }
    @media screen and (max-width: 640px) {
      #method .title {
        width: 90%; } }
  #method .last {
    max-width: 700px;
    width: 70%; }
  #method img {
    margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    #method div {
      width: 94%;
      margin: auto; } }

.cta {
  background: url("../img/pc/CTA/CTA_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin: auto;
  padding: 80px 0; }
  @media screen and (max-width: 640px) {
    .cta {
      padding: 5% 0; } }
  .cta div {
    position: relative;
    width: 94%;
    max-width: 921px;
    margin: auto; }
  .cta .cta_btn_box {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 20%; }
    @media screen and (max-width: 640px) {
      .cta .cta_btn_box {
        bottom: 25%; } }
  .cta a {
    display: block;
    width: 84%;
    margin: 0 10% 0 auto; }

.bg_yellow {
  background-image: none;
  background-color: #f2e8b5; }

.feature {
  background: url("../img/pc/feature/feature_back.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center 80px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 640px) {
    .feature {
      padding: 10% 0 0 0; } }
  .feature div {
    width: 100%;
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .feature div {
        width: 92%; } }
    .feature div img {
      margin-bottom: 40px; }
  .feature .p-method__title {
    margin-bottom: 20px; }
  .feature #ac_btn:hover {
    cursor: pointer; }

.counseling {
  background: url("../img/pc/counseling/counseling_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 640px) {
    .counseling {
      padding: 5% 0; } }
  .counseling div {
    width: 100%;
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .counseling div {
        width: 92%; } }
    .counseling div img {
      margin-bottom: 40px; }

.map {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 640px) {
    .map {
      width: 92%; } }
  .map .map_title {
    width: 100%;
    max-width: 649px;
    margin: auto; }
  .map .p-access__body {
    width: 100%;
    max-width: 900px;
    margin: auto; }
  .map .store-list-store-btn a {
    width: 100%;
    max-width: 466px;
    height: auto; }

.fixed_bunner {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 999; }
  @media screen and (max-width: 640px) {
    .fixed_bunner {
      position: fixed;
      bottom: 0;
      top: inherit;
      background: rgba(0, 0, 0, 0.6);
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .fixed_bunner .fixed_bunner img {
      width: 96%;
      height: auto;
      margin: auto; } }
  @media screen and (max-width: 640px) {
    .fixed_bunner .p-dietary .box {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      display: flex; } }
  @media screen and (max-width: 640px) {
    .fixed_bunner .p-dietary .tit img {
      max-width: 100%;
      margin-right: 0px; } }
  @media screen and (max-width: 640px) {
    .fixed_bunner .content_right {
      width: 40%;
      align-items: flex-start; } }

footer {
  background: #000;
  color: #fff;
  margin-top: 80px;
  padding: 20px 0; }
  @media screen and (max-width: 640px) {
    footer {
      padding-bottom: 150px; } }
  footer ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 10pt; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer .footer_img {
    width: 130px;
    margin: 20px auto; }
  footer p {
    font-size: 10pt;
    text-align: center; }

#cgm_wrapper {
  padding: 20px 0;
  background: url("/lp/training-230418/img/slide/pc/240215_ugc_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center top; }
  #cgm_wrapper .insta_logo {
    text-align: center;
    width: 70%;
    max-width: 355px; }
  #cgm_wrapper #cgm {
    padding-bottom: 40px; }
  #cgm_wrapper .cap {
    font-size: 8pt;
    text-align: right;
    margin: 0; }
