@charset "utf-8"; 

*
{
     padding: 0;
     margin: 0;
     font-size: 16px;
     color: #333333;
     font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
 }
/* テキスト */
.keep_all_break_word
{
    word-break: keep-all;
    overflow-wrap: break-word;
}
.text_center
{
	text-align : center;
}
.text_left
{
    text-align: left;
}
.text_right
{
    text-align: right;
}
.text_justify
{
	text-align : justify;
}
.text_white
{
    color: #ffffff;
}
.text_gray
{
    color: #666666;
}
.text_lightgray
{
    color: #999999;
}
.text_lightgray2
{
    color: #b3b3b3;
}
.text_eyecatchred
{
    color: #FA4D4D;
}
.text_red
{
    color: #9D2A31;
}
.text_pink
{
    color: #D28687;
}
.text_lightyellow
{
    color: #fff604;
}
.text_yellow
{
    color: #E0DE4C;
}
.text_black
{   
    color: #000000;
}
.text_footer
{
    color: #808080;
}
.text_bold
{
    font-weight: bold;
}
.font_size_12 
{
	font-size: 0.75rem;
}
.font_size_14 
{
	font-size: 0.875rem;
}
.font_size_18 
{
	font-size: 1.1rem;
}
.font_size_21, .eyecatchfont_size_21
{
	font-size: 1.3rem;
}
.font_size_24, .eyecatchfont_size_24
{
	font-size: 1.5rem;
}
.font_size_28, .eyecatchfont_size_28
{
	font-size: 1.75rem;
}
.font_size_32, .eyecatchfont_size_32
{
	font-size: 2rem;
}
.font_size_36 
{
	font-size: 2.25rem;
}
.font_size_40, .eyecatchfont_size_40
{
	font-size: 2.5rem;
}
.font_size_50 
{
	font-size: 3.125rem;
}
.font_size_85 
{
	font-size: 5.3rem;
}
.font_size_100
{
    font-size: 6.25rem;
}
.line_height_1rem
{
	line-height: 1rem;
}
.line_height_2rem
{
	line-height: 2rem;
}
.line_height_3rem
{
    line-height: 3rem;
}
.line_height_25rem
{
	line-height: 2.5rem;
}
.line_height_35rem
{
	line-height: 3.5rem;
}
.line_height_5rem
{
	line-height: 5rem;
}
.text_rl
{
    writing-mode: vertical-rl;
}
.br_specification
{
    word-break: keep-all;
}
.font_mincho
{
    font-family : YuMincho,	'Yu Mincho', serif;
}
/* 背景 */
.bg_color_lightgray
{
    background-color: #F2F2F2;
}
.bg_color_gray
{
    background-color: #999999;
}
.bg_color_red
{
    background-color: #9D2A31;
}
.bg_color_pink
{
    background-color: #D28687;
    color: #ffffff;
}
.bg_color_black
{
    background-color: #000000;
    opacity: 0.7;
}
.bg_color_white
{
    background-color: #ffffff;
}
.bg_cta_yellow
{
    background-color: #F3EDC5;
}

.yellow_border
{
    background: linear-gradient(transparent 50%, #F8EF3D 50%);
}
.line_through
{
    text-decoration: line-through;
}
/* ▼コンテンツのサイズ */
.max_width_1200
{
	max-width: 1200px;
	margin: 0 auto;
}
.max_width_1000
{
	max-width: 1000px;
	margin: 0 auto;
}
.max_width_950 {
    max-width: 950px;
    margin: auto;
}
.max_width_930 {
	max-width: 930px;
	margin: auto;
}
.max_width_700
{
    max-width: 700px;
	margin: auto;
}
.max_width_600
{
    max-width: 600px;
	margin: auto;
}
.max_width_550
{
    max-width: 550px;
    margin: 0 auto;
}
.max_width_360
{
    max-width: 360px;
    margin: 0 auto;
}
.max_width_290
{
    max-width: 290px;
    margin: 0 auto;
}
.width_minus_40
{
    width: calc(100% - 140px);
}
/* ▼余白 */
.padding_top5
{
    padding-top: 5px;
}
.padding_tb100
{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding_tb50
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding_tb20
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding_top50
{
    padding-top: 50px;
}
.margin_tb100
{
    margin-top: 100px;
    margin-bottom: 100px;
}
.margin_tb75
{
    margin-top: 75px;
    margin-bottom: 75px;
}
.margin_tb50
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin_tb30
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin_bottom150
{
    margin-bottom: 150px;
}
.margin_bottom100
{
    margin-bottom: 100px;
}
.margin_bottom50
{
    margin-bottom: 50px;
}
.margin_bottom10
{
    margin-bottom: 10px;
}
.margin_top100
{
    margin-top: 100px;
}
.margin_top50
{
    margin-top: 50px;
}
.margin_top30
{
    margin-top: 30px;
}
.margin_left30
{
    margin-left: 30px;
}
.margin_right30
{
    margin-right: 30px;
}
.margin_tb10
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin_tb20
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin_tb5
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin_top10
{
    margin-top: 10px;
}
.margin_left10
{
    margin-left : 10px;
}
.margin_right10
{
    margin-right : 10px;
}
.margin_10_lr
{
    margin-left : 10px;
    margin-right : 10px;
}
.margin_10_b
{
	margin-bottom: 10px;
}
.margin_5_t
{
	margin-top: 5px;
}
.margin_5_b
{
	margin-bottom: 5px;
}
.padding_10_lr
{
    padding-left : 10px;
    padding-right : 10px;
}
.padding_bottom100
{
    padding-bottom: 100px;
}
.padding_top10
{
    padding-top: 10px;
}
.gap_20
{
    gap: 20px;
}

.display_none
{
    display: none;
}
.display_inline_block
{
    display: inline-block;
}
.display_grid
{
    display: grid;
}
.display_flex
{
    display: flex;
}
.grid_columns_2
{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.flex_wrap
{
    flex-wrap: wrap;
}
.flex_end
{
    align-items: end;
}
.items_center
{
    align-items: center;
}
.justify_content_center
{
    justify-content: center;
}
.justify_content_spacearound
{
    justify-content: space-around;
}
.justify_content_spacebetween
{
    justify-content: space-between;
}
.position_relative
{
    position: relative;
}
.position_absolute
{
    position: absolute;
}

.text_whitebox
{
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}
.dli-chevron-down
{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
.eyecatchcheck
{
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: inset 0 0 30px rgba(0,0,0,.5);
}
.dli-caret-down
{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 2em 3.5em;
    border-top-color: currentColor;
    border-bottom: 0;
}
.eyecatch_textwhite
{
    background-color: #FA4D4D;
    font-weight: 900;
}
.dot_yellow
{
    display: inline-block;
    position: relative;
}
.dot_yellow::before
{
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #E0DE4C;
    font-size: 1em;
    content: "・";
}
.about_dot::after
{
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    bottom: -20px;
    right: 50%;
    position: absolute;
    border-bottom: dotted 4px #B3B3B3;
    transform: rotate(90deg);
}
.about_navigater
{
    grid-template-columns: repeat(auto-fit, 400px);
    place-items: center;   
}
.about_navigater_text
{
    background-color: #ffffff;
    width: 325px;
    height: 325px;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0,0,0,.3);
}
.text_borderbottom
{
    padding-bottom: 50px;
    border-bottom: 1px solid #000000;
}
.student_voice_wrap
{
    background-color: #f2f2f2;
    padding: 50px;
    border-radius: 10px;
}
.voice_num
{
    font-size: 3.125rem;
    color: #e6e6e6;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP';
    font-weight: 600;
    top: -15px;
}
.about_voice
{
    grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    place-items: center;
    gap: 20px;
    border-top: 1px solid #333333;
    padding-top: 50px;
}
.about_voice2
{
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #333333;
    padding-top: 50px;
}
.about_voice img
{
    width: 100%;
}
.hukidashi, .sec07_hukidashi
{
    position: relative;
}
.hukidashi::before, .sec07_hukidashi::before
{
    position: absolute;
    content: url(../img/hukidashi_before.png);
    margin-left: -30px;
}
.hukidashi::after, .sec07_hukidashi::after
{
    position: absolute;
    content: url(../img/hukidashi_after.png);
    margin-right: -30px;
}
.whitehukidashi
{
    position: relative;
}
.whitehukidashi::before
{
    position: absolute;
    content: url(../img/whitehukidashi_before.png);
    margin-left: -50px;
}
.whitehukidashi::after
{
    position: absolute;
    content: url(../img/whitehukidashi_after.png);
    margin-right: -50px;
}
.about_anxiety_white
{
    background: #ffffff url(../img/anxiety_pink.png) no-repeat left / 80px;
    border-radius: 10px;
    padding: 10px;
    max-width: 500px;
}
.about_anxiety_pink
{
    background: #d28687 url(../img/anxiety_red.png) no-repeat left / 80px;
    border-radius: 10px;
    padding: 20px 10px;
    max-width: 500px;
    color: #ffffff;
}
.step_wrap
{
    position: relative;
    padding: 1rem 1.5rem;
}
.step_wrap::before, .step_wrap::after
{
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
}
.step_wrap::before
{
    border-left: solid 3px;
    border-top: solid 3px;
    top: 0;
    left: 0;
}
.step_wrap::after
{
    border-right: solid 3px;
    border-bottom: solid 3px;
    bottom: 0;
    right: 0;
}
.step_wrap_grid
{
    grid-template-columns: repeat(3, auto);
}
.point_1
{
    margin-top: 50px;
}
.programbox
{
    background-color: #fff0f5;
    padding: 10px 30px;
}
.square
{
    list-style: square;
    padding-left: 50px;
}
.dokidoki
{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}
.fixed_cta
{
    bottom: 25px;
    display: block;
    font-size: 0;
    position: fixed;
    right: 85px;
    z-index: 9;
    opacity: 0;
}