@charset "UTF-8";
/*==========================
common
==========================*/
.article img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.section {
    padding-top: 80px;
    margin-top: -80px;
}
.text-decoration {
     border-bottom:solid 1px #555;
     padding-bottom: 3px;;
}
.topic {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color:white;
    text-shadow:1.2px 1.2px 0 #555,
    -1.2px 1.2px 0 #555,
    -1.2px -1.2px 0 #555,
    1.2px -1.2px 0 #555;
    text-align: center;
}
.topic--weight {
    font-weight: 700;
}
.topic--large {
    font-size:1.6rem;
}
.topic--mark {
    display: inline;
    background: linear-gradient(transparent 70%, rgba(243.19, 238.94, 140.08, 0.80) 30%);
    padding-bottom: 0.2em;
}
.teen__intro--slash::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #191919;
    border-radius: 2px;
    position: relative;
    top: 4px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-right: 12px;
}
.teen__intro--slash::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #191919;
    border-radius: 2px;
    position: relative;
    top: 4px;
    transform: rotate(30deg);
    margin-left: 12px;
}
.teen__intro {
    text-align: center;
    font-weight: 700;
    margin-top: 60px;
}
.teen__intro--slash {
    font-size: 2.0rem;
}
.rbtn__area {
    margin: 40px 15px 0px;
}
.commonBtn4--rbtn {
    background-color: #fff;
    font-size: 1.4rem;
    border: 2px solid #c3a965;
    border-radius: 32.5px;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    transition: .4s;
    max-width: 300px;
    padding: 1.5rem 4rem;
}
/* common pc */
@media screen and (min-width:769px){
    .section {
        padding-top: 0px;
        margin-top: 0px;
    }
    .topic {
        font-size:3.5rem;
    }
    .topic--large {
        font-size: 2.0rem;
    }
    .teen__intro {
        margin-top: 60px;
    }
    .teen__intro--slash{
        font-size:2.5rem;
    }
    .teen__intro--slash::before{
        height: 30px;
        margin-right: 30px;
    }
    .teen__intro--slash::after{
        height: 30px;
        margin-left: 30px;
    }
    .spBr {
        display: none;
    }
    .commonBtn4--rbtn{
        font-size: 1.6rem;
    }
}
/* spでホバー解除 */
@media (hover: none) {
    a:hover {
        color: inherit; /* 親要素の色を継承 */
    }
}
/*==========================
header.article header
==========================*/
.article__header {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: none;
}
.mainVisual {
    max-width: 1100px;
    margin: 0 auto;
}
.mainVisual__pc {
    display: none;
}

/* article header pc */
@media screen and (min-width:580px){
    .article__header {
        background: url(../images/bg-4.png) no-repeat center center;
        background-size: cover;
    }
    .mainVisual__pc {
        display: block;
    }
    .mainVisual__sp {
        display: none;
    }
}
/*==========================
article__nav
==========================*/
.article__nav{
    background-color: #46C0CB;
    padding: 15px 4.2%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.topic--contents {
    font-size: 2.0rem;
}
.link_list {
    /* margin-top: 18px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.link__item {
    background-color: white;
    border:solid 1.5px #555;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width:100%;
    margin: 0 auto;
}
.link__btn {
    display: block;
    padding: 20px 10px 7px;
}
.link__txt {
    font-weight: 700;
    font-size: 2.0rem;
}
.link__txt::after{
    content: " ";
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    display: block;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
    margin: 12px auto 0px;
}
.link__name {
    display: block;
    color: #555;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 7px;
}
/* nav pc */
@media screen and (min-width:570px){
    .link_list {
        flex-direction: row;
    }
    .link__txt {
        font-size: 1.6rem;
    }
    .link__name {
        font-size: 1.2rem;
    }
}
 @media screen and (min-width:650px){
    .link__txt {
        font-size: 1.8rem;
    }
    .link__name {
        font-size: 1.2rem;
    }
}
@media screen and (min-width:700px){
   .link__txt {
        font-size: 2.0rem;
    }
}
@media screen and (min-width:900px){
    .topic--contents {
        font-size: 2.3rem;
    }
   .link__txt {
        font-size: 2.2rem;
    }
    .link__name {
        font-size: 1.4rem;
    }
}
/*==========================
div .introduction
==========================*/
.introduction {
    padding: 70px 0 70px;
}
.introduction__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 8.5%;
    margin-left: 14.5%;/* 56/375 */
}
.intoroduction__img {
    width :45%;
    max-width: 200px;
}
.introduction_title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.18em;
    writing-mode: vertical-rl; /* 縦書き方向を右から左に設定 */
    margin-bottom: 30px;
}
.description__content {
    width :86.6%;  /* 375-(25+25)/375 */
    margin: 35px auto 0;
    letter-spacing: 0.06em;
    position: relative;
}
.description__content::after {
    content: '';
    background-image: url(../images/round-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    right: 0px;
    z-index: -1;
    width: 20vw;
    height: 20vw;
    min-height: 40px;
    max-height: 120px;
    max-width: 160px;
}
.description_name {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.description__txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 20px;
}
/*  pc */
@media screen and (min-width:500px){
    .introduction_title{
        font-size: 2.5rem;
    }
    .description_name {
        font-size: 2.2rem;
    }
}
@media screen and (min-width:600px){
    .introduction {
        max-width: 1000px;
        margin: 0 auto;
    }
    .introduction__content {
        margin-right: 12.5%;

    }
    .intoroduction__img {
        max-width: 200px;
    }
    .introduction_title{
        font-size: 2.6rem;
    }
    .description_name {
        font-size: 2.2rem;
    }
    .description__content {
        width :86.6%;  /* 375-(25+25)/375 */
        margin: 50px auto 0;
        max-width: 790px;
    }
    .description__txt {
        font-size:1.7rem;
    }
}
@media screen and (min-width:900px){
    .introduction_title{
        font-size: 3.0rem;
    }
    .description_name {
        font-size: 2.6rem;
    }
    .intoroduction__img {
        max-width: 220px;
    }
}
/*==========================
div.attention
==========================*/
.attention::before {
    content: '';
    width: 26px;
    height: 22px;
    background-image: url(../images/i_puremium_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    top:20px;
    transform: translateX(-50%);
    position: absolute;
}
.attention {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    width :86.6%;  /* 375-(25+25)/375 */
    margin: 0px auto 50px;
    padding: 40px 4.2vw 35px;
    position: relative;
    max-width: 900px;
    border: dashed 1.5px #555;
}
.attention__txt {
    margin-top: 16px;
    font-size: 1.6rem;
}
.attention__discription {
    font-weight: 500;
    font-size: 1.2rem;
    width:85%;
    margin: 10px auto 0px;
    max-width: 540px;
}
/* attention pc */
@media screen and (min-width:600px){
    .spBr--link {
        display: none;
    }
}
@media screen and (min-width:780px){
    .attention {
        margin: 0px auto 80px;
    }
    .attention__txt {
        font-size: 2.0rem;
    }
    .attention__discription {
        font-size: 1.4rem;
    }
}
/*==========================
section.#topics
==========================*/
.topic__cont {
    background-color: #46C0CB;
    padding:20px 0 30px ;
    text-align: center;
    max-width: 1200px;
    border-radius: 20px;
    margin: 0 auto;
    width: 94%;
    position: relative;
}
.topic__cont::before{
    content: '';
    background-image: url(../images/round-img-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20vw;
    height: 20vw;
    bottom: -30px;
    left: 10px;
    min-height: 40px;
    max-height: 120px;
    max-width: 160px;
}
.topic__cont::after{
    content: '';
    background-image: url(../images/moya-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 16vw;
    height: 20vw;
    bottom: -30px;
    right: 0px;
    min-height: 40px;
    max-height: 120px;
    max-width: 160px;
}
.topic__discription {
    display: block;
    color: white;
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.teenNote {
    background-image: url(../images/intro-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#FEFBF3;
    border-radius: 20px;
    border: 7px #F5F3C5 solid;
    padding: 30px 6.2%;
    position: relative;
    width:calc(100% - 30px);
    max-width: 500px;
    margin: 20px auto 0;
    letter-spacing: 0.06em;
}
.teenNote::after{
    content:'';
    background-image: url(../images/img_expert02.png);
    width:100px;
    height:135px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 0% 50%;
    object-fit: cover;
    object-position: 100% 100%;
    position: absolute;
    bottom: -55px;
    right: -27px;
}
.teenNote__txt {
    width:100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.largefont {
    font-size:1.8rem;
    font-weight: 700;
}
/* topics pc */
@media screen and (min-width:500px){
    .teenNote__txt {
        font-size: 2.0rem;
    }
}
@media screen and (min-width:700px){
    .topic__discription {
        font-size: 1.8rem;
    }
    .topics__description {
        font-size: 1.8rem;
    }
    .teenNote {
        padding: 20px 7.5rem;
        margin: 40px auto 0;
        max-width: 650px;
    }
    .teenNote::after{
        background-size: 80%;
        bottom: -37px;
    }
    .teenNote__txt {
        font-size: 2.2rem;
    }
}
/*==========================
tab
==========================*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto 0;
    position: relative;
  }
.tab-label {
    color: #555;
    background: LightGray;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px 10px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    width: calc(50% - 50px);
    height:48px;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 5px;
    margin-left: 50px;
  }
  .tab-label:not(:last-of-type) span{
    display: block;
    padding: 5px 0 0;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: solid 2px #555;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    }
  .tab-switch:checked+.tab-label {
    background: #FFF6E0;
    height: 50px;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-left: 50px;
    height:48px;
  }
  .tab-switch:checked+.tab-label--boy span {
    background: #A6FFE6;
    display: block;
    padding: 10px;
    border-radius: 5px;
    width:100%;
  }
  .tab-switch:checked+.tab-label--boy {
    margin-left: 50px;
    display: flex;
    align-items: center;
  }
  .tab-switch:checked+.tab-label--girl {
    margin-left: 0px;
    display: flex;
    align-items: center;
  }
  .tab-switch:checked+.tab-label--girl span {
    background: #a6ffe6;
    display: block;
    padding: 10px;
    border-radius: 5px;
    width:100%;
  }
  .tab-label--girl span {
    padding: 5px 0;
    display: block;
  }
  .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 4% 0px;
    opacity: 1;
    transition: .5s opacity;
  }
  .tab-switch {
    display: none;
  }
  .tab-conten--girl{
    margin-top: -2px;
  }
/*タブの中身*/
.column__icon {
    text-align: center;
    width: 50%;
    margin: 30px auto 0;
}
.column__icon img {
    max-width: 60px;
}
.teenTab__title {
    font-size: 2.0rem;
    margin-top: 25px;
    text-align: center;
}
.teenTab__txt {
    font-size: 1.4rem;
    width: 91.4%;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 30px auto 0;
    max-width: 800px;
}
  .column__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin: 30px auto 0;
    max-width: 1100px;
  }
  .column__item {
    padding: 10px 10px 10px 10px;
    border: solid 1px #F2E24C;
    background-color: #FFFBF1;
    border-radius: 5px;
    max-width: 550px;
    width:100%;
    position: relative;
  }
  .btn__column {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
  }
  .column__img {
    width: 50%;
    max-width: 340px;
  }
  .column__img img {
    border :solid 1px #D9D9D9;
  }
  .column__text {
    width: 70%;
    gap: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .column__tag {
    background: white;
    border: solid 1.5px #555;
    border-radius: 10px;
    padding: 4px 9px;
    font-size: 1.0rem;
    display: inline-block;
    margin-right:8px;
    margin-top: 5px;
  }
  .column__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 5px;
  }
  .column__read {
    font-size: 1.2rem;
    margin-left: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-decoration: underline;
  }
/* tab pc */
@media screen and (min-width:700px){
    .tab-wrap {
        margin: 30px auto 0;
    }
    .tab-label {
        font-size:2.0rem;
    }
    .column__icon {
        margin: 30px auto 0;
    }
    .teenTab__title{
        font-size: 2.5rem;
        }
    .teenTab__txt {
        font-size: 1.6rem;
    }
    .column__tag {
        font-size: 1.2rem;
    }
    .column__title {
        font-size: 1.6rem;
    }
}
@media screen and (min-width:500px){
    .column__list{
        flex-direction: row;
        align-items: inherit;
        }
    .btn__column {
        flex-direction: column;
         }
    .column__img {
        width: 100%;
         }
    .column__text {
        width:100%;
        }
    .column__item {
         padding: 15px 10px 45px 15px;
        }
    }
/*==========================
section.question
==========================*/
.bg-container {
    background-image: url(../images/moyatto-bg.png);
    background-repeat: repeat;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 80px 0px;
}
.container {
    width :86.6%;
    margin: 20px auto 0;
    max-width: 1000px;
    padding-bottom: 30px;
}
.teen__intro--second {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.teenFaq {
    display: flex;
    flex-direction: column;
}
.teenFaq__icon {
    text-align: center;
    margin-top: 20px;
}
.teenFaq__icon img {
    max-width: 80px;
}
.teenFaq__icon p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.5;
}
.teenFaq__list {
    display: flex;
    flex-direction: column;
    gap :15px;
    margin-top: 20px;
    max-width: 600px;
    width:100%;
}
.teenFaq__item {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    background-color: white;
    border: solid 2px #333;
    border-radius: 10px;
    padding: 15px 6.2% 5px;
    max-width: 650px;
}
.teenFaq__content {
    margin-bottom: 10px;
}
.btn--answer {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: underline;
}
.teenFaqCta::before{
    content: "";
    position: absolute;
    background-image: url(../images/arrow-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 64px;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
}
.teenFaqCta {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;;
    padding: 30px 0 0;
    position: relative;
    margin: 20px auto 0;
    width: calc(100% - 30px);
}
.teenFaqCta__title {
    line-height: 1.8;
}
 .teenFaqCta__heading {
    font-size: 2.0rem;
}
.teenFaqCta__heading--line {
    color: #049F9A;
    border-bottom: 3px dotted #049F9A;
    padding-bottom: 3px;
}
.teenFaqCta__img {
    width: 100%;
    margin: 35px auto 0px;
    max-width: 540px;
}
.btnFaq__area {
    background-color:#FCF2DB ;
    padding: 20px 0;
    max-width: 1000px;
    border-radius: 20px;
    margin: 0 auto 80px;
    width: 95%;
}
.btn_memo {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
}
.btnFaq__list {
    display: flex;
    flex-direction: column;
    gap : 20px;
    width: 80%;
    margin: 10px auto 0;
}
.sbtn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 15px 25px 15px 15px;
    background-color: white;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto;
    border: solid 1.5px #555;
    width: 100%;
}
.sbtn__img {
    background-image: url(./img/jyudai/qa-girl-icon2.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 150px;
    height: 90px;
    object-fit: cover;
    object-position: 100% 100%;
    border-radius: 5px;
  }
.sbtn__img--sns {
    background-image: url(./img/jyudai/sp-icon.png);
}
.sbtn__title {
    text-align: center;
    line-height: 1.8;
    font-size: 1.4rem;
    font-weight: 700;
    width:60%;
}
/* Faq pc */
@media screen and (min-width:700px){
    .teen__intro--second{
        font-size:1.6rem;
    }
    .teenFaq {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap:60px;
    }
    .teenFaq--reverse {
        flex-direction: row-reverse;
        margin-top: 20px;;
    }
    .teenFaq__item {
        font-size: 1.6rem;
    }
    .btnFaq__list {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .teenFaqCta::before {
        width:30px;
    }
    .teenFaqCta__title {
        font-size: 2.2rem;
        margin-top: 25px;
    }
    .teenFaqCta__heading {
        font-size: 2.8rem;
    }
    .btn--answer{
        font-size: 1.4rem;
    }
}
/*==========================
section.tool
==========================*/
.toolPdf__heading::before{
    content: "";
    background-image: url(../images/pdf-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 70px;
    position: absolute;
    top: -85px;
    right: 50%;
    transform: translateX(33%);
}
.toolPdf__heading {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-top: 120px;
}
.toolPdf__list {
    display: flex;
    flex-direction: column;
    gap :15px;
    margin: 30px auto 0;
    max-width: 1100px;
    padding:0 4%;
}
.toolPdf__item {
    max-width: 370px;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    position: relative;
}
.column__taglist--pdf{
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 90;
}
.column__tag--pdf {
    font-size: 1.3rem;
    font-weight: 700;
    background: white;
}
.toolpdf__img {
    background: url(../images/pdf01.png)no-repeat center center;
    background-size: contain;
    width:100%;
    height:auto;
    max-width: 500px;
}
.toolPdf__title {
    font-size: 1.8rem;
    padding: 15px 20px;
    line-height: 1.5;
}
.toolPdf__txt {
    font-weight: 500;
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.5;
}
.pdf-memo {
    margin: 40px 0 8px;
}
.btn_memo-pdf {
    font-size: 1.4rem;
}
.rbtn__area--pdf {
    margin-top: 0px;
}
.toolQuiz {
    padding: 50px 0;
    background-color:#FCF2DB;
    margin: 0px calc(50% - 50vw) 0px;
    width: 100vw;
}
.toolQuiz__title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    background-color: #FEFBF3;
    max-width: 450px;
    width:calc(100% - 30px);
    margin: 0 auto;
    padding: 15px 40px;
    border-radius: 10px;
}
.toolQuiz_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    max-width: 1000px;
    padding: 0 4%;
}
.toolQuiz__item {
    max-width: 420px;
    width:100%;
}

/* tool pc */
@media screen and (min-width:600px){
    .toolPdf__list{
        flex-direction: row;
        }
    .toolQuiz_list {
            display: flex;
            flex-direction: row;
            gap: 20px;
        }
    }
@media screen and (min-width:865px){
    .toolPdf__title {
        font-size: 1.8rem;
    }
}
/*==========================
section.parent
==========================*/
.section--parent {
    background-color:#727171;
    color: white;
    padding: 70px 4.2% 50px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.parent__container {
    max-width: 900px;
    margin: 0 auto;
}
.parent__title {
    font-size: 2.2rem;
    border-bottom: dotted 2px white;
    padding-bottom: 10px
}
.topic--mark__parent {
    display: inline;
    background: linear-gradient(transparent 85%, rgba(243.19, 238.94, 140.08, 0.60) 30%);
    padding-bottom: 0.2em;

}
.parent__txt,.parent__desc{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
}
.parent__desc {
    margin-top: 10px;
}
.parent__heading {
    border-bottom: 1.5px solid white;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 40px;
}
.parent__txt {
    margin-top: 10px;
}
.gift__box {
    border: 2px dotted #FFFFFF ;
    margin-top: 40px;
    padding: 25px 15px;
    box-sizing: border-box;
}
.gift__title {
    font-size:1.6rem;
}
.parent__heading__white {
    color:#555;
    font-size: 1.4rem;
    font-weight: 500;
    background: white;
    border-radius: 10px;
    padding: 4px 11px;
    display: inline-block;
}
.gift__list {
    text-align: left;
    margin: 10px 10px 0px;
}
.gift__item {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2.0;
    font-size: 1.4rem;
    margin-top: 5px;
}
.teen__intro--parent {
    margin-top: 40px;
}
.teen__intro--slash--parent::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #FFF;
    border-radius: 2px;
    position: relative;
    top: 4px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-right: 12px;
}
.teen__intro--slash--parent{
    font-size: 1.4rem;
    font-weight: 500;
}
.teen__intro--slash--parent::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #FFF;
    border-radius: 2px;
    position: relative;
    top: 4px;
    transform: rotate(30deg);
    margin-left: 12px;
}
.btnMeiiku__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    max-width: 600px;
    margin: 10px auto;
}
.sbtn__img--gift {
    background-image: url(./img/jyudai/gift_img.png);
    background-size: contain;
    background-position: 50% 50%;
}
.sbtn__img--premium {
    background-image: url(./img/jyudai/welcome_mei.png);
    background-size: 50%;
    background-position: 40% 50%;
}
/*  parent pc */
@media screen and (min-width:660px){
    .parent__title {
        font-size: 2.5rem;
    }
    .parent__txt,.parent__desc{
        font-size: 1.8rem;
        line-height: 2.0;
    }
    .gift__box {
        padding: 25px 30px;
    }
    .gift__item{
        font-size: 1.8rem;
        /* line-height: 2.5; */
    }
    .parent__heading__white {
        font-size: 1.6rem;
    }
    .btnMeiiku__list{
        flex-direction: row;
        }
    }
/*==========================
div.news
==========================*/
.teen__news {
    margin-top: 80px;
}
.btn_news {
    display: block;
    background: linear-gradient(127deg, #FEDCDA 0%, #D3FDEB 100%);
    padding: 0.5rem;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
    width: calc(100% - 30px);
}
.btn_news__img {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background-color: white;
    border-radius: 10px;
    margin: 0 auto;
}
.btn_news__img img {
    width: 60%;
}
.news__title {
    width: 40%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.news__title span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}
/*  news pc */
@media screen and (min-width:700px){
    .news__title {
        font-size: 2.4rem;
        }
    }
/*==========================
.articl__footer
==========================*/
.article__footer{
    text-align: center;
    margin-top: 100px;
}
.vision {
    color:#555;
    text-align: center;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.vision__title {
    font-size: 2.5rem;
    line-height: 1.8;
}
.vision__text {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.vision__img {
    width:50%;
    max-width: 200px;
    margin: 42px auto 0px;
}
.footerNav {
    background-color: #3BB9C8;
    background-image: url(../images/bg-4.png);
    background-size: cover;
    text-align: center;
    padding: 60px 4.2%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    color: white;
}
.footerNav__Title{
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.footerNav__Title {
    color:white;
}
.footerNav__Title a{
    color: white;
}
.footerNav__list{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.footerNav__item {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.footerNav__item a{
    color: white;
}
/*  footer pc */
@media screen and (min-width:700px){
    .footerNav__list{
        flex-direction: row;
        justify-content: center;
        }
    .vision__title {
        font-size: 3.0rem;
    }
}
