@charset "UTF-8";


.mainSection .secBox * {
    font-family: "Noto Sans JP", "sans-serif";
    font-feature-settings: "palt";
}

.mainSection  .btn {
    margin-top: 1.5em;
    padding: 0.3em 2.2em;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: radial-gradient(rgb(255, 154, 131), rgb(255, 91, 131));
    box-shadow: 4px 4px #D1D1D1;
    border-radius: 3em;
    position: relative;
    display: inline-block;
}

.mainSection  .btn::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10%;
    border-radius: 3%;
    transform: translateY(-50%);
}

.mainSection  .serif {
    font-family: serif;
    font-weight: bold;
}

#fvSec img, #profileSec img, #navSec img, #counselingSec img, #trainingSec img, #interviewSec img, #messageSec img, #inductionSec img {
    width: 100%;
}

.mainSection  a:hover {
    opacity: 0.6;
}

    

/* PC */
@media screen and (min-width:768px) {

    .mainSection .secBox>.sectionInner {
        max-width: 1000px;
        margin: 0 auto 20px;
    }

    .mainSection .secBox>.sectionInner .contentsBox {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .mainSection .secBox .inSec {
        width: auto;
        margin: 0 auto;
    }

    .mainSection .titleBox {
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .mainSection .titleBox .ttl-h2 {
        text-align: center;
        color: #353535;
    }

    .mainSection .titleBox .txtTop {
        font-size: 22px;
        display: block;
        line-height: 1.2;
    }

    .mainSection .titleBox .txtBottom {
        font-size: 12px;
        display: block;
        line-height: 1.2;
    }

    .mainSection .titleBox .subTtl {
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        color: #000;
    }

    .mainSection .contentsBox {
        margin: 0 auto 20px;
        padding: 50px 70px 40px;
        background: #fff;
        /* overflow: hidden; */
        box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.1);
    }

    .mainSection .width-s {
        width: 69%;
        margin: 0 auto;
    }

    .mainSection .boxSubTtl {
        font-size: 1.4em;
        line-height: 0.5;
    }

    .mainSection .boxTtl {
        font-size: 1.7em;
    }

    .mainSection .boxImg {
        width: 32%;
    }
    .mainSection .br_sp {
        display: none;
    }

	#fvSec h3, #profileSec h3, #navSec h3, #counselingSec h3, #trainingSec h3, #interviewSec h3, #messageSec h3, #inductionSec h3{
    text-align: center;
    font-size: 2.5em;
    font-weight: normal;
	}
	#fvSec h4, #profileSec h4, #navSec h4, #counselingSec h4, #trainingSec h4, #interviewSec h4, #messageSec h4, #inductionSec h4{
    text-align: center;
    font-size: 2.5em;
    font-weight: normal;
	}

    /*fv*/

    #fvSec {
        background: url(/assets/img/ambassador/fv_bgi01.jpg) no-repeat center/cover;
    }



    #fvSec .fvBox {
        padding: 130px 0;
        font-size: 20px;

    }


    #fvSec .fvBox .titleBox .subTtl {
        font-size: 1em;
        text-shadow: 0 0 10px #fff, 0 0 10px #fff;
        text-align: left;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 {
        font-weight: bold;
        font-size: 53px;
        line-height: 1.4em;
        text-align: left;
        text-shadow: 0 0 5px #fff, 0 0 2px #fff;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .serif {
        font-family: serif;
    }


    #fvSec .fvBox .titleBox .fvTtl-h1 .text01 {
        margin-top: 0.4em;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text02 {
        font-weight: bold;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text03 {
        font-size: 0.6em;
        font-weight: normal;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text04 {
        font-size: 0.9em;
        font-weight: normal;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .textS {
        /* text-shadow: 0 0 15px #9E9E9E, 0 0 15px #9E9E9E, 0 0 15px #9E9E9E; */
        font-size: 1.5em;
        font-weight: 300;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .textM {
        font-size: 0.8em;
        font-weight: bold;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .textL {
        color: #fff;
        font-size: 1.5em;
        font-style: italic;
        font-weight: bold;
        font-family: serif;
        text-shadow: 0 0 4px #666, 0 0 16px #666;
    }

    #fvSec .fvBox .linkBox {
        margin-top: 2em;
        display: flex;
        justify-content: left;
    }

    #fvSec .fvBox .linkBox .linkBoxList {
        width: 34%;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-right: 1em;
        padding: 0.8em 1.2em;
        line-height: 1.2;
        text-align: center;
        background: linear-gradient(40deg, rgb(240, 255, 237), rgb(215, 255, 252));
        border-radius: 3em;
    }

    #fvSec .fvBox .linkBox .linkBoxList:last-child {
        margin-right: 0;
    }

    #fvSec .fvBox .linkBox .linkBoxList .icon {
        width: 30%;
    }

    #fvSec .fvBox .linkBox .linkBoxList .text {
        font-size: 1.1em;
        color: #666666;
        font-weight: bold;
        font-family: serif;
    }
    
    #fvSec .fvBox .linkBox .linkBoxList.comingsoon span {
        font-size: 86%;
    }
    #fvSec .fvBox .linkBox .linkBoxList.comingsoon{
        pointer-events: none;background: #fdfdfd;
    }


    /*profile*/
    #profileSec {
        margin-top: -4%;
    }

    #profileSec .sectionInner {
        padding-left: 40px;
        padding-right: 40px;
    }

    #profileSec .contentsBox {
        background: rgba(255, 255, 255, 0.92);
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #profileSec .sectionInner .profileBox {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #profileSec .sectionInner .profileBox .profileMv {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33%;
    }


    #profileSec .sectionInner .profileBox .titleBox {
        width: 60%;
        margin: 0;
        font-size: 19px;
        text-align: center;
    }

    #profileSec .sectionInner .profileBox .titleBox .subTtl {
        font-size: 0.7em;
        margin-bottom: -1.3em;
    }

    #profileSec .sectionInner .profileBox .titleBox .subTtl .text01 {
        font-size: 1.6em;
        font-weight: bold;
    }


    #profileSec .sectionInner .profileBox .titleBox .profileTtl {
        color: #FF7283;
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
        margin-top: -0.1em;
    }

    #profileSec .sectionInner .profileBox .titleBox .profileSubTtl-sub {
        color: #7c7c7c;
        font-size: 0.8em;
        margin-top: 0.2em;
    }

    #profileSec .sectionInner .profileBox .profileImg {
        width: 54%;
        margin-left: 0.4em;
    }

    #profileSec .sectionInner .profileBox .profileInfo {
        width: 64%;
        margin-left: 1em;
    }

    #profileSec .sectionInner .profileBox .profileInfo .infoText{
        background-color: #EDEDED;
        padding: 1.2em 2em;
        line-height: 1.3;
    }

    #profileSec .sectionInner .profileBox .profileInfo .profileInfoTtl {
        font-style: italic;
        font-size: 1.9em;
        color: #A3A3A3;
        line-height: 1.3;
        font-weight: 200;
    }

    #profileSec .sectionInner .profileBox .profileInfo .profileInfoText {
        margin-bottom: 1.2em;
        font-size: 0.9em;
        line-height: 1.2;
    }

    #profileSec .sectionInner .profileBox .profileInfo .profileInfoText .text01 {
        font-weight: bold;
        font-size: 1.2em;
    }



    /*nav*/

    #navSec .sectionInner {
        margin-top: 4em;
    }

    #navSec .navItem {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 4em;

    }

    #navSec .navItem .navList {
        width: 23%;
        border-left: 2px dotted #D1D1D1;
        height: 100%;
    }

    #navSec .navItem .navList:last-child {
        border-right: 2px dotted #D1D1D1;
    }

    
    #navSec .navItem .navList .navLink {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
        font-family: sans-serif, ;
        color: #666666;
        line-height: 1.2;
        font-family: serif;
    }


    /*counseling*/

    #counselingSec {
        text-align: center;
        margin: 4.5em auto 0 auto;

    }

    #counselingSec .sectionInner {
        position: relative;

    }


    #counselingSec .titleBox {
        text-align: center;
        background: url(/assets/img/ambassador/counseling_contents01.png) no-repeat bottom / contain;
    }

    #counselingSec .titleBox .subTtl {
        color: #34D6C6;
        font-size: 19px;
    }

    #counselingSec .titleBox .text01 {
        font-size: 1.3em;
        font-weight: bold;
    }

    #counselingSec .titleBox .title .text02 {
        font-weight: bold;
        font-size: 1.2em;
        background: linear-gradient(to right, rgb(240, 255, 237) 0%, rgb(215, 255, 252) 100%);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 40%;
    }

    #counselingSec .titleBox .title {
        font-size: 2.7em;
        line-height: 1.2;
        margin-top: 0.3em;

    }

    #counselingSec .infoBox {
        font-size: 13px;
    }


    #counselingSec .infoBox .textBox {
        width: 70%;

    }

    #counselingSec .infoBox .subTtl {
        margin-top: 1.3em;
        padding: 0 2em;
        font-size: 1.7em;
        font-weight: bold;
        color: #fff;
        background: #FF7283;
    }

    #counselingSec .infoBox .title {
        font-weight: bold;
        color: #4d4d4d;
        font-size: 1.5em;

    }

    #counselingSec .infoBox .title .text01 {
        font-size: 1.4em;

    }

    #counselingSec .infoBox .title .text02 {
        font-size: 1.6em;
        color: #FF7283;
        background: linear-gradient(transparent 60%, #f4ffa1 50%);
        background-repeat: no-repeat;
        background-position: left bottom 0.2em;
        background-size: 100% 100%;

    }

    #counselingSec .infoBox .infoText {
        padding: 0.7em 1.5em;
        background: #F4F4F4;
    }



    #counselingSec .infoBox .infoText .heading {
        text-align: left;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.2;
    }

    #counselingSec .infoBox .infoText .text {
        text-align: left;
        font-size: 1.3em;
        line-height: 1.2;

    }


    #counselingSec .infoBox .counselingBtn {
        display: inline-block;
        text-align: center;
        font-weight: bold;
        padding: 0.3em 5em;
        font-size: 1.7em;
        margin-top: 0.6em;
    }

    #counselingSec .infoBox .infoImg {
        margin-left: -2em;
    }

    #counselingSec .sticker {
       content: "";
        width: 46%;
        position: absolute;
        bottom: 0px;
        right: -5em;
    }


    /*training*/

    #trainingSec {
        margin: 3em auto;
        padding: 8em 0;
        padding: 9em 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    #trainingSec::before {
        content: "";
        display: inline-block;
        width: 120%;
        height: 90%;
        position: absolute;
        top: 3em;
        left: -2em;
        background: linear-gradient(90deg, rgb(240, 255, 237), rgb(215, 255, 252));
        transform: rotate(-2deg);
    }

    #trainingSec .sectionInner {
        position: relative;
    }

    #trainingSec .sectionInner .sticker01 {
        content: "";
        width: 16%;
        position: absolute;
        top: 13%;
        right: 10%;
    }


    #trainingSec .sectionInner .sticker02 {
        content: "";
        width: 15%;
        position: absolute;
        top: 41%;
        left: 7%;
    }
    #trainingSec .sectionInner .sticker03 {
        content: "";
        width: 12%;
        position: absolute;
        top: 60%;
        left: 20%;
    }

    #trainingSec .sectionInner .sticker04 {
        content: "";
        width: 14%;
        position: absolute;
        top: 51%;
        right: 16%;
    }

    #trainingSec .secBox {
        width: 70%;
        margin: 0 auto;
    }

    #trainingSec .titleBox {
        width: 100%;
        background: none;
    }

    #trainingSec .titleBox .subTtl {
        margin-top: 0;
        font-size: 2.5em;
        color: #000;
        font-weight: 100;
        line-height: 1.5;
    }

    #trainingSec .titleBox .title {
        font-size: 3.25em;
        font-weight: bold;
        color: #353535;
        line-height: 1;
    }

    #trainingSec .sectionInner .infoBoxInner {
        margin: 0 auto 20px;
        text-align: center;
        position: relative;
    }

    #trainingSec .sectionInner .infoBoxInner .infoImg {
        margin: 0 auto;
        display: block;
    }



    #trainingSec .sectionInner .infoBoxInner .subTtl {
        display: inline-block;
        margin-top: -2em;
        padding: 0.2em 0.4em;
        font-size: 1.6em;
        font-weight: bold;
        color: #fff;
        background: #FF7283;
        border: 4px solid;
        border-radius: 5px;
        position: relative;
    }

    #trainingSec .sectionInner .infoBoxInner .subTtl::after {
        content: '';
        display: inline-block;
        border-style: solid;
        border-width: 0.5em 0.5em 0.5em 0.5em;
        border-color: transparent transparent transparent #ff7283;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -0.9em;
        left: 48%;
        transform: translateY(-50%);
        transform: rotate(90deg);
    }

    #trainingSec .sectionInner .infoBoxInner .title {
        margin: 0.6em auto 1.4em;
        text-align: center;
        font-size: 2.3em;
        font-weight: bold;
        line-height: 1.1;

    }

    #trainingSec .sectionInner .infoBoxInner .infoText {
        line-height: 1.4;
        margin-bottom: 1.5em;

    }

    #trainingSec .sectionInner .infoBoxInner .headingTxt{
        text-align: center;
        position: relative;
        z-index: 1;
    }

    #trainingSec .sectionInner .infoBoxInner .heading {
        width: 173px;
        display: inline-block;
    }

    #trainingSec .sectionInner .infoBoxInner .infoText .trainingList {
        display: inline-block;
        background: #F4F4F4;
        border-radius: 66px;
        margin-top: -1em;
        padding: 1.5em 5em;
        text-align: left;
    }

    #trainingSec .sectionInner .infoBoxInner .infoText .trainingList .listItem {
        list-style-type: disc;
        font-size: 1.26em;
    }

    #trainingSec .sectionInner .infoBoxInner .infoText .trainingList .listItem .text01 {
        font-weight: bold;
    }



    #trainingSec .sectionInner .infoBoxInner .trainingBtn {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        font-size: 1.6em;
        font-weight: bold;
        padding: 0.3em 2.5em;
    }



    /*interview*/
    #interviewSec {
        margin: 6em auto;
    }

    #interviewSec .titleBox {
        background: none;
    }

    #interviewSec .titleBox .subTtl {
        margin-top: 0;
        font-size: 2.5em;
        color: #000;
        font-weight: 100;
        line-height: 1.5;
    }

    #interviewSec .titleBox .title {
        font-size: 3.25em;
        font-weight: bold;
        color: #353535;
        line-height: 1;
    }

    #interviewSec .infoBox {
        display: flex;
        justify-content: space-between;
        align-items: top;
    }

    #interviewSec .infoBox .infoImg {
        height: 100%;
    }


    #interviewSec .infoBox .infoText {
        margin-left: 3.6em;
        background: none;
    }

    #interviewSec .infoText .infoList {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 2.2em;
        position: relative;
    }

    #interviewSec .infoText .infoList .lineImg {
        content: "";
        width: 6%;
        position: absolute;
        top: 31%;
        left: 3.5%;

    }

    #interviewSec .infoText .infoList .listImg {
        width: 10%;
    }

    #interviewSec .infoText .infoList .listText {
        margin-left: 0.7em;
        text-align: left;
        font-size: 19px;
    }

    #interviewSec .infoText .infoList .listText .title {
        display: inline-block;
        font-size: 1.6em;
        line-height: 1.3;
        text-align: left;
        font-weight: bold;
    }
    #interviewSec .infoText .infoList .listText .title .marker {
        background: linear-gradient(transparent 60%, #ffeeee 70%);
    }


    #interviewSec .infoText .infoList .listText .text {
        margin-top: 0.8em;
        padding: 0.8em 1em;
        line-height: 1.2;
        border: #969696 1px solid;
    }


    /*message*/
    #messageSec {
        padding: 9em 0;
        position: relative;
        z-index: 1;
        overflow: hidden;

    }

    #messageSec::before {
        content: "";
        display: inline-block;
        width: 120%;
        height: 90%;
        position: absolute;
        top: 2em;
        left: -3em;
        background: linear-gradient(90deg, rgb(240, 255, 237), rgb(215, 255, 252));
        transform: rotate(-2deg);
        z-index: -1;
    }

    #messageSec .titleBox .subTtl {
        margin-top: 0;
        font-size: 2.5em;
        color: #000;
        font-weight: 100;
        line-height: 1.5;
    }

    #messageSec .titleBox .title {
        font-size: 3.25em;
        font-weight: bold;
        color: #353535;
        line-height: 1;

    }

    #messageSec .titleBox .text01 {
        color: #666666;
        font-size: 2.2em;
        font-weight: bold;
        margin-top: 0.3em;
    }

    #messageSec .titleBox {
        background: none;
    }

    #messageSec .infoBox {
        margin-top: 2em;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: top;
    }

    #messageSec .infoBox .infoText {
        margin-right: 2em;
        font-size: 19px;
        background: none;
    }

    #messageSec .infoBox .infoImg {
        height: 100%;
    }

    #messageSec .infoBox .infoText .infoList {
        margin-bottom: 2.4em;
        text-align: left;
    }

    #messageSec .infoBox .infoText .infoList .listTtl {
        padding: 0.4em 2.4em;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1em;
        color: #fff;
        background: radial-gradient(rgb(255, 154, 131), rgb(255, 91, 131));
    }

    #messageSec .infoBox .infoText .infoList .listText {
        padding: 0.7em 2.3em;
        line-height: 1.3;
        color: #9e9e9e;
        font-size: 1.2em;
        background-color: #fff;
    }

    #messageSec .infoBox .infoText .infoList:nth-child(2) {
        margin-bottom: 0;
    }


    /*induction*/

    #inductionSec {
        text-align: center;
        margin: 8em auto;
    }

    #inductionSec .sectionInner {
        position: relative;
    }

    #inductionSec .sectionInner .titleBox {
        font-weight: bold;
        color: #564747;
        margin-bottom: 3.5em;
        transform: skewX(-7deg);
    }

    #inductionSec .titleBox .subTtl {
        font-size: 2.5em;
        color: #564747;
        font-weight:500;
        display: block;
    }

    #inductionSec .titleBox .title {
        font-size: 3.5em;
        line-height: 1em;
        display: block;
    }

    #inductionSec .titleBox .infoHeading {
        font-size: 1.6em;
        color: #fff;
        background: #FF7283;
    }


    #inductionSec .infoBox .infoBoxInner {
        text-align: left;
        font-size: 22px;
        position: relative;
        z-index: 2;
        background: url(/assets/img/ambassador/now_contents01.png?v250513) no-repeat right bottom 0px / 39% auto;
    }

    #inductionSec .contentsBox {
        padding: 0;
    }

    #inductionSec .infoBox .infoBoxInner .heading {
        background-color: #ff7283;
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        position: relative;
    }

    #inductionSec .infoBox .infoBoxInner .heading::after {
        content: '';
        display: inline-block;
        border-style: solid;
        border-width: 1em 1em 1em 1em;
        border-color: transparent transparent transparent #ff7283;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -1.9em;
        left: 50%;
        transform: translateY(-50%);
        transform: rotate(90deg);
    }


    #inductionSec .infoBox .infoBoxInner .heading .text01 {
        font-size: 1.4em;
        font-weight: bold;

    }

    #inductionSec .infoBox .infoBoxInner .info {
        width: 73%;
        font-size: 1.4em;
        padding: 36px 70px 30px;
    }

    #inductionSec .infoBox .infoBoxInner .info .title {
        color: #443d3d;
        font-size: 1.6em;
        font-weight: bold;
        background: none;
        padding: 0;
    }

    #inductionSec .infoBox .infoBoxInner .info .text {
        padding: 0.6em 1em;
        font-size: 0.8em;
        color: #564747;
        line-height: 1.3;
        background: #FFF3F3;
    }

    #inductionSec .infoBox .infoBoxInner .info .text .text01 {
        font-size: 1.1em;
        font-weight: bold;
    }

    #inductionSec .infoBox .infoBoxInner .info .text .strong {
        font-size: 1.1em;
        font-weight: bold;
        background: linear-gradient(transparent 70%, #ffeea9 70%);
    }

    #inductionSec .infoBox .infoBoxInner .info .sub {
        margin: 1em 0 0em 0;
        padding: 0 1.4em 0;
        font-size: 0.9em;
        font-weight: bold;
        text-align: center;
        color: #635353;
        background: url(/assets/img/ambassador/induction_sub_bg.png) no-repeat 20% center / contain;
        display: inline-block;
    }

    #inductionSec .infoBox .infoBoxInner .info .textBtn {
        text-align: center;
        font-size: 1.3em;
        margin-top: 0;
    }
	/*gallerySec*/
	#gallerySec .sectionInner{}
	#gallerySec .galleryBox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;border-bottom: 1px solid #d8d8d8;padding: 1em 0;align-items: center;}
	#gallerySec .galleryBox:first-child{margin-top: 0;}
	#gallerySec .galleryBox:last-child{border-bottom: none;}
	#gallerySec .galleryBox .galleryInfo{width: 57%;}
	#gallerySec .galleryBox .galleryInfo .Ttl-h3{font-size: 1.6em;margin-bottom: 0.3em;}
	#gallerySec .galleryBox .galleryInfo .Ttl-h3 span{display: inline-block;margin-right: 10px;}
	#gallerySec .galleryBox .galleryInfo .text01{margin-bottom: 0.2em;font-weight: 500;}
	#gallerySec .galleryBox .galleryInfo .text02{font-size: 1.2em;margin-bottom: 1.5em;line-height: 1.5;}
	#gallerySec .galleryBox .galleryInfo .text03 a{font-size: 1.3em;color: #fff;background: linear-gradient(130deg, #ff6183 0%,#ff9a83 60%,#ff6183 100%);padding: 0.5em 3.5em 0.5em 2em;position: relative;box-shadow: 3px 5px 2px 0px rgba(0, 0, 0, 0.1);display: inline-block;font-weight: bold;border-radius: 50vw;}
	#gallerySec .galleryBox .galleryInfo .text03 a::before{content: "";display: block;background-image: url(/assets/img/ambassador/diary/gallery_contents01.png); width: 14px;height: 17px;position: absolute;top: 0;bottom: 0;margin: auto;right: 1.5em;}
	#gallerySec .galleryBox .movieBox{width: 43%;text-align: center;}
	#gallerySec .galleryBox .text{text-align:center;width:100%;margin: 1.6em auto 0;font-size:1.3em}
	#gallerySec .galleryBox .text .strong {background: linear-gradient(transparent 70%, #ffeea9 70%);font-size: 1.15em;font-weight: 600;}
	#gallerySec .comingsoon p{font-size:2.5em;color: #ff7283;font-weight: 600;margin-bottom: 3em;}
    #gallerySec .btn{font-size:1.5em;margin: 1em auto 0;width: 35%;display: block;text-align: center;}
    #gallerySec .titleBox {width: 100%;background: none;}
	#gallerySec .titleBox .subTtl {margin-top: 0;font-size: 2.5em;color: #000;font-weight: 100;line-height: 1.5;}
	#gallerySec .titleBox .title {font-size: 3em;font-weight: bold;color: #353535;line-height: 1;}
    #gallerySec .titleBox .title .subTitle2{font-size: 0.6em;color: #ff6983;}
}


/* SP */
@media screen and (max-width:767px) {

    .mainSection .secBox>.sectionInner {
        max-width: 93%;
        margin: 0 auto 1em;
    }

    .mainSection .secBox>.sectionInner .contentsBox {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .mainSection .secBox .inSec {
        width: auto;
        margin: 0 auto;
    }

    .mainSection .titleBox {
        margin: 0 auto 1em auto;
        text-align: center;
    }

    .mainSection .titleBox .ttl-h2 {
        text-align: center;
        color: #353535;
    }

    .mainSection .titleBox .subTtl {
        text-align: center;
        font-size: 1em;
        line-height: 1.5;
        color: #000;
    }
    .mainSection .titleBox .title{line-height:1.2}
    .mainSection .contentsBox {
        background: #fff;
        box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.1);
    }

    

    .mainSection .boxSubTtl {
        font-size: 1.4em;
        line-height: 0.5;
    }

    .mainSection .boxTtl {
        font-size: 1.7em;
    }

    

    .mainSection .boxImg {
        width: 32%;
    }

    .mainSection .u-pci {
        display: inline-block;
    }
    #fvSec h4, #profileSec h4, #navSec h4, #counselingSec h4, #trainingSec h4, #interviewSec h4, #messageSec h4, #inductionSec h4{
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
}



    /*fv*/

    #fvSec {
        background: url(/assets/img/ambassador/fv_bgi01_sp.png) no-repeat center/ cover;
    }



    #fvSec .fvBox {
        padding: 5em 0 4em;
        font-size: 1em;

    }

    #fvSec .fvBox .titleBox {
        margin: 0 auto 1em auto;
    }


    #fvSec .fvBox .titleBox .subTtl {
        font-size: 1em;
        text-shadow: 0 0 10px #fff, 0 0 10px #fff;
        text-align: left;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 {
        font-weight: bold;
        font-size: 2.3em;
        line-height: 1;
        text-align: left;
        text-shadow: 0 0 5px #fff, 0 0 2px #fff;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .serif {
        font-family: serif;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text01 {
        margin-top: 0.4em;
        line-height: 0;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text02 {
        font-weight: bold;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text03 {
        font-size: 0.6em;
        font-weight: normal;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .text04 {
        font-size: 0.9em;
        font-weight: normal;
        line-height: 1.9;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .textS {
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
        font-size: 1.5em;
        font-weight: normal;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .textM {
        font-size: 0.8em;
        font-weight: bold;
    }

    #fvSec .fvBox .titleBox .fvTtl-h1 .textL {
        color: #fff;
        font-size: 1.5em;
        font-style: italic;
        font-weight: bold;
        font-family: serif;
        text-shadow: 0 0 4px #666, 0 0 16px #666;
    }

    #fvSec .fvBox .linkBox {
        display: flex;
        justify-content: left;
    }

    #fvSec .fvBox .linkBox .linkBoxList {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1em;
        padding: 0.8em 1em;
        line-height: 1.2;
        text-align: center;
        background: linear-gradient(40deg, rgb(240, 255, 237), rgb(215, 255, 252));
        border-radius: 3em;
    }

    #fvSec .fvBox .linkBox .linkBoxList:last-child {
        margin-right: 0;
    }

    #fvSec .fvBox .linkBox .linkBoxList .icon {
        width: 21%;
    }

    #fvSec .fvBox .linkBox .linkBoxList .text {
        font-size: 0.8em;
        color: #666666;
        font-weight: bold;
        font-family: serif;
    }

     #fvSec .fvBox .linkBox .linkBoxList.comingsoon span {
        font-size: 86%;
    }
    #fvSec .fvBox .linkBox .linkBoxList.comingsoon{
        pointer-events: none;background: #fdfdfd;
    }



    /*profile*/
    #profileSec {
        margin-top: -10%;
    }

    #profileSec .sectionInner {
        padding-left: 2em;
        padding-right: 2em;
    }

    #profileSec .contentsBox {
        background: rgba(255, 255, 255, 0.92);
        padding-top: 1.2em;
        padding-bottom: 1em;
    }

    /* #profileSec .sectionInner .profileBox .profileMv {
        display: flex;
        justify-content: left;
        align-items: center;
    } */


    #profileSec .sectionInner .profileBox .titleBox {
        font-size: 0.7em;
        margin: 0 ;
    }

    #profileSec .sectionInner .profileBox .titleBox .subTtl {
        font-size: 0.9em;
        margin-bottom: -1.3em;
    }

    #profileSec .sectionInner .profileBox .titleBox .ttlImg {
        width: 60%;
    }

    #profileSec .sectionInner .profileBox .titleBox .subTtl .text01 {
        font-size: 1.7em;
        font-weight: bold;
    }


    #profileSec .sectionInner .profileBox .titleBox .profileTtl {
        color: #FF7283;
        font-size: 2.4em;
        line-height: 1em;
        font-weight: bold;
        margin-top: -0.1em;
    }

    #profileSec .sectionInner .profileBox .titleBox .profileSubTtl-sub {
        color: #7c7c7c;
        font-size: 0.9em;
        margin-top: 0.2em;
    }

    #profileSec .sectionInner .profileBox .profileImg {
        width: 30%;
    }

    #profileSec .sectionInner .profileBox .profileInfo {
        margin-top: 0.6em;
    }

    #profileSec .sectionInner .profileBox .profileInfo .infoText {
        padding: 0.5em 1em;
        background-color: #EDEDED;
    }

    #profileSec .sectionInner .profileBox .profileInfo .profileInfoTtl {
        font-size: 0.9em;
        color: #A3A3A3;
        line-height: 1.3;
        font-style: italic;
        margin-left: 0.6em;
    }

    #profileSec .sectionInner .profileBox .profileInfo .profileInfoText {
        background-color: #EDEDED;
        font-size: 0.8em;
        line-height: 1.2;
    }

    #profileSec .sectionInner .profileBox .profileInfo .profileInfoText .text01 {
        font-weight: bold;
        font-size: 1.1em;
    }

    #profileSec .sectionInner .profileBox .profileInfo .text02 {
        font-size: 0.8em;
        margin-top: 0.6em;
        line-height: 1.3;
    }




    /*nav*/

    #navSec .sectionInner {
        margin: 1.5em auto;
    }

    #navSec .navItem {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    #navSec .navItem .navList {
        width: 45%;
        padding: 0.5em 0;
    }

    #navSec .navItem .navList:nth-child(odd) {
        border-right: 2px dotted #D1D1D1;
    }

    #navSec .navItem .navList:nth-child(-n+2) {
        border-bottom: 2px dotted #D1D1D1;
    }

    #navSec .navItem .navList .navLink  {
        height: 2.5em;
        font-size: 1em;
        font-family: sans-serif, ;
        color: #666666;
        line-height: 1.2;
        font-family: serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*counseling*/

    #counselingSec {
        text-align: center;
        margin: 2em auto 0 auto;

    }

    #counselingSec .sectionInner {
        position: relative;

    }


    #counselingSec .titleBox {
        text-align: center;
        background: url(/assets/img/ambassador/counseling_contents01.png) no-repeat bottom / contain;
    }

    #counselingSec .titleBox .subTtl {
        color: #34D6C6;
    }

    #counselingSec .titleBox .text01 {
        font-size: 0.9em;
        font-weight: bold;
    }

    #counselingSec .titleBox .title .text02 {
        font-weight: bold;
        font-size: 1.3em;
        background: linear-gradient(to right, rgb(240, 255, 237) 0%, rgb(215, 255, 252) 100%);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 40%;
    }

    #counselingSec .titleBox .title {
        font-size: 1.3em;
        line-height: 1.2;
        margin-top: 0.3em;

    }

    #counselingSec .infoBox {
        padding: 3em;
    }

    #counselingSec .contentsBox {
        padding: 2em 2em 0;
    }

    #counselingSec .infoBox .subTtl {
        margin-top: 1.1em;
        padding: 0.2em;
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        background: #FF7283;
    }

    #counselingSec .infoBox .title {
        margin-top: 0.3em;
        font-weight: bold;
        color: #4d4d4d;
        font-size: 1em;

    }

    #counselingSec .infoBox .title .text01 {
        font-size: 1.2em;

    }

    #counselingSec .infoBox .title .text02 {
        font-size: 1.5em;
        color: #FF7283;
        background: linear-gradient(transparent 60%, #f4ffa1 50%);
        background-repeat: no-repeat;
        background-position: left bottom 0.2em;
        background-size: 100% 100%;

    }

    #counselingSec .infoBox .infoText {
        padding: 1.2em 2em;
        background: #F4F4F4;
    }



    #counselingSec .infoBox .infoText .heading {
        font-size: 0.99em;
        font-weight: bold;
        line-height: 1.2;
    }

    #counselingSec .infoBox .infoText .text {
        text-align: left;
        font-size: 0.9em;
        line-height: 1.2;
        margin-top: 0.4em;

    }


    #counselingSec .infoBox .counselingBtn {
        display: inline-block;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        padding: 0.4em 7em;
        /* margin-top: 14em; */
        z-index: 2;
    }

    #counselingSec .infoBox .infoImg {
        margin-left: -2em;
    }

    #counselingSec .sticker {
     width: 75%;
     margin: 1.2em 0 0 1.8em;
    }


    /*training*/

    #trainingSec {
        margin: 0 auto;
        margin-top: 1em;
        padding: 6em 0 5em;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    #trainingSec::before {
        content: "";
        display: inline-block;
        width: 120%;
        height: 90%;
        position: absolute;
        top: 3em;
        left: -2em;
        background: linear-gradient(90deg, rgb(240, 255, 237), rgb(215, 255, 252));
        transform: rotate(-4deg);
        z-index: -1;
    }

    #trainingSec .sectionInner {
        position: relative;
    
    }

    #trainingSec .sectionInner .sticker01 {
        content: "";
        width: 26%;
        position: absolute;
        top: 10%;
        right: -2%;
    }

    #trainingSec .sectionInner .sticker02 {
        content: "";
        width: 19%;
        position: absolute;
        top: 24%;
        left: -6%;
      
        
    }
    #trainingSec .sectionInner .sticker03 {
        content: "";
        width: 17%;
        position: absolute;
        top: 57%;
        left: -2%;
      
    }

    #trainingSec .sectionInner .sticker04 {
        content: "";
        width: 18%;
        position: absolute;
        top: 50%;
        right: -3%;
    }
    #trainingSec .secBox {
        width: 70%;
        margin: 0 auto;
    }

    #trainingSec .titleBox {
        width: 100%;
        background: none;
    }

    #trainingSec .titleBox .subTtl {
        margin-top: 0;
        font-size: 1.2em;
        color: #000;
        font-weight: 100;
        line-height: 1.5;
    }

    #trainingSec .titleBox .title {
        font-size: 1.6em;
        font-weight: bold;
        color: #353535;
        line-height: 1;
    }

    #trainingSec .sectionInner .contentsBox {
        padding: 2em;
    }

    #trainingSec .sectionInner .infoBoxInner {
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    #trainingSec .sectionInner .infoBoxInner .infoImg {
        margin: 0 auto;
        display: block;
    }



    #trainingSec .sectionInner .infoBoxInner .subTtl {
        display: inline-block;
        margin-top: -5em;
        padding: 0.1em 0.6em;
        font-size: 1.1em;
        font-weight: bold;
        color: #fff;
        background: #FF7283;
        border: 4px solid;
        border-radius: 5px;
        position: relative;
    }

    #trainingSec .sectionInner .infoBoxInner .subTtl::after {
        content: '';
        display: inline-block;
        border-style: solid;
        border-width: 0.5em 0.5em 0.5em 0.5em;
        border-color: transparent transparent transparent #ff7283;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -0.9em;
        left: 48%;
        transform: translateY(-50%);
        transform: rotate(90deg);
    }

    #trainingSec .sectionInner .infoBoxInner .title {
        margin: 0.3em auto 1.7em;
        text-align: center;
        font-size: 1.7em;
        font-weight: bold;
        line-height: 1.1;

    }

    #trainingSec .sectionInner .infoBoxInner .infoText {
        line-height: 1.4;
        margin-bottom: 1.2em;

    }

    #trainingSec .sectionInner .infoBoxInner .headingTxt{
        text-align: center;
        position: relative;
        z-index: 1;
    }

    #trainingSec .sectionInner .infoBoxInner .heading {
        width: 40%;
        display: inline-block;
    }

    #trainingSec .sectionInner .infoBoxInner .infoText .trainingList {
        display: inline-block;
        background: #F4F4F4;
        border-radius: 3.5em;
        margin-top: -0.9em;
        padding: 1em 3.8em;
        text-align: left;
    }

    #trainingSec .sectionInner .infoBoxInner .infoText .trainingList .listItem {
        list-style-type: disc;
        font-size: 0.9em;
        line-height: 1.2;
    }

    #trainingSec .sectionInner .infoBoxInner .infoText .trainingList .listItem .text01 {
        font-weight: bold;
    }



    #trainingSec .sectionInner .infoBoxInner .trainingBtn {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        padding: 0.5em 3em;
    }



    /*interview*/
    #interviewSec {
        margin: 0 auto 1.5em;
    }

    #interviewSec .titleBox {
        background: none;
        margin-bottom: 0.8em;
    }

    #interviewSec .titleBox .subTtl {
        margin-top: 0;
        font-size: 1.1em;
        color: #000;
        font-weight: 100;
        line-height: 1.5;
    }

    #interviewSec .titleBox .title {
        font-size: 1.5em;
        font-weight: bold;
        color: #353535;
        line-height: 1;
    }

    #interviewSec .infoBox .infoImg {
        height: 100%;
        width: 60%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }


    #interviewSec .infoBox .infoText {
        margin-top: 2em;
        background: none;
    }

    #interviewSec .infoText .infoList {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 2.2em;
        position: relative;
    }

    #interviewSec .infoText .infoList .lineImg {
        content: "";
        width: 8%;
        position: absolute;
        top: 20%;
        left: 4%;
    }

    #interviewSec .infoText .infoList .listImg {
        width: 9%;
    }

    #interviewSec .infoText .infoList .listImg:last-child {
        margin-top: 0.4em;
    }

    #interviewSec .infoText .infoList .listText {
        margin-left: 0.7em;
        text-align: left;
    }

    #interviewSec .infoText .infoList .listText .title {
        display: inline-block;
        font-size: 1.2em;
        line-height: 1.3;
        text-align: left;
        font-weight: bold;
    }

    #interviewSec .infoText .infoList .listText .title .marker {
        background: linear-gradient(transparent 60%, #ffeeee 70%);
    }


    #interviewSec .infoText .infoList .listText .text {
        margin-top: 0.8em;
        padding: 0.6em 0.9em;
        line-height: 1.2;
        border: #969696 1px solid;
        font-size: 1em;
    }


    /*message*/
    #messageSec {
        padding: 5em 0 8em;
        position: relative;
        z-index: 1;
        overflow: hidden;

    }

    #messageSec::before {
        content: "";
        display: inline-block;
        width: 120%;
        height: 70%;
        position: absolute;
        top: 2em;
        left: -3em;
        background: linear-gradient(90deg, rgb(240, 255, 237), rgb(215, 255, 252));
        transform: rotate(-4deg);
        z-index: -1;
    }

    #messageSec .titleBox .subTtl {
        margin-top: 0;
        font-size: 1.2em;
        color: #000;
        font-weight: 100;
        line-height: 1.5;
    }

    #messageSec .titleBox .title {
        font-size: 1.6em;
        font-weight: bold;
        color: #353535;
        line-height: 1;

    }

    #messageSec .titleBox .text01 {
        color: #666666;
        font-size: 1.2em;
        font-weight: bold;
        margin-top: 0.3em;
    }

    #messageSec .titleBox {
        background: none;
    }

    #messageSec .infoBox .infoText {
        margin: 2em auto 0;
        font-size: 0.9em;
        background: none;
    }

    #messageSec .infoBox .infoImg {
        height: 100%;
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    #messageSec .infoBox .infoText .infoList {
        margin-bottom: 2em;
        text-align: left;
    }

    #messageSec .infoBox .infoText .infoList .listTtl {
        padding: 0.3em 2.4em;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.2em;
        text-align: center;
        color: #fff;
        background: radial-gradient(rgb(255, 154, 131), rgb(255, 91, 131));
    }

    #messageSec .infoBox .infoText .infoList .listText {
        padding: 0.7em 1.5em;
        line-height: 1.3;
        color: #9e9e9e;
        font-size: 1.3em;
        background-color: #fff;
    }

    #messageSec .infoBox .infoText .infoList:nth-child(2) {
        margin-bottom: 0;
    }


    /*induction*/

    #inductionSec {
        text-align: center;
        margin: -1em auto 3em;
    }

    #inductionSec .sectionInner {
        position: relative;
        

    }

    #inductionSec .sectionInner .titleBox {
        font-weight: bold;
        color: #564747;
        margin-bottom: 1.3em;
        transform: skewX(-7deg);
    }

    #inductionSec .titleBox .subTtl {
        font-size: 1.4em;
        color: #564747;
        font-weight:500;
        display: block;
    }

    #inductionSec .titleBox .title {
        font-size: 2em;
        line-height: 1em;
        display: block;
    }

    #inductionSec .titleBox .infoHeading {
        font-size: 1.6em;
        color: #fff;
        background: #FF7283;
    }


    #inductionSec .infoBox .infoBoxInner {
        font-size: 1.6em;
        text-align: left;
        position: relative;
        z-index: 2;
        background: url(/assets/img/ambassador/now_contents01.png?v250513) no-repeat right bottom 0.4em / 44% auto;
    }

    #inductionSec .contentsBox {
        padding: 0;
    }

    #inductionSec .infoBox .infoBoxInner .heading {
        background-color: #ff7283;
        color: #fff;
        font-size: 0.65em;
        text-align: center;
        position: relative;
    }

    #inductionSec .infoBox .infoBoxInner .heading::after {
        content: '';
        display: inline-block;
        border-style: solid;
        border-width: 1em 1em 1em 1em;
        border-color: transparent transparent transparent #ff7283;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -1.9em;
        left: 50%;
        transform: translateY(-50%);
        transform: rotate(90deg);
    }


    #inductionSec .infoBox .infoBoxInner .heading .text01 {
        font-size: 1.3em;
        font-weight: bold;

    }

    #inductionSec .infoBox .infoBoxInner .info {
        width: 73%;
        font-size: 1.4em;
        padding: 0.4em 0.6em;
    }

    #inductionSec .infoBox .infoBoxInner .info .title {
        color: #443d3d;
        font-size: 0.64em;
        font-weight: bold;
        background: none;
        padding: 0;
    }

    #inductionSec .infoBox .infoBoxInner .info .text {
        padding: 0.6em 1em;
        font-size: 0.31em;
        color: #564747;
        line-height: 1.3;
        background: #FFF3F3;
    }

    #inductionSec .infoBox .infoBoxInner .info .text .text01 {
        font-size: 1.1em;
        line-height: 1;
        font-weight: bold;
    }

    #inductionSec .infoBox .infoBoxInner .info .text .text02 {
       font-size: 1.2em;
    }

    #inductionSec .infoBox .infoBoxInner .info .text .strong {
        font-size: 1.2em;
        font-weight: bold;
        background: linear-gradient(transparent 70%, #ffeea9 70%);
    }

    #inductionSec .infoBox .infoBoxInner .info .sub {
        margin: 1em 0 0.2em 0;
        font-size: 0.36em;
        font-weight: bold;
        text-align: center;
        color: #635353;
        padding: 0 1.1em;
        background: url(/assets/img/ambassador/induction_sub_bg.png) no-repeat left / contain;
    }
    

    #inductionSec .infoBox .infoBoxInner .info .textBtn {
        text-align: center;
        font-size: 0.5em;
        display: block;
        margin-top: 0;
    }
    /*gallerySec*/
    #gallerySec{margin-top:2em;margin-bottom:6em;}
    #gallerySec .sectionInner{padding: 0 3%;}
    #gallerySec .galleryBox{border-bottom: 1px solid #d8d8d8;padding: 1em 0;}
    #gallerySec .galleryBox:first-child{margin-top: 0;}
    #gallerySec .galleryBox:last-child{border-bottom: none;}
    #gallerySec .galleryBox .galleryInfo{}
    #gallerySec .galleryBox .galleryInfo .Ttl-h3{font-size: 1.6em;margin-bottom: 0;}
    #gallerySec .galleryBox .galleryInfo .Ttl-h3 span{display: inline-block;margin-right: 10px;}
    #gallerySec .galleryBox .galleryInfo .text01{margin-bottom: 0.2em;font-weight: 500;}
    #gallerySec .galleryBox .galleryInfo .text02{font-size: 1.1em;margin-bottom: 1.5em;line-height: 1.5;}
    #gallerySec .galleryBox .galleryInfo .text03{text-align: center;}
    #gallerySec .galleryBox .galleryInfo .text03 a{font-size: 1.1em;color: #fff;background: linear-gradient(130deg, #ff6183 0%,#ff9a83 60%,#ff6183 100%);padding: 0.5em 3.5em 0.5em 2em;position: relative;box-shadow: 3px 5px 2px 0px rgba(0, 0, 0, 0.1);display: inline-block;font-weight: bold;border-radius: 50vw;}
    #gallerySec .galleryBox .galleryInfo .text03 a::before{content: "";display: block;background-image: url(/assets/img/ambassador/diary/gallery_contents01.png); width: 14px;height: 17px;position: absolute;top: 0;bottom: 0;margin: auto;right: 1.5em;}
    #gallerySec .galleryBox .movieBox{width: 85%;margin: 0em auto 0;}
	#gallerySec .galleryBox .text{text-align:center;width:100%;margin: 1.6em auto 0;font-size: 1.2em;}
	#gallerySec .galleryBox .text .strong {background: linear-gradient(transparent 70%, #ffeea9 70%);font-size: 1.17em;font-weight: 600;}    #gallerySec .comingsoon p{font-size:2em;color: #ff7283;font-weight: 600;margin-bottom: 3em;}
	#gallerySec .trainingBtn {display: block;margin: 0 auto;text-align: center;font-size: 1.2em;font-weight: bold;padding: 0.8em 2em;width: 86%;margin-top: 1em;}
    #gallerySec .titleBox .title .subTitle2{font-size: 0.8em;color: #ff6983;}
	

}