:root {
    --color-white : #ffffff;
}

/* sp-only */
.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

.concept-font{
    font-family: "Noto Sans JP", sans-serif!important;
}

.concept .SectionTitle {
    margin-bottom: 50px;
}

.layout {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

/* Learning Layout */

.learning .layout {
    max-width: 1530px;
}

/* Hero */
.hero {

}

.hero:before {
    content: '';
    background:
    linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)),
    url("../images/hero-bg.png") center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero{
    position: relative;
    padding: 135px 0 93px;
}

.hero__title {
    font-size: 43px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
    color: var(--color-white);
}
.hero__title span {
    display: block;
    font-size: 22px;
    line-height: 2.2;
    margin-top: 57px;
}

.hero__description p{
    font-size: 17px;
    line-height: 2.5;
    letter-spacing: .2em;
    color: var(--color-white);
    text-align: center;
}

/* Elements */
.elements {
   padding:70px 40px;
}

.elements__container {
    display: flex;
    gap: 20px;
    justify-content: center;
    border-radius: 5px;
}

.elements__inner-container {
    background-color: var(--color-white);
    padding:35px 20px 20px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    /* width: 310px; */
    border-radius: 0 0 10px 10px;
}

.elements__container__item {
    position: relative;
    display: block;
    border-radius: 10px;
    background: var(--color-white);
    width:300px;
}

.elements__bubble {}
.elements__bubble {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
}
.elements__bubble li {
    text-align: center;
    padding: 20px;
    border-radius: 50%;
    width: 128px;
    height:128px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elements__bubble li span {
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
}

.elements__bubble li span small {
    font-size: 14px;
    display: block;
}

.elements__bubble li:nth-child(1){
    background-color: #d7e8e2;
}

.elements__bubble li:nth-child(2){
    background-color: #d8edee;
}

.elements__bubble li:nth-child(3){
    background-color: #e1efde;
}

.elements__container__item img {
    width: 86px;
    margin:0 auto;
}

.elements__container__stitle {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}

.elements__container__stitle span {
    display: block;
    font-size:12px;
}

.elements__container__item.item1 .elements__container__title{
    background-color: #d7e8e2;
}

.elements__container__item.item2 .elements__container__title{
    background-color: #d8edee;
}

.elements__container__item.item3 .elements__container__title{
    background-color: #e1efde;
}
.elements__container__item.item1 { 
    border:2px solid #d7e8e2;
}
.elements__container__item.item2 { 
    border:2px solid #d8edee;
}
.elements__container__item.item3 { 
    border:2px solid #e1efde;
}


.elements__container__item.item1 .elements__container__stitle {
    color: #1F824E;
}

.elements__container__item.item2 .elements__container__stitle {
    color: #418B8E;
}

.elements__container__item.item3 .elements__container__stitle {
    color: #008C43;
}

.elements__container__title {
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #000000;
    border-radius: 5px 5px 0 0;
    padding: 0.35em;
}

.elements__container__title span {
    margin-left: 10px;
    font-size: 16px;
}

.elements__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    color: #000000;
    text-align: center;
    width: 80%;
    max-width: 100%;
    margin: 0 auto 65px;
}

.elements__description .color-green {
    color: var(--color_base);
}

.elements__container__text {
    text-align: left;
    color:#000000;
    font-size: 16px;
    line-height: 1.6;
}


/* Learning */

.learning {
    padding: 70px 40px;
    text-align: center;
}

.learning__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    color: #000000;
    width: 80%;
    max-width: 100%;
    margin: 0 auto 60px;
}

.learning__container {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: start;
    margin: 0 auto;
    max-width: 100%;
}

.learning__container__item {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 400px;
    background: var(--color-white);
    border-radius: 10px;
    flex-direction: column;
    padding-bottom: 20px;
}

.learning__container__img {
    display: flex;
    align-items: center;
    min-height: 191px;
}

.learning__container__item .image1{
    width: 318px;
}

.learning__container__item .image2{
    width: 330px;
}

.learning__container__item .image3{
    width: 320px;
}

.learning__container__item img {
    margin: 0 auto;
}

.learning__container__title {
    margin-bottom: 16px;
    padding: 0.4em 1em;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background: var(--color_base);
    color: var(--color-white);
    border-radius: 10px 10px 0 0;
}

.learning__container__stitle {
    font-size: 22px;
    font-weight: 600;
    color: var(--color_base);
    line-height: 1.5;
}

.learning__container__stitle span {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.learning__container__text ul {
    padding:25px 20px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin:0 20px;
    min-height: 200px;
}

.learning__container__text ul li {
    position: relative;
    color: #000000;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.learning__container__text ul li::before {
    content: '';
    background: var(--color_base);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.learning__bottom_text {
    margin-top: 45px;
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    margin:50px auto;
    line-height: 1.8;
}

.learning__bottom_text1 {
    margin-top: 45px;
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    line-height: 1.8;
}



.learning__container1 {
    background: var(--color-white);
    padding: 50px 20px 60px;
}

.learning__inner-container1 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.learning__container1__item {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 12px 0px #00000012;
    width: 400px;
}

.learning__container1__top {

}

.learning__container1__htittle {
    font-size: 31px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 55px;
    border-radius: 10px 10px 0 0;
}

.learning__container1__htittle small {  
    color:#33A469;
}
.learning__container1__htittle span {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

.learning__container1__title {
    font-size: 23px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 33px 33px 90px;
    position: relative;
    font-weight: bold;
}
.learning__container1__title span {
    display: block;
}
.learning__container1__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.learning__container1__title.item1:before {
    left: 30px;
    width: 99px;
    background: url("../images/learning-icon1a.png") center/contain no-repeat;
}

.learning__container1__title.item2:before {
    left: 20px;
    width: 99px;
    background: url("../images/learning-icon2a.png") center/contain no-repeat;
}

.learning__container1__title.item3:before {
    left: 30px;
    width: 99px;
    background: url("../images/learning-icon3a.png") center/contain no-repeat;
}
.learning__container1__title.item1 {
    background-color: #F0F9F6;
}

.learning__container1__title.item2 {
    background-color: #F3FBFC;
}

.learning__container1__title.item3 {
    background-color: #EFF9ED;
}

.learning__container1__content {
    padding: 15px 25px 25px;
    box-sizing: border-box;
    text-align: left;
    min-height: 410px;
}

.learning__container1__content .holder {
    margin-bottom: 15px;
}

.learning__container1__content p {
    font-size: 15px;
    line-height: 2;
}

.learning__container1__bgtext {
    text-align: center;
    background-color: #33A469;
    line-height: 1.8;
    width: 100%;
    color: var(--color-white);
    font-size: 22px;
}

.learning__container1__stitle {
    position: relative;
    padding-left: 10px;
    font-size: 19px;
    line-height: 1.8;
    font-weight: bold;
    color: #000000;
}
.learning__container1__stitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background: var(--color_base);
}

.learning__container1__bottom {
    padding: 20px;
    text-align: left;
}
.learning__container1__bottom p {
    line-height: 1.6;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3%;
}


/* Point */

.point {
   padding:70px 40px;
}

.point__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    color: #000000;
    text-align: center;
    width: 80%;
    max-width: 100%;
    margin: 0 auto 80px;
}   

.point__section__icon {
    width: 215px;
}
.point__section__icon img {

}

.point__section {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: start;
    flex-direction: column;
}

.point__section__item {
    padding: 35px;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.point__section__left {
    position: relative;
}

.point__section__right {
    width: 75%;
    position: relative;
}

.point__section__note {
    font-size: 12px;
    margin-top: 10px;
}

.point__section__number:before {
    content: '';
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 2px;
    background: transparent;
}
.point__section__number {
    font-size: 16px;
    font-weight: bold;
    color: var(--color_base);
    position: absolute;
    left: 32px;
    top: 35px;
    line-height: 53px;
}

.point__section__number.p1 {
    color: #82C400;
}

.point__section__number.p1:before {
    background: #82C400;
}

.point__section__number.p2 {
    color: #00BEC4;
}

.point__section__number.p2:before {
    background: #00BEC4;
}

.point__section__number.p3 {
    color: #82C400;
}

.point__section__number.p3:before {
    background: #82C400;
}

.point__section__item.item1 {
    background: #f0f9f6;
}
.point__section__item.item2 {
    background: #f3fbfc;
}
.point__section__item.item3 {
    background: #eff9ed;
}

.point__section__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5;
}

.point__section__text {
    line-height: 2.2;
    color: #000000;
}

/* Quality */

.quality {
    padding: 70px 40px;
}

.quality__content {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: start;
}

.quality__content__text {
    line-height: 2.2;
    color: #000000;
    font-size: 16px;
    width: 600px;
    font-weight: 500;
}

.quality__content1 {
    font-size: 13px;
    font-weight: normal;
}

.quality__content__img {
    width: 50%;
}

/* Introduction */

.introduction {
    padding: 70px 40px;
}

.introduction__bio {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.introduction__bio__img {
    width: 240px;
}

.introduction__bio__img img  {

}

.introduction__bio__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 80%;
    background: var(--color_base);
}

.introduction__bio__text {
    position: relative;
    text-align: left;
    padding: 20px 0 20px 20px;
}

.introduction__bio__name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color:#000;
}
.introduction__bio__name span {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    color: var(--color_base);
    font-weight: normal;
}

.introduction__bio__description {
    line-height: 2;
    font-size: 13px;
}

.introduction__description {
    font-size: 16px;
    line-height: 2.2;
    color: #000000;
    text-align: center;
    width: 80%;
    max-width: 100%;
    margin:0 auto;
}