@charset "UTF-8";

* {
  box-sizing: border-box;
}
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: top;
	background: transparent;
}
body {
	font-size: 1.4rem;
	font-size: 3.7333333333333334vw;
	line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #000000;
}
img {
	width: 100%;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
sup {
	font-size: 60%;
	vertical-align: super;
}
a {
	display: block;
	text-decoration: none;
  transition: .3s;
}
*:focus {
  outline: none;
}
@media screen and (min-width: 668px) {
  a:hover {
    opacity: .7;
    transition: .3s;
  }
}

/*------------------------------------------------------------------------

COMMON

------------------------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold {
  font-weight: bold;
}
.inner {
  position: relative;
}
video {
  width: 100%;
  max-width: 100%;
  object-fit: fill;
}
@media screen and (max-width: 668px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* ------------------------------------------------
wrapper
------------------------------------------------ */
.wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 668px) {
  .wrapper {
/*    max-width: 640px;*/
    box-shadow: 0px 0px 60px -8px rgba(0,0,0,.16);
  }
}

/* ------------------------------------------------
header
------------------------------------------------ */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  background: #fff;
}
.kv_duskin {
	max-width: 97px;
}
@media screen and (max-width: 668px) {
  .header {
    padding: 3%;
  }
  .kv_duskin {
    max-width: calc(156/750*100%);
  }
}


/* ------------------------------------------------
kv
------------------------------------------------ */
.kv {
  
}
.kv .inner {
  position: relative;
}
.kv_fuki {
  position: absolute;
  top: 8%;
  right: 5%;
  max-width: calc(161/750*100%);
}

.kv h1 {
	width: calc(572/750*100%);
  position: absolute;
  right: 2%;
  top: 20%;
}
.kv .kv_sc {
	width: calc(509/750*100%);
  position: absolute;
  right: 3%;
  top: 42%;
}
.kv .kv_otameshi {
	width: calc(451/750*100%);
  position: absolute;
  right: 6%;
  top: 57%;
}
.kv .kv_notes {
/*	width: calc(597/750*100%);*/
  position: absolute;
  right: 2%;
  bottom: 1%;
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(25, 108, 145, 1);
}
.kv .kv_notes a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.kv img {
	max-width: 100%;
}



.kv .box {
	padding: 18% 0 1%;
	position: relative;
	z-index: 2;
}

.kv .img_01 {
	width: 94%;
	margin: 0 auto 1%;
	position: relative;
	z-index: 2;
}

.kv .img_02 {
	width: 94%;
	margin: 0 auto;
}

/*
.kv_sc {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(628/750*100%);
}
*/

/* ------------------------------------------------
cv
------------------------------------------------ */
.cv-area {
  background: url("../images/cv_bg01.png") no-repeat;
  margin: 0 auto;
  padding: 5% 0;
}
.cv-area .cv-fuki {
  max-width: calc(418/750*100%);
  margin: 0 auto 2.5%;
}
.cv-area .btn {
  max-width: calc(668/750*100%);
  margin: 0 auto;
}

.cv-area .note,
.cv-area2 .note{
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  margin-top: 6%;
  text-align: center;
}


/* ------------------------------------------------
point
------------------------------------------------ */
.point {
  background: url("../images/point_bg.png") no-repeat center bottom;
  background-size: cover;
  padding: 5.33% 5.33% 15%;
  z-index: 2;
  position: relative;
}
.point .point_links {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

/* point01
-------------------------- */
.point_contents {
  padding-top: 8%;
  
}
.point_contents .block{
  background: #fff;
  padding-bottom: 50px;
}
.tab-box {
  width: calc(590/670*100%);
  margin: 8% auto 0;
}

.tab-buttons {
  display: flex;
}

.tab-btn {
  width: 50%;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.tab-btn img {
  width: 100%;
  display: block;
}

.tab-btn .on {
  display: none;
}

.tab-btn.active .off {
  display: none;
}

.tab-btn.active .on {
  display: block;
}


.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab-content.tab01 {
  background: #3f99bf;
  padding-bottom: 8%;
}
.tab-content.tab02 {
  background: #6fb6d3;
  padding-bottom: 8%;
}
.tab-content.tab01 .relative {
  position: relative;
  width: 86.44%;
  margin: 0 auto;
}
.tab-content.tab01 .point_tab_fuki {
  position: absolute;
  width: calc(199/510*100%);
  right: -8%;
  top: -3%;
}
.tab-content.tab01 .notes {
  position: absolute;
  left: 8%;
  top: 68%;
  font-size: clamp(7px, calc((14 / 750) * 100vw), 14px);
  width: 84%;
}
.tab-content.tab01 .notes a {
  display: inline;
  color: #333;
  text-decoration: underline;
}
.tab-content.tab02 img:nth-of-type(2),
.tab-content.tab02 img:nth-of-type(4){
  width: 86.44%;
  margin: 0 auto;
}
.tab-content.tab02 .notes {
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  width: 80%;
  margin: 2% auto 0;
}
.tab-content img {
  width: 100%;
  display: block;
}

/* point03
-------------------------- */
#point03 .relative {
  position: relative;
}
#point03 .relative .check {
  position: absolute;
  bottom: 3%;
  width: calc(395/670*100%);
  left: 26%;
}


.point .demo_maru {
  position: absolute;
  bottom: calc(-10/750*100%);
  left: 0;
  z-index: 3;
}
/* ------------------------------------------------
CV2
------------------------------------------------ */
.cv-area2 {
  z-index: 1;
  margin-top: calc(-120/750*100%);;
  position: relative;
  background: url("../images/cv_bg02.png") no-repeat center top;
  padding-bottom: calc(80/750*100%);
}
.cv-area2 h2 {
  position: relative;
}
.cv-area2 .demo_line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom:  calc(-80/750*100%);
  z-index: 3;
}
.cv-area2 .item_img {
  width: calc(590/750*100%);
  margin: 100px auto;
}
.cv-area2 .cv-fuki {
  max-width: calc(512/750*100%);
  margin: 0 auto 2.5%;
}
.cv-area2 .btn {
  max-width: calc(668/750*100%);
  margin: 0 auto;
}

/* ------------------------------------------------
Voice
------------------------------------------------ */
.voice {
  background-image: -moz-linear-gradient( -50deg, rgb(119,184,211) 0%, rgb(177,218,222) 82%);
  background-image: -webkit-linear-gradient( -50deg, rgb(119,184,211) 0%, rgb(177,218,222) 82%);
  background-image: -ms-linear-gradient( -50deg, rgb(119,184,211) 0%, rgb(177,218,222) 82%);
  padding-bottom: calc(40/750*100%);
}

.voice .note{
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  text-align: left;
  padding-left: 6%;
}

/* ------------------------------------------------
step
------------------------------------------------ */
.step {
  background: #f2f2f2;
  padding: calc(50/750*100%) calc(30/750*100%);
}
.step .inner {
  background: #fff;
}

/* ------------------------------------------------
お試し
------------------------------------------------ */
.otameshi {
  background: #fff;
  padding: calc(50/750*100%) calc(40/750*100%);
}
.otameshi .note{
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  text-align: left;
  padding-top: 6%;
}

/* ------------------------------------------------
faq
------------------------------------------------ */
.faq {
  background-image: -moz-linear-gradient( -50deg, rgb(119,184,211) 0%, rgb(177,218,222) 82%);
  background-image: -webkit-linear-gradient( -50deg, rgb(119,184,211) 0%, rgb(177,218,222) 82%);
  background-image: -ms-linear-gradient( -50deg, rgb(119,184,211) 0%, rgb(177,218,222) 82%);
  padding: 0 calc(50/750*100%) calc(50/750*100%);
}
.faq dd {
   padding-bottom:  calc(50/750*100%);
}
/* ------------------------------------------------
footer
------------------------------------------------ */
footer {
  color: #555;
  text-align: center;
  line-height: 1;
  padding: 1em 0 3em;
  font-size: clamp(11px, calc((11 / 750) * 100vw), 14px);
}
footer p {
  font-size: clamp(11px, calc((11 / 750) * 100vw), 14px);
}



/* ------------------------------------------------
floating_area
------------------------------------------------ */
.floating_area {
  max-width: 750px;
  margin: 0 auto!important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s 0.5s;
}
.floating_area.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}
.floating_area p {
  max-width: calc(668/750*100%);
  margin: 0 auto 1%;
}
@media screen and (min-width: 668px) {
  .floating_area p {
    max-width: 500px;
  }
}

/* ------------------------------------------------
animation
------------------------------------------------ */
.fadeIn {
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 80px;
}
.fadeIn.active {
  opacity: 1;
  top: 0;
}
