@charset "UTF-8";
/* CSS Document */
/*
----------------------------------------------------------- */
section {
    padding: 80px 0 0;
}
footer {
    padding: 60px 0;
}
.float_cta a img:hover {
	opacity: .8;
}

/*----------------------------------------------------------- */
.font-web01 {
	letter-spacing: 0.1rem;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.font-web02 {
	letter-spacing: 0.1rem;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.center {
	text-align: center;
}
.orange {
    color: #fb8d00;
}
.red {
    color: #e50012;
}
.black {
    color: #000;
}
.white {
    color: #fff;
}
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #fcff02 50%);
    background: -o-linear-gradient(transparent 60%, #fcff02 50%);
    background: linear-gradient(transparent 60%, #fcff02 50%);
    font-weight: bold;
}
.vdl_v7mg_l {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.vdl_v7mg_m {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.vdl_v7mg_b {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.vdl_v7mg_eb {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 800;
    font-style: normal;
}
.vdl_v7mg_u {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 900;
    font-style: normal;
}
h2, h3 {
    letter-spacing: 0.1rem;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
}
h3 {
    font-size: 2.4rem;
    line-height: 1.5;
}
p {
    line-height: 1.7;
}
.txt {
    line-height: 2;
    font-feature-settings: "pkna";
    text-align: justify;
    word-break: break-all;
}
a:link, a:visited {
    color: #218f0a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.wic_wrap {
    overflow-x: hidden;
}
.wic img {
    width: auto;
    max-width: unset;
}
.wic1 {
    margin-left: calc(50% - 1000px);
}
.wic1 img {
    width: 2000px;
    max-width: 2000px;
}
.wic2 {
    margin-left: calc(50% - 600px);
}
.wic2 img {
    width: 1200px;
    max-width: 1200px;
}
.wic3 {
    margin-left: calc(50% - 800px);
}
.wic3 img {
    width: 1600px;
    max-width: 1600px;
}
/*
Page Top
----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop a {
    background-color: #007bd4;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}
.btm_fix {
    background: #fafafa;
    background: rgba(255, 255, 255, 0.8);
}
.pagetop {
    bottom: 80px;
}
/*
Header
----------------------------------------------------------- */
header {
    background: #b1cf00;
    width: 100%;
    height: 78px;
    position: fixed;
    z-index: 99;
}
header .container {
    display: flex;
    width: 100%;
    height: 78px;
    justify-content: space-between;
    align-items: center;
}
header h1 {
    background-image: url("../images/logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 237px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
header nav {
    position: flex;
}
nav ul {
    display: flex;
    text-align: center;
}
nav ul li {
    position: relative;
    list-style-type: none;
    flex-grow: 1;
    padding: 0 15px;
}
nav ul li .nav_border {
    display: block;
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 1px;
    height: 1.9rem;
    background-color: rgba(255, 255, 255, 1);
}
nav ul li a {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
	letter-spacing: 2px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
nav ul li a:link {
    text-decoration: none;
}
nav ul li a:link, nav ul li a:visited {
    color: #fff;
}
nav ul li a::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s;
}
nav ul li a:hover::after {
    width: 100%;
}
#nav_toggle {
    display: none;
}
.header_bottom {
    text-align: center;
    color: white;
    background-color: #000;
    padding: 8px 10px;
}
.header_bottom img {
    margin: 0 auto;
    max-width: 100%;
}
.header_text {
    max-width: 98%;
    padding: 0 2%;
}
@media (min-width: 1399px) {
    .header_bottom {
        display: none;
    }
}
@media (max-width: 1400px) {
    .header_text {
        display: none;
    }
}
.btn-more a img:hover {
	opacity: .8;
}
/*
MV
----------------------------------------------------------- */
#mv .slider_mv{
    width: 100%;
    height: 740px;
    overflow: hidden;
}
#mv .slider_mv .item{
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    height: 740px;
    overflow: hidden;
}
#mv .slider_mv .item.mv_01{
    background-image: url("../images/mv01_pc.png");
}
#mv .slider_mv .item.mv_02{
    background-image: url("../images/mv02_pc.png");
}
#mv .slider_mv .item.mv_03{
    background-image: url("../images/mv03_pc.png");
}
#mv .slider_mv .item.mv_karaoke{
    background-image: url("../images/mvkaraoke_pc.png");
}
#mv .slider_mv .item.mv_musical{
    background-image: url("../images/mvmusical_pc.png");
}
#mv .slider_mv .item.mv_advance{
    background-image: url("../images/mvadvance_pc.png");
}
#mv .cta_mv{
    background-image: url("../images/cta_bg_pc.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    height: 506px;
    margin-top: -126px;
    position: relative;
    z-index: 9;
}
#mv .cta_mv a{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
#mv .cta_mv.karaoke{
    background-image: url("../images/cta_bg_karaoke_pc.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    height: 506px;
    margin-top: -126px;
    position: relative;
    z-index: 9;
}
#mv .cta_mv.musical{
    background-image: url("../images/cta_bg_musical_pc.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    height: 506px;
    margin-top: -126px;
    position: relative;
    z-index: 9;
}
#mv .cta_mv.advance{
    background-image: url("../images/cta_bg_advance_pc.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    height: 506px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}
#mv .cta_mv a img:hover{
    opacity: 1;
    filter: brightness(130%);
    transform: all 0.3s ease;
}

/*
sec 01
----------------------------------------------------------- */
section.sec01 {
	padding: 40px 0 80px;
}

/*
sec 02
----------------------------------------------------------- */
section.sec02 {
	background: #eeeeee;
	position: relative;
	padding: 67px 0 40px;
}
.sec02 p.img {
	padding: 33px 0 50px;
}
.icon-arr .icon_img {
	background: url(../images/pc_icon_arrdown.png) no-repeat center;
	height: 80px;
	width: 100%;
	z-index: 2;
	position: relative;
}
.icon-arr {
	position: relative;
}

.icon-arr:before {
	background: #eee;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}

/*
sec 03
----------------------------------------------------------- */
section.sec03 {
	padding: 18px 0 80px;
}
.sec03 .desc {
	line-height: 2.2em;
	font-size: 16px;
}
.sec03-item.item01 .title-zone {
	padding: 42px 0 33px;
}
.sec03 .list-group {
	display: grid;
	grid-template-columns: repeat(3, 3fr);
	list-style: none;
	padding: 39px 0 0;
	margin: 0;
}
.sec03 .sec03-item.item02 .list-group {
	padding: 32px 0 0;
}
.sec03 .sec03-item.item02 .list-group li {
	margin: auto;
}

.sec03 .list-group .desc {
	line-height: 1.5em;
	padding-top: 18px;
}
.sec03 .caption {
	margin-top: 45px;
}
.sec03 .caption .txt-cap {
	font-weight: bold;    ;
}
.sec03 .caption .txt-cap.top {
	color: #333333;
	font-size: 24px;
	display: block;
	line-height: 2em;
}
.sec03 .caption .txt-cap.bot {
	color: #e35962;
	font-size: 30px;
}
.sec03-item.item02 {
	padding-top: 62px;
}
.sec03-item.item02 .title-zone {
	padding-bottom: 32px;
}
.sec03-item.item03 .desc span {
	color: #e35962;
	display: block;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1.5px;
}
.sec03-item.item03 .title-zone {
	padding-bottom: 36px;
}
.sec03-item.item03 p.img {
	padding: 39px 0 45px;
}
.sec03-item .txt-big.top {
	padding-bottom: 10px;
}
.sec03-item .txt-big.bot {
	padding-top: 16px;
}
.sec03-item.item03 {
	padding-top: 68px;
}

/*
sec 04
----------------------------------------------------------- */
section.sec04 {
	background: #b3cf00;
	padding: 85px 0 104px;
}
.sec04 .head-title {
	padding-bottom: 41px;
}
.sec04-item {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 29px 28px 19px;
}
.sec04-item .cap {
	border-radius: 50px;
    background: #b3cf00;
    max-width: 140px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 3px 0 1px;
    margin: 20px 0 11px;
}
.sec04-item .title-zone {
	padding-bottom: 8px;
}
.sec04-item .desc {
	line-height: 2.2em;
	color: #01111c;
}
.sec04-list {
	margin-bottom: 30px;
}
.sec04-list:last-child {
	margin-bottom: 0;
}
.sec04-item .item.left p {
	margin-right: 30px;
}
.sec04-item .item.right {
	width: 100%;
	max-width: 200px;
}
.sec04 .btn-more {
	padding-top: 19px;
}
.sec04 .btn-more img {
	margin-left: auto;
}

/*
.sec04-list.list03 .sec04-item {
	padding: 30px 28px 27px;
}
.sec04-list.list03 .sec04-item .cap {
	margin: 41px 0 11px;
}
*/
.sec04 .btn-more a {
		max-width: max-content;
		display: block;
		margin-left: auto;
	}
/*
sec 05
----------------------------------------------------------- */
section.sec05 {
    background-color: #eff6cc;
	padding: 94px 0 112px;
}
.sec05 .head-title {
	padding-bottom: 61px;
}
.sec05 .voice-list {
	background-color: #fff;
	border-radius: 20px;
	padding: 44px 40px 48px;
	box-shadow: 5px 10px rgba(205, 216, 141, 1);
	margin-bottom: 70px;
}
.sec05 .voice-item {
	display: flex;
	justify-content: space-between;
}
.sec05 .content {
	max-width: 600px;
}
.sec05 .photo {
	width: 100%;
	max-width: 200px;
}
.sec05 .title-zone {
	padding-bottom: 30px;
	padding-top: 27px;
}
.sec05 .desc {
	line-height: 2.2em;
}
.sec05 .voice-list:last-child {
	margin-bottom: 0;
}
.sec05 .title-zone {
	position: relative;
}
.sec05 .title-zone:after {
	position: absolute;
    content: '';
    display: inline-block;
    background-image: url("../images/sec_2_voice.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    vertical-align: middle;
    top: -60px;
    left: 0;
}

/*
sec 06
----------------------------------------------------------- */
section.sec06 {
    padding: 0 0 110px;
}
.sec06 .bg-ttl {
    width: 100%;
    height: auto;
    background-color: #218f0a;
    padding: 56px 0 76px;
	margin-bottom: 83px;
}

.sec06 .reason-item {
    width: 100%;
    height: auto;
    border: 2px solid #218f0a;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.sec06 .reason-item:last-child {
	margin-bottom: 0;
}

.sec06 .reason-item .head {
	background-color: #f7fae5;
	padding: 0 30px;
	min-height: 150px;
	display: flex;
	align-items: center;
}
.sec06 .reason-item .head h3 {
    position: relative;
    color: #218f0a;
    padding-left: 180px;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.sec06 .reason-item .head h3:before {
	position: absolute;
	content: '';
	display: inline-block;
	background-size: contain;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	top: -52px;
	left: 0;
}
.sec06 .reason-item:nth-of-type(1) .head h3:before {
	top: -74px;
}
.sec06 .reason-item:nth-of-type(1) .head h3:before {
    background-image: url("../images/reason_num_1.png");
}
.sec06 .reason-item:nth-of-type(2) .head h3:before {
    background-image: url("../images/reason_num_2.png");
}
.sec06 .reason-item:nth-of-type(3) .head h3:before {
    background-image: url("../images/reason_num_3.png");
}
.sec06 .reason-item .content {
	padding: 49px 48px 48px;
	display: flex;
	justify-content: space-between;
}
.sec06 .reason-item .content .desc {
    width: 400px;
	line-height: 2.2em;
}

/*
sec07
----------------------------------------------------------- */
section.sec07 {
	background: #b3cf00;
	padding: 110px 0 96px;
}
.sec07 .step-wrapper {
	border: 5px solid #174d0c;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	padding: 34px 0 0;
}
.sec07 .step-list {
	padding: 40px 45px;
	margin-bottom: 44px;
}

.sec07 .step-list .step-item {
	width: 100%;
	display: block;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 28px 50px 32px;
}
.sec07 .step-list .step-item h3 {
    position: relative;
    font-size: 30px;
}
.sec07 .step-list .step-item h3 span {
	background: #174d0c;
    font-size: 24px;
    color: #fff;
    padding: 10px 25px 11px;
    margin-right: 24px;
    text-align: center;
    border-radius: 50px;
}
.sec07 .step-list .step-item .content {
    display: flex;
	margin-top: 36px;
}
.sec07 .step-list .step-item .content p.img {
	width: 100%;
	max-width: 330px;
	margin-right: 40px;
}
.sec07 .step-list .step-item .content .desc {
	line-height: 2.2em;
}
.sec07 .icon_arrow {
	padding: 26px 0 14px;
}
.sec07-content {
	margin: 72px 0 0;
}
.sec07-content .cap.top {
	background: #218f0a;
	border-radius: 50px;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
}
.sec07-content .cap.main {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 45px 0 29px;
}
.sec07-content .cap.bot {
	font-size: 36px;
	font-weight: bold;
	color: #174d0c;
	line-height: 1.4em;
}
.sec07-content .cap.bot .highlight {
	background: linear-gradient(transparent 40%, #fcff02 50%);
}


/*
sec08
----------------------------------------------------------- */
section.sec08 {
	padding: 100px 0;
}
.sec08 .head-title {
	margin-bottom: 100px;
}
.sec08 .interview-list {
	position: relative;
	border: 10px #218f0a solid;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 40px 40px 70px;
	margin-bottom: 120px;
}
.sec08 .interview-list:last-child {
    margin-bottom: 0;
}
.sec08 .interview-list:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    background-image: url("../images/interview_ttl.png");
    top: -65px;
    left: -10px;
}
.sec08 .interview-list .interview-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 38px;
    margin-bottom: 38px;
/*    border-bottom: 3px dotted #bac57e;*/
	background: url("../images/dot_icon.png") no-repeat bottom;
}
.sec08 .interview-list .interview-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sec08 .interview-list .interview-item img {
    width: 360px;
    height: 360px;
}
.sec08 .interview-list .interview-item .photo {
    position: relative;
}
.sec08 .interview-list .interview-item .photo .name {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: auto;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 12px 22px;
	font-size: 21px;
	display: flex;
	align-items: center;
}
.sec08 .interview-list .interview-item .photo .name span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 13px;
	display: block;
	padding-left: 5px;
}
.sec08 .interview-list .interview-item .content {
    width: 415px;
}
.sec08 .interview-list .interview-item .content h3 {
    color: #218f0a;
    margin-bottom: 1.5rem;
}
.sec08 .interview-list .interview-item .content .desc {
	line-height: 2.2em;
	letter-spacing: -0.07rem;
}
.sec08 .interview-item:nth-child(2n) .photo {
	order: 2;
}
.sec08 .interview-item:last-child {
		background: none;
	}
/*
sec09
----------------------------------------------------------- */
section.sec09 {
	padding: 0 0 125px;
}
.sec09 h2 {
    width: 100%;
    background-color: #b1cf00;
    padding: 46px;
    margin-bottom: 60px;
}

.sec09 .title-zone {
	padding-bottom: 30px;
	padding-left: 50px;
}

.sec09 .plan {
	background-color: #fef4c0;
    margin-bottom: 60px;
    padding: 20px 50px 50px;
}
.sec09 .plan:last-child {
	margin-bottom: 0;
}

/*
Q&A
----------------------------------------------------------- */
section.QandA {
	padding: 0 0 108px;
}
.QandA h2 {
	width: 100%;
    background-color: #b1cf00;
    padding: 27px;
    margin-bottom: 69px;
}

.Q_box {
    width: 930px;
    margin-bottom: 63px;
}
.Q_box:last-child {
    margin-bottom: 0;
}
.Q_box .ttl {
	letter-spacing: 0.09em;
    width: 100%;
    font-size: 3rem;
    color: #218f0a;
    padding-bottom: 1rem;
    margin-bottom: 34px;
    border-bottom: 2px solid #218f0a;
}
.Q_box .txt {
    width: 90%;
    margin: 0 auto;

}
/*
form
----------------------------------------------------------- */
#trial_form .txt {
	letter-spacing: -0.003em;
}
#trial_form span {
	display: flex;
	flex-wrap: wrap;
	padding-left: 2px;
}

#trial_form {
	width: 100%;
	background-color: #eeeeee;
	padding: 115px 0 95px;
}
#trial_form .container {
    background-color: #fff;
    padding: 0;
}
#trial_form .container h2 {
    background-color: #218f0a;
    color: #fff;
    padding: 1.5rem;
}
#trial_form .container .inner {
    width: 100%;
    padding: 50px 50px 46px;
    text-align: left;
}
#trial_form table {
    margin: 5rem auto;
    border-collapse: collapse;
    word-break: keep-all;
    word-wrap: break-word;
}
#trial_form table th {
    width: 25%;
}
#trial_form table th, #trial_form table td {
    padding: 2rem 0;
    border-bottom: 1px solid #eeeeee;
}
#trial_form table label {
    display: flex;
    white-space: nowrap;
}
input[type="submit"], input[type="text"], select, textarea, button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}
input[type="text"], select, textarea {
    padding: 5px;
    border: 1px solid;
    border-color: #AAA #DDD #DDD #AAA;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}
input[type="checkbox"] {
    margin: 0 5px 0 10px;
}
select.same-width-list {
    border-image-width: 60%;
}
/* カレンダーのstyleを整える */
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    width: auto;
}
.ui-datepicker select.ui-datepicker-month {
    margin-left: 1em;
}
.date_label {
    margin-top: 1em;
}
.time-to {
    width: 141px;
}
input[type="text"].is-date {
    width: 10em;
}
#policy_modal h3 {
    border: 1px solid #000;
    margin-bottom: 2rem;
}
.must {
    display: inline;
    background-color: #218f0a;
    padding: 5px 5px 3px;
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    border-radius: 3px;
    width: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.policy_btn a {
    width: 20rem;
    display: block;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: .5rem 1rem;
    margin: 2rem 0;
    border: 1px solid #218f0a;
    border-radius: 9999px;
    cursor: pointer;
}
.policy_btn a:hover {
    text-decoration: none;
    background: #218f0a;
    color: #fff;
}
.btn_submit {
    position: relative;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    padding: 1.6rem 0;
    border-radius: 10px;
    background-color: #e35962;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 445px;
    margin: 60px auto;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn_submit:hover {
    text-decoration: none;
    background-color: #fc939e;
    color: #fff;
}
/*
Form サンクスページ
----------------------------------------------------------- */
.thanks_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100vh;
}
header .thanks {
    background: #b1cf00;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.thanks_wrap .main {
    flex: 1;
}
.thanks_wrap .back_top a {
    width: 20rem;
    display: block;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: .5rem 1rem;
    margin: 2rem auto 0;
    border: 1px solid #218f0a;
    border-radius: 9999px;
    cursor: pointer;
}
.thanks_wrap .back_top a:hover {
    text-decoration: none;
    background-color: #218f0a;
    color: #fff;
}

#trial_form .container {
	width: 100%;
	max-width: 930px;
}

/*
Footer
----------------------------------------------------------- */
footer {
    text-align: center;
    height: 85px;
    padding: 30px 0;
}
footer .copyright {
    font-size: 14px;
}
/*Floating CTA-------------------------------------------------- */
.float_cta {
    display: inline-block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: auto;
    padding: 20px 0;
    bottom: -200px;
    z-index: 10;
}
.float_cta.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

/*top top-------------------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 15px;
    z-index: 9999;
}
.pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #b1cf00;
    border-radius: 50%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:before {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-60%);
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.pagetop a:link, .pagetop a:visited {
    color: #fff;
}


/*
sec 9 <レッスン料金>
----------------------------------------------------------- */
.plan {
    background-color: #fef4c0;
    padding: 20px 50px 50px;
    margin-bottom: 60px;
}

.plan h3 {
    font-size: 3rem;
    line-height: 2;
}

.plan .time {
    background-color: #fb8d00;
    padding: .6rem 2.4rem;
    font-size: 2rem;
    border-radius: 9999px;
    color: #fff;
    margin-left: 2rem;
}

.plan h4,
.plan .price_list .course {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.plan h4 {
    font-size: 1.8rem;
}

.plan .price_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 30px;
    box-shadow: 2px 5px rgba(0, 0, 0, 0.1);
}

.plan ul li {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 2.4rem 0 2.4rem 6rem;
    border-bottom: 1px solid #eeeeee;
}

.plan ul li:last-child {
    border-bottom: none;
}

.plan .price_list .course {
    background-color: #b1cf00;
    padding: .5rem 2.4rem;
    margin-right: 4rem;
    font-size: 2.4rem;
    text-align: center;
    border-radius: 9999px;
}

.plan .price_list .price {
    color: #e35962;
    font-weight: 700;
}

.plan .price_list .price .amount {
    font-family: ligurino, sans-serif;
    font-style: normal;
    font-size: 6rem;
}

.plan .price_list .price .yen {
    font-size: 2.4rem;
}
