@charset "UTF-8";
/*
Author: あそびラボ
*/

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::before {
	content: "TETORI";
	bottom: -29px;
}
.bl_lower_mv_inner::after {
	content: "";
	background: url(../images/tetori/mv-img.png) top center/contain no-repeat;
	width: 160px;
	height: 144px;
	position: absolute;
	top: 36px;
	right: 108px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl{
		padding-top: 40px;
		line-height: 1.4;
	}
	.bl_lower_mv_inner::after {
		top: 86px;
		right: 7px;
		width: 160px;
		height: 144px;
	}
	.bl_lower_mv_ttl::before {
		bottom: -38px;
	}
}

/*=======================================================
共通項目
=======================================================*/
.hp_color__orange{
    color: #E66342!important;
    font-weight: bold;
}
.el_sec_boxTtl > span {
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-right: 16px;
}
@media screen and (max-width : 750px){
    .el_sec_boxTtl{
        text-align: center;
    }
    .el_sec_boxTtl > span {
        display: block;
        font-size: 30px;
    }
}
/*=======================================================
メイン
=======================================================*/
.bl_intro_txt{
    text-align: center;
    padding: 40px 0;
}
@media screen and (max-width : 750px){
    .bl_intro_txt{
        margin: 56px 0;
    }
}

/*=======================================================
about
=======================================================*/
.bl_about {
    margin: 0 0 56px;
}
.bl_about .bl_media_txt + .bl_bulletList,
.bl_about .bl_bulletList + .bl_media_txt {
    margin-top: 1.3em;
}
.bl_about .bl_media {
    flex-flow: nowrap;
    gap: 48px;
}
.bl_about .bl_media_imgWrapper > img {
    width: 390px;
}
@media screen and (max-width : 750px){
    .bl_about {
        margin: 0 0 64px;
    }
    .bl_about .bl_media {
        display: flex;
        flex-flow: column;
    }
    .bl_about .bl_media_imgWrapper > img {
        width: 100%;
    }
}

/*=======================================================
structure
=======================================================*/
.bl_structure {
    background-color: #EFF8F1;
    padding: 56px 0;
}
.bl_structure .bl_cardUnit {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.bl_structure .bl_card {
    width: 320px;
    position: relative;
}
.bl_structure .bl_card:not(:first-of-type)::before {
    position: absolute;
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 24px 0 24px 16px;
    border-color: transparent transparent transparent #5FC377;
    top: 30%;
    left: -22px;
}
.bl_structure .bl_cardTtl {
    background-color: #3FB56C;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.88px;
    padding: 5px 0 0;
}
.bl_structure .bl_card_imgWrapper {
    margin-bottom: 16px;
}
@media screen and (max-width : 750px){
    .bl_structure {
        padding: 64px 0;
    }
    .bl_structure .bl_cardUnit {
        flex-flow: column;
        gap: 80px;
    }
    .bl_structure .bl_card {
        width: 100%;
    }
    .bl_structure .bl_card:not(:first-of-type)::before {
        border-width: 36px 49px 0 49px;
        border-color: #5FC377 transparent transparent transparent;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bl_structure .bl_cardTtl {
        font-size: 30px;
        padding: 8px 0 5px;
    }
    .bl_structure .bl_card_imgWrapper {
        margin-bottom: 24px;
    }
}

/*=======================================================
features01
=======================================================*/
.bl_features01 {
    margin: 56px 0;
}
.bl_features01_txt {
    text-align: center;
}
.bl_features01_txt + .bl_features01_txt {
    margin-top: 16px;
}
.bl_features01 .txt_big {
    font-size: 26px;
}
.bl_features01_txt + .bl_cardUnit {
    margin-top: 32px;
}
.bl_features01 .bl_cardUnit {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.bl_features01 .bl_card {
    width: 494px;
}
.bl_features01 .bl_card_txt {
    background-color: #ECE2FA;
    padding: 16px 0;
    text-align: center;
}
@media screen and (max-width : 750px){
    .bl_features01 {
        margin: 64px 0;
    }
    .bl_features01 .el_sec_boxTtl {
        display: flex;
        flex-flow: column;
        padding: 16px 0;
    }
    .bl_features01_txt + .bl_features01_txt {
        margin-top: 24px;
    }
    .bl_features01 .txt_big {
        font-size: 32px;
    }
    .bl_features01_txt + .bl_cardUnit {
        margin-top: 40px;
    }
    .bl_features01 .bl_cardUnit {
        flex-flow: column;
        gap: 40px;
    }
    .bl_features01 .bl_card {
        width: 100%;
    }
}

/*=======================================================
features02
=======================================================*/
.bl_features02 {
    background-color: #EFF8F1;
    padding: 56px 0;
}
.bl_features02_txt {
    text-align: center;
}
.bl_features02_txt + .bl_features02_txt {
    margin-top: 16px;
}
.bl_features02 .txt_big {
    font-size: 26px;
}
.bl_features02_txt + .bl_cardUnit {
    margin-top: 32px;
}
.bl_features02 .bl_cardUnit {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 32px 0;
}
.bl_features02 .bl_card {
    width: 180px;
}
.bl_features02 .bl_card_imgWrapper {
    margin: 0 auto 32px;
    width: 120px;
}
.bl_features02 .bl_cardTtl {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width : 750px){
    .bl_features02 {
        padding: 64px 0;
    }
    .bl_features02 .el_sec_boxTtl {
        display: flex;
        flex-flow: column;
        padding: 16px 0;
    }
    .bl_features02_txt + .bl_features02_txt {
        margin-top: 24px;
    }
    .bl_features02 .txt_big {
        font-size: 32px;
    }
    .bl_features02_txt + .bl_cardUnit {
        margin-top: 40px;
    }
    .bl_features02 .bl_cardUnit {
        gap: 40px 0;
    }
    .bl_features02 .bl_card {
        width: 300px;
    }
    .bl_features02 .bl_card_imgWrapper {
        width: 200px;
    }
    .bl_features02 .bl_cardTtl {
        font-size: 28px;
    }
}

/*=======================================================
features03
=======================================================*/
.bl_features03 {
    margin: 56px 0;
}
.bl_features03_txt {
    text-align: center;
}
.bl_features03_txt + .bl_cardUnit {
    margin-top: 32px;
}
.bl_features03 .bl_cardUnit {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 32px;
}
.bl_features03 .bl_card {
    width: 494px;
}
.bl_features03 .bl_card_txt {
    background-color: #ECE2FA;
    padding: 16px 0;
    text-align: center;
}
@media screen and (max-width : 750px){
    .bl_features03 {
        margin: 64px 0;
    }
    .bl_features03 .el_sec_boxTtl {
        display: flex;
        flex-flow: column;
        padding: 16px 0;
    }
    .bl_features03_txt + .bl_cardUnit {
        margin-top: 40px;
    }
    .bl_features03 .bl_cardUnit {
        flex-flow: column;
        gap: 40px;
    }
    .bl_features03 .bl_card {
        width: 100%;
    }
    .bl_features03 .bl_card > iframe {
        display: flex;
        margin: auto;
    }
}

/*=======================================================
plan
=======================================================*/
.bl_plan {
    background-color: #34385A;
    padding: 56px 0;
}
.el_plan_ttl {
    text-align: center;
    color: #F8E633;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.04px;
    margin-bottom: 32px;
}
.bl_plan_txt {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.bl_plan .el_att {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 32px;
}
.bl_plan .el_att::before {
    position: static;
}
.bl_plan table > thead {
    background-color: #664A8D;
}
.bl_plan table > thead > tr > th {
    border: 1px solid #FFFFFF;
    border-bottom: none;
    border-left: none;
    width: 215px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 16px 0;
    text-align: center;
}
.bl_plan table > thead > tr > th:first-of-type {
    border-left: 1px solid #FFFFFF;
    width: 162px;
}
.bl_plan table > tbody > tr > th {
    border: 1px solid #939393;
    background-color: #ECE2FA;
    font-weight: bold;
    padding: 16px 0;
    text-align: center;
}
.bl_plan table > tbody > tr > td {
    border: 1px solid #939393;
    background-color: #FFFFFF;
    border-left: none;
    padding: 16px 0;
    text-align: center;
    font-size: 14px
}
.bl_plan table > tbody > tr > td .hp_color__orange {
    font-size: 17px;
}
@media screen and (max-width : 750px){
    .bl_plan {
        padding: 64px 0;
    }
    .el_plan_ttl {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .bl_plan_txt {
        margin-bottom: 32px;
    }
    .bl_plan .el_att {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .bl_plan table > thead > tr > th {
        border: 1px solid #FFFFFF;
        border-bottom: none;
        width: 690px;
        color: #FFFFFF;
        font-weight: bold;
        padding: 16px 0;
    }
    .bl_plan table > tbody > tr > th {
        border: 1px solid #939393;
        background-color: #ECE2FA;
        border-bottom: none;
        border-left: none;
        width: 345px;
        font-weight: bold;
        padding: 16px 0;
    }
    .bl_plan table > tbody > tr:not(:first-of-type) > th {
        border-top: none;
    }
    .bl_plan table > tbody > tr > th:first-of-type,
    .bl_plan table > tbody > tr > td:first-of-type {
        border-left: 1px solid #939393;
    }
    .bl_plan table > tbody > tr > td {
        border: 1px solid #939393;
        background-color: #FFFFFF;
        border-bottom: none;
        border-left: none;
        width: 345px;
        font-weight: bold;
        padding: 16px 0;
        font-size: 24px;
    }
    .bl_plan table > tbody > tr:last-of-type {
        border-bottom: 1px solid #939393;
    }
    .bl_plan table > tbody > tr > td .hp_color__orange {
        font-size: 30px;
    }
}

/*=======================================================
trial
=======================================================*/
.bl_trial {
    background-color: #EFF8F1;
    padding: 56px 0;
}
.bl_trial_txt {
    text-align: center;
    margin-bottom: 32px;
}
.bl_trial .bl_cardUnit {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    margin-bottom: 32px;
}
.bl_trial .bl_card {
    width: 240px;
    position: relative;
}
.bl_trial .bl_card:not(:first-of-type)::before {
    position: absolute;
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 23px 0 23px 16px;
    border-color: transparent transparent transparent #3FB56C;
    top: 20%;
    left: -20px;
}
.bl_trial .bl_card_imgWrapper {
    width: 162px;
    margin: 0 auto 8px;
}
.bl_trial .bl_cardTtl {
    background-color: #3FB56C;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 16px;
}
.bl_trial .el_btn {
    margin: auto;
}
@media screen and (max-width : 750px){
    .bl_trial {
        padding: 64px 0;
    }
    .bl_trial_txt {
        margin-bottom: 40px;
    }
    .bl_trial .bl_cardUnit {
        flex-flow: column;
        gap: 80px;
        margin-bottom: 56px;
    }
    .bl_trial .bl_card {
        width: 100%;
    }
    .bl_trial .bl_card:not(:first-of-type)::before {
        border-width: 36px 38px 0 38px;
        border-color: #3FB56C transparent transparent transparent;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bl_trial .bl_card_imgWrapper {
        width: 280px;
        margin: 0 auto 16px;
    }
    .bl_trial .bl_cardTtl {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

/*=======================================================
award
=======================================================*/
.bl_award {
    margin: 56px 0;
}
.bl_award_txt {
    text-align: center;
    margin-bottom: 32px;
}
.bl_award .bl_cardUnit {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.bl_award .bl_card {
    width: 320px;
}
.bl_award .bl_card_imgWrapper {
    width: 208px;
    margin: 0 auto 32px;
}
.bl_award .bl_cardTtl {
    background-color: #E66342;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.88px;
    padding: 4px 0 2px;
}
@media screen and (max-width : 750px){
    .bl_award {
        margin: 64px 0;
    }
    .bl_award_txt {
        margin-bottom: 40px;
    }
    .bl_award .bl_cardUnit {
        flex-flow: wrap;
        justify-content: center;
        gap: 56px 32px;

    }
    .bl_award .bl_cardTtl {
        font-size: 30px;
        padding: 8px 0 4px;
    }
}