@charset "UTF-8";
/* CSS Document */
@media (min-width: 751px) {
	body {
		padding-bottom: 160px;
	}

	.icon_img_sp {
		display: none;
	}

	.sec07-content .cap.bot .highlight.none {
		background: none;
	}

	.sec08 .interview-list.list02 {
		padding: 40px 40px 50px;
	}

	.sec08 .interview-list.list02 .interview-item .content h3 {
		margin-bottom: 23px;
	}

	.cta a {
		display: block;
		margin: auto;
		width: max-content;
	}

	.group {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
	.float_cta .cta {
		padding: 0 15px;
	}
}
@media screen and (min-width: 769px) and (max-width: 959px) {
	section#mv {
		padding: 60px 0 0;
	}
	header h1 {
		width: 210px;
	}
	nav ul li {
		padding: 0 10px;
	}
	nav ul li a {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.cta a {
		display: block;
		margin: auto;
		width: auto;
	}

	main {
		padding-top: 25px;
	}
	#mv .cta_mv img {
		padding: 0 15px;
		width: 70vh
	}
	#mv .slider_mv {
		height: 50vh;
	}
	#mv .slider_mv .item {
		height: 50vh;
		background-size: cover;
	}
	#mv .cta_mv {
		height: 40vh;
		background-size: cover;
		margin-top: -8.7vh;
	}
	#mv .cta_mv a {
		bottom: 2vh;
	}
	section.sec01 {
		padding: 0 0 80px;
	}
	.sec03 .sec03-item.item01 .list-group {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		grid-row-gap: 30px;
	}
	.sec03 .sec03-item.item02 .list-group {
		grid-column-gap: 20px;
	}
	.sec07 .step-list .step-item h3 {
		display: flex;
	}
	.sec07 .step-list .step-item h3 span {
		height: 56px;
	}
	.sec04-item .title-zone {
		margin-right: 20px;
	}

	.sec05 .content {
		padding-right: 20px;
	}

	.sec06 .reason-item .content .desc {
		padding-left: 30px;
	}
	.sec07 .head-title {
		padding: 0 45px;
	}
	.sec07-content {
		max-width: 600px;
		margin: 50px auto 0;
	}
	.sec07-content .cap.main {
		padding: 30px 0;
	}
	.sec07 .step-list .step-item .content p.img {
		margin-right: 20px;
		width: 48%;
	}
	.sec07 .step-list .step-item .content .desc {
		width: 48%;
	}
	.sec07-content .cap.top {
		font-size: 33px;
	}
	.sec07-content .cap.main {
		font-size: 18px;
	}
	.sec07-content .cap.bot {
		font-size: 24px;
	}

	.sec08 .interview-list .interview-item .content {
		padding-left: 20px;
	}
	.sec08 .interview-list .interview-item img {
		height: auto;
	}
	.sec08 .interview-list .interview-item .photo .name {
		bottom: 190px;
	}
	.sec08 .interview-list.list02 .interview-item .photo .name {
		bottom: 20px;
	}
	.sec08 .interview-item:nth-child(2n) .content {
		padding-left: 0;
		padding-right: 20px;
	}
	.sec08 .interview-list.list02 .interview-item .content h3 {
		font-size: 22px;
	}
	.sec09 .plan p.img {
		padding: 0 30px;
	}
	.sec09 .title-zone {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sec09 .plan {
		padding: 40px 0;
	}
	.Q_box {
		width: auto;
	}
	#trial_form {
		padding: 80px 0;
	}
	#trial_form table th {
		width: 30%;
	}
	#trial_form .container {
		max-width: 730px;
		margin: auto;
	}

	#trial_form form table tbody tr td {
		display: block;
		width: 100%;
	}
	#trial_form form table tbody tr td input[type="text"],
	#trial_form form table tbody tr td textarea {
		width: 400px;
	}
	#trial_form form table tbody tr td span {
		display: flex;
		flex-wrap: wrap;
		width: 400px;
	}
	#trial_form form table tbody tr td .txt {
		width: 400px;
	}

}
@media screen and (max-width: 767px) {


	nav ul li a:hover::after {
    	display: none;
	}
    section {
        padding: 60px 0;
    }
    footer {
        padding: 15px 0;
    }
    h3 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .wic1 img {
        width: 100%;
    }
    .wic1 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wic2 img {
        width: 100%;
    }
    .wic2 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wic3 img {
        width: 100%;
    }
    .wic3 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sp_txt_left {
        text-align: left;
    }
    .container {
        padding: 0 4vw;
    }
    /*
Header
----------------------------------------------------------- */
	header {
		height: 16vw;
	}
	header h1 {
		width: 45vw;
		height: 12vw;
		margin: 2vw;
	}
	header .container {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
	}
    header nav {
        position: relative;
        display: none;
        width: 100%;
        height: 65vh;
		top: 0;
		left: 0;
        background-color: rgba(251, 141, 0, 0.9);
    }
    nav ul {
        display: block;
        margin: 0 auto;
		padding-left: 0;
    }
    nav ul li {
        margin: 0 auto;
        text-align: center;
        width: 92%;
        height: auto;
        vertical-align: middle;
        border-bottom: 1px solid #fff;
    }
    nav ul li .nav_border {
        display: none;
        /*left: 4vw;
		top: 10vw;
		width: 92vw;
		height: 1px;*/
    }
    nav ul li:last-child {
        content: "";
        height: auto;
    }
    /*nav ul li::after {
		content: "";
    display: block;
	}*/
    nav ul li a {
        display: block;
        padding: 20px 0;
/*		pointer-events: none;*/
    }
    ul li a:hover {
        text-decoration: none;

    }
	nav ul li:last-child  {
		border-bottom: 0;
	}
    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 16vw;
        height: 16vw;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(251, 141, 0, 1);
        z-index: 100;
    }
    #nav_toggle p {
        position: relative;
        color: #fff;
        font-size: 0.1rem;
        text-align: center;
        top: 9.2vw;
    }
    #nav_toggle div {
        position: relative;
    }
    #nav_toggle span {
		display: block;
		height: 0.6vw;
		background: #fff;
		position: absolute;
		width: 8vw;
		left: 4vw;
		right: 4vw;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
		border-radius: 50px;
    }
    #nav_toggle span:nth-child(1) {
        top: 5.3vw;
    }
    #nav_toggle span:nth-child(2) {
	    top: 7.7vw;
    }
    #nav_toggle span:nth-child(3) {
        top: 10vw
    }
    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        top: 8vw;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
        top: 8vw;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
	#mv {
		padding: 14.1vw 0;
	}
}
@media screen and (min-width: 751px) and (max-width: 768px) {
	section#mv .cta_mv {
		background-size: cover;
	}
	.sec01 p img {
		width: 768px;
	}

    section .container {
        padding: 0 5.08vw;
    }

	.sec02 p.img img {
		width: 768px;
	}

	.sec03 .sec03-item.item03 p.img {
		margin-left: -5.5vw;
		margin-right: -7vw;
	}

	.sec03 .sec03-item.item03 p.img img {
		width: 780px;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pagetop {
		bottom: 25.3333vw;
	}


    /*
    MV
    ----------------------------------------------------------- */
    #mv {
        padding: 0;
        padding-top: 16vw;
    }
    #mv .slider_mv {
        height: 122.4vw;
    }
    #mv .slider_mv .item {
        width: 100vw !important;
        height: 122.4vw;
        background-size: contain;
    }
    #mv .slider_mv .item.mv_01 {
        background-image: url("../images/mv01_sp.png");
    }
    #mv .slider_mv .item.mv_02 {
        background-image: url("../images/mv02_sp.png");
    }
    #mv .slider_mv .item.mv_03 {
        background-image: url("../images/mv03_sp.png");
    }
    #mv .slider_mv .item.mv_karaoke {
        background-image: url("../images/mvkaraoke_sp.png");
    }
    #mv .slider_mv .item.mv_musical {
        background-image: url("../images/mvmusical_sp.png");
    }
    #mv .slider_mv .item.mv_advance {
        background-image: url("../images/mvadvance_sp.png");
    }
    #mv .cta_mv {
        background-image: url("../images/cta_bg_sp.png");
        background-size: contain;
        width: 100vw;
        height: 86.4vw;
        margin-top: -16.8vw;
    }
    #mv .cta_mv a {
        bottom: 5.6vw;
        padding: 0 4vw;
    }
    #mv .cta_mv.karaoke {
        background-image: url("../images/cta_bg_karaoke_sp.png");
        background-size: contain;
        width: 100vw;
        height: 86.4vw;
        margin-top: -16.8vw;
    }
    #mv .cta_mv.musical {
        background-image: url("../images/cta_bg_musical_sp.png");
        background-size: contain;
        width: 100vw;
        height: 86.4vw;
        margin-top: -16.8vw;
    }
    #mv .cta_mv.advance {
        background-image: url("../images/cta_bg_advance_sp.png");
        background-size: contain;
        width: 100vw;
        height: 86.4vw;
        margin-top: -16.8vw;
    }
    /*
sec 1
----------------------------------------------------------- */
    section.sec01 {
        padding: 8.4vw 0 7.6vw;
    }
    section.sec01 .container {
        padding: 0;
    }
    /*
sec 2
----------------------------------------------------------- */
    section.sec02 .head-title {
        padding: 0 4vw;
    }
    section.sec02 .container {
        padding: 11.73333vw 0 26.5vw;
    }

	section.sec02 {
		background: none;
		padding: 0;
	}

	section.sec02:before {
		position: absolute;
		content: '';
		background: #eee;
		width: calc(100% - 1.67vw);
		height: 98%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
	}

    .sec02 p.img {
        padding: 4.4vw 0 8.26666vw;
    }
    .sec02 .icon_img_sp {
		position: absolute;
		left: 50%;
        bottom: -0.6667vw;
        width: 100%;
		transform: translateX(-50%);
		z-index: 2;
    }
    .sec02 .img02 {
        padding: 0 4vw;
    }
	.icon-arr {
		display: none;
	}
    /*
sec 3
----------------------------------------------------------- */
    section.sec03 {
        padding: 0 0 14.8vw;
    }
    .sec03 .sec03-item.item01 .list-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .sec03-item.item01 .title-zone {
        padding: 0;
    }
    .sec03-list {
        padding-top: 10.6666vw;
    }
    .sec03-item.item01 .desc {
        font-size: 4.26666vw;
        line-height: 1.5em;
        text-align: left;
        padding-top: 6.53333vw;
    }
    .sec03 .sec03-item.item01 .list-group {
        padding: 13.0666vw 0 0;
    }
    .sec03 .sec03-item.item01 .list-group li {
        padding-bottom: 13.0666vw;
    }
    .sec03 .sec03-item.item01 .list-group li:last-child {
        padding-bottom: 0;
    }
    .sec03 .sec03-item.item01 .list-group .desc {
        text-align: center;
        padding-top: 4.8vw;
    }
    .sec03 .caption .txt-cap.top {
        font-size: 3.9vw;
        line-height: 1.5em;
    }
    .sec03 .caption .txt-cap.bot {
        font-size: 6.4vw;
        letter-spacing: -.09em;
        line-height: 1.5em;
    }
    .sec03 .desc {
        font-size: 4.26666vw;
        line-height: 1.5em;
    }
    .sec03-item.item02 .desc {
        text-align: left;
    }
    .sec03 .sec03-item.item02 .list-group {
        grid-column-gap: 18px;
        padding: 6.4vw 0 0;
    }
    .sec03-item.item03 .desc {
        text-align: left;
        letter-spacing: -.09em;
    }
    .sec03-item.item03 .desc span {
        font-size: 6.4vw;
        line-height: 1.25em;
        text-align: center;
    }
    .sec03 .sec03-item.item01 .caption {
        margin-top: 0;
        padding-top: 11.86666vw;
    }
    .sec03-item.item02 {
        padding-top: 15.6vw;
    }
    .sec03-item.item02 .title-zone {
        padding-bottom: 10.93333vw;
    }
    .sec03-item.item03 {
        padding-top: 18.4vw;
    }
    .sec03-item.item03 .title-zone {
        padding-bottom: 14vw;
    }
    .sec03-item .txt-big.top {
        padding-bottom: 7.86666vw;
    }
    .sec03-item .txt-big.bot {
        padding-top: 9.33333vw;
    }
	.sec03-item.item03 p.img {
		margin-left: -4vw;
		margin-right: -4vw;
		padding: 5.2vw 0 6vw;
	}
	.sec03 .head-title {
		margin-left: -4vw;
		margin-right: -4vw;
	}
    /*
sec 4
----------------------------------------------------------- */
    section.sec04 {
        padding: 15.0666vw 0 11.8666vw;
    }
    .sec04-item {
        flex-direction: column;
        padding: 8.6666vw 4vw;
    }
    .sec04-item .item.left p {
        margin-right: 0;
    }
    .sec04-item .item.left {
        order: 2;
        padding-top: 7.3333vw;
    }
    .sec04-item .item.right {
        width: auto;
        max-width: 100%;
    }
    .sec04-item .item.right img {
        margin: auto;
    }
    .sec04-item .desc {
        line-height: 1.5em;
        font-size: 4.26666vw;
    }
    .sec04-item .cap {
        font-size: 4.8vw;
        padding: 2.53333vw 0 1.33333vw;
        max-width: 36.4vw;
        margin: 5.6vw 0 5.06666vw;
    }
    .sec04-item .title-zone {
        padding-bottom: 4.53333vw;
    }
    .sec04 .head-title {
        padding-bottom: 11.2vw;
    }
    .sec04-list {
        margin-bottom: 11.3333vw;
    }
    .sec04-list.list04 {
        margin-bottom: 0;
    }
    .sec04 .btn-more {
        padding-top: 11.8666vw;
    }
    /*
sec 5
----------------------------------------------------------- */
    section.sec05 {
        padding: 12.5333vw 0 14.4vw;
    }
    .sec05 .head-title {
        padding-bottom: 12.5333vw
    }
    .sec05 .title-zone {
        padding-bottom: 4.6667vw;
        padding-top: 6.8vw;
    }
    .sec05 .voice-item {
        flex-direction: column;
    }
    .sec05 .content {
        order: 2;
        max-width: 100%;
    }
    .sec05 .photo {
        width: auto;
        max-width: 100%;
    }
    .sec05 .photo img {
        margin: auto;
    }
    .sec05 .voice-list {
        padding: 9.0666vw 4vw 8.13333vw;
        position: relative;
        margin-bottom: 18vw;
    }
    .sec05 .title-zone:after {
        display: none;
    }
    .voice-item:before {
        position: absolute;
        content: '';
        display: inline-block;
        background-image: url(../images/sec_2_voice_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 40vw;
        height: 13.3333333vw;
        vertical-align: middle;
        top: -7.73333vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .voice-item .desc {
        font-size: 4.26666vw;
        line-height: 1.5em;
    }
    /*
sec 6
----------------------------------------------------------- */
    section.sec06 {
        padding: 0 0 13.6vw;
    }
    .sec06 .bg-ttl {
        padding: 10.93333vw 0 11.466667vw;
        margin-bottom: 15.33333vw;
    }
    .sec06 .reason-item .head {
        display: block;
        min-height: 100%;
        padding: 15.466667vw 0 5.866667vw;
    }
    .sec06 .reason-item .head h3 {
        padding-left: 0;
        text-align: center;
        font-size: 6.4vw;
        line-height: 1.25em;
        padding-top: 8vw;
    }
    .sec06 .reason-item .content {
        display: block;
        padding: 6.93333vw 4vw 6.13333vw;
    }
    .sec06 .reason-item .content .desc {
        line-height: 1.5em;
        font-size: 4.26666vw;
        width: auto;
        letter-spacing: -.09rem;
        padding-top: 6vw;
    }
    .sec06 .reason-item {
        margin-bottom: 13.6vw;
        border: 0.266667vw solid #218f0a;
    }
    #reason.sec06 .reason-item .head h3:before {
        width: 26.666667vw;
        height: 26.666667vw;
        top: -21.73333vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec06 .reason-item:nth-of-type(1) .head h3:before {
        background-image: url(../images/reason_num_1_sp.png);
    }
    .sec06 .reason-item:nth-of-type(2) .head h3:before {
        background-image: url(../images/reason_num_2_sp.png);
    }
    .sec06 .reason-item:nth-of-type(3) .head h3:before {
        background-image: url(../images/reason_num_3_sp.png);
    }
    /*
sec 7
----------------------------------------------------------- */
    section.sec07 {
        padding: 14.66667vw 0 16.26667vw;
    }
    .sec07 .step-list .step-item .content .desc {
        line-height: 1.5em;
        font-size: 4.26666vw;
        padding-top: 3.2vw;
    }
    .sec07 .step-list .step-item h3 {
        font-size: 4.8vw;
        display: flex;
        letter-spacing: 0.07em;
    }
    .sec07 .step-list .step-item .content {
        display: block;
        margin-top: 2.93333vw;
    }
    .sec07 .step-list .step-item .content p.img {
        width: auto;
        max-width: 100%;
        margin-right: 0;
    }
    .sec07 .step-list .step-item {
        padding: 3.86667vw 4vw 4vw;
    }
    .sec07 .step-list {
        padding: 7.6vw 3.2vw 8.4vw;
        margin-bottom: 0;
    }
    .sec07 .icon_arrow {
        margin: 5.73333vw 0 4vw;
        padding: 0;
    }
    .sec07 .step-list .step-item h3 span {
        font-size: 3.2vw;
        padding: 0.93333vw 3.9vw 1.466667vw;
        margin-right: 3.33333vw;
        letter-spacing: 0;
        line-height: 1.5em;
        height: 6.66667vw;
        white-space: nowrap;
    }
    .sec07-content {
        margin: 9.2vw 0 0;
    }
    .sec07-content .cap.top {
        font-size: 8vw;
        line-height: 1.25em;
        padding-bottom: 0.93333vw;
        border-radius: 100px;
        padding-top: 0.4vw;
    }
    .sec07-content .cap.main {
        font-size: 4.26666vw;
        line-height: 1.5em;
		letter-spacing: -.09rem;
        padding: 6vw 0 3.86667vw;
    }
    .sec07-content .cap.bot {
        font-size: 6.4vw;
        letter-spacing: -.09em;
        line-height: 1.5em;
    }
    .sec07 .step-wrapper {
        border: 0.6667vw solid #174d0c;
        padding: 7.6vw 0 0;
    }
	.sec07-content .cap.bot .highlight {
		background: linear-gradient(transparent 50%, #fcff02 50%);
	}
    /*
sec 8
----------------------------------------------------------- */
    section.sec08 {
        padding: 10.53334vw 0 12vw;
    }
    .sec08 .head-title {
        margin-bottom: 22.26667vw;
    }
    .sec08 .interview-list .interview-item {
        display: block;
        padding-bottom: 9.46667vw;
        margin-bottom: 10.4vw;
    }
    .sec08 .interview-list .interview-item .content h3 {
        font-size: 6.4vw;
        line-height: 1.25em;
        margin-bottom: 5.86667vw;
    }
    .sec08 .interview-list .interview-item .content .desc {
        font-size: 4.26666vw;
        line-height: 1.5em;
    }
    .sec08 .interview-list .interview-item .content {
        width: auto;
        padding-top: 6.53334vw;
    }
    .sec08 .interview-list {
        padding: 4vw 6.6667vw 4vw;
        border: 1.33334vw solid #218f0a;
        margin-bottom: 24.4vw;
    }
    .sec08 .interview-list .interview-item img {
        width: auto;
        height: auto;
    }
    .sec08 .interview-list .interview-item .photo .name {
        margin-left: 11.2vw;
        font-size: 4.26666vw;
        padding: 0.4vw 2vw 0.4vw 4.26666vw;
    }
    .sec08 .interview-list:before {
        top: -14.8vw;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/interview_ttl_sp.png);
        width: 53.3334vw;
        height: 13.3334vw;
    }
    .sec08 .interview-list .interview-item .photo .name span {
        font-size: 3.2vw;
    }
    /*
sec 9
----------------------------------------------------------- */
    section.sec09 {
        padding: 0 0 13.3334vw;
    }
    .sec09 h2 {
        padding: 6.13334vw 0;
        margin-bottom: 8vw;
    }
    .sec09 .title-zone {
        padding-bottom: 4.9333vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .sec09 .plan {
        padding: 4vw;
        margin-bottom: 6vw;
    }
    .sec09 .plan p.img {
        padding: 0 4vw;
    }
    /*
sec 10
----------------------------------------------------------- */
    section.QandA {
        padding: 0 0 11.6vw;
    }
    section.QandA h2 {
        padding: 4.6667vw 0;
        margin-bottom: 8.4vw;
    }
    .Q_box {
        width: 92vw;
        margin-bottom: 10vw;
    }
    .Q_box:last-child {
        margin-bottom: 0;
    }
    .Q_box .ttl {
		display: flex;
        font-size: 4.8vw;
        text-indent: 0;
        padding-left: 0;
        padding-bottom: 2.53333vw;
        margin-bottom: 4.4vw;
        border-bottom: 2px solid #218f0a;
    }
	.Q_box .ttl span {
		margin-right: 1.5rem;
		display: block;
	}
    .Q_box .txt {
        font-size: 4.26666vw;
        line-height: 1.5em;
    }
    #trial_form table.row th, #trial_form table.row td {
        width: 100%;
        display: block;
    }
    .btn_submit {
		font-size: 4.8vw;
		padding: 0;
		height: 16.4vw;
        border-radius: 5px;
        max-width: 90%;
        margin: 3rem auto;
        cursor: pointer;
        transition: none;
    }
    /*
form
----------------------------------------------------------- */

    #trial_form {
        padding: 0;
    }
    #trial_form .container h2 {
        color: #fff;
        font-size: 6vw;
        padding: 3.6vw 0;
    }
    #trial_form .container .inner {
        width: 100%;
        padding: 1.5rem 4vw;
    }
    #trial_form .inner .txt {
        width: 100%;
    }
    #trial_form table {
        margin: 1.6rem auto;
    }
    #trial_form table th {
        border-bottom: none;
        padding: 2rem 0 0;
    }
    #trial_form table td {
        padding: 2rem 0;
        /*font-size: 1.4rem;*/
    }
    .time-to {
        font-size: 1.3rem;
        width: 135px;
        padding: 4px;
    }
    input[type="checkbox"] {
        transform: scale(1.4);
        margin: 0 1rem 0 .2rem;
    }
    .form-group .col-form-label {
        width: auto;
    }
    .btn_submit {
        width: 92%;
    }
	input[type="text"], select {
		width: 100%;
		height: 8vw;
		border: 2px solid;
		border-color: #AAA #DDD #DDD #AAA;
	}
	textarea {
		height: 53.8667vw;
		width: 100%;
		border: 2px solid;
		border-color: #AAA #DDD #DDD #AAA;
	}

    /*
Footer
----------------------------------------------------------- */
    footer {
        font-size: 12px;
        height: 40vw;
    }
    .footer_nav1 ul {
        width: 100%;
    }
    .footer_nav1 ul li:first-child {
        border-top: 1px solid #000;
    }
    .footer_nav1 ul li {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #000;
        margin: 0;
    }
    .footer_nav1 ul a {
        display: block;
    }
    .sppl5 {
        padding-left: 5px;
    }
    .sppr5 {
        padding-right: 5px;
    }
    .btm_fix {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*Floating CTA-------------------------------------------------- */
    .float_cta {
        padding: 2vw 4vw;
        bottom: -30vw;
    }
	.group {
		display: flex;
		align-items: center;
	}

	#trial_form table label {
		padding-right: 10px;
	}

        .plan {
            padding: 4vw;
            margin-bottom: 6vw;
        }

        .plan h3 {
            font-size: 1.1em;
            line-height: 1.25;
            margin-bottom: 1em;
        }

        .plan .time {
            padding: .4rem 1rem;
            font-size: 1.2rem;
            margin-left: 1rem;
        }

        .plan h4,
        .plan .price_list .course {
            font-size: 1.4rem;
        }

        .plan .price_list {
            border-radius: 1.3vw;
            padding: 2.6vw 4vw;
            margin-top: 5vw;
            box-shadow: 1px 3px rgba(0, 0, 0, 0.1);
        }

        .plan ul li {
            height: auto;
            padding: 1rem 0;
        }

        .plan .price_list .course {
            padding: .25rem .5rem;
            margin-right: 1rem;
        }

        .plan .price_list .price .amount {
            font-size: 3rem;
        }

        .plan .price_list .price .yen {
            font-size: 1.2rem;
        }
}
@media screen and (max-width: 576px) {
	section.sec02:before {
		height: 97%;
	}
}
@media screen and (max-width: 375px) {
	#trial_form .inner .txt {
		font-size: 14px;
	}
	.group {
		font-size: 14px;
	}
	.sec04-item .cap {
		padding: 3px 0 1px;
	}
	section.sec02:before {
		height: 96%;
	}
    .sec02 .icon_img {
        width: auto;
    }
    .sec03-item.item03 .desc {
        letter-spacing: 0;
    }
    .sec03 .sec03-item.item02 .list-group {
        grid-column-gap: 9px;
    }
    .sec07 .head-title {
        padding: 0 3.47vw;
    }

	.pagetop {
		bottom: 37.3333vw;
	}

	.pagetop a {
		width: 40px;
		height: 40px;
	}
}
