@charset "utf-8";

@media screen and (min-width : 641px) and (max-width: 1920px) {
	.top_contents_wrap::after {
		background-size: 1920px 460px;
	}
	.top_contents_wrap:has(.block_registration)::after {
		background-size: 1920px 860px;
	}
    .section_program_overview::after {
        background-size: auto, 1920px 1204px;
    }
	.color_black #tmp_wrapper .top_contents_wrap::after,
	.color_blue #tmp_wrapper .top_contents_wrap::after,
	.color_yellow #tmp_wrapper .top_contents_wrap::after {
		background-size: 1920px 460px !important;
	}
}

@media screen and (min-width : 641px) and (max-width: 1240px) {
    .section_mainvs span.show_pc {
        display: flex;
        justify-content: center;
    }
    .section_mainvs span.show_pc img {
        width: calc(1920 / 1240 * 100%);
        height: auto;
    }
}

@media screen and (max-width : 640px) {
/* ==================================================
contents
================================================== */
/* common
================================================== */
.title_common_primary {
	margin-bottom: 32px;
}
.title_common_primary h2{
	min-height: 60px;
	margin-left: 0;
	padding-left: 70px;
	background-size: 60px auto;
	font-size: 187.5%;
}
.title_common_primary h2>span{
	padding-bottom: 9px;
	background-size: auto 15px;
	top: -1px;
}

.title_common_secondary {
	margin-bottom: 29px;
}
.title_common_secondary h2{
	min-height: 53px;
	padding-top: 4px;
	padding-right: 1px;
	padding-left: 62px;
	background-image: url(/shared/templates/roseifukushi_top/images/icon/icon_title_sp.png);
	background-size: 53px auto;
	font-size: 187.5%;
}
.title_common_secondary h2>span{
	top: -1px;
}
/* Main visual Top
================================================== */
.top_contents_wrap {
    margin-top: -25px;
    padding-top: 38px;
    min-height: unset;
}
.top_contents_wrap::before {
    height: calc(100% - 30px);
}
.top_contents_wrap::after,
.top_contents_wrap:has(.block_registration)::after {
    height: 36px;
    background-image:  url(/shared/templates/roseifukushi_top/images/main/mainvs_wave_sp.png);
    background-size: 100% 36px;
}
.section_front {
	padding-bottom: 37px;
	background-image: url(/shared/templates/roseifukushi_top/images/main/registration_bg_bot_sp.png);
	background-size: auto 120px;
}
.section_front .txt_lead {
    padding: 0 16px;
    font-size: 100%;
}
.section_front .top_navi {
    gap: 6px 9px;
    padding: 0;
    margin: 24px 0 46px;
}
.section_front .top_navi > li {
    width: calc((100% - 18px) / 3);
    padding-bottom: 17px;
}
.section_front .top_navi > li > a {
	padding: 56px 10px 14px;
    background-position: center 11px;
    background-size: 38px auto;
    border-radius: 2px;
    font-size: 100%;
	justify-content: center;
    text-align: center;
    box-shadow: 1px 1px 2px 0 #bfbfbf;
    line-height: 1.3;
}
.section_front .top_navi > li.navi_list1 > a,
.section_front .top_navi > li.navi_list1 > a:hover {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/navi_list1_ico_sp.png);
}
.section_front .top_navi > li.navi_list2 > a,
.section_front .top_navi > li.navi_list2 > a:hover {
    padding-left: 10px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/navi_list2_ico_sp.png);
}
.section_front .top_navi > li.navi_list3 > a,
.section_front .top_navi > li.navi_list3 > a:hover {
    padding-left: 10px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/navi_list3_ico_sp.png);
}
.section_front .top_navi > li > a::before,
.section_front .top_navi > li > a:hover::before {
    height: 18px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/top_navi_round_bot_sp.png);
	background-size: auto 18px;
}
.section_front .top_navi > li > a::after,
.section_front .top_navi > li > a:hover::after {
	top: calc(100% - 1px);
    height: 12px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/top_navi_ico_bot_sp.png), url(/shared/templates/roseifukushi_top/images/icon/top_navi_ico_line_bot.png);
	background-size: auto 10px, 48px 4px;
	background-position: center bottom, center -2px;
}
/* block_registration */
.block_registration .registration_ttl {
    margin-bottom: 24px;
    padding: 17px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/registration_ttl_bg1_sp.png), url(/shared/templates/roseifukushi_top/images/icon/registration_ttl_bg2_sp.png);
	background-size: 94px auto, 94px auto;
    font-size: 187.5%;
}
.block_registration .registration_txt {
    display: block;
    font-size: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    line-height: 1.8;
}
.registration_list {
    display: block;
    padding: 0 10px;
}
.registration_list ul {
    flex-direction: column;
    gap: 20px 0;
    max-width: unset;
}
.registration_list ul > li {
    width: 100%;
}
.registration_list ul > li > a {
    padding: 18px 40px 17px 37px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/registration_arrow_sp.png);
    background-size: 7px auto;
    background-position: right 14px center;
    border-radius: 4px;
    font-size: 100%;
    box-shadow: 1px 1px 2px 0 #bfbfbf;
}
.section_front .top_navi > li > a:hover {
    color: #ffffff;
    background-color: #288126;
}
.registration_list ul > li > a:hover {
    color: #333333;
    background-color: #ffffff;
}
/* Section Program Overview
================================================== */
.section_program_overview {
    padding-top: 38px;
    padding-bottom: 106px;
}
.top_contents_wrap:has(> .section_top_contact:last-child) > .section_program_overview:nth-last-child(2) {
    padding-bottom: 118px;
}
.section_program_overview::after {
    bottom: -12px;
    height: 137px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/program_overview_bg_circle_sp.png), url(/shared/templates/roseifukushi_top/images/icon/program_overview_bg_wave_sp.png);
    background-position: right bottom, center bottom;
    background-size: auto 137px, 100% 137px;
}
.section_program_overview .title_common_primary h2 {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/icon_program_overview_sp.png);
}
.section_program_overview .title_common_primary h2>span {
    min-width: 150px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/title_program_overview_sp.png);
}
.section_program_overview .overview_txt {
    display: block;
    font-size: 100%;
    line-height: 1.8;
    margin-bottom: 33px;
}
.section_program_overview .program_video_wrap {
    flex-direction: column;
    gap: 16px 0;
    padding-right: 0;
}
.section_program_overview .program_video {
    width: 100%;
    padding-right: 8px;
    position: relative;
}
.section_program_overview .program_video::after {
    content: '';
    position: absolute;
    color: inherit;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    height: 14px;
}
.section_program_overview .program_video .video_thumb {
    margin-bottom: 16px;
    box-shadow: 8px 8px 0 0 #288126;
}
.section_program_overview .program_video .video_thumb > span{
    z-index: 1;
}
.section_program_overview .program_video .video_link a {
    padding-left: 14px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/icon_arrow_sp.png);
    background-size: 8px auto;
    background-position: 0 8px;
}
.section_program_overview .program_video .video_link a:hover {
    text-decoration: none;
}
/* Section Program Flow
================================================== */
.section_flow{
    padding: 30px 0 24px;
}
.section_flow .title_common_primary {
    margin-bottom: 37px;
}
.section_flow .title_common_primary h2{
    background-image: url(/shared/templates/roseifukushi_top/images/icon/flow_ttl_ic_sp.png);
    background-position: 0 0;
}
.section_flow .title_common_primary h2 > span{
    padding-bottom: 13px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/flow_ttl_txt_sp.png);
    background-size: auto 16px;
}
.section_flow .flow_accordions{
    flex-direction: column;
    gap: 15px 0;
    padding: 0 10px;
}
.section_flow .flow_accordions > li{
    width: 100%;
}
.section_flow .acc_item{
    box-shadow: 0.65px 0.75px 2px 0 #bfbfbf;
}
.section_flow .acc_item_trigger:before{
    width: 42px;
    font-size: 175%;
}
.section_flow .acc_item_trigger:after{
    right: 13px;
    width: 22px;
    height: 22px;
    background-size: 2px 14px, 14px 2px;
}
.section_flow .acc_item_trigger > span{
    padding: 22px 46px 21px 16px;
    font-size: 118.75%;
}
.section_flow .acc_item_des{
    padding: 20px 15px;
}

/* Section schedule Flow
================================================== */
.section_schedule{
    padding: 25px 0 137px;
}
.section_schedule:after{
    bottom: -38px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/schedule_pattern_bubble_sp.png), url(/shared/templates/roseifukushi_top/images/icon/schedule_pattern_wave_sp.png);
    background-position: 0 0, center bottom 38px;
    background-size: 46px auto, 100% 89px;
    height: 150px;
}
.section_schedule .schedule_ttl {
    margin-bottom: 35px;
}
.section_schedule .schedule_ttl h3{
    padding-left: 66px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/flow_subttl_ic_sp.png);
    background-position: 0 10px;
    background-size: 52px auto;
    font-size: 156.25%;
    line-height: 1.1;
}
.section_schedule .schedule_cnt{
    flex-direction: column;
    gap: 45px 0;
    padding: 0 10px;
}
.section_schedule .schedule_blog{
    padding: 25px 12px 24px;
    width: 100%;
    border-top-width: 5px;
    border-bottom-width: 5px;
}
.section_schedule .schedule_blog:before{
    top: -25px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/flow_blog_ic1_sp.png);
    width: 94px;
    height: 39px;
}
.section_schedule .schedule_blog .blog_ttl{
    margin-bottom: 15px;
}
.section_schedule .blog_ttl h4{
    font-size: 131.25%;
}
.section_schedule .blog_steps li{
    padding: 14px 11px 11px 11px;
    min-height: 65px;
}
.section_schedule .blog_steps .step {
    margin-bottom: 33px;
}
.section_schedule .blog_steps .step:after{
    left: 0;
    bottom: -24px;
    border-width: 14px 24px 0;
}
.section_schedule .blog_steps .txt_lbl{
    font-size: 131.25%;
}
.section_schedule .blog_steps .txt_time{
    font-size: 193.75%;
    letter-spacing: 0.1em;
}
.section_schedule .step:has(.txt_time) .txt_lbl{
    font-size: 118.75%;
}
.section_schedule .blog_steps .other{
    padding-bottom: 15px;
    font-size: 150%;
}
.section_schedule .schedule_blog:nth-child(2):before{
    background-image: url(/shared/templates/roseifukushi_top/images/icon/flow_blog_ic2_sp.png);
}
.section_schedule .schedule_blog:nth-child(3):before{
    background-image: url(/shared/templates/roseifukushi_top/images/icon/flow_blog_ic3_sp.png);
}

/* hover */
.section_flow .acc_item_trigger:hover:after{
    background-color: #ffffff;
    border-color: transparent;
}

/* Section Testimonials
================================================== */
.card_top_profile {
    padding: 26px 45px 14px;
    border-radius: 4px;
}
.card_top_profile .card_thumbnail {
    max-width: 160px;
    margin-bottom: 10px;
}
.card_top_profile .card_title {
    margin-bottom: 16px;
    padding: 0 40px;
    font-size: 131.25%;
    line-height: 1.6;
}

.list_top_related {
    gap: 12px;
}
.list_top_related>li {
    width: calc(50% - 6px);
    border-radius: 4px;
    box-shadow: 0.6155px 0.788px 2px 0 #BFBFBF;
}
.list_top_related>li>a:hover .item_thumbnail img {
    opacity: 1;
}

.list_top_contact {
    gap: 20px;
}
.list_top_contact>li {
    width: 100%;
    padding: 4px 19px 9px;
    border-radius: 4px;
}
.list_top_contact .item_title a:hover span {
    text-decoration: none;
}
.list_top_contact .item_title a span {
    padding-left: 12px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/icon_arrow_sp.png);
    background-size: 8px auto;
    background-position: left 13px;
}
.list_top_contact .item_title {
    margin-bottom: 6px;
    padding-bottom: 1px;
    border-bottom-width: 1px;
    font-size: 125%;
}
.list_top_contact .item_title span {
    padding-top: 4px;
    padding-bottom: 2px;
}
.list_top_contact .item_detail p {
    width: 100%;
}
.list_top_contact .item_detail a:hover {
    text-decoration: none;
}

.section_top_testimonials {
    padding-top: 24px;
    padding-bottom: 103px;
}
.section_top_testimonials>.container {
    padding-right: 5px;
    padding-left: 5px;
}
.section_top_testimonials .title_common_primary h2 {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/icon_testimonials_sp.png);
}
.section_top_testimonials .title_common_primary h2>span {
    min-width: 150px;
    background-image: url(/shared/templates/roseifukushi_top/images/icon/title_testimonials_sp.png);
}
.section_top_testimonials .splide_common {
    padding-right: 0;
    padding-left: 0;
}
.section_top_testimonials .splide_common .splide {
    padding-right: 1px;
    padding-left: 1px;
}
.section_top_testimonials .splide_common .splide__slide {
    width: 100%;
}
.section_top_testimonials .splide_common .splide__arrow {
    bottom: 16px;
}
.section_top_testimonials .splide_common .splide__controls {
    margin-top: 24px;
}

.section_top_related {
    padding-bottom: 118px;
}
.section_top_related::before {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/background_related_01.png), url(/shared/templates/roseifukushi_top/images/icon/background_related_02_sp.png);
    background-position: calc(100% + 79px) top, center 124px;
    background-size: 167px auto, 100% 45px;
    top: -190px;
}

.section_top_contact {
    padding-bottom: 70px;
}
.section_top_contact::before {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/background_contact_01_sp.png), -webkit-linear-gradient(to right, #DDF4DB, #DDF4DB);
    background-image: url(/shared/templates/roseifukushi_top/images/icon/background_contact_01_sp.png), -moz-linear-gradient(to right, #DDF4DB, #DDF4DB);
    background-image: url(/shared/templates/roseifukushi_top/images/icon/background_contact_01_sp.png), -o-linear-gradient(to right, #DDF4DB, #DDF4DB);
    background-image: url(/shared/templates/roseifukushi_top/images/icon/background_contact_01_sp.png), linear-gradient(to right, #DDF4DB, #DDF4DB);
    background-size: 100% 737px, 100% calc(100% - 736px);
    top: -84px;
}
.section_top_contact .title_common_secondary {
    margin-bottom: 34px;
}

/* ==================================================
reset hover
================================================== */

/* ==================================================
accessibility
================================================== */
.color_black #tmp_wrapper .top_contents_wrap,
.color_blue #tmp_wrapper .top_contents_wrap,
.color_yellow #tmp_wrapper .top_contents_wrap {
	margin-top: 0;
}
.color_black #tmp_wrapper .top_contents_wrap::before,
.color_blue #tmp_wrapper .top_contents_wrap::before,
.color_yellow #tmp_wrapper .top_contents_wrap::before,
.color_black #tmp_wrapper .top_contents_wrap::after,
.color_blue #tmp_wrapper .top_contents_wrap::after,
.color_yellow #tmp_wrapper .top_contents_wrap::after,
.color_black #tmp_wrapper .section_program_overview .program_video::after,
.color_blue #tmp_wrapper .section_program_overview .program_video::after,
.color_yellow #tmp_wrapper .section_program_overview .program_video::after {
    content: none !important;
}
.color_black #tmp_wrapper .section_front .top_navi > li > a,
.color_blue #tmp_wrapper .section_front .top_navi > li > a,
.color_yellow #tmp_wrapper .section_front .top_navi > li > a {
	padding: 28px 10px 28px;
}
.color_black #tmp_wrapper .section_front .top_navi > li > a::after,
.color_blue #tmp_wrapper .section_front .top_navi > li > a::after {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/top_navi_ico_bot_sp.png);
}
.color_yellow #tmp_wrapper .section_front .top_navi > li > a::after {
    background-image: url(/shared/templates/roseifukushi_top/images/icon/top_navi_ico_bot_sp_blue.png);
}
.color_black #tmp_wrapper .section_front .top_navi > li > a:hover,
.color_blue #tmp_wrapper .section_front .top_navi > li > a:hover,
.color_yellow #tmp_wrapper .section_front .top_navi > li >a:hover,
.color_black #tmp_wrapper .registration_list ul > li > a:hover,
.color_blue #tmp_wrapper .registration_list ul > li > a:hover,
.color_yellow #tmp_wrapper .registration_list ul > li > a:hover {
    text-decoration: underline;
}
.fsize_big .card_top_profile,
.fsize_big2 .card_top_profile,
.furigana_on .card_top_profile {
    padding-right: 50px;
    padding-left: 50px;
}
.fsize_big .card_top_profile .card_title,
.fsize_big2 .card_top_profile .card_title,
.furigana_on .card_top_profile .card_title {
    padding-right: 0;
    padding-left: 0;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}