@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
    margin: 0;
    padding: 0;
}

html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #333;
}
a:hover,
a:active {
    color: #333;
}
a:hover {
	opacity: 1.0;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
li,ul {
	list-style: none;
}


/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 15px;}
body {
   	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
    letter-spacing: normal;
    color: #333;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main { margin: 0; }
section { margin: auto; }

#wrap {
	max-width:750px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}


/***********   TEXT SETTING ***********/

small {
	font-size:0.6em;
	vertical-align:text-top;
}

/*********** FV SETTING ***********/

#fv {
	position:relative;
}
#fv h1 {
	position:absolute;
	width: 25%;
	top:1.5%;
	left: 5%;
}

/*********** CV SETTING ***********/

.cta {
	background:#aed0ee;
	padding: 5% 0;
}
.cta .cta_inner {
	width:90%;
	margin: auto;
}
.cta .cv_box, .cta .payment {
	position:relative;
}
.cta .cv_box .trial_btn {
	position:absolute;
	width: 90%;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
.cta .cv_box .member_btn {
	position:absolute;
	width: 35%;
	bottom: 3%;
	left: 0;
	right: 0;
	margin: auto;
}
.cta .cv_box .pu_label {
	cursor:pointer;
}
.cta .payment dd {
	position:absolute;
	width: 18%;
	bottom: 40%;
	left: 21%;
}

#cta_popup input {
    display: none;
}

/* ポップアップwindow部分 */
#cta_popup #overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#cta_popup #bg_black {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9990;
}
/* ポップアップ */
#cta_popup #window {
    max-width: 720px;
	width: 90%;
    position: fixed;
    left: 50%;
    top: 50%;
	margin: auto;
    transform: translate(-50%,-50%);
    z-index: 9998;
    opacity: 0;
}
/* ポップアップコンテンツ */
#cta_popup .cont_box {
	position: relative;
	width: 100%;
}
#cta_popup .cont_box .col2_box {
	position: absolute;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	bottom: 35%;
	left: 0;
	right: 0;
	margin: auto;
}
#cta_popup .cont_box .col2_box li {
	width: 48%;
}
/* 閉じるボタン */
#cta_popup #btn_cloth {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7c8996;
    border-radius: 100%;
    z-index: 9999;
    cursor: pointer;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}

/* クリックで表示 */
#cta_popup #popup:checked ~ #overlay {
    visibility: visible;
}
#cta_popup #popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}

/* ANIMATION */
.btn_animation{
  animation: dokundokun 3200ms ease infinite;
}
@keyframes dokundokun {
  0%  { transform: scale(1); }
  8% { transform: scale(1.05); }
  16% { transform: scale(1); }
  24% { transform: scale(1.05); }
  32% { transform: scale(1); }
}

/*********** Sec02 SETTING ***********/
#sec02 .check_box {
	position:relative;
	margin-bottom: -40%;
	z-index: 99;
}
#sec02 .check_box ul {
	position:absolute;
	width: 80%;
	top: 21%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#sec02 .check_box ul li {
	background-size:100%;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5% 0;
}
#sec02 .check_box ul li:nth-child(1) { background-image: url("../images/check1.jpg"); }
#sec02 .check_box ul li:nth-child(2) { background-image: url("../images/check2.jpg"); }
#sec02 .check_box ul li:nth-child(3) { background-image: url("../images/check3.jpg"); }
#sec02 .check_box ul li:nth-child(4) { background-image: url("../images/check4.jpg"); }
.checkbox_area {
  padding: 1.7% 2%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox_area_input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.checkbox_area:hover > .checkbox_area_input_dummy{
  transform: scale(1.1);
}
.checkbox_area_input:focus + .checkbox_area_input_dummy{
  transform: scale(1.1);
}
.checkbox_area_input:checked + .checkbox_area_input_dummy {
  background: rgba(0, 141, 206, 1.0);
}
.checkbox_area_input:checked + .checkbox_area_input_dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 3px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.checkbox_area_input:checked + .checkbox_area_input_dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 3px;
  transform: translate(-5px, 6px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.checkbox_area_input_dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, .15);
  border-radius: 50%;
  transition: all .15s linear;
}
#sec02 .btn_scroll {
	position:relative;
	z-index: 98;
}
#sec02 .btn_scroll span{
	position:absolute;
	width: 47%;
	height: 55%;
	top: 37%;
	left: 3%;
}
#sec02 .btn_scroll span:last-child{
	position:absolute;
	width: 47%;
	height: 55%;
	top: 37%;
	left: 50%;
}

/*********** Sec08 SETTING ***********/
#sec08 {
	background: url("../images/voice_bg.jpg") no-repeat top center / 100%;
	padding: 53% 0 20%;
	margin-bottom: 5%;
	overflow: hidden;
}
#sec08 .slider_area {
	width: 85%;
	margin: auto;
}
#sec08 .slider_area .swiper {
	padding:6% 0 5%;
	margin: 0 5%;
	overflow: visible;
}

#sec08 .slider_area .swiper-pagination-orange span.swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #666666;
	opacity: 1;
}
#sec08 .slider_area .swiper-pagination-orange span.swiper-pagination-bullet-active {
	background-color: #666666;
	opacity: 1;
}
#sec08 .swiper-horizontal>.swiper-pagination-bullets, #sec08 .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:-1.7%;
}
#sec08 .slider_area .swiper-button-prev {
	left:-7%;
}
#sec08 .slider_area .swiper-button-next {
	right:-7%;
}
#sec08 .slider_area .swiper-button-prev:after {
	content: '';
	width: 25px;
	height: 25px;
	background: url("../images/voice_arrow_left.png") no-repeat center / cover;
}
#sec08 .slider_area .swiper-button-next:after {
	content: '';
	width: 25px;
	height: 25px;
	background: url("../images/voice_arrow_right.png") no-repeat center / cover;
}

/*********** Sec09 SETTING ***********/
#sec09 {
	width: 100%;
	background: #e5f2fb;
	padding-bottom: 5%;
}
#sec09 .lead_box {
	width: 90%;
	margin:5% auto 0;
}
#sec09 .inner_box {
	position:relative;
	width: 100%;
	margin:0 auto 20px;
	overflow: hidden;
}
#sec09 .inner_box .step_accordion {
	width: 90%;
	background: #fff;
	padding: 0 0 10%;
	margin: 0 auto;
}
#sec09 .step_accordion:last-child {
	margin-bottom: 0;
}
#sec09 .inner_box div.ac_btn {
	position:absolute;
	bottom: -150px;
	text-align: center;
}
#sec09 .step_accordion dl dt {
	position:relative;
}
#sec09 .step_accordion dl dt .item_box1 {
	position:relative;
	position: absolute;
	width:42%;
	top: 9%;
	left: -6%;
}
#sec09 .step_accordion dl dt .item_box2 {
	position:relative;
	position: absolute;
	width:40%;
	top: 10%;
	left: -6%;
}
#sec09 .step_accordion dl dt .item_box3 {
	position:relative;
	position: absolute;
	width:37%;
	top: 13%;
	left: -6%;
}
#sec09 .step_accordion dl dd {
	padding-bottom: 30px;
}
#sec09 .readmore {
    position: relative;
	width: 90%;
	height: 200px;
    margin: 0 auto 60px;
    display: block;
    color: #666;
    border: none;
    outline: 0;
    cursor: pointer;
    letter-spacing: 0.1em;
	background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 80%
  );
}
#sec09 .readmore:before {
	content: "";
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	margin: 0 auto .5em;
	background: url("../images/btn_open.png") no-repeat center/ cover;
	transition: .3s;
}
#sec09 .readmore.on-click:before {
  transform: rotate(180deg);
}
#sec09 .readmore .open {
  display: block;
}
#sec09 .readmore.on-click .open {
  display: none;
}
#sec09 .readmore .close {
  display: none;
}
#sec09 .readmore.on-click .close {
  display: block;
}


/*********** Sec10 SETTING ***********/

/*アコーディオン全体*/
#sec10 .accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto 15%;
}
#sec10 .accordion-area li{
	width: 90%;
	margin: 0 auto 20px;
	border: 2px solid #005b8c;
	box-sizing: border-box;
	letter-spacing: 0;
	color: #666666;
}

/*アコーディオンタイトル*/
#sec10 .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 1.0em 2.5em 1.0em 3.5em;
	margin: 0;
    transition: all .3s ease;
	background: url("../images/faq_icon_q.png") #005b8c no-repeat center left+1em;
	background-size: 45px;
	line-height: 1.5;
	font-size: 30px;
	color: #fff;
}

/*アイコンの＋と×*/
#sec10 .title::before,
#sec10 .title::after{
    position: absolute;
    content:'';
    width: 25px;
    height: 2px;
    background-color: #fff;
}
#sec10 .title::before{
    top:50%;
    right: 15px;
    transform: rotate(0deg);
}
#sec10 .title::after{
    top:50%;
    right: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
#sec10 .title.close::before{
  	top:50%;
    right: 15px;
    transform: rotate(0deg);
}
#sec10 .title.close::after{
	display: none;
}

/*アコーディオンで現れるエリア*/
#sec10 .answer_box {
    display: none;/*はじめは非表示*/
    background: url("../images/faq_icon_a.png") no-repeat left+1em top+1.5em;
	background-size: 45px;
  	padding: 1.0em 1em 1em 4.0em;
	margin: 0;
	font-size: 25px;
}
#sec10 .answer_box a {
	color: #666;
	text-decoration: underline;
}

/*********** FOOTER SETTING ***********/

footer .bnr {
	width: 95%;
	margin: 0 auto 20px;
}
footer .bnr img {
	margin: 0 auto 20px;
}
footer .f_bt {
	background:#4f545e;
	color: #fff;
}
footer .f_bt a {
	color: #fff;
}
footer .f_bt dl {
	display: flex;
	align-items: center;
	width: 60%;
	margin: auto;
	padding: 1em 0;
	font-size: 1.3em;
	line-height: 2.3;
}
footer .f_bt dl dt {
	width: 30%;
	margin-right: 5%;
}
footer .f_bt dl dd {
	width: 65%;
}
footer .f_bt p {
	width: 90%;
	margin: auto;
	padding: 1em 0;
	text-align: center;
	border-top: 1px solid #fff;
}


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

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}


/*********** COMMON settng ***********/

main {
	margin:0;
	overflow: hidden;
}


/*********** CV SETTING ***********/

.cta .payment dd {
	position:absolute;
	width: 18.5%;
	bottom: 39%;
	left: 21%;
}

/* 閉じるボタン */
#cta_popup #btn_cloth {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7c8996;
    border-radius: 100%;
    z-index: 9999;
    cursor: pointer;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 2px;
    width: 15px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}



/*********** Sec02 SETTING ***********/
#sec02 .check_box {
	position:relative;
	margin-bottom: -40%;
}
#sec02 .check_box ul {
	position:absolute;
	width: 80%;
	top: 21%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#sec02 .check_box ul li {
	background-size:100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5% 0;
}
#sec02 .check_box ul li:nth-child(1) { background-image: url("../images/check1.jpg"); }
#sec02 .check_box ul li:nth-child(2) { background-image: url("../images/check2.jpg"); }
#sec02 .check_box ul li:nth-child(3) { background-image: url("../images/check3.jpg"); }
#sec02 .check_box ul li:nth-child(4) { background-image: url("../images/check4.jpg"); }
.checkbox_area {
  padding: 1.5% 2%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox_area_input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.checkbox_area_input:checked + .checkbox_area_input_dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 2px;
  transform: translate(-4px, 0px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.checkbox_area_input:checked + .checkbox_area_input_dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  transform: translate(-2px, 2px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.checkbox_area_input_dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, .15);
  border-radius: 50%;
  transition: all .15s linear;
}

/*********** Sec08 SETTING ***********/

#sec08 {
	background: url("../images/voice_bg.jpg") no-repeat top center / 100%;
	padding: 50% 0 23%;
	overflow: hidden;
}
#sec08 .swiper-horizontal>.swiper-pagination-bullets, #sec08 .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:-5.5%;
}
#sec08 .slider_area .swiper-button-prev {
	left:-10%;
}
#sec08 .slider_area .swiper-button-next {
	right:-10%;
}
#sec08 .slider_area .swiper-button-prev:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url("../images/voice_arrow_left.png") no-repeat center / cover;
}
#sec08 .slider_area .swiper-button-next:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url("../images/voice_arrow_right.png") no-repeat center / cover;
}


/*********** Sec09 SETTING ***********/
#sec09 .inner_box div.ac_btn {
	position:absolute;
	bottom: -3%;
	text-align: center;
}
#sec09 .step_accordion dl dt {
	position:relative;
}
#sec09 .step_accordion dl dd {
	margin-bottom: 10%;
}
#sec09 .readmore {
    position: relative;
	width: 90%;
	height: 100px;
    margin: 0 auto 5%;
    display: block;
    color: #666;
    border: none;
    outline: 0;
    cursor: pointer;
    letter-spacing: 0.1em;
	background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 80%
  );
}
#sec09 .readmore:before {
	content: "";
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	margin: 0 auto .5em;
	background: url("../images/btn_open.png") no-repeat center/ cover;
	transition: .3s;
}


/*********** Sec10 SETTING ***********/

/*アコーディオン全体*/
#sec10 .accordion-area li{
	width: 90%;
	margin: 0 auto 3%;
	border: 2px solid #005b8c;
	box-sizing: border-box;
	letter-spacing: 0;
	color: #666666;
}

/*アコーディオンタイトル*/
#sec10 .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 1.0em 2.5em 1.0em 3.0em;
	margin: 0;
    transition: all .3s ease;
	background: url("../images/faq_icon_q.png") #005b8c no-repeat center left+1em;
	background-size: 6%;
	line-height: 1.5;
	font-size: 4.0vw;
	color: #fff;
}

/*アイコンの＋と×*/
#sec10 .title::before,
#sec10 .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #fff;
}
#sec10 .title::before{
    top:50%;
    right: 10px;
    transform: rotate(0deg);
}
#sec10 .title::after{
    top:50%;
    right: 10px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
#sec10 .title.close::before{
  	top:50%;
    right: 10px;
    transform: rotate(0deg);
}
#sec10 .title.close::after{
	display: none;
}

/*アコーディオンで現れるエリア*/
#sec10 .answer_box {
    display: none;/*はじめは非表示*/
    background: url("../images/faq_icon_a.png") no-repeat left+1.3em top+1.5em;
	background-size: 6%;
  	padding: 1.0em 1.5em 1.0em 3.8em;
	margin: 0;
	font-size: 3.3vw;
}
#sec10 .answer_box a {
	color: #666;
	text-decoration: underline;
}


/*********** FOOTER SETTING ***********/

footer .bnr {
	width: 95%;
	margin: 0 auto 20px;
}
footer .bnr img {
	margin: 0 auto 10px;
}
footer .f_bt dl {
	display: flex;
	align-items: center;
	width: 70%;
	margin: auto;
	padding: 1em 0;
	font-size: 0.7em;
	line-height: 2.0;
}
footer .f_bt dl dt {
	width: 30%;
	margin-right: 8%;
}
footer .f_bt dl dd {
	width: 62%;
}
footer .f_bt p {
	width: 90%;
	margin: auto;
	padding: 1.5em 0;
	text-align: center;
	border-top: 1px solid #fff;
	font-size: 0.6em;
}

}
