/* *********************************
			CSS Template
   ********************************* */

*{
	margin: 0;
	padding: 0;
}
body{
    overflow-x: hidden;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
main {
    width: 100vw;
    overflow-x: hidden;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
main.main_regist{
    margin-top: 60px;
}

img {
    width: 100%;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
ul {
    width: 100%;
}
li{
    list-style: none;
}
header ul li {
    display: inline;
    margin: 10px;
    line-height: 4.7;
}
.mtb15{
	margin: 15px 0;
}
.mtb35{
    margin: 35px 0;
}
.mtb90{
    margin: 90px 0;
}
.mr15{
    margin-right: 15px;
}
.flex{
	display: flex;
}
.flex.center{
    justify-content: center;
    flex-wrap: wrap;
}
.flex.btwn{
    justify-content: space-between;
}
.flex.spar{
	justify-content: space-around;
    flex-wrap: wrap;
}

/*****************************/
/* 		header 				 */
/*****************************/

.header{
	height: 80px;
	width: 100vw;
	position: fixed;
	top: 0;
    left: 0;
	background-color: #fff;
	z-index: 1000;
    box-shadow: 1px 1px 4px #b1b1b1;
}
/*.h_logo{
	height: 80px;
    margin: auto;
}*/

/*.h_logo img{
	width: auto;
	height: 100%;
}*/
.h_logo img {
    width: 150px;
    /* height: 100%; */
    padding: 10px;
}

.ss-logo-white {
    max-width: 170px;
    margin: 10px;
    filter: invert(1);
}
section.fv {
    width: 100vw;
    position: relative;
    margin-top: 80px;
}

.fv_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    height: 100px;
}
.fv_txt h1 {
    color: #fff;
    font-size: 2.7vw;
}


section.future{
	background-color: #f4f3f3;
    padding: 40px 0;
}
.future_logo {
    width: 100px;
    position: relative;
    margin: 0px auto;
    height: 100px;
}
.future h2 {
    text-align: center;
    font-size: 40px;
    padding: 30px;
}
.box {
    margin: 10px;
}
.img_box{
    width: 150px;
	position: relative;
    height: 150px;
}
.img_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.box_contents {
    position: relative;
    /* margin-left: 40px; */
    width: 650px;
    /* height: 160px; */
}
.more_btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	cursor: pointer;
}
.box_contents h3 {
    font-size: 30px;
}





.future_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.video{
	padding-bottom: 100px;
	padding-top: 40px;
}
.video h3 {
    font-size: 25px;
    text-align: center;
}
.video_zone{
	width: 73vw;
	height: auto;
	margin:auto;
	background-color: #909090;
}
.video_title {
    width: 35%;
    margin: 5px auto;
}

section#plan {
    background: #f4f3f3;
}

.plan_fv {
    position: relative;
   /* margin: 0 40px;*/
}
.plan_txt {
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    height: 65px;
}
.plan_txt h2{
	font-size: 45px;
}
.plan_txt h3{
	font-size: 30px;
}

.plan_txtarea {
    text-align: center;
    padding-top: 30px;
    margin: 0 30px;
    background-color: #fff;
    padding-bottom: 60px;
}

.plan_header{
    margin: 40px 0;
}
.plan_txtarea h2,
.plan_txtarea h3 {
    font-size: 40px;
}

span.big {
    font-size: 80px;
}
.plan_bold {
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0;
}

.sub_txt{
	margin-top: -5px;
}
.blue_txt{
	color: #203864;
}

.plan_endimg {
    width: 80%;
    margin: 40px auto 60px;
}

.top_page.join_regist_btn{
    margin: 40px auto;
    margin-top: 0;
}


section.example {
    margin: 60px 0;
    text-align: center;
}
.example h2 {
    font-size: 65px;
}
.example h3 {
    font-size: 30px;
}

.example_card {
    border: 1px solid #003475;
    width: 40%;
    margin: 20px;
    box-shadow: 1px 1px 5px 1px #969696;
}

section.company{
    background-color: #d0cecf;
}
.company_fv {
    position: relative;
}
.company h1 {
    margin: 0 20px 20px;
    text-align: center;
    padding-top: 20px;
}

.company_bg{
	width: 500px;
	margin:auto;
    padding: 0 0 40px;
}
.company_fv h2 {
    position: absolute;
    top: 10%;
    right: 20%;
    color: #fff;
    font-size: 40px;
}
.company_txt h3{
	font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin: 25px;
}
.company_txt p {
    font-size: 20px;
    text-align: center;
    width: 800px;
    margin: auto;
    padding: 20px 0 60px;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
.card_content {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
}
.card_content h4 {
    margin: 10px 0;
}

h4.card_title {
    font-size: 18px;
    margin: 10px 0;
    color: #00bff4;
}
.card_txt{
    color: #00bff4;
    font-weight: bold;
}
.user_name{
	text-align: center;
}

.info{
	background-color: #fff;
    text-align: center;
}

.info_contents {
    padding: 20px;
    font-size: 20px;
    text-align: left;
    max-width: 650px;
    margin: auto;
}
.info_title {
    font-weight: bold;
}

.info_name {
    margin: 10px;
}

.mailTxt{
    text-align: center;
}

/*****************************/
/*      form                 */
/*****************************/

section.form {
    background-color: #d0cecf;
}

em.kome {
    color: #e50072;
    font-style: normal;
    padding-left: 2px;
}
.txtC {
    text-align: center;
}

.word {
    letter-spacing: 0.05em;
    line-height: 1.75;
}

div.toiawase {
    background-color: #d0cecf;
    padding: 15px;
    padding-top: 50px;
    width: 100vw;
    box-sizing: border-box;
    max-width: 700px;
    margin: auto;
}
div.toiawase input[type="text"], 
div.toiawase input[type="number"], 
div.toiawase input[type="tel"], 
div.toiawase input[type="email"], 
div.toiawase input[type="submit"], 
div.toiawase input[type="password"] {
    padding: 17px;
    border: none;
    margin: 2px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    height: 46px;
}
div.toiawase textarea {
    width: 100%;
    border: none;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 16px;
}
div.toiawase h2 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 30px;
}
div.toiawase input.submit {
    background: #983466;
    padding: 10px;
    min-height: 50px;
    color: #fff;
}
.arrow_right {
    position: relative;
    display: block;
    background-color: transparent;
    width: 15px;
    height: 15px;
    margin-top: 3px;
}
.arrow_right::before {
    content: '';
    width: 0px;
    height: 0px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    /* top: 50%; */
    right: 15px;
    padding: 3px;
    margin-top: 30px;
}
.join_regist_btn {
    background-color: #983466;
    color: #fff;
    width: 250px;
    height: 60px;
    cursor: pointer;
    margin: 20px auto;
}

section.news {
    margin: 0 -30px;
    padding-top: 5px;
    background: #e6e6e6;
    padding-bottom: 5px;
}
.section-inner {
    display: block;
    text-align: center;
    margin: 16px auto;
}
.news ul {
    width: auto;
    text-align: left;
    margin: auto;
    display: inline-block;
}
.news_h{
    margin:10px;
}

li.flex-start.mar-16 {
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 669px){
    .news ul{
        width: auto;
        padding: 0 10px;
    }
    span.news-date {
        width: 100%;
    }
}



/*****************************/
/* 		footer 				 */
/*****************************/


footer{
/*	min-height: 400px;
	height: 60vh;*/
	width: 100vw;
	background-color: #111111;
	color: #fff;
}

.footer_logo{
	width: 400px;
	margin: 0 auto;
    /*padding-top: 70px;*/
}


small {
    display: block;
    text-align: center;
    padding: 30px;
}

.sitemap {
    background-color: #111111;
    text-align: center;
    padding: 50px 0;
     border-bottom: 1px solid #fff; 
}
.sitemap>div a{
  color: #fff;
}
.sitemap>div{
  display: inline;
  padding: 5px 5px;
  /*font-family: "Yu Mincho", "YuMincho", serif;*/
  font-size: 12px;
    line-height: 3;
}
table.info_table {
    padding: 50px;
    margin: 0 auto;
}
.info_table td {
    text-align: center;
    padding: 7px;
}
.info_table th {
    font-size: 20px;
    width: 255px;
}

section.to_form {
    text-align: center;
    padding: 50px;
}





section.term {
    background: #d0cecf;
    padding: 20px 20px 60px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.term h1 {
    margin: 0 20px 20px;
}
.term_content {
    background: #fff;
    padding: 0 10px 50px;
}
.term_content h3 {
    margin: 30px 0;
}
.term_content h2 {
    padding: 20px;
}




.kiyaku_btn {
    background: #3DA5AD;
    height: 40px;
    padding: 0;
    line-height: 0.5;
}
/*label.sample_label {
    font-size: 16px;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: left;
    margin: 30px 0;
}*/
label.sample_label {
    font-size: 16px;
    display: block;
    padding-left: 25px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: left;
    margin: 30px auto;
    width: 150px;
}

label.sample_label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    /* border: solid 3px #ccc; */
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.1s ease-in-out;
    background: #fff;
}


label.sample_label:after {
    content: "";
    display: block;
    transform: rotate(45deg);
    border: solid 3px #983466;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 16px;
    left: 5px;
    top: -5px;
    position: absolute;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    opacity: 0;
    /*margin-top: 16px;*/
}

input[type="checkbox"]#doui:checked + label.sample_label:after {
    transform: rotate(45deg);
    top: 0;
    opacity: 1;
}

.btn_submit {
    color: #fff;
    border: none;
    width: 100%;
    height: 60px;
}

.w16 {
    font-size: 16px;
}
.word {
    letter-spacing: 0.05em;
    line-height: 1.75;
}
.mb50 {
    margin-bottom: 50px;
}
input#doui {
    display: none;
}
.btween{
    justify-content: space-between;
}


img.credit_img {
    display: block;
    width: 43px;
    height: 35px;
    margin: 10px 20px 10px 0;
}

/*regist page table*/
.regi_tbl {
    width: 97%;
    border-collapse: collapse;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background-color: #fff;
}
.regi_tabel, .regi_tbl td, .regi_tbl th, .regi_tbl tr {
    border: 1px solid #878787;
    height: 34px;
    padding: 0 5px;
}
.bg_gray {
    background-color: #CCCCCC;
}

/*********************/
.toiawase h2.regist_h {
    font-size: 20px;
    font-weight: bold;
    border-left: 8px solid #3DA5AD;
    padding: 0 5px;
    margin: 20px 0;
    text-align: left;
}

.toiawase .form_txt_box {
    margin: 20px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.toiawase p.form_txt {
    font-size: 16px;
    font-weight: bold;
}











/*ヘッダー高さ*/
section.fv {
    margin-top: 60px;
}
.header {
    height: 75px;
    height: fit-content;
}
.h_logo {
    height: 75px;
    height: fit-content;
    margin: auto;
}


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

label.keiyaku_corse.nenkan.checked {
    width:100%;/*無料体験プラン用*/
}

.fv_txt {
    height: 49px;
}
.fv_txt h1 {
    font-size: 12px;
}

.future h2 {
    text-align: center;
    font-size: 20px;
    padding: 30px 30px 0;
}
.more_btn {
    position: static;
    margin: 10px auto;
    width: 50%;
}
.box_contents h3 {
    font-size: 20px;
}
.box_contents {
    font-size: 14px;
    height: auto;
    width: auto;
    margin: 0;
    position: static;
}
.plan_txt {
    top: -10px;
}
.plan_txt h2 {
    font-size: 25px;
}
.plan_txt h3 {
    font-size: 16px;
}
.plan_txtarea h2, 
.plan_txtarea h3 {
    font-size: 20px;
}
.plan_header {
    margin: 20px 0;
}
span.big {
    font-size: 60px;
}
.box {
    margin: 30px 20px;
}
.mtb90.to35{
    margin: 35px 0!important;
}
.plan_txtarea {
    font-size: 12px;
}

.example_card {
    width: auto;
}
.card_content {
    font-size: 15px;
}

.example h3 {
    font-size: 20px;
}
.example h2 {
    font-size: 35px;
}

.company_fv h2 {
    right: 8%;
    font-size: 28px;
}

.company_bg {
    width: 75%;
}

.info_table td {
    font-size: 12px;
}

.company_txt p {
    font-size: 16px;
    width: auto;
    margin: auto;
    padding: 0 15px 50px;
}

.video_zone {
    width: 89vw;
}





}



/*2/27　　new top*/

.fv_header{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    padding:15px 0;
}


.fv_header img{
    width: 230px;
}
.fv_header div:nth-child(2) {
    display: flex;
    justify-content: space-around;
}
.fv_header div:nth-child(2) a {
    color: #fff;
    padding: 5px;
    margin: 5px;
    width: 70px;
    position: relative;
    text-align: center;
}.fv_header div:nth-child(2) a:nth-child(2):after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 25px;
    height: 3px;
    background-color: #f73e56;
    left: 0;
    right: 0;
    margin: auto;
}
.fv_header div:nth-child(3) {
    margin: 0 30px;
    display: flex;
    justify-content: space-around;
}
.fv_header div:nth-child(3) a {
    color: #fff;
    padding: 10px 25px;
    margin: 2px;
}
a.start-btn {
    background: #f73e56;
    border-radius: 5px;
}
.price-box{
    display: flex;
    justify-content: space-around;
    margin: 10px 20px;
}

.icons{
    width: 30%;

}
.icon {
    width: 50%;
    margin: auto;
    padding: 20px 0;
}
.icon img {
    width: 30px;
    margin: 4px 0;
}

.center-img {
    width: 15%;
    margin: auto;
}
.price-zone {
    background-color: gray;
    padding: 30px 30px;
    box-sizing: border-box;
    width: 33%;
    color: #fff;
}
.icon h6 {
    margin: 7px 0px;
}
.price-zone:after{
    content: "単価はすべて税抜です。別途消費税がかかります。";
}
span.big{
    font-size: 70px;
}

.kome{
    font-size: 80%;
}


.process h2{
    padding: 30px;
    text-align: center;
}
.contents-box{
    display: flex;
    justify-content: center;
}
.contents-box div {
    width: 15%;
}
.contents-box>img{
    width: 15%;
}

.contents-box>img {
    width: 7%;
    height: 15%;
    margin: auto 15px;
}
section#process {
    padding: 30px 0 60px;
}
.box a {
    text-align: center;
    padding: 5px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}



.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 770px){
    .sp{
        display: block;
    }.pc{
        display: none;
    }
    .fv_header img {
        width: 58%;
        min-width: 90px;
    }

    .fv_header div:nth-child(2) a {
        color: #fff;
        padding: 6px;
        margin: 0px;
        width: 65px;
        position: relative;
        text-align: center;
    }
    .price-box{
        display: block;
    }

}