@charset "UTF-8";

/* ルート要素のフォントサイズを10pxに指定 */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
  --scroll-gap: 41px;
}

/* main */
.body{
  width:100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.body img{
  width: 100%;
  /* height: fit-content; */
}
picture{
  display: block;
}


/* header */
.h-logo{
    max-width: 130px;
    width: 100%;
}
.w-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #F0F1F1;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px;
    border-bottom: 1px solid #38547E;
}
.logo img { height: 40px; display: block; }

.h-line{
  max-width: 32px;
  width: 100%;
}
.h-line-t{
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
.header-inner-in{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1182px;
  margin: 0 auto;
}
.w-h-btn-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #91C692;
  border-radius: 100px;
  max-width: 202px;
  width: 100%;
  min-height: 48px;
  box-shadow: 4px 4px 0 #68A788;
}
.btn1{
  cursor: pointer;
  transition: 0.1s;
  transform: translateY(0);
}
.btn1:hover{
  opacity: 0.8;
  transform: translateY(4px);
  box-shadow: 0px 0px 0 #68A788;
}
.w-h-btn-mail{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #A3C1D7;
  border-radius: 100px;
  max-width: 235px;
  width: 100%;
  min-height: 48px;
  box-shadow: 4px 4px 0 #6D89B2;
}
.w-h-btn-tel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #6D89B2;
  border-radius: 100px;
  max-width: 187px;
  width: 100%;
  min-height: 48px;
  box-shadow: 4px 4px 0 #59749D;
}
.h-mail-t{
  font-size: 15px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
}
.h-tel-t{
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  letter-spacing: 0.09em;
}
.h-mail{
  max-width: 29px;
  width: 100%;
}
.h-tel{
  max-width: 24px;
  width: 100%;
}
.w-h-btn{
  display: flex;
  gap: 16px;
  max-width: 656px;
  width: 100%;
}



.cta1-n{
  max-width: 500px;
  width: 100%;
  margin:  0 auto;
}
.ta-dl-n{
  max-width: 500px;
  width: 100%;
  margin:  0 auto;
}
.cta-tel-n{
  max-width: 500px;
  width: 100%;
  margin:  0 auto;
}


/* fv */
.w-fv{
  background-image: url("../img/naminami-lp/fv.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
}
.w-fv-t{
  padding-top: 208px;
  padding-bottom: 68px;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  transform: translateX(30px);
}
.fv-t1{
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #575E68;
  padding-bottom: 5px;
}
.fv-t2{
  font-size: 56px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #575E68;
  line-height: 1.2;
}
.fv-t2 span{
  font-size: 66px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
}
.con1-1 {
  max-width: 303px;
  width: 100%;
  min-height: 49px;
  border-radius: 8px;
  background:
  url("../img/naminami-lp/cta-bg-bg-t.png"),
  linear-gradient(
    to right,
    #98eae2 0%,
    #8fbde3 100%
  );
  font-size: 23px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con1-2 {
  max-width: 303px;
  width: 100%;
  min-height: 49px;
  border-radius: 8px;
  background:
  url("../img/naminami-lp/cta-bg-bg-t.png"),
  linear-gradient(
    to right,
    #98eae2 0%,
    #8fbde3 100%
  );
  font-size: 23px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-con1{
  display: flex;
  gap: 44px;
  padding-top: 18px;
}
.con2-1-t1{
  font-size: 17px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  text-align: center;
  line-height: 1.2;
}
.con2-1-t2{
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4F9EC8;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.con2-1-t2 span{
  font-size: 44px;
}
.con2-1-in{
  max-width: 156px;
  width: 100%;
}
.cercle{
  width: 100%;
}
.con2-1-in{
  position: relative;
}
.w-con2-1-t1{
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.con2-1-t3{
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4F9EC8;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
}
.con2-1-t3 span{
  font-size: 18px;
}
.pt3{
  padding-top: 3px;
}
.w-con2{
  display: flex;
  gap: 8px;
  padding-top: 40px;
}
.w-fv-t-in{
  width: fit-content;
  margin-left: auto;
}

/* cta */
.w-cta{
  background-image: url("../img/naminami-lp/cta-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 81px;
}
.cat-line{
  max-width: 40px;
  width: 100%;
}
.cta-line-t{
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.w-cta-line{
  max-width: 560px;
  width: 100%;
  min-height: 102px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #91C692;
  box-shadow: 8px 8px 0 #68A788;
  position: relative;
  margin: 0 auto;
}
.btn2{
  cursor: pointer;
  transition: 0.1s;
  transform: translateY(0);
}
.btn2:hover{
  opacity: 0.8;
  transform: translateY(8px);
  box-shadow: 0px 0px 0 #68A788;
}
.cta-line-t2{
  position: absolute;
  inset: 0;
  margin: auto;
  margin-top: -18px;
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.2;
  background-color: #E8D99E;
  border-radius: 24px;
  max-width: 313px;
  width: 100%;
  height: 38px;
  font-size: 22px;
  font-weight: 700;
  color: #825A5A;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-cta-mail{
  max-width: 272px;
  width: 100%;
  min-height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #A3C1D7;
  box-shadow: 8px 8px 0 #6D89B2;
  position: relative;
}
.cat-mail{
  max-width: 30px;
  width: 100%;
}
.cta-mail-t{
  font-size: 13px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
}
.cta-mail-t2{
  font-size: 17px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
}

.w-cta-tel{
  max-width: 272px;
  width: 100%;
  min-height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #6D89B2;
  box-shadow: 8px 8px 0 #59749D;
  position: relative;
}
.cat-tel{
  max-width: 32px;
  width: 100%;
}
.cta-tel-t{
  font-size: 13px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.cta-tel-t2{
  font-size: 21px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.w-cta-bt{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 26px;
}

/* operation */
.operation{
  background-image: url("../img/naminami-lp/operation-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.operation-t{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 8px;
}
.operation-img{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/* anxiety */
.anxiety{
  width: 100%;
  background: linear-gradient(
    to right, 
    #ffffff20 0%, 
    #d7edef20 28%, 
    #BDCFD620 49%, 
    #CDE2E420 72%, 
    #FFFFFF20 100%
  );
  padding-top: 64px;
  padding-bottom: 48px;
}
.anxiety-t1{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background:
  url("../img/naminami-lp/cta-bg-bg.png"),
  linear-gradient(to right, #9eddd7 0%, #93bddf 100%);
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
  min-height: 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anxiety-t2{
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.bd-1{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  height: 2px;
}

.anxiety-p{
  max-width: 160px;
  width: 100%;
}
.icon1{
  max-width: 22px;
  width: 100%;
}
.anxiety-t3{
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  line-height: 1.2;
}
.anxiety-con-w-t{
  display: flex;
  align-items: center;
  gap: 8px;
}
.anxiety-con-w{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anxiety-con{
  display: flex;
  align-items: center;
  justify-content: center;
}


/* nipt */
.nipt{
  background-image: url("../img/naminami-lp/nipt-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 138px;
}
.nipt-t1{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background:
  url("../img/naminami-lp/cta-bg-bg.png"),
  linear-gradient(to right, #9eddd7 0%, #93bddf 100%);
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
  min-height: 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nipt-t2{
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.nipt-t3{
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.3;
  letter-spacing: 0.02em;
  background: linear-gradient(to right, #BFE6E2 0%, #B9D1E4 100%);
  width: 100%;
  margin: 0 auto;
  min-height: 42px;
  border-radius: 8px;
  padding: 10px 8px;
}
.nipt-t3-2{
  min-height: 42px;
}
.nipt-w-t4{
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #585656;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: flex;
}
.nipt-ww-t4{
  padding-top: 24px;
  padding-bottom: 24px;
}
.nipt-t5{
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #585656;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.nipt-1{
  max-width: 328px;
  width: 100%;
}
.nipt-con{
  display: flex;
  gap: 40px;
  padding: 24px;
  border: 1px solid #38547E;
  border-radius: 16px;
  background-color: #fff;
}
.nipt-w-con{
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nipt-t4-2{
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.nipt-t4 span{
  font-size: 12px;
  font-weight: 300;
}
.nipt-t6{
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #8B6B59;
  line-height: 1.4;
  max-width: 496px;
  width: 100%;
  margin: 0 auto;
}
.nipt-w-t6{
  background: linear-gradient(
    to right,
    #F5EFD9 0%,
    #EDE2B2 55%
  );
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  min-height: 117px;
  display: flex;
  align-items: center;
  border-radius: 16px;
}


/* cta2 */
.w-cta2{
  background-image: url("../img/naminami-lp/cta-bg2.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 72px;
  padding-top: 72px;
}
.cta2-t1{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 35px;
}


/* wy-nipt */
.wy-nipt{
  background-image: url("../img/naminami-lp/wy-nipt-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.wy-nipt-t1{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  background:
  url("../img/naminami-lp/cta-bg-bg.png"),
  linear-gradient(to right, #9eddd7 0%, #93bddf 100%);
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
  min-height: 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wy-nipt-t2{
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.2;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wy-nipt-t3{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.6;
  padding-top: 47px;
  padding-bottom: 64px;
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

.wy-nipt-t3-t{
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background: #38547E;
  width: 100%;
  margin: 0 auto;
  min-height: 45px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.wy-nipt-con{
  padding: 24px 29px;
  background: linear-gradient(
    45deg,
    #D7EDEF 0%,
    #BDCFD6 49%,
    #CDE2E4 100%
  );
  border: 3px solid #6D89B2;
  border-radius: 16px;
  box-shadow: 8px 8px 0 #6D89B2;
  max-width: 600px;
  width: 100%;
}
.wy-nipt-t4{
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 16px;
  padding-bottom: 16px;
}
.wy-nipt-t4 span{
  font-weight: 700;
}
.wy-nipt-w-t5{
  background-color: #6D89B2;
  border-radius: 24px;
  max-width: 260px;
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.wy-nipt-w-t5-1{
  display: flex;
  align-items: center;
  width: 100%;
}
.wy-nipt-t5-1{
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background-color: #38547E;
  border-radius: 22px;
  max-width: 62px;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wy-nipt-t5-2{
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.wy-nipt-t5-1-2{
  max-width: 108px;
}
.wy-nipt-t5-2-2{
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.wy-nipt-t5-3{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.wy-nipt-w-t5-1-2{
  gap: 8px;
}
.wy-nipt-ww-t5{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.wy-nipt-con2{
  max-width: 534px;
  width: 100%;
}

.wy-nipt-con2-ww-t1{
  background: linear-gradient(
    to right,
    #bfe6e2a0 0%,
    #B9D1E4a0 100%
  );
  background-color: #6D89B2;
  border-radius: 16px;
  max-width: 534px;
  width: 100%;
  padding: 16px;
}
.wy-nipt-con2-w-t1{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-bottom: 6px;
}
.wy-nipt-con2-t1{
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  background-color: #38547E;
  border-radius: 22px;
  max-width: 85px;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wy-nipt-con2-t2{
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.2;
}
.wy-nipt-con2-t3{
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 10px;
}
.wy-nipt-con2-t4{
  font-size: 27px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.2;
  text-align: center;
}
.wy-nipt-con2-t4 span{
  font-size: 39px;
}
.wy-nipt-con2-t5{
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.4;
  max-width: 446px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.wy-nipt2{
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
.icon2{
  max-width: 22px;
  width: 100%;
}
.wy-nipt-con2-w-t6{
  display: flex;
  gap: 9px;
  padding-bottom: 9px;
}
.wy-nipt-con2-t6{
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #616161;
  line-height: 1.4;
}
.wy-nipt-w-con{
  display: flex;
  justify-content: center;
  gap: 33px;
  padding-bottom: 74px;
  width: 98%;
  margin: 0 auto;
}
.bd-1-2{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  height: 2px;
}
.wy-nipt-w-t5-2{
  background-color: #6D89B2;
  border-radius: 24px;
  max-width: 260px;
  width: 100%;
  min-height: 67px;
  padding: 8px;
}
.wy-nipt-t5-2-1{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.4;
}
.wy-nipt-t5-2-2-2{
  font-size: 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.4;
  padding-top: 4px;
}
.wy-nipt-t5-2-2-1{
  font-weight: 700;
}
.wy-nipt-t5-2-3{
  font-size: 12px;
}
.wy-nipt-w-con2{
  display: flex;
  justify-content: center;
  gap: 33px;
  padding-bottom: 64px;
  padding-top: 36px;
  width: 98%;
  margin: 0 auto;
}
.wy-nipt-t6{
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.6;
  padding-top: 64px;
  text-align: center;
  width: 92%;
  margin: 0 auto;
}
.wy-nipt-t5-2-2 span{
  font-size: 16px;
}
.flow_slider{
  overflow: hidden;
}


/* wy */
.wy{
  background-image: url("../img/naminami-lp/wy-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
}
.wy1{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.wy-t3{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}


/* how */
.how{
  background-image: url("../img/naminami-lp/how-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
}
.how-t1{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.5;
  letter-spacing: 0.04em;
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.how-t1 span{
  font-weight: 700;
}
.how1{
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.how-con{
  background-color: #fff;
  border: 1px solid #6D89B2;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  box-shadow: 3px 4px 0 #6D89B2;
}
.how1-1{
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 16px;
}
.how-t2{
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.2;
  letter-spacing: 0.05em;
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
}
.how3{
  max-width: 24px;
  width: 100%;
}
.how-w-t3{
  display: flex;
  gap: 8px;
  padding: 8px;
  background: linear-gradient(
    to right,
    #3A9DC7 0%,
    #4E82CF 100%
  );
  border-radius: 8px;
  max-width: 422px;
  width: 100%;
  margin: 0 auto;
}
.how-t3{
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
}
.how-t3 span{
  font-weight: 700;
}
.pt16{
  margin-top: 16px;
}







/* price */
.price{
  background-image: url("../img/naminami-lp/price-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 72px;
}
.wy-nipt-t6{
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.6;
  padding-top: 64px;
  text-align: center;
}
.price-con{
  max-width: 487px;
  width: 100%;
  border: 3px solid #6D89B2;
  box-shadow: 8px 8px 0 #6D89B2;
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 21px;
  background-color: #FFFEF8;
}
.price-t1{
  background-color: #38547E;
  min-height: 45px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-1{
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
}
.price-t2{
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.2;
  text-align: center;
  padding-top: 5px;
}
.price-ww-t5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}
.price1-1{
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.price-t3{
  background-color: #556D91;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border-radius: 8px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.price-t4{
  font-size: 36px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #38547E;
  line-height: 1.4;
  text-align: center;
}
.price-t4 span{
  font-size: 18px;
  font-weight: 700;
}
.price-t5{
  background-color: #AED3AE;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #2F3D36;
  line-height: 1.2;
  text-align: center;
  border-radius: 8px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.price-t6{
  font-size: 44px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #C86246;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
}
.price-t6 span{
  font-size: 24px;
  font-weight: 700;
}
.price-w-con{
  display: flex;
  justify-content: center;
  gap: 33px;
  padding-top: 40px;
  width: 98%;
  margin: 0 auto;
}
.price-con-in{
  width: 100%;
}
.gap8{
  gap: 8px;
}
.f16{
  font-size: 16px;
}
.f24{
  font-size: 24px;
}
.f12{
  font-size: 12px;
}
.c-b{
  color: #556D91;
}
.price-2{
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
}
.price-w-con2 {
    display: flex;
    justify-content: center;
    gap: 33px;
    padding-top: 36px;
    padding-bottom: 40px;
    width: 98%;
    margin: 0 auto;
}
.price-5{
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.price-t7{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #38547E;
  line-height: 1.6;
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  letter-spacing: 0.08em;
}
.price-w-5{
  overflow: hidden;
  overflow-x: scroll;
}

/* possibility */
.possibility{
  background-image: url("../img/naminami-lp/possibility-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 56px;
  padding-top: 56px;
}
.possibility-t1{
    background:
      url("../img/naminami-lp/cta-bg-bg.png"),
    linear-gradient(to right, #bdce88 0%, #8ca173 100%);
    color: #4C5C4D;
}
.possibility-t2{
  color: #688069;
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.3;
}
.bd-possibility{
  max-width: 480px;
  margin-bottom: 56px;
}
.possibility1{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.possibility-t3-1{
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 1.6;
  padding-bottom: 8px;
}
.possibility-t4-1{
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 1.6;
  text-align: center;
}
.possibility-t4-1 span{
  font-size: 32px;
  background-color: #b1c9b2ad;
  margin-right: 8px;
}
.possibility-w-t3{
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #b1c9b2;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
.possibility1-bd{
  max-width: 1900;
  width: 80%;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 56px;
}
.possibility-con{
  background-color: #F3F5EF;
  border: 2px solid #B1C9B2;
  border-radius: 16px;
  padding: 24px;
  max-width: 520px;
  width: 100%;
}
.possibility-t3{
  font-size: 23px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4C5C4D;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #B1C0AD;
  padding-top: 8px;
  padding-bottom: 8px;
}
.possibility-t4{
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4C5C4D;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 8px;
  text-align: left;
}
.possibility-w-con{
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 24px;
  width: 98%;
  margin: 0 auto;
}
.possibility-w-con2{
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 24px;
  width: 98%;
  margin: 0 auto;
}
.possibility-t6{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4C5C4D;
  line-height: 1.5;
  padding: 16px;
  text-align: left;
  background-color: #E9DDB1;
  max-width: 778px;
  width: 100%;
  border-radius: 8px;
}
.possibility-w-t6{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
  width: 92%;
  margin: 0 auto;
}
.possibility6{
  max-width: 150px;
  width: 100%;
}


/* flow */
.flow{
  background-image: url("../img/naminami-lp/flow-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 58px;
  padding-top: 90px;
}
.flow-w-con{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
  width: 98%;
  margin: 0 auto;
}
.flow-con{
  background-color: #38547E;
  border-radius: 16px;
  border: 2px solid #80A2BD;
  padding: 16px;
  max-width: 360px;
  width: 100%;
  min-height: 554px;
}
.flow-t1{
  font-size: 24px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 1;
  border-bottom: 2px solid #80A2BD;
  padding-bottom: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
.flow-t2{
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 2px;
  padding-top: 8px;
  text-align: center;
  letter-spacing: 0.05em;
}
.flow-t3{
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 16px;
  padding-top: 24px;
  letter-spacing: 0.05em;
}
.flow-yaji{
  max-width: 20px;
  width: 100%;
}
.flow-t3 a{
  text-decoration: underline;
  font-weight: 700;
}
.flow-t3 span{
  font-weight: 700;
}
.flow-t4{
  font-size: 13px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 16px;
  padding-top: 24px;
  letter-spacing: 0.05em;
}
.flow-t4-1{
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.3;
  padding-top: 24px;
  letter-spacing: 0.05em;
}
.flow-w-t4{
  display: flex;
}


/* doctor */
.doctor{
  background-image: url("../img/naminami-lp/doctor-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 40px;
}
.doctor .possibility-t2 {
  max-width: 584px;
}
.doctor-w-con{
  max-width: 840px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 72px;
}
.doctor-con{
  background-color: #E9EDE0;
  display: flex;
  justify-content: center;
}
.doctor1{
  max-width: 420px;
  width: 100%;
}
.doctor-t1{
  font-size: 18px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4C5C4D;
  line-height: 1.5;
  padding: 16px 20px;
  letter-spacing: 0.055em;
  max-width: 420px;
  width: 100%;
}
.doctor .bd-possibility {
  margin-bottom: 24px;
}
.doctor-t2{
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #71a58bcf;
  line-height: 1.5;
  padding: 4px 0px;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-align: center;
  width: 100%;
}
.doctor-t3{
  font-size: 16px;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 8px;
}
.doctor-con2{
  background-color: #71a58bdb;
  display: flex;
  gap: 22px;
  justify-content: center;
  padding: 16px;
}
.doctor-con2-in{
  max-width: 360px;
  width: 100%;
}


/* access */
.access-t1{
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 1.6;
}
.access-t2{
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 1.6;
}
.access-w-t1 span{
  font-weight: 700;
}
.access-w-t1{
  padding-bottom: 4px;
  border-bottom: 1px solid #1f1f1f2a;
}
.access-ww-t1{
  max-width: 366px;
  width: 100%;
  position: relative;
}
.access iframe {
  border: 0;
  max-width: 458px;
  width: 100%;
  height: 252px;
}
.access-w-con{
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 68px;
  width: 98%;
  margin: 0 auto;
}
.access1{
  position: absolute;
  top: 57px;
  right: 10px;
  max-width: 127px;
  width: 100%;
}

/* time */
.time{
  width: 98%;
  margin: 0 auto;
}
.time1{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 18px;
}
.time-t1{
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 1.5;
}
.time-ww-t1{
  padding-top: 16px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.time-w-t1{
  display: flex;
}


/* qa */
.qa{
  padding-top: 64px;
  padding-bottom: 64px;
}
.qa_q-q{
  max-width: 40px;
  width: 100%;
}
.qa_a-a{
  max-width: 40px;
  width: 100%;
}
.qa_q{
  display: flex;
  gap: 24px;
  background-color: #FAFBF7;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
.qa_q{
  transition: 0.6s;
}
.qa_q:hover{
  opacity: 0.6;
}
.qa_a{
  display: flex;
  gap: 24px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C5C4D;
  line-height: 2;
}
.qa_btn{
  max-width: 30px;
  width: 100%;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.qa_w-qa{
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  padding-top: 40px;
}
.qa_btn{
  transform: rotate(180deg);
}
.qa_btn.rotate{
  transform: rotate(0deg);
}


/* form */
.w-contact{
  background-color: #E4EBE4;
  padding-top: 72px;
  padding-bottom: 72px;
}
.c-t1{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1F1F;
  line-height: 1.5;
  max-width: 72px;
  width: 100%;
}
.c-t2{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #CE2727;
  line-height: 1.5;
  max-width: 48px;
  width: 100%;
}
.w-c-t1{
  display: flex;
  align-items: center;
  max-width: 120px;
  width: 100%;
}
.contac-in{
  display: flex;
  padding-bottom: 16px;
}
.in-text{
  background-color: #F7F7FB;
  width: 100%;
  border: none;
  min-height: 56px;
  padding-left: 24px;
  font-size: 16px;
}
.in-textarea{
  background-color: #F7F7FB;
  width: 100%;
  border: none;
  min-height: 280px;
  padding-left: 24px;
  padding-top: 16px;
  font-size: 16px;
}
.w-in-text{
  max-width: 640px;
  width: 100%;
}
.w-contac-in{
  max-width: 780px;
  width: 92%;
  margin: 0 auto;
  padding-top: 32px;
}
.form-btn{
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}


/* footer */
footer{
  background-color: #38547E;
  padding-top: 48px;
  padding-bottom: 48px;
}
.f-t{
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.f-logo{
  max-width: 226px;
  width: 100%;
}
.f-t2{
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff!important;
  line-height: 2;
  text-decoration: underline;
  display: block;
}
.f-t3{
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #fff!important;
  line-height: 1.6;
  text-align: center;
  padding-top: 32px;
}









@media (max-width: 1800px) {
/* fv */
  .w-fv{
  background-position: -90px center;
}
}

@media (max-width: 1362px) {
  /* fv */
  .w-fv{
  background-position: -130px center;
}
}

@media (max-width: 1200px) {
  /* fv */
.w-fv{
  background-image: url("../img/naminami-lp/fv-sp.png");
  background-position: center calc(-200vw / 1200 * 100);
  background-size: cover;
}
.w-fv-t{
  padding-top: calc(650vw / 1200 * 100);
  padding-bottom: 68px;
  max-width: 100%;
  width: 92%;
  margin: 0 auto;
  transform: none;
}
.w-fv-t-in{
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 1000px) {
  /* nipt */
  .nipt-con{
    flex-direction: column;
  }
  .nipt-1 {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 850px) {
  .h-line-t {
    font-size: 14px;
  }
  .h-mail-t {
    font-size: 14px;
  }
  .h-tel-t {
    font-size: 16px;
  }
  .w-h-btn-line {
    max-width: 200px;
  }
  .w-h-btn-mail{
    max-width: 240px;
  }
  .w-h-btn-tel{
    max-width: 180px;
  }
  .w-h-btn {
    max-width: 576px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  /* ====== Hamburger Button ====== */
.hamburger {
    position: relative;
    max-width: calc(30vw / 375 * 100);
    width: 100%;
    height: calc(24vw / 375 * 100);
    border: none;
    background: transparent;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 1001;
    padding: 0;
}
.hamburger .line {
    width: 100%;
    height: calc(2vw / 375 * 100);
    background: #38547E;
    display: block;
    transition: transform .25s ease, opacity .25s ease;
    border-radius: calc(2vw / 375 * 100);
}
.hamburger.is-active  .line{
    background: #000;
}
.hamburger.is-active .line:nth-child(1) { transform: translateY(calc(8vw / 375 * 100)) rotate(45deg); }
.hamburger.is-active .line:nth-child(2) { opacity: 0; }
.hamburger.is-active .line:nth-child(3) { transform: translateY(calc(-8vw / 375 * 100)) rotate(-45deg); }

/* ====== Overlay ====== */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.nav-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* ====== Global Nav (Full Screen) ====== */
.global-nav {
  position: fixed;
  inset: 0;
  /* 右からスライド */
  transform: translateX(100%);
  background-image: url("../img/naminami-lp/nav-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: right .25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav.open {
    transform: translateX(0%);
    z-index: 1000;
}

.global-nav a:focus,
.global-nav a:hover { outline: none; text-decoration: none; }

/* メニュー開時のスクロール固定 */
.no-scroll { overflow: hidden; height: 100svh; }

/* CTAなど他要素のz-indexが高い場合の保険 */
.w-fv .cta, .offer .campaign_cta, .campaign_cta-bt { z-index: 10; position: relative; }

.h-logo{
  max-width: calc(100vw / 375 * 100);
  width: 100%;
}
.header-inner {
    padding: calc(16vw / 375 * 100) calc(24vw / 375 * 100);
}
.global-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(16vw / 375 * 100);
    width: 100%;
}



/* header */
.w-fv{
  background-position: center 0;
}
.w-fv-t {
    padding-top: calc(306vw / 375 * 100);
    padding-bottom: calc(24vw / 375 * 100);
    max-width: 100%;
    width: 92%;
    margin: 0 auto;
    transform: none;
}
.fv-t1 {
    font-size: calc(16vw / 375 * 100);
    color: #838C9B;
    padding-bottom: calc(2vw / 375 * 100);
    line-height: 1.2;
}
.fv-t2 {
    font-size: calc(28vw / 375 * 100);
}
.fv-t2 span {
    font-size: calc(32vw / 375 * 100);
}
.fv-con1 {
    gap: calc(11vw / 375 * 100);
    padding-top: calc(8vw / 375 * 100);
}
.con1-1 {
    max-width: calc(170vw / 375 * 100);
    min-height: calc(31vw / 375 * 100);
    border-radius: calc(4vw / 375 * 100);
    font-size: calc(16vw / 375 * 100);
    letter-spacing: 0.01em;
}
.con1-2 {
    max-width: calc(170vw / 375 * 100);
    min-height: calc(31vw / 375 * 100);
    border-radius: calc(4vw / 375 * 100);
    font-size: calc(16vw / 375 * 100);
    letter-spacing: 0.01em;
}
.w-con2 {
    gap: calc(2vw / 375 * 100);
    padding-top: calc(20vw / 375 * 100);
}
.con2-1-in {
    max-width: calc(84vw / 375 * 100);
}
.con2-1-t1 {
    font-size: calc(10vw / 375 * 100);
}
.con2-1-t2 {
    font-size: calc(12vw / 375 * 100);
}
.con2-1-t2 span {
    font-size: calc(24vw / 375 * 100);
}
.pt3{
    padding-top: calc(2vw / 375 * 100);
}
.con2-1-t3 {
    font-size: calc(16vw / 375 * 100);
}

/* cta */
.w-cta{
  background-image: none;
  padding-bottom: calc(55vw / 375 * 100);
}
.cat-line{
  max-width: calc(24vw / 375 * 100);
}
.cta-line-t{
  font-size: calc(20vw / 375 * 100);
}
.w-cta-line{
  max-width: calc(336vw / 375 * 100);
  min-height: calc(71vw / 375 * 100);
  border-radius: calc(48vw / 375 * 100);
  gap: calc(4vw / 375 * 100);
  box-shadow: calc(5vw / 375 * 100) calc(5vw / 375 * 100) 0 #68A788;
}
.btn2:hover{
  transform: translateY(calc(5vw / 375 * 100));
}
.cta-line-t2{
  margin-top: calc(-7vw / 375 * 100);
  font-size: calc(14vw / 375 * 100);
  border-radius: calc(14vw / 375 * 100);
  max-width: calc(187vw / 375 * 100);
  height: calc(23vw / 375 * 100);
  font-size: calc(14vw / 375 * 100);
}

.w-cta-mail{
  max-width: calc(336vw / 375 * 100);
  min-height: calc(71vw / 375 * 100);
  border-radius: calc(48vw / 375 * 100);
  gap: calc(8vw / 375 * 100);
  box-shadow: calc(5vw / 375 * 100) calc(5vw / 375 * 100) 0 #6D89B2;
  margin: 0 auto;
}
.cat-mail{
  max-width: calc(30vw / 375 * 100);
}
.cta-mail-t{
  font-size: calc(14vw / 375 * 100);
}
.cta-mail-t2{
  font-size: calc(20vw / 375 * 100);
}

.w-cta-tel{
  max-width: calc(336vw / 375 * 100);
  min-height: calc(71vw / 375 * 100);
  border-radius: calc(48vw / 375 * 100);
  gap: calc(8vw / 375 * 100);
  box-shadow: calc(5vw / 375 * 100) calc(5vw / 375 * 100) 0 #59749D;
  margin: 0 auto;
}
.cat-tel{
  max-width: calc(32vw / 375 * 100);
}
.cta-tel-t{
  font-size: calc(14vw / 375 * 100);
}
.cta-tel-t2{
  font-size: calc(24vw / 375 * 100);
}

.w-cta-bt{
  flex-direction: column;
  gap: calc(16vw / 375 * 100);
  padding-top: calc(16vw / 375 * 100);
}

/* operation */
.operation{
  padding-top: calc(64vw / 375 * 100);
  padding-bottom: calc(64vw / 375 * 100);
}
.operation-t{
  font-size: calc(16vw / 375 * 100);
  padding-bottom: calc(8vw / 375 * 100);
}
.operation-img{
  max-width: calc(344vw / 375 * 100);
}


/* anxiety */
.anxiety{
  padding-top: calc(72vw / 375 * 100);
  padding-bottom: calc(48vw / 375 * 100);
}
.anxiety-t1{
  font-size: calc(16vw / 375 * 100);
  max-width: calc(343vw / 375 * 100);
  min-height: calc(54vw / 375 * 100);
  border-radius: calc(24vw / 375 * 100);
}
.anxiety-t2{
  font-size: calc(20vw / 375 * 100);
  padding-top: calc(9vw / 375 * 100);
  padding-bottom: calc(9vw / 375 * 100);
}
.bd-1{
  max-width: calc(359vw / 375 * 100);
}

.anxiety-p{
  max-width: calc(160vw / 375 * 100);
}
.icon1{
  max-width: calc(22vw / 375 * 100);
}
.anxiety-t3{
  font-size: calc(14vw / 375 * 100);
}
.anxiety-con-w-t{
  gap: calc(8vw / 375 * 100);
}
.anxiety-con-w{
  gap: calc(8vw / 375 * 100);
  max-width: calc(320vw / 375 * 100);
}
.anxiety-con{
  flex-direction: column;
}


/* nipt */
.nipt{
  background-image: url("../img/naminami-lp/nipt-bg-sp.png");
  background-size: cover;
  padding-top: calc(72vw / 375 * 100);
  padding-bottom: calc(56vw / 375 * 100);
}
.nipt-t1{
  font-size: calc(16vw / 375 * 100);
  max-width: calc(350vw / 375 * 100);
  min-height: calc(40vw / 375 * 100);
  border-radius: calc(24vw / 375 * 100);
}
.nipt-t2{
  font-size: calc(24vw / 375 * 100);
  padding-top: calc(12vw / 375 * 100);
  padding-bottom: calc(12vw / 375 * 100);
}
.bd-1{
  max-width: calc(350vw / 375 * 100);
}
.nipt-t3{
  font-size: calc(16vw / 375 * 100);
  min-height: calc(58vw / 375 * 100);
  border-radius: calc(8vw / 375 * 100);
  padding: calc(10vw / 375 * 100) calc(8vw / 375 * 100);
  text-align: center;
}
.nipt-t3-2{
  min-height: 42px;
}
.nipt-w-t4{
  font-size: calc(14vw / 375 * 100);
  letter-spacing: 0.1em;
}
.nipt-ww-t4{
  padding-top: calc(24vw / 375 * 100);
  padding-bottom: calc(24vw / 375 * 100);
}
.nipt-t5{
  font-size: calc(18vw / 375 * 100);
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
}
.nipt-1{
  max-width: calc(350vw / 375 * 100);
}
.nipt-con{
  gap: calc(16vw / 375 * 100);
  padding: calc(32vw / 375 * 100) calc(22vw / 375 * 100);
  border-radius: calc(16vw / 375 * 100);
}
.nipt-w-con{
  width: 96%;
  padding-top: calc(56vw / 375 * 100);
  padding-bottom: calc(56vw / 375 * 100);
  gap: calc(16vw / 375 * 100);
}
.nipt-t4-2{
  font-size: calc(12vw / 375 * 100);
  display: inline;
}
.nipt-t4-2.pc{
  display: none;
}
.nipt-t4 span{
  font-size: calc(12vw / 375 * 100);
}
.nipt-t6{
  font-size: calc(16vw / 375 * 100);
  max-width: 100%;
}
.nipt-w-t6{
  padding: calc(24vw / 375 * 100) calc(11vw / 375 * 100);
  width: 92%;
  min-height: auto;
  border-radius: calc(16vw / 375 * 100);
}
.nipt-w-t4-2{
  letter-spacing: 0.07em;
}

/* cta2 */
.w-cta2{
  background-image: url("../img/naminami-lp/cta-bg2-sp.png");
  padding-bottom: calc(72vw / 375 * 100);
  padding-top: calc(72vw / 375 * 100);
}
.cta2-t1{
  font-size: calc(20vw / 375 * 100);
  padding-bottom: calc(27vw / 375 * 100);
}


/* wy-nipt */
.wy-nipt{
  background-image: url("../img/naminami-lp/wy-nipt-bg-sp.png");
  padding-top: calc(48vw / 375 * 100);
  padding-bottom: calc(48vw / 375 * 100);
}
.wy-nipt-t1{
  font-size: calc(20vw / 375 * 100);
  max-width: calc(343vw / 375 * 100);
  min-height: calc(45vw / 375 * 100);
  border-radius: calc(24vw / 375 * 100);
}
.wy-nipt-t1 span{
  font-size: calc(16vw / 375 * 100);
}
.wy-nipt .wy-nipt-t2{
  font-size: calc(20vw / 375 * 100);
  padding-top: calc(12vw / 375 * 100);
  padding-bottom: calc(12vw / 375 * 100);
}
.wy-nipt-t2{
  font-size: calc(20vw / 375 * 100);
  padding-top: calc(12vw / 375 * 100);
  padding-bottom: calc(12vw / 375 * 100);
}
.wy-nipt-t3{
  font-size: calc(12vw / 375 * 100);
  padding-top: calc(22vw / 375 * 100);
  padding-bottom: calc(22vw / 375 * 100);
  max-width: calc(324vw / 375 * 100);
}

.wy-nipt-t3-t{
  font-size: calc(24vw / 375 * 100);
  min-height: calc(45vw / 375 * 100);
  border-radius: 0;
  margin-bottom: calc(16vw / 375 * 100);
}
.wy-nipt-con{
  padding: calc(24vw / 375 * 100) 0;
  border: calc(3vw / 375 * 100) solid #6D89B2;
  border-radius: calc(16vw / 375 * 100);
  box-shadow: 0px 0px 0 #6D89B2;
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
}
.wy-nipt1{
  padding: 0 calc(24vw / 375 * 100);
}
.wy-nipt-t4{
  font-size: calc(14vw / 375 * 100);
  padding: calc(16vw / 375 * 100) calc(24vw / 375 * 100);
}
.wy-nipt-w-t5{
  border-radius: calc(24vw / 375 * 100);
  max-width: calc(260vw / 375 * 100);
  min-height: calc(67vw / 375 * 100);
  padding: calc(8vw / 375 * 100);
}
.wy-nipt-t5-1{
  font-size: calc(16vw / 375 * 100);
  border-radius: calc(22vw / 375 * 100);
  max-width: calc(50vw / 375 * 100);
  min-height: calc(35vw / 375 * 100);
}
.wy-nipt-t5-2{
  font-size: calc(14vw / 375 * 100);
}
.wy-nipt-t5-1-2{
  max-width: calc(83vw / 375 * 100);
}
.wy-nipt-t5-2-2{
  font-size: calc(20vw / 375 * 100);
}
.wy-nipt-t5-3{
  font-size: calc(16vw / 375 * 100);
}
.wy-nipt-w-t5-1-2{
  gap: calc(8vw / 375 * 100);
}
.wy-nipt-ww-t5{
  gap: calc(8vw / 375 * 100);
  flex-direction: column;
}

.wy-nipt-con2{
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
}

.wy-nipt-con2-ww-t1{
  border-radius: calc(16vw / 375 * 100);
  max-width: 100%;
  padding: calc(16vw / 375 * 100);
}
.wy-nipt-con2-w-t1{
  gap: calc(4vw / 375 * 100);
  padding-bottom: calc(6vw / 375 * 100);
}
.wy-nipt-con2-t1{
  font-size: calc(22vw / 375 * 100);
  border-radius: calc(22vw / 375 * 100);
  max-width: calc(85vw / 375 * 100);
  min-height: calc(42vw / 375 * 100);
}
.wy-nipt-con2-t2{
  font-size: calc(20vw / 375 * 100);
}
.wy-nipt-con2-t3{
  font-size: calc(16vw / 375 * 100);
  padding-bottom: calc(10vw / 375 * 100);
}
.wy-nipt-con2-t4{
  font-size: calc(27vw / 375 * 100);
}
.wy-nipt-con2-t4 span{
  font-size: calc(39vw / 375 * 100);
}
.wy-nipt-con2-t5{
  font-size: calc(18vw / 375 * 100);
  max-width: calc(333vw / 375 * 100);
  padding-top: calc(40vw / 375 * 100);
  text-align: center;
}
.wy-nipt2{
  max-width: 100%;
  margin-top: calc(32vw / 375 * 100);
  margin-bottom: calc(32vw / 375 * 100);
}
.icon2{
  max-width: calc(22vw / 375 * 100);
}
.wy-nipt-con2-w-t6{
  display: flex;
  gap: calc(9vw / 375 * 100);
  padding-bottom: calc(9vw / 375 * 100);
}
.wy-nipt-con2-t6{
  font-size: calc(14vw / 375 * 100);
}
.wy-nipt-w-con{
  flex-direction: column;
  align-items: center;
  gap: calc(24vw / 375 * 100);
  padding-bottom: calc(32vw / 375 * 100);
  width: 100%;
}
.wy-nipt .bd-1-2{
  max-width: calc(350vw / 375 * 100);
  height: calc(2vw / 375 * 100);
  margin-bottom: calc(16vw / 375 * 100);
}
.bd-1-2{
  max-width: calc(350vw / 375 * 100);
  height: calc(2vw / 375 * 100);
}
.wy-nipt-w-t5-2{
  border-radius: calc(24vw / 375 * 100);
  max-width: calc(260vw / 375 * 100);
  min-height: calc(75vw / 375 * 100);
  padding: calc(8vw / 375 * 100);
}
.wy-nipt-t5-2-1{
  font-size: calc(16vw / 375 * 100);
}
.wy-nipt-t5-2-2-2{
  font-size: calc(10vw / 375 * 100);
  padding-top: calc(4vw / 375 * 100);
}
.wy-nipt-t5-2-3{
  font-size: calc(12vw / 375 * 100);
}
.wy-nipt-w-con2{
  gap: calc(33vw / 375 * 100);
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}
.wy-nipt-t6{
  font-size: calc(14vw / 375 * 100);
  padding-top: calc(64vw / 375 * 100);
}
.wy-nipt-t6-1{
  font-size: calc(14vw / 375 * 100);
  line-height: 1.6;
}
.wy-nipt-w-t6{
  display: flex;
}
.wy-nipt-ww-t6{
  padding-top: calc(32vw / 375 * 100);
}
.wy-nipt-t5-2-2 span{
  font-size: calc(16vw / 375 * 100);
}


/* swiper */
.wy-nipt .flow_slider{
  position: relative;
  padding-bottom: calc(56vw / 375 * 100);
}
.wy-nipt .swiper-button-prev{
  top: auto!important;
  bottom: 0;
  color: #6D89B2!important;
  left: 20%!important;
  z-index: 5;
  height: calc(30vw / 375 * 100);
}
.wy-nipt .swiper-button-next{
  top: auto!important;
  bottom: 0;
  color: #6D89B2!important;
  right: 20%!important;
  z-index: 5;
  height: calc(30vw / 375 * 100);
}
.wy-nipt .swiper-button-next:after, .wy-nipt .swiper-button-prev:after {
    font-size: calc(20vw / 375 * 100);
}
.wy-nipt .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(20vw / 375 * 100)!important;
}
.wy-nipt .swiper-pagination-bullet{
  width: calc(10vw / 375 * 100)!important;
  height: calc(10vw / 375 * 100)!important;
  color: #6D89B2!important;
}
.wy-nipt .swiper-pagination-bullet-active{
  background: #6D89B2!important;
}
.wy-nipt .swiper-pagination {
    width: fit-content!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
}


/* price */
.price{
  background-image: url("../img/naminami-lp/price-bg-sp.png");
  padding-bottom: calc(32vw / 375 * 100);
  padding-top: calc(32vw / 375 * 100);
}
.price-con{
  max-width: 100%;
  width: 92%;
  border: calc(3vw / 375 * 100) solid #6D89B2;
  box-shadow: calc(8vw / 375 * 100) calc(8vw / 375 * 100) 0 #6D89B2;
  border-radius: calc(16vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
  padding-bottom: calc(21vw / 375 * 100);
  margin: 0 auto;
  min-height: calc(851vw / 375 * 100);
}
.price-t1{
  min-height: calc(45vw / 375 * 100);
  font-size: calc(24vw / 375 * 100);
}
.price-1{
  max-width: calc(200vw / 375 * 100);
  margin-top: calc(16vw / 375 * 100);
}
.price-t2{
  font-size: calc(15vw / 375 * 100);
  padding-top: calc(32vw / 375 * 100);
}
.price-1-2{
  padding-top: calc(55vw / 375 * 100);
}
.price .nipt-t2{
  font-size: calc(18vw / 375 * 100);
  padding-top: calc(12vw / 375 * 100);
  padding-bottom: calc(12vw / 375 * 100);
}
.price-ww-t5 {
    gap: calc(8vw / 375 * 100);
    margin-top: calc(32vw / 375 * 100);
    margin-bottom: calc(32vw / 375 * 100);
}
.price1-1{
  max-width: calc(200vw / 375 * 100);
}
.price-t3{
  font-size: calc(14vw / 375 * 100);
  border-radius: calc(8vw / 375 * 100);
  min-height: calc(33vw / 375 * 100);
  max-width: calc(312vw / 375 * 100);
}
.price-t4{
  font-size: calc(36vw / 375 * 100);
}
.price-t4 span{
  font-size: calc(18vw / 375 * 100);
}
.price-t5{
  font-size: calc(14vw / 375 * 100);
  border-radius: calc(8vw / 375 * 100);
  min-height: calc(36vw / 375 * 100);
  max-width: calc(312vw / 375 * 100);
  margin-top: calc(8vw / 375 * 100);
}
.price-t6{
  font-size: calc(44vw / 375 * 100);
  padding-top: calc(8vw / 375 * 100);
}
.price-t6 span{
  font-size: calc(24vw / 375 * 100);
}
.price-w-con{
  align-items: center;
  gap: 0;
  padding-top: calc(40vw / 375 * 100);
  flex-direction: column;
  width: 100%;
}
.gap8{
  gap: calc(8vw / 375 * 100);
}
.f16{
  font-size: calc(16vw / 375 * 100);
}
.f24{
  font-size: calc(24vw / 375 * 100);
}
.f12{
  font-size: calc(12vw / 375 * 100);
}
.price-2{
  max-width: calc(300vw / 375 * 100);
  margin-top: calc(16vw / 375 * 100);
}
.price-w-con2 {
    display: flex;
    justify-content: center;
    gap: 33px;
    padding-top: 36px;
    padding-bottom: 40px;
    width: 100%;
}
.price-5{
  max-width: calc(800vw / 375 * 100);
  width: calc(800vw / 375 * 100);
  margin-top: 0;
  margin-bottom:  calc(40vw / 375 * 100);
}
.price-t7{
  font-size: calc(16vw / 375 * 100);
  max-width: calc(311vw / 375 * 100);
}
.price-5-t{
  font-size: calc(20vw / 375 * 100);
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.6;
  padding-top: calc(40vw / 375 * 100);
  padding-bottom: calc(40vw / 375 * 100);
  text-align: center;
}

/* swiper2 */
.price .flow_slider{
  position: relative;
  padding-top: calc(40vw / 375 * 100);
  padding-bottom: calc(40vw / 375 * 100);
}
.wy-nipt .swiper-button-prev2{
  top: auto!important;
  bottom: 0;
  color: #6D89B2!important;
  left: 10%!important;
  z-index: 5;
}
.price .swiper-button-prev2::after,
.price .swiper-button-next2::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(48vw / 375 * 100);
  margin: auto;
  width: calc(48vw / 375 * 100);
}
.price .swiper-button-prev2 {
  height: calc(48vw / 375 * 100);
  width: calc(48vw / 375 * 100);
  top: 50%;
  transform: translateY(50%);
  position: absolute;
  z-index: 5;
  left: 0;
}
.price .swiper-button-next2 {
  height: calc(48vw / 375 * 100);
  width: calc(48vw / 375 * 100);
  top: 50%;
  transform: translateY(50%);
  position: absolute;
  z-index: 5;
  right: 0;
}
.price .swiper-button-prev2::after {
  background-image: url("../img/naminami-lp/sw-le.png");
  display: block;
}
.price .swiper-button-next2::after {
  background-image: url("../img/naminami-lp/sw-ri.png");
  display: block;
}
.price .swiper-slide img {
  height: auto;
  width: 100%;
}
.price .swiper-button-disabled{
  opacity: 0.6;
}

/* possibility */
.possibility{
  background-image: url("../img/naminami-lp/possibility-bg-sp.png");
  padding-bottom: calc(40vw / 375 * 100);
  padding-top: calc(40vw / 375 * 100);
}
.possibility .nipt-t1{
  font-size: calc(18vw / 375 * 100);
}
.possibility-t2{
  max-width: calc(350vw / 375 * 100);
  font-size: calc(17vw / 375 * 100);
  text-align: center;
}
.bd-possibility{
  max-width: calc(350vw / 375 * 100);
  margin-bottom: calc(56vw / 375 * 100);
}
.possibility  .bd-possibility {
  margin-bottom: calc(40vw / 375 * 100);
}
.possibility1{
  max-width: 100%;
  width: 95%;
  margin-bottom: calc(16vw / 375 * 100);
}
.possibility-t3-1{
  font-size: calc(16vw / 375 * 100);
  padding-bottom: calc(8vw / 375 * 100);
}
.possibility-t4-1{
  font-size: calc(16vw / 375 * 100);
  text-align: left;
  margin-left: calc(10vw / 375 * 100);
}
.possibility-t4-1 span{
  font-size: calc(26vw / 375 * 100);
  margin-right: 0;
}
.possibility-w-t3{
  border-radius: calc(16vw / 375 * 100);
  max-width: 100%;
  width: 95%;
  padding: calc(16vw / 375 * 100) calc(23vw / 375 * 100);
}
.possibility1-bd{
  max-width: 100%;
  width: 100%;
  margin-top: calc(40vw / 375 * 100);
  margin-bottom: calc(40vw / 375 * 100);
}
.possibility-t1-1{
  min-height: calc(74vw / 375 * 100);
  font-size: calc(20vw / 375 * 100);
  line-height: 1.3;
}
.possibility-t1-sp{
  font-size: calc(20vw / 375 * 100)!important;
}
.possibility-con{
  border-radius: calc(16vw / 375 * 100);
  padding: calc(24vw / 375 * 100) calc(22vw / 375 * 100);
  max-width: 100%;
  width: 92%;
  margin: 0 auto;
}
.possibility-t3{
  font-size: calc(17vw / 375 * 100);
  padding-top: calc(8vw / 375 * 100);
  text-align: center;
}
.possibility-t3-2{
  font-size: calc(17vw / 375 * 100);
}
.possibility-t4{
  font-size: calc(14vw / 375 * 100);
  padding-top: calc(8vw / 375 * 100);
}
.possibility-w-con{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(24vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
  width: 100%;
}
.possibility-w-con2{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(24vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
  width: 100%;
}
.possibility-t6{
  font-size: calc(18vw / 375 * 100);
  padding: calc(16vw / 375 * 100);
  max-width: 100%;
  width: 92%;
  border-radius: calc(8vw / 375 * 100);
}
.possibility-w-t6{
  flex-direction: column;
  padding-top: calc(40vw / 375 * 100);
  width: 100%;
}
.possibility6{
  max-width: calc(150vw / 375 * 100);
}


/* flow */
.flow{
  background-image: url("../img/naminami-lp/flow-bg-sp.png");
  padding-bottom: calc(32vw / 375 * 100);
  padding-top: calc(32vw / 375 * 100);
}
.flow .price-5-t{
  font-size: calc(20vw / 375 * 100);
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #38547E;
  line-height: 1.6;
  padding-top: calc(16vw / 375 * 100);
  padding-bottom: calc(8vw / 375 * 100);
  text-align: center;
}
.flow-con-sp{
  display: flex;
  align-items: center;
}
.flow-con{
  border-radius: calc(16vw / 375 * 100);
  padding: calc(16vw / 375 * 100);
  max-width: calc(360vw / 375 * 100);
  min-height: calc(555vw / 375 * 100);
}
.flow-t1{
  font-size: calc(24vw / 375 * 100);
  padding-bottom: calc(14vw / 375 * 100);
}
.flow-t2{
  font-size: calc(24vw / 375 * 100);
  padding-top: calc(8vw / 375 * 100);
}
.flow-t3{
  font-size: calc(16vw / 375 * 100);
  padding-bottom: calc(16vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
  line-height: 1.5;
}
.flow-t3-1{
    padding-top: calc(56vw / 375 * 100);
}
.flow-yaji{
  max-width: calc(20vw / 375 * 100);
}
.flow-t4{
  font-size: calc(13vw / 375 * 100);
  padding-bottom: calc(16vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
}
.flow-t4-1{
  font-size: calc(16vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
}
.flow-t4-1-2{
  padding-top: calc(36vw / 375 * 100);
}

/* doctor */
.doctor{
  background-image: none;
  padding-bottom: calc(40vw / 375 * 100);
  padding-top: calc(40vw / 375 * 100);
}
.doctor .possibility-t1 {
  max-width: calc(343vw / 375 * 100);
}
.doctor .possibility-t2 {
  max-width: calc(302vw / 375 * 100);
  font-size: calc(20vw / 375 * 100);
}
.doctor-w-con{
  max-width: 100%;
  width: 100%;
  padding-bottom: calc(56vw / 375 * 100);
}
.doctor-con{
  flex-direction: column;
}
.doctor1{
  max-width: 100%;
}
.doctor-t1{
  font-size: calc(16vw / 375 * 100);
  padding: calc(32vw / 375 * 100) calc(24vw / 375 * 100);
  max-width: 100%;
}
.doctor .bd-possibility {
  margin-bottom: calc(24vw / 375 * 100);
}
.doctor-t2{
  font-size: calc(16vw / 375 * 100);
}
.doctor-t3{
  font-size: calc(16vw / 375 * 100);
  padding-top: calc(8vw / 375 * 100);
}
.doctor-con2{
  gap: calc(22vw / 375 * 100);
  flex-direction: column;
  padding: calc(16vw / 375 * 100) calc(20vw / 375 * 100);
}
.doctor-con2-in{
  max-width: 100%;
}
.flow-w-con{
  width: 100%;
}

/* access */
.access-t1{
  font-size: calc(13vw / 375 * 100);
  line-height: 1.8;
}
.access-t2{
  font-size: calc(11vw / 375 * 100);
  line-height: 1.8;
}
.access-w-t1{
  padding-bottom:  calc(4vw / 375 * 100);
  border-bottom: 1px solid #1f1f1f2a;
}
.access-ww-t1{
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
}
.access iframe {
  border: 0;
  max-width: 100%;
  width: 95%;
  height: calc(180vw / 375 * 100);
  margin: 0 auto;
}
.access-w-con{
  gap: calc(16vw / 375 * 100);
  flex-direction: column;
  padding-top: calc(32vw / 375 * 100);
  padding-bottom: calc(16vw / 375 * 100);
  margin-bottom: calc(56vw / 375 * 100);
  width: 100%;
}
.access1{
  position: absolute;
  top: calc(57vw / 375 * 100);
  right: calc(10vw / 375 * 100);
  max-width: calc(127vw / 375 * 100);
}

/* time */
.time{
  width: 100%;
}
.time1{
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
  margin-top: calc(18vw / 375 * 100);
}
.time-t1{
  font-size: calc(14vw / 375 * 100);
}
.time-ww-t1{
  padding-top: calc(16vw / 375 * 100);
  max-width: calc(297vw / 375 * 100);
    padding-bottom: calc(30vw / 375 * 100);
}
.time-w-t1{
  display: flex;
}


/* qa */
.qa{
  padding-top: calc(64vw / 375 * 100);
  padding-bottom: calc(64vw / 375 * 100);
}
.qa_q-q{
  max-width: calc(40vw / 375 * 100);
}
.qa_a-a{
  max-width: calc(40vw / 375 * 100);
}
.qa_q{
  gap: calc(24vw / 375 * 100);
  padding: calc(24vw / 375 * 100) calc(40vw / 375 * 100);
  font-size: calc(16vw / 375 * 100);
  line-height: 1.5;
}
.qa_a{
  gap: calc(24vw / 375 * 100);
  padding: calc(24vw / 375 * 100) calc(40vw / 375 * 100);
  font-size: calc(14vw / 375 * 100);
  line-height: 1.7;
  font-weight: 400;
}
.qa_btn{
  max-width: calc(20vw / 375 * 100);
  height: calc(8vw / 375 * 100);
  right: calc(10vw / 375 * 100);
}
.qa_w-qa{
  max-width: 100%;
  width: 95%;
  padding-top: calc(40vw / 375 * 100);
}




/* form */
.w-contact{
  padding-top: calc(32vw / 375 * 100);
  padding-bottom: calc(32vw / 375 * 100);
}
.c-t1{
  font-size: calc(16vw / 375 * 100);
  max-width: 100%;
}
.c-t2{
  font-size: calc(16vw / 375 * 100);
  max-width: 100%;
}
.w-c-t1{
  max-width: 100%;
  flex-direction: column;
}
.contac-in{
  flex-direction: column;
  padding-bottom: calc(16vw / 375 * 100);
}
.in-text{
  min-height: calc(56vw / 375 * 100);
  padding-left: calc(24vw / 375 * 100);
  font-size: calc(16vw / 375 * 100);
}
.in-textarea{
  min-height: calc(280vw / 375 * 100);
  padding-left: calc(24vw / 375 * 100);
  padding-top: calc(16vw / 375 * 100);
  font-size: calc(16vw / 375 * 100);
}
.w-in-text{
  max-width: 100%;
}
.w-contac-in{
  max-width: 100%;
  width: 92%;
  padding-top: calc(32vw / 375 * 100);
}
.form-btn{
  max-width: calc(300vw / 375 * 100);
}



/* wy */
.wy{
  background-image: url("../img/naminami-lp/wy-bg-sp.png");
  padding-bottom: calc(48vw / 375 * 100);
  padding-top: calc(48vw / 375 * 100);
}
.wy .wy-nipt-t1{
  line-height: 1.2;
  min-height: calc(64vw / 375 * 100);
}
.wy .wy-nipt-t2{
  font-size: calc(16vw / 375 * 100);
}
.wy .bd-1{
  max-width: calc(327vw / 375 * 100);
}
.wy1{
  max-width: 100%;
  margin-top: calc(24vw / 375 * 100);
  margin-bottom: calc(24vw / 375 * 100);
}
.wy-t3{
  font-size: calc(16vw / 375 * 100);
  max-width: 100%;
  width: 89%;
}



/* how */
.how{
  background-image: url("../img/naminami-lp/how-bg-sp.png");
  padding-bottom: calc(40vw / 375 * 100);
  padding-top: calc(40vw / 375 * 100);
}
.how-t1{
  font-size: calc(15vw / 375 * 100);
  max-width: calc(316vw / 375 * 100);
  padding-top: calc(24vw / 375 * 100);
  padding-bottom: calc(24vw / 375 * 100);
}
.how1{
  max-width: calc(150vw / 375 * 100);
}
.how-con{
  border-radius: calc(24vw / 375 * 100);
  max-width: 100%;
  width: 92%;
  margin: 0 auto;
  padding: calc(24vw / 375 * 100) calc(16vw / 375 * 100);
  box-shadow: calc(3vw / 375 * 100) calc(4vw / 375 * 100) 0 #6D89B2;
}
.how1-1{
  max-width: calc(311vw / 375 * 100);
  margin-bottom: calc(16vw / 375 * 100);
  margin-top: calc(16vw / 375 * 100);
}
.how-t2{
  font-size: calc(18vw / 375 * 100);
  max-width: 100%;
  padding-top: calc(16vw / 375 * 100);
}
.how3{
  max-width: calc(24vw / 375 * 100);
}
.how-w-t3{
  display: flex;
  gap: calc(8vw / 375 * 100);
  padding: calc(8vw / 375 * 100);
  border-radius: calc(8vw / 375 * 100);
  max-width: calc(311vw / 375 * 100);
}
.how-t3{
  font-size: calc(14vw / 375 * 100);
}
.pt16{
  margin-top: calc(16vw / 375 * 100);
}


/* footer */
footer{
  padding-top: calc(49vw / 375 * 100);
  padding-bottom: calc(49vw / 375 * 100);
}
.f-t{
  gap: calc(32vw / 375 * 100);
  flex-direction: column;
}
.f-logo{
  max-width: calc(226vw / 375 * 100);
}
.f-t2{
  font-size: calc(16vw / 375 * 100);
}
.f-t3{
  font-size: calc(16vw / 375 * 100);
  padding-top: calc(32vw / 375 * 100);
}




}