@charset "utf-8";
/* reset
----------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0; padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;
/*background:transparent*/}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}nav ul {list-style:none}blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins {background-color:#ff9;color:#000;text-decoration:none}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:700}del {text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table {border-collapse:collapse;border-spacing:0}input,select {vertical-align:middle}img{vertical-align:top;vertical-align:bottom}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ul {list-style: none;}li {list-style: none;}img {max-width: 100%;}

/*style css---------------------------------------------------------*/
/*SP---------------------------------------------------------------------------*/
/*  -- 共通 -- */
body {
    background-color: #F0F0F0;
    font-family: sans-serif;
}

.cornerTitle {
    height: 48px;
    margin: 40px auto;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #289894;
}

.box30 p {
    padding: 0;
}


.personalityDtails {
    box-sizing: border-box;
    background-color: #F0F0F0;
}

.personalityDtails .box30 {
    box-shadow: none;
    background-color: transparent;
}

.box30 .box-title {
    background: #289894;
    height: 20px;
}

.summary__bg {
    background-color: #ffffff;
    padding: 32px 24px 40px;
    box-shadow: 0 3px 6px 1px rgb(192 192 192);
}

.contentsTitle {
    position: relative;
    width: 100%;
    line-height: 66px;
    height: 66px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #289894;
    z-index: 2;
}

.contentsTitle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 66px;
    top: 0;
    z-index: -1;
    background-image: url(../img/kaisetsu/clip.png);
    background-size: cover;
}

.summary {
    padding: 0 24px;
    box-sizing: border-box;
}

.subtitle {
    background: transparent;
    font-size: 15px;
    text-align: center;
    margin: 40px auto 32px;
    height: 64px;
    line-height: 64px;
    position: relative;
    z-index: 2;
    color: #289894;
    font-weight: 400;
}

.subtitle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 64px;
    top: 0;
    z-index: -1;
    background-image: url(../img/kaisetsu/ttl_a_750sp.png);
    background-size: cover;
}

.contents__text {
    padding: 0 24px;
    font-size: 14px;
    color: #2D2E2E;
}

.method .cornerTitle {
    width: 200px;
}

.method__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 24px;
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.method__box:last-child {
    margin: 0 auto 0;
}

.method__text {
    display: block;
    font-size: 12px;
    line-height: 24px;
    width: 248px;
}

.method__number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #2D2E2E;
    background-image: url(../img/kaisetsu/shape.svg);
    background-size: contain;
}

.worksheet {
    display: block;
    font-size: 32px;
    color: #289894;
    text-align: center;
    padding: 40px 0;
}

.worksheet__link {
    display: block;
    margin: 0 auto 64px;
    width: 200px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    color: #ffffff;
    background-color: #FCC13B;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

.worksheet__link::after {
    content: "";
    width: 16px;
    height: 13px;
    background-image: url(../img/kaisetsu/downlaord.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 16px;
}

.training {
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.training .cornerTitle {
    width: 200px;
}

.ttl__circle--1,
.ttl__circle--2,
.ttl__circle--3 {
    position: relative;
    width: 327px;
    height: 64px;
    margin: 40px auto;
    font-size: 22px;
    line-height: 64px;
    text-align: center;
    background-color: #ffffff;
}

.ttl__circle--1::after,
.ttl__circle--2::after,
.ttl__circle--3::after {
    content: "";
    display: block;
    width: 327px;
    height: 64px;
    background-color: #CFE2E1;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;   
}

.ttl__circle--1::before,
.ttl__circle--2::before,
.ttl__circle--3::before {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #CFE2E1;
    position: absolute;
    top: -10px;
    left: -10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 54px;
}

.ttl__circle--1::before {
    content: "1";
}

.ttl__circle--2::before {
    content: "2";
}

.ttl__circle--3::before {
    content: "3";
}

.cornerTitle.cornerTitle--deco {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

/*  仮　　*/
.video_frame {
    background: gray;
}

.training .contents__text {
    padding: 40px 0;
}

.pointCicle {
    display: block;
    width: 130px;
    height: 120px;
    background-color: #289894;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
}

.pointCicle::before {
    content: "POINT";
    display: block;
    padding: 32px 0 0;
    color: #ffffff;
    font-size: 14px;
}

.training__box {
    margin: 0 auto 40px;
}

.hyouka__box {
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px 64px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.hyouka__number {
    display: block;
    margin: 0 auto 16px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    background-color: #CFE2E1;
}

.hyouka__text {
    display: block;
    margin: 0 auto 16px;
    font-size: 14px;
    line-height: 28px;
    color: #2D2E2E;
}

.hyouka__text::after {
    content: "";
    display: block;
    margin: 0 auto 16px;
    width: 16px;
    height: 14px;
    background-image: url(../img/kaisetsu/triangle.svg);
    background-size: contain;
}


.hyouka__action {
    display: block;
    width: 100%;
    margin: 0 auto 64px;
    padding: 24px 16px;
    box-sizing: border-box;
    border: 4px solid #CFE2E1;
    border-radius: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #2D2E2E;
}

.hyouka__action:last-child {
    margin: 0 auto;
}

.selfacceptance .contents__text {
    padding: 0 0 40px;
}

.miniTitle {
    position: relative;
    display: flex;
    margin: 0 auto 24px;
    width: 100%;
    height: 48px;
    font-size: 22px;
    align-items: center;
    font-weight: normal;
    color: #289894;
    background-color: #ffffff;
}

.miniTitle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 48px;
    background-color: #289894;
    margin-right: 24px;
}

.happiness {
    margin: 24px auto 0;
    padding: 0 24px;
}

.happiness .contents__text {
    padding: 0 0 64px;
}

.books {
    padding: 0 0 24px;
    font-size: 24px;
    font-weight: normal;
    color: #289894;
    background-color: transparent;
}

.books__link {
    font-size: 12px;
    color: #2D2E2E;
}

.happiness .button {
    display: block;
    width: 200px;
    height: 64px;
    font-size: 20px;
    color: #2D2E2E;
    border: 1px solid #707070;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
}

.button#modoru {
    margin: 80px auto;
}

/*PC---------------------------------------------------------------------------*/

@media screen and (min-width: 960px) { 
.box30 {
    width: 100%;
}

.summary__bg {
    height: 320px;
}

.contentsTitle {
    font-size: 40px;
    padding: 64px;
    height: 160px;
    line-height: 160px;
}

.contentsTitle::after {
    content: "";
    display: block;
    position: relative;
    width: 800px;
    height: 160px;
    z-index: -1;
    background-image: url(../img/kaisetsu/clip.png);
    background-size: contain;
    margin: 0 auto;
    transform: translateY(-160px);
}

.summary {
    margin: 80px auto;
    padding: 0;
    width: 100%;
    max-width: 600px;
}

.subtitle {
    background: transparent;
    font-size: 28px;
    text-align: center;
    margin: 0 auto 40px;
    height: 120px;
    line-height: 120px;
    position: relative;
    z-index: 2;
    color: #289894;
    font-weight: 400;
}

.subtitle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    z-index: -1;
    background-image: url(../img/kaisetsu/ttl_a_750sp.png);
    background-size: cover;
}

.method__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px;
    width: 100%;
    padding: 32px 24px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.contents__text {
    font-size: 16px;
    color: #2D2E2E;
    line-height: 32px;
}

.cornerTitle {
    height: 48px;
    margin: 80px auto 40px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #289894;
}

.method__number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #2D2E2E;
    background-image: url(../img/kaisetsu/shape.svg);
    background-size: contain;
}

.method__text {
    display: block;
    font-size: 14px;
    line-height: 28px;
    width: 488px;
}

.worksheet__link {
    display: block;
    margin: 0 auto 120px;
    width: 200px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    color: #ffffff;
    background-color: #FCC13B;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

.training {
    padding: 0 24px;
    position: relative;
    z-index: 1;
    width: 800px;
    margin: 0 auto;
}

.training .method__box {
    width: 600px;
}

.training .method__box:nth-child(8) {
    margin: 0 auto;
}

.cornerTitle.cornerTitle--deco {
    width: 320px;
    height: 60px;
    line-height: 60px;
}

.ttl__circle--1,
.ttl__circle--2,
.ttl__circle--3 {
    position: relative;
    width: 400px;
    height: 64px;
    margin: 40px auto;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    background-color: #ffffff;
}

.ttl__circle--1::after,
.ttl__circle--2::after,
.ttl__circle--3::after {
    content: "";
    display: block;
    width: 400px;
    height: 64px;
    background-color: #CFE2E1;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
}

.training .contents__text {
    padding: 40px 0;
    width: 600px;
    margin: 0 auto;
}

.pointCicle {
    display: block;
    width: 130px;
    height: 120px;
    background-color: #289894;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    margin: 40px auto 0;
    font-size: 24px;
}

.training .method__box:last-child {
    margin: 0 auto 80px;
}

.hyouka__box {
    width: 540px;
    margin: 0 auto;
    padding: 32px 40px 80px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.hyouka__text {
    display: block;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 28px;
    color: #2D2E2E;
}

.hyouka__text::after {
    content: "";
    display: block;
    margin: 16px auto;
    width: 16px;
    height: 14px;
    background-image: url(../img/kaisetsu/triangle.svg);
    background-size: contain;
}

.hyouka__action {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
    padding: 32px;
    box-sizing: border-box;
    border: 4px solid #CFE2E1;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #2D2E2E;
}

.selfacceptance {
    width: 600px;
    margin: 0 auto;
}

.selfacceptance .cornerTitle {
    margin: 40px auto 0;
}

.selfacceptance .contents__text {
    padding: 40px 0 64px;
}

.happiness {
    margin: 64px auto;
    padding: 0;
    width: 100%;
    max-width: 600px;
}

.books {
    padding: 56px 0 24px;
    font-size: 24px;
    font-weight: normal;
    color: #289894;
    background-color: transparent;
}


}

p.contents__padding__text {
    padding-top: 40px;
    padding-bottom: 60px;
}