@charset "utf-8";

a {
	color : #006666;
}
/* header
------------------------------------------------------------ */
header div.title {
	color : #ffffff;
	font-size : 26px;
	line-height : 44px;
	text-align : left;
	padding : 2px 0;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-o-box-flex:1;
	-ms-box-flex:1;
	box-flex:1;
	-webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	-o-box-ordinal-group:1;
	-ms-box-ordinal-group:1;
	box-ordinal-group:1;
}

header div.title a {
	color : #006666;
	text-decoration : none;
}

header div.button {
	-webkit-box-flex:0;
	-moz-box-flex:0;
	-o-box-flex:0;
	-ms-box-flex:0;
	box-flex:0;
	-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	-o-box-ordinal-group:2;
	-ms-box-ordinal-group:2;
	box-ordinal-group:2;
}

/* main -> div#catchcopy
------------------------------------------------------------ */
div#wrap div#main article div#catchcopy {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 240, 245, 0.9)) ,url(https://wizvoice.net/img/main.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom; 
  width : 100%;
  font-size : 26px;
  padding : 100px 60px 120px 60px;
  line-height : 50px;
  letter-spacing : 6px;
}
div#wrap div#main article div#catchcopy br {
  display: none;
}

@media screen and (max-width: 1024px) {
div#wrap div#main article div#catchcopy  br  {
    display: inline;
  }
}
@media screen and (max-width: 428px) {
div#wrap div#main article div#catchcopy {
	font-size : 20px;
	padding : 100px 30px 120px 30px;
	line-height : 40px;
	letter-spacing : 4px;
  }
}
/* main -> section
------------------------------------------------------------ */
div#wrap div#main article section {
	margin : 10px 15px 10px 15px;
}
/* main -> section -> h1
------------------------------------------------------------ */
div#wrap div#main article section  h1 {
  font-size: 30px;
  position: relative;
  padding: 30px 0px 50px 0px;
  text-align: center;
}

div#wrap div#main article section  h1 span {
  font-size: 18px;
  line-height : 43px;
  display: block;
}

div#wrap div#main article section h1:before {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background-color: #006666;
}

/* main -> section -> h2
------------------------------------------------------------ */
div#wrap div#main article section h2 {
  font-size: 20px;
  border-left : solid 10px #006666;
  padding : 3px 5px 3px 10px;
  margin-bottom : 20px;
}

/* main -> section -> p
------------------------------------------------------------ */
div#wrap div#main article section p {
	padding : 0px 15px 10px 15px;
}

/* main ->  section -> ol 
------------------------------------------------------------ */
div#wrap div#main article section ol {
	padding-left : 40px;
	padding-bottom : 30px;
}

div#wrap div#main article section ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

/* main ->  section -> ul
------------------------------------------------------------ */
div#wrap div#main article section ul {
	padding-left : 40px;
	padding-bottom : 30px;
}

div#wrap div#main article section ul li {
	list-style-type: square;
	list-style-position: outside;
}

/* main ->  section -> dl
------------------------------------------------------------ */
div#wrap div#main article section dl {
	padding-bottom : 10px;
}

div#wrap div#main article section dl dt {
	font-size : 24px;
	font-weight : bold;
	padding-bottom : 15px;
}
div#wrap div#main article section dl dd {
	padding-left : 20px;
	padding-bottom : 30px;
}

/* main ->  section -> span
-------------------------------------------------------------*/
div#wrap div#main article section span.er {
	width : 100%;
	display : block;
	padding : 20px 0;
	color : #cb0e00;
	font-size: 1.2rem;
	text-align : center;
}

div#wrap div#main article section span.attention {
	width : 100%;
	display : block;
	font-size: 1.4rem;
	font-weight : bold;
	color : #cb0e00;
	text-align : center;
	padding-bottom : 30px;
}

div#wrap div#main article section span.er_mes {
	width : 100%;
	display : block;
	color : #cb0e00;
}

/*
-------------------------------------------------------------*/
div#wrap div#main article section form input {
	color : #666666;
	font-size : 20px;
	padding : 5px;
	letter-spacing : 1px;
	border: solid 1px;
	background-color : #ffffff;
	width : 100%;
}

div#wrap div#main article section form select {
	color : #666666;
	font-size : 20px;
	padding : 5px;
	letter-spacing : 1px;
	border: solid 1px;
	background-color : #ffffff;
	width : 100%;
}
div#wrap div#main article section form select::after {
  content: "▼";
}

div#wrap div#main article section form textarea {
	color : #666666;
	font-size : 20px;
	padding : 5px;
	width : 100%;
	height : 500px;
	letter-spacing : 1px;
	border: solid 1px;
	background-color : #ffffff;
}

div#wrap div#main article section form input.submit {
  color : #666666;
  width : 300px;
  padding : 10px;
  margin : 30px auto;
  border: solid 1px;
  letter-spacing : 3px;
  background-color : #ffffff;
}
div#wrap div#main article section form input.submit:hover {
  background-color:#ccffff;
}

div#wrap div#main article section form input.submit:disabled {
  color : #cccccc;
  background-color: #f2f2f2;
}

div#wrap div#main article section form label,
div#wrap div#main article section form input[type='checkbox'],
div#wrap div#main article section form input[type='radio'] {
  cursor: pointer;
  display : inline;
  margin-right : 10px;
}

div#wrap div#main article section form label {
  padding: 10px;
}

div#wrap div#main article section form label.box {
  display : block;
}

div#wrap div#main article section form label.box input[type='checkbox'],
div#wrap div#main article section form label.box input[type='radio'] {
  display : inline;
  width : auto;
}

/* main -> .flex_box_voice
------------------------------------------------------------ */
div#wrap div#main article section div.flex_box_voice {
  display : flex;
  flex-wrap : wrap;
  width : 100%
}

div#wrap div#main article section div.flex_box_voice div.flex_item {
  width : 100%
}

/* main -> .flex_box_suggest
------------------------------------------------------------ */
div#wrap div#main article section div.flex_box_suggest {
  display : flex;
  flex-wrap : wrap;
  width : 100%
}

div#wrap div#main article section div.flex_box_suggest div.flex_item {
  display : block;
  text-align : center;
  vertical-align: middle;
  padding: 0;
  margin : 0 0 20px 20px;
  width : calc(100%/4 - 20px);
  aspect-ratio: 1;
  border : solid 1px #006666;
}
@media (max-width: 744px) {
  div#wrap div#main article section div.flex_box_suggest div.flex_item {
    width : calc(100%/2 - 20px);
  }
}
@media (max-width: 320px) {
  div#wrap div#main article section div.flex_box_suggest div.flex_item {
    width : calc(100% - 20px);
  }
}
div#wrap div#main article section div.flex_box_suggest div.flex_item div {
  background-size: contain;
  background-size: cover;
  height : 100%;
  width : 100%;
  padding: calc(50% - 23px) 0%;
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  font-size : 23px;
  font-weight: bold;
}
div#wrap div#main article section div.flex_box_suggest div.flex_item div.youtube {
  background-image: url(https://wizvoice.net/img/IMG_0124.jpeg);
}
div#wrap div#main article section div.flex_box_suggest div.flex_item div.training {
  background-image: url(https://wizvoice.net/img/IMG_0123.jpeg);
}
div#wrap div#main article section div.flex_box_suggest div.flex_item div.introduction {
  background-image: url(https://wizvoice.net/img/IMG_0122.jpeg);
}
div#wrap div#main article section div.flex_box_suggest div.flex_item div.corp {
  background-image: url(https://wizvoice.net/img/IMG_0121.jpeg);
}

/* main -> .flex_box_sample
------------------------------------------------------------ */
div#wrap div#main article section div.flex_box_sample {
  display : flex;
  flex-wrap : wrap;
  width : 100%
}

div#wrap div#main article section div.flex_box_sample div.flex_item {
  width : calc((100% / 3) - 20px);
  margin : 0 10px;
  margin-bottom : 10px;
}

@media (max-width: 736px) {
  div#wrap div#main article section div.flex_box_sample div.flex_item {
    width : calc(100% - 20px);
  }
}
div#wrap div#main article section div.flex_box_sample div.flex_item .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
  div#wrap div#main article section div.flex_box_sample div.flex_item  .youtube iframe {
  width: 100%;
  height: 100%;
}

div#wrap div#main article section div.flex_box_sample div.flex_item span {
  display : block;
  text-align : center;
  padding : 5px 0;
}
/* main -> ボタン
------------------------------------------------------------ */
div#wrap div#main article div.btn {
  display : block;
  margin: 0 auto;
  z-index:5;
}

div#wrap div#main article div.btn a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #CD4187;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2.0;
  text-decoration: none;
  transition-duration: 0.3s;
  position: relative;
}

div#wrap div#main article div.btn a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

div#wrap div#main article div.btn a.btn:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #efefef transparent;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(16deg);
}

div#wrap div#main article div.btn a.btn:hover {
  background-color: #ee9ca7;
}

div#wrap div#main article div.btn a.btn span {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.05em;
}

div#wrap div#main article div.btn a.btn span:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

// ここまで


/* main ->  div.step
-------------------------------------------------------------*/
div#wrap div#main article div.step  {
  width : 100%;
  margin : 10px 15px;
}

div#wrap div#main article div.step ul.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#wrap div#main article div.step ul.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 3);
    color: #999999;
    font-weight: bold;
}

div#wrap div#main article div.step ul.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
}

div#wrap div#main article div.step ul.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

div#wrap div#main article div.step ul.progressbar li:first-child:after {
    content: none;
}

div#wrap div#main article div.step ul.progressbar li.active,
div#wrap div#main article div.step ul.progressbar li.complete {
    color: #0070BD;
}

div#wrap div#main article div.step ul.progressbar li.active:before,
div#wrap div#main article div.step ul.progressbar li.complete:before {
  background-color: #0070BD;
}

div#wrap div#main article div.step ul.progressbar li.active:after,
div#wrap div#main article div.step ul.progressbar li.complete:after {
  background-color: #0070BD;
}

/* side ->  aside
-------------------------------------------------------------*/
div#wrap div#side aside {
	width : 100%;
	height : auto;
}

div#wrap div#side aside li {
	width : 100%;
	height : auto;
	border-bottom : solid 1px #006666;
}

div#wrap div#side aside li:first-child {
	border-top : solid 1px #006666;
}

div#wrap div#side aside li a {
	color : #006666;
	width : 100%;
	display : block;
	padding : 15px 15px;
	box-sizing : border-box;
}

div#wrap div#side aside li.this a {
	color : #551a8b;
	background : #dbedff;
}

div#wrap div#side aside li a:hover {
	color : #551a8b;
	background : #dbedff;
}

div#wrap div#side aside div#nav {
	width : 100%;
	color : #ffffff;
	margin : 0 auto;
	padding : 30px 20px;
	display:block;
	position: fixed;
	bottom: 0;
}
// side nav
div.btn2 {
	width: 100%;
	margin : 10px;
}
a.btn2 {
  display: flex;
  max-width: 350px;
  align-items: center;
  margin: 20px auto;
  padding: 10px 16px;
  border: 2px solid #014897;
  background: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn2:hover {
  background : #e9f3fd;
}
a.btn2 .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
}
a.btn2 .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn2 .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn2 .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn2 .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn2 .b__text::after {
    width: 10px;
    height: 10px;
  }
}
// ここまで












