@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap');


/* -----------------------------------------------------------
font-size
------------------------------------------------------------*/
/* rem相対、px固定*/
@media (min-width: 768px) {
  :root {
    font-size: calc(0.5625rem + ((1vw - 7.68px) * 0.1736));
    min-height: 0vw;
  }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.8rem;
  }
}
@media (min-width: 1344px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  @media (min-width: 767px) {
    :root {
      font-size: calc(0.52rem + ((1vw - 7.68px) * 0.1736));
      min-height: 0vw;
    }

  }
}
@media screen and (max-width:767px) {
  html {
  font-size: 62.5%;
  }
  body { font-size: 1.4rem; }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.4rem;
  }
}
/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,body {
height:100%;
margin:0;
}

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-weight:normal;
color:#333;
line-height:1.5;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}

/* ゴシック系 */
body, table, th, td, p, li, dt, dd, div, span,.go {
font-family:'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color:#7242AC;
line-height: 1.4;
margin:0;
}
/* 明朝 */
.min,
h1,h2 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p,li,dt,dd,th,td,div,span,em {
word-wrap: break-word;
}

ul,ol {
padding:0;
margin:0;
list-style: none;
}
li {
list-style: none;
}
table {
width: 100%;
border-collapse: collapse;
}
a {
  color:#7242AC;
  word-break: break-word;
}
#header a, #footer a, .btn, .contact-area a {
  text-decoration: none;
}

@media screen and ( min-width: 751px ){
  a {
  -webkit-transition: background  0.3s ease, color 0.3s ease;
  -moz-transition: background  0.3s ease, color 0.3s ease;
  -o-transition: background  0.3s ease, color 0.3s ease;
  transition: background  0.3s ease, color 0.3s ease;
}
	a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
	/* text-decoration: none; */
	color:#7242AC;
	cursor:pointer;
  transition:opacity 0.3s;
	}
	a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	}
	#page-top a:hover {
	    text-decoration: none;
	    opacity: 0.7;
	}
}
@media (min-width: 1px) and (max-width: 1050px) {
  a:hover {
    opacity: 1;
  }
}
img {
line-height: 0;
max-width: 100%;
vertical-align: bottom;
}

article:after,main:after,
clearfix:after {
content: "";
display: block;
clear: both;
}
p {
  margin:0 0 1em 0;
}

/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.ac { margin:auto; }
.tc { text-align:center!important; }
.tl { text-align:left!important; }
.fl { float:left; }
.fr { float:right; }
.bold { font-weight:bold; }

.inline { display:inline-block; }
.block { display:block; }
.super { vertical-align: super; font-size:10px;}


/* -----------------------------------------------------------
page
------------------------------------------------------------*/

.full {
width: 100%;
}
.container {
margin: 0 auto;
max-width:970px;
width:90%;
}
.container.wide {
max-width:1120px;
margin: 0 auto;
}

#page {
  overflow-x: hidden;
}
/* -----------------------------------------------------------
btn
------------------------------------------------------------*/
btn {
width: auto;
padding: 0;
margin: 0;
background: none;
border: 0;
font-size: 0;
line-height: 0;
overflow: visible;
cursor: pointer;
}
btn:focus {
outline: none;
appearance: none;
}


/* -----------------------------------------------------------
fonts
------------------------------------------------------------*/


/* -----------------------------------------------------------
PC MENU
------------------------------------------------------------*/

/* タブレット、PC768以上 */
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; }
.sp {
display:none!important;
}
.spb-br {
  display: none;
}
.scroll-space {
  margin-top:-60px;
  padding-top:60px;
}
br.sp {
  display: none;
}
.btn-area.white a {
  max-width:500px;
}

}

/*-------------------------------------------------------------
header menu
---------------------------------------------------------------*/

@media screen and (min-width: 768px) {
#header {
  text-align: center;
  padding:0;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
}
#header,
.header-menu {
  height: 160px;
}
.header-menu {
  width:95%;
  max-width:1140px;
  margin:auto;
  text-align: center;
  position: relative;
}
#header-logo {
  margin:0;
  padding-top:22px;
}
#header a {
  font-size:1.5rem;
  font-weight: 500;
  line-height: 1;
}
#header-logo img,
.footer-logo img {
  vertical-align: top;
  width: 182px;
  height: auto;
}
.sp-top-nav {
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.sp-top-nav,
.menu a {
  height: 58px;
}
.menu a {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  line-height: 58px;
  display: flex;
  align-content: center;
  letter-spacing: 0.1em;
  padding: 0 6px;
  align-items: center;
}
.menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #8A60BC;
  transition: 0.3s;
  opacity: 0;
}
.menu a:hover:before {
  width: 100%;
  transition: 0.2s;
  opacity: 1;
}
.menu {
  display: flex;
  justify-content:space-between;
}
#header .contact-area a {
  font-size:15px;
}
#header p {
  margin:0;
}
/* contact-area */
.contact-area {
  position: absolute;
  top:13px;
  right:0;
  display: flex;
	z-index: 1;
}
.contact-area li {
  margin:0 0 0 10px;
}
.contact-area a {
  background: #80C6B6;
  color:#fff;
  padding:0.5rem 1rem 0.8rem;
  line-height: 1;
}

/* scrolled */
.scrolled#header {
  width:100%;
  position: fixed;
  z-index: 3;
  background: #fff;
  transition: background-color 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scrolled#header, .scrolled .header-menu {
  height: 70px;
}
.scrolled #header-logo {
  position: absolute;
  left: 0;
  top: 4px;
  max-width: 100px;
  padding-top: 0;
  right: 0;
  margin: auto;
  height: 32px;
  overflow: hidden;
}
.scrolled #header-logo img {
  height: 32px;
}
.scrolled#header a {
  font-size: 1.5rem;
}
.scrolled .menu a {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.scrolled .sp-top-nav,
.scrolled .menu a {
    height: 40px;
}

.scrolled .contact-area {
  top: 0;
  right: 5px;
}
.scrolled .contact-area a {
padding:0.2rem 1rem 0.2rem;
}


}

/* -----------------------------------------------------------
footer
------------------------------------------------------------*/
#footer {
  position: relative;
  text-align: center;
}
.footer-top {
  padding:5rem 0;
}
.footer-logo {
  margin:0 0 5rem 0;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu a {
  font-size:1.5rem;
  margin:0 5px 2rem;
  line-height: 1.4;
  display: flex;
  color:#666;
}
.footer-menu a:hover {
  color:#7242AC;
}
.footer-contact {
  max-width:700px;
  display: flex;
  justify-content: space-between;
  margin:4.5rem auto;
  text-align: center;
}
.footer-contact li {
  max-width:300px;
  width:48%;
  margin:auto;
}
.copyright-area {
  background: #B799DB;
  position: relative;
}
.copyright {
  display: flex;
  justify-content: center;
  height:50px;
  align-items: center;
  align-content: center;
  color:#fff;
  font-size: 1.3rem;
}
.bottom-menu {
  text-align: right;
  width:30%;
  position: absolute;
  right:5%;
  top:15px;
}
.bottom-menu a {
  color:#fff;
  font-size:1.4rem;
}
.line-btn img {
  width:40px;
  margin:0 20px 0 0;
  vertical-align: middle;
}
.line-btn .line-txt {
  font-size:16px;
}

/* -----------------------------------------------------------
	pageTop
------------------------------------------------------------*/

/* scroll top */
#page-top {
position: fixed;
bottom: 10px;
right: 10px;
margin-bottom:0;
display: block;
z-index: 10;
}
#page-top a {
text-decoration: none;
text-align: center;
display: block;
}
#page-top a {
  width:45px;
  height: auto;
}
/* -----------------------------------------------------------
animation
------------------------------------------------------------*/
.sec{
transition: .5s;
}
.list-mv07{
opacity: 0;
transform: translate(0,60px);
-webkit-transform: translate(0,60px);
transition: .5s;
}
.mv07{
opacity: 1.0;
transform: translate(0,0);
-webkit-transform: translate(0,0);
transition: .5s;
}

@keyframes anime01{
0% { transform: scale(0.9); }
100% { transform: scale(1); }
}

#mv-catch.list-mv07 {
transition-delay: .2s;
}

/* -----------------------------------------------------------
index mv
------------------------------------------------------------*/

.index #mv .mv-catch {
display: flex;
display:-webkit-box;
display: -webkit-flex;
display:-ms-flexbox;
text-align:center;
justify-content: center;
align-items: center;
width: 100%;
height: 700px;
flex-wrap: wrap;
 -ms-flex-wrap:wrap;
flex:1 0 0%;
}
#mv {
  margin-bottom:12rem;
}
#mv .mv-catch {
overflow: hidden;
margin:auto;
}
#mv h1 {
margin:0;
padding:0;
font-size:0;
line-height: 1;
}
.mv-outer {
  margin:0 0 0 auto;
  text-align: right;
  position: relative;
  background: linear-gradient(90deg,#8A60BC 0%,#8A60BC 75%,#fff 75%,#fff 100%);
  background: linear-gradient(90deg,#fff 0%,#fff 75%,#B799DB 75%,#B799DB 100%);
}
.mv-inner {
  /* padding-left:11%; */
  max-width: 1300px;
  margin: auto;
  position: relative;
}
#mv-catch {
  position: absolute;
  bottom:-3rem;
  left:0;
  background: rgba(128,198,182,0.9);
  padding:4.5rem 4rem 4rem;
  width:67.5%;
  max-width:675px;
  min-height:260px;
  text-align: left;
  display: flex;
  align-items: center;
  align-content: center;
}
.mv-catch-inner {
  max-width:520px;
  margin:auto;
}
#mv-catch p {
  font-size:20px;
  color:#fff;
  line-height: 2.2;
  padding-left:2rem;
  margin:0;
}

/* -----------------------------------------------------------
index
------------------------------------------------------------*/
.bg01 {
  background: rgba(183,153,219,0.2);
}
.bg02 {
  background: rgba(128,198,182,0.2);
}
#top-lifecoach,
#top-mother {
  padding:4rem 0 5rem;
}
#top-profile {
  padding:8.5rem 0 5.5rem;
}
.mat {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width:100%;
}
.mat-img {
  width:60%;
  position: relative;
  z-index: 0;
  margin:9rem -10% 0 0;
  max-width:570px;
}
.mat-txt {
  width:59%;
  position: relative;
  z-index: 1;
  margin:0 0 0 -7.5%;
  max-width:570px;
}
.right .mat-txt {
  margin:0;
}
.right .mat-img {
  margin:auto;
  text-align: center;
  width:30%;
  max-width:270px;
}
.mat-box {
  background: #fff;
  padding:1.5rem 4rem;
}
.ttl01 {
  font-size: 3.6rem;
  margin-bottom: 2.8rem;
  position: relative;
}
.ttl-accent {
  margin-bottom:-0.5rem;
}
p.txt-m {
  font-size: 1.8rem;
}
a.btn01 {
  font-size:1.5rem;
  color:#8A60BC;
  font-weight: 500;
  text-decoration: none;
  width:100%;
  height:48px;
  border:1px solid #8A60BC;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  text-align: center;
  position: relative;
}
a.btn01:after {
  content:"";
  position: absolute;
  right:-2rem;
  top:0;
  bottom:0;
  margin:auto;
  width:4rem;
  height:1px;
  background: #8A60BC;
}

.bun-txt {
  position: relative;
}
.btn-right {
  display: flex;
  justify-content: flex-end;
  max-width:300px;
  margin:3rem 0 2rem auto;
}
.txt-profile {
  color:#8A60BC;
  font-size: 2.4rem;
  margin-bottom:7rem;
}
#top-profile .ttl-accent {
  margin:0.5rem 0 0;
}
#top-session {
  padding:6.5rem 0 12.5rem;
}
/*---------------------------------------------
second
-----------------------------------------------*/
/* lifecoach */
#lifecoach {
}
#kv {
  background: url(/img/kv.png)no-repeat center top;
  height:
}
#kv,.kv-inner {
  height:180px;
  text-align: center;
}
.kv-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap:wrap;
  height: 1.2;
}
.ttl-kv {
  margin:0 auto;
  color:#fff;
  font-size: 3.2rem;
}
.wrap {
  padding-bottom:6rem;
}
.wrap .ttl02 {
  font-size:3.2rem;
  padding-bottom:2rem;
  text-align: center;
  margin:6.5rem 0 6rem;
  position: relative;
}
.wrap .ttl02.mt {
  margin-top:10rem;
}
.wrap .ttl02:after {
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  background: #B799DB;
  width:100px;
  height: 4px;
}
.wrap .ttl03,
.txt-big {
  font-size:2.4rem;
  font-weight: 500;
  margin-bottom:4rem;
}
.read-main {
  margin:0rem 0 1rem 3.5rem;
}
.read-main.mb {
  margin-bottom:1.5rem;
}
.lifecoach-read p {
  letter-spacing: -0.03em;
}
strong, .appeal {
  color:#7242AC;
  font-weight: 500;
}
strong.mossgreen,
.mossgreen {
  color:#5CA2A9;
}
strong.black,
.black {
  color:inherit;
}
.flexbox {
  display: flex;
  width:100%;
  justify-content: space-between;
}
.photo-txt {
  margin:6.5rem 0;
}
.flex-img {
  width:38.1%;
}
.flex-txt {
  width:58.8%;
}
.appeal.mb {
  margin-bottom:3rem;
}
.section {
  margin:6rem 0;
}
.read02 {
  margin:8rem 0 9rem;
}
.read02 p {
  margin-bottom:2rem;
  line-height: 1.8;
}
.ttl-bg {
  background: #F0E8FA;
  padding:0.6rem 2rem;
  font-weight: 500;
  margin:6rem 0 2.8rem;
}
.list-check {
  margin: 0 0 0 2rem;
}
.list-check li {
  background: url(/img/check.svg)no-repeat 0 1rem;
  padding:0 0 1rem 1.5em;
}

.message-box {
  max-width: 720px;
  margin: auto;
  background: #F0E8FA;
  background: rgba(128,198,182,0.8);
  padding: 6rem 4rem;
  position: relative;
}
.message-box:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid rgba(255,255,255,0.5);
}
.h2-message {
  color:#7242AC;
  color:#fff;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  margin:0 0 2rem 0;
}
.message-txt {
  text-align: center;
  line-height: 1.8;
}

/* voice */
.voice-box {
  max-width: 100%;
  padding: 3rem 0;
  margin-bottom:6rem;
  position: relative;
}
.voice-box:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid rgba(255,255,255,0.5);
}
.ribbon12 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 0 0 0 -10px;
  font-size: 2.1rem;
  color: white;
  background: #8A60BC;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.voice-txt {
  padding:2rem 6rem;
}
.voice-txt * {
  font-size: 1.6rem;
  line-height: 1.8;
}
.marker, .voice-txt strong {
  background: linear-gradient(transparent 70%, #e9d2fd 70%);
}

/* price */
.ttl04 {
font-family:ten-mincho, serif;
font-weight: 500;
font-size: 2.8rem;
padding:0 0 0.6rem;
margin: 7rem 0 2rem;
border-bottom: 3px solid #B799DB;
}
.ttl04.mt {
  margin-top:2rem;
}
.ttl04 .sub {
  font-size:80%;
  font-family: inherit;
}
.ttl05 {
font-weight: 500;
font-size: 2rem;
margin: 0 0 1.5rem;
}
.box01.mb {
  margin-bottom:6rem;
}
.box01 p,
.box01 .txt-m {
  font-size:1.7rem;
}
.box01 p {
  line-height: 2;
}
.box01 .type01 {
  margin:1.5rem 0;
}
.box01 .type01.mt {
  margin:4rem 0;
}
.box01.mb {
  margin-bottom:4rem;
}
table.type01 {
table-layout: fixed;
margin:1rem 0;
}
table.type01 th,
table.type01 td {
  padding:1.8rem 1rem;
  text-align: center;
  font-size: 1.6rem;
}
table.type01 td {
  font-size: 1.8rem;
}
table.type01 th {
  border-right:1px solid #fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  color:#555;
  background: #F0E8FA;
}
#course-price table.type01 th {
  background: rgba(128,198,182,0.2);
}
table.type01 td {
  border-bottom:1px solid #ccc;
}
table.type01 tr:first-of-type td {
  border-top:1px solid #ccc;
}
table.type01 tr {
  border-bottom:1px solid #fff;
}
table.type01 tr:first-of-type {
  border-top:1px solid #fff;
}
table.type01 th {
}
.txt-note {
  margin:4rem 0;
  font-size: 1.7rem;
}
#course-mother {
  padding:1rem 0;
  margin-top:12rem;
  border-top:1px solid #ddd;
}
.course-read {
  text-align: center;
  margin-bottom:4rem;
}
.course-read * {
  line-height: 2;
}
p.txt01 {
  color:#f386b3;
  font-size:105%;
	margin:2rem 0 1rem;
}
h4 + p.txt01 {
  margin-top:-0.5rem;
}
.profile-box .ttl02 {
  margin:4rem 0 3rem;
}
.profile-box .voice-txt {
  max-width: 900px;
  margin: auto;
}
.profile-box .voice-txt p {
  line-height: 2;
}
.profile-area p {
  margin:2em 0;
}
.profile-area * {
  font-size: 1.6rem;
}
.profile-area dl {
  margin:0 0 1em 0;
  width:100%;
  display: flex;
}
.profile-area dt {
  width:5em;
  margin:0;
  line-height: 1.4;
  color:#7242AC;
}
.profile-area dd {
  width:calc(100% - 5em);
  display: inline-block;
  line-height: 1.4;
  margin:0;
}


/* approach */
.read-area {
  margin-bottom:6rem;
}
.read-area p {
  text-align: center;
  line-height: 3;
  margin-bottom:2em;
}
.approach .img-area {
  max-width:80%;
  margin:auto;
  text-align: center;
}
.img-area,
.approach .img-area {
  margin-bottom:8rem;
}
.flex-half {
  justify-content: space-around;
}
.flex-half .flex-inner {
  width:47%;
  padding: 2rem;
  border: 2px solid #B799DB;
  text-align: center;
}
.flex-inner h3 {
  margin-top:0;
  text-align: center;
}
.flex-inner .ttl04 {
  border-bottom:1px solid #B799DB;
}
.flex-inner h4 {
  text-align: center;
}
.flex-inner p {
  font-size:1.7rem;
}
.not-page {
	min-height:50vh;
}


/* -----------------------------------------------------------
wp
------------------------------------------------------------*/
.wrap.base p,
.wrap.base li,
.wrap.base div,
.wrap.base span,
.base p,
.base li,
.base div,
.base span {
	line-height: 1.8
}
.container.small {
	max-width:840px;
}
.contact p,.session p,
#contents .wq-Form .wq-Control>.wq--header>.wq--label {
}
#contents .wq-Form .wq--note *,
#contents .wq-Form .wq-Control,
#contents .wq-Form .wq-Checkbox,
#contents .wq-Form .wq-Radio {
	color:#333;
}

#contents .wq-Form .wq--note {
	opacity: 1;
	order:1;
	margin:0 0 0.5rem 0;
}
#contents .wq-Form .wq--body {
	display: flex;
	flex-wrap:wrap;
}
#contents .wq-Form .wq-TextArea {
	order:2;
}
#contents .wq-Form .wq-Checkbox,
#contents .wq-Form .wq-Radio {
	margin:8px 4px 8px 0;
}

.form-read {
	margin:0;
}
.form-bottom {
	margin:0;
}
#contents .wq-Form .wq-Control>.wq--header>.wq--required {
	font-size:14px!important;
}
.wq-Form .wq-Control>.wq--header {
	width:12em!important;
}
#contents .wq-Dialog .wq-Button.wq-type-primary,
#contents .wq-Form .wq-Button.wq-type-primary,
#contents .wq-Dialog .wq-Button.wq-type-primary:not(:hover):not(:active),
#contents .wq-Form .wq-Button.wq-type-primary:not(:hover):not(:active) {
	background: #80C6B6;
}
#contents .wq-Dialog .wq-Button,
#contents .wq-Form .wq-Button {
	border:0;
}
#contents .wq-Dialog .wq-Button:hover,
#contents .wq-Form .wq-Button:hover {
	cursor: pointer;
	opacity: 0.8;
}
#contents #wq-attr-text-12 .wq--note,
#contents #wq-attr-text-13 .wq--note {
	opacity: 1;
	margin:0;
}
#contents #wq-attr-text-12 .wq--header,
#contents #wq-text-text-12,
#contents #wq-text-text-13 {
	display: none;
}
#contents .wq-for-back {
	margin-top:1rem;
}
.form-wrap p {
	line-height: 2;
}
.line-bnr {
  margin:4rem auto 9rem;
  text-align: center;
  max-width:400px;
}


/*---------------------------------------------
mediaQuery レスポンシブ
-----------------------------------------------*/
@media screen and (min-width: 1024px)  {
  .md {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .normal .flex-img {
    order:2;
    margin-top:1rem;
  }
	.btn {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  transition: color 0.25s ease;
	}
	.btn::before {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  background: #8A60BC;
	  transform: scaleX(0);
	  transform-origin: right;
	  transition: all 0.25s ease;
	  transition-property: transform;
	}
	.btn:hover {
	  color: #fff;
	}
	.btn:hover::before {
	  transform: scaleX(1);
	  transform-origin: left;
	}


/*------------------------------
form
--------------------------------*/
#contents #root {
	height:100%!important;
}
	#contents .wq-Form .wq-Control .wq--label,
	#contents .wq-Form .wq-Radio,
	#contents .wq-Form .wq--note,
	p.form-read {
	font-size: 1.6rem;
	}
	#contents .wq-Form label,
	#contents .wq-Form select,
	#contents .wq-Form option {
	cursor: pointer;
	font-size: 1.6rem;
	}
  .line-read {
    text-align: center;
  }
  .profile-area {
    margin-top:4rem;
  }
}



@media screen and (max-width: 1150px) {
.mv-inner {
}
#mv-catch {
padding: 5rem 2rem;
width: 55%;
}
#header, .header-menu {
    height: 140px;
}
}

@media screen and (max-width: 1024px) {
#mv-catch {
min-height: inherit;
}
#mv-catch p {
font-size: 1.8rem;
}
.ttl01 {
    font-size: 3.3rem;
}
.txt-profile {
font-size: 2.2rem;
line-height: 2;
margin-bottom:5rem;
}
.contact-area {
right:10px;
}

}


/* -----------------------------------------------------------
SP-MENU スマホ版メニュー
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
body.open {
    overflow: hidden;
}
.md {
  display: none;
}
#header {
  margin:0;
  padding:0;
  z-index: 100;
  width:100%;
	position: relative;
}
#header,
#header-logo {
  height: 50px;
}
.top-logo .pc {
display: none;
}
#top-logo {
position: absolute;
top: 9px;
left: 15px;
font-size:inherit;
z-index: 1;
width:100%;
max-width:60px;
margin:0;
padding:0;
line-height: 1;
vertical-align: top;
}
#top-logo a {
  display: block;
}
#top-logo img {
  vertical-align: top;
}

.open #toggle {
  background: transparent;
}
.open .sp-top-nav {
  z-index: 1001;
  visibility: visible;
}

#header nav {
  top:0;
  width:100%;
  height: 100%;
  position: relative;
}
.sp-top-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
#toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 30px;
    cursor: pointer;
    padding: 0px;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#toggle div {
    position: relative;
}
#toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #7242AC;
    left: 0;
    zoom: 1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
    top: 0;
}
#toggle span:nth-child(2) {
    top: 8px;
}
#toggle span:nth-child(3) {
    top: 16px;
}
.open #toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
}
.open #toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
}
#menu .sp-menu-header {
top: 50px;
position: absolute;
}
ul#menu {
  top: 50px;
  position:absolute;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  z-index:101;
  overflow:hidden;
  height:auto;
}
ul#menu li {
  display: block ;
  text-align: center;
  margin: 0;
  margin-left: 0;
  font-size: 1.1em;
  z-index:500;
  position:relative;
  width:100%;
}
.sp-top-nav {
  width:100%;
}
.sp-top-nav li {
    padding: 0;
}
.sp-top-nav li a {
width:100%;
background: #e8dff2;
color:#7242AC;
padding:15px 15px;
text-align: center;
display: block;
border-bottom:2px solid #fff;
font-weight: normal;
}
.sp-top-nav li:last-of-type a {
  border-bottom:none;
}
#slide_wrap .slide_item img {
  height: 400px;
}
.arrow-next:before {
  top:2px;
}

/* contact-area */
.contact-area {
  position: fixed;
  bottom:0;
  left:0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width:100%;
  z-index: 10;
}
.contact-area li {
  margin:0;
  width:50%;
}
.contact-area li:first-child {
  border-right: 1px solid #fff;
}
.contact-area a {
  background: #80C6B6;
  background: #8A60BC;
  color:#fff;
  padding:0.5rem 1rem 0.8rem;
  line-height: 1;
  height:50px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.4rem;
	text-decoration: none;
}

/*--------------------------------------------------
767px以下
/*--------------------------------------------------*/
.pc {
display:none!important;
}
p,div,span,li,i,td,th,em,dt,dd {
  font-size:14px;
}
.container {
width:93%;
}
#page-top {
bottom: 55px;
right: 5px;
margin-bottom:0;
}
#page-top a {
  width:40px;
  height: auto;
}
#header-logo {
  text-align: center;
	font-size: 1rem;
}
#header-logo img {
  height:40px;
  margin-top:5px;
}
.ttl01 {
  font-size: 2rem;
  margin-bottom:1.8rem;
}
p.txt-m {
  font-size: 14px;
}
.txt-profile {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.mat-box {
  padding: 1.5rem 2rem;
}
#mv-catch p {
  font-size: 1.5rem;
  padding-left:0;
}
.btn-right {
margin:2rem 0 2rem auto;
}

/* footer */
.footer-menu {
  flex-wrap:wrap;
  padding:0 1rem;
}
.footer-menu li {
  width:100%;
}
.footer-top {
  padding: 3rem 0;
}
.footer-logo img {
  width:140px;
}
.copyright-area {
padding-bottom:50px;
}
.bottom-menu {
  display: none;
}
.footer-contact {
margin:1rem auto;
flex-wrap:wrap;
}
.footer-menu a {
  font-size:1.4rem;
}
a.btn01:after {
	right:-3%;
}
.footer-contact li {
width:100%;
max-width: 100%;
margin: 1rem 5px;
font-size: 1.4rem;
}
.mv-outer {
background: none;
}
.mv-inner {
  height:calc(530/1150*100vw);
}
#mv-catch {
padding: 2rem 2rem;
width: 80%;
top:calc(530/1150*100vw - 3rem);
bottom:inherit;
}
#mv {
  min-height: calc(530/1150*100vw + 4em);
}
#top-session {
    padding: 5rem 0;
}
/* second */
.ttl-kv {
  font-size: 2.4rem;
}
.wrap .ttl02 {
  font-size: 2.4rem;
}
.wrap .ttl03 {
  font-size: 1.6rem;
}
.read-main {
  margin: 2rem 0 2rem 2rem;
}
.lifecoach-read p {
  letter-spacing: 0;
}
.list-check li {
    background: url(/img/check.svg)no-repeat 0 0.5rem;
    padding: 0 0 1rem 1.5em;
    background-size: 13px;
}
#kv, .kv-inner {
    height: 120px;
}
.message-box {
  padding:4rem 2rem 3rem;
}
.message-box:before {
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.h2-message {
  font-size: 1.6rem;
}
.wrap .ttl02.mt {
  margin-top: 0rem;
}
.photo-txt {
  margin:0;
}
.img-area {
  margin-bottom: 0;
}
.read-area {
  margin-bottom: 4rem;
}
.ribbon12 {
font-size: 1.6rem;
}
.voice-txt {
  padding: 2rem 1.5rem;
}
.voice-txt * {
  font-size: 1.3rem;
}
.voice-box {
padding-bottom:0;
margin-bottom:4rem;
}
.profile .voice-box {
  padding:1rem 0rem;;
}
.ttl04 {
  font-size:2.2rem;
  margin:5rem 0 2rem;
}
.box01 p, .box01 .txt-m {
  font-size: 1.4rem;
}
table.type01 th, table.type01 td {
  font-size: 1.4rem;
}
table.type01 td {
	font-size: 1.5rem;
}
table.type01 th {
  width: 65%;
  font-weight: normal;
}
.txt-note {
  margin:0;
}
#course-mother {
margin-top:6rem;
}
.ttl05 {
font-size:1.6rem;
}
.approach .img-area {
  max-width:100%;
  margin-bottom: 0;
}
.approach .flex-inner p,
.approach .read-area p {
  font-size: 3.4vw;
}
.flex-half {
  flex-wrap:wrap;
  margin-top:3rem;
}
.flex-half .flex-inner{
  width:100%;
  margin:2rem auto 0;
}
.flex-inner p {
  font-size: 1.4rem;
}
.flex-img.profile-kv {
	margin: 0 auto 2rem;
  width: 60%;
  max-width: 270px;
  text-align: center;
}
.profile-area * {
  font-size: 1.4rem;
}
.wrap .profile-box .ttl02 {
  margin: 3rem 0 1rem;
  font-size: 2.2rem;
}
.profile-box .voice-txt p {
  margin-bottom:2.5em;
}

/* ---------------------------------------
form
----------------------------------------- */
.wq-Form * {
	font-size: inherit;
}
p.form-read {
	font-size:inherit;
}
#contents .wq-Form {
  font-size: 16px;
	transform: scale(0.8);
	transform-origin:0 0;
	width: 125%;
}
#contents .wq-Form .wq--label {
	font-size:inherit;
}
#contents .wq-Form .wq--note {
	font-size:inherit;
}
#contents .wq-Form .wq-Button.wq-type-primary {
    width: 90%;
    margin: auto;
    max-width: 200px;
}
.ttl04.s {
	font-size: 2rem;
}
#contents .wq-Form .wq-Radio label {
  background: #fff;
  border: 1px solid hsla(0,0%,7%,.26);
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  height: 3.3em;
  line-height: 1.4;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0.3rem 10px 0.3rem 7px;
  position: relative;
  transition: box-shadow .1s linear,border-color .1s linear;
  white-space: break-spaces;
	display: flex;
  align-items: center;
  align-content: center;
}

#contents .wq-Form .wq-Radio label:before {
  background: none;
  border-radius: 100px;
  content: "●";
  display: inline-block;
  height: auto;
  margin-right: 4px;
  vertical-align: 0;
  width: auto;
  color: #999;
}
#contents .wq-Form .wq-Radio>input:checked+label:before {
  background: none;
  transform: none;
	color:#eb4266;
}
#contents .wq-Form .wq-Attributes>:not(:last-child) {
  margin-bottom: 1.5em;
}
#contents .wq-is-confirming #wq-attr-text-12 {
	display: none;
}
}


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

/* second */
.flexbox {
  flex-wrap:wrap;
}
.flex-img,
.flex-txt {
  width:100%;
  max-width:100%;
}
.flex-img img {
  width:100%;
}
.flex-img {
  margin-bottom:2rem;
}
.section {
  margin: 4rem 0;
}
.wrap .ttl02 {
margin:2rem 0 4rem;
}
.ttl-bg {
  margin-top:4rem;
}
.list-check {
  margin:0;
}
.line-bnr {
  margin: 2rem auto 7rem;
}
}

@media screen and (min-width:481px) {
  .sps {
    display: none;
  }
}
@media screen and (max-width:480px) {
	p,div,span,li,i,td,th,em,dt,dd,
	.voice-txt * {
	  font-size:3.5vw;
	}
	.flex-inner p,
	.profile .voice-txt *,
	.txt-note,
	p.txt-m,
	.flex-inner p,
	.voice-txt *,
	.profile .voice-txt *,
	table.type01 th {
	  font-size: 3.5vw;
	}
	.ttl05 {
		font-size: 1.6rem;
	}
  .pcs {
    display: none;
  }
#mv-catch p br {
  display: none;
}
.mat {
  flex-wrap:wrap;
}
.mat-img {
  order:1;
  margin:0;
  width:100%;
}
.mat-txt {
  width:100%;
  margin:0;
  order:2;
}
.btn-right {
    margin: 2rem auto;
}
.right .mat-img {
  margin: 0 auto 2rem;
  width: 60%;
}
#top-profile {
    padding: 3rem 0 5rem;
}
#mv-catch {
padding: 2rem 2rem;
width: 80%;
top:calc(480/480*100vw - 5.5rem);
bottom:inherit;
}
#mv {
  min-height: calc(480/480*100vw + 4em);
}
/* second */
#contents .wq-Form .wq-Button {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	max-width:100%;
	height:3.5em;
}
}
