@charset "utf-8";

/* 共通 */
@font-face {
	font-family: 'Murecho';
	src: url("../fonts/Murecho-VariableFont_wght.ttf");
}
html {
	font-size: 62.5%;
}
body {
	font: 1.6rem/2 'Murecho','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333333;
}
main {
	box-sizing: border-box;
	overflow-x: hidden;
}
strong {
	font-weight: bold;
}
img {
	vertical-align: bottom;
}
.main-color {
	color: #aa89bd;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.inner,
#sec11 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#sec02 .inner,
#sec03 .inner,
#sec04 .inner,
#sec05 .inner,
#sec06 .inner,
#sec07 .inner,
#sec08 .inner,
#sec10 .inner {
	padding: 50px 0 50px;
}
.box-wrap {
	display: block;
}
.main-tit,
.main_tit {
	position: relative;
	margin: 50px 0;
	line-height: 1.4;
}
.main-tit:before,
.main_tit:before {
  content: "";
  position: absolute;
  border: solid 1px #dcdcdc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
}
.main-tit h2,
.main_tit span.fon-min {
  position: relative;
	display: block;
	margin: 10px 0;
  z-index: 10;
	font-size: 2.25rem;
}
.main-tit p,
.main_tit span.webf {
  position: relative;
	font-size: 4.5rem;
	color: #aa89bd;
  z-index: 10;
}
.main-tit-02 {
  position: relative;
  display: inline-block;
  padding: 0 80px;
	margin-bottom: 20px;
	font-size: 3rem;
}
.main-tit-02:before,
.main-tit-02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #333;
}
.main-tit-02:before {
  left:0;
}
.main-tit-02:after {
  right: 0;
}
small {
	font-size: 0.8em;
}
.box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

/* main */
#luxbar .luxbar-menu,
#luxbar .luxbar-item,
#luxbar .luxbar-header {
	min-height: auto;
}
#luxbar .luxbar-navigation {
	justify-content: center;
}
#luxbar .luxbar-header {
	display: none;
}
#luxbar .luxbar-menu .luxbar-item {
	margin: auto 10px;
}
#luxbar .luxbar-menu .luxbar-item.icon {
}
#luxbar .luxbar-brand {
}
#luxbar .luxbar-menu-light,
#luxbar .luxbar-menu-light .dropdown ul {
	background-color: rgba(0,0,0,0.8);
}
#luxbar .luxbar-item a,
#luxbar .luxbar-item.icon a span,
#luxbar .luxbar-item.icon a {
	line-height: 1;
}
#luxbar .luxbar-item a,
#luxbar .luxbar-item.icon a span {
	padding: 22px 0;
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#luxbar .luxbar-item.icon a span {
	display: none;
}
#luxbar .luxbar-item.icon a {
	padding: 15px 0;
	font-size: 2.75rem;
	letter-spacing: inherit;
}
#luxbar .luxbar-menu a,
#luxbar .luxbar-item a {
	color: #eef2f2;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#luxbar .luxbar-item a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #eef2f2;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#luxbar .luxbar-item a:hover::after {
  transform: scale(1, 1);
}
#luxbar .luxbar-item.icon a::after {
  width: 0;
}
#luxbar .luxbar-item.icon a:hover {
	transform: scale(.9);
  transition: transform .3s;
}
#luxbar .luxbar-menu-light .active,
#luxbar .luxbar-menu-light .luxbar-item:hover {
	background-color: inherit;
}
/* new header menu */
.luxbar-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 1000; }

.luxbar-static {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }

.luxbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 1s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; }

.luxbar-menu-left .luxbar-navigation,
.luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }

.luxbar-brand {
  font-size: 1.6em;
  padding: 18px 24px 18px 24px; }

.luxbar-menu {
  min-height: 58px;
  transition: 1s ease;
  width: 100%; }

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }

.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.luxbar-item {
  height: 58px; }
  .luxbar-item a {
    padding: 18px 24px 18px 24px;
    display: block; }

.luxbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -8px; }
  .luxbar-hamburger span::after {
    margin-top: 8px; }

.luxbar-checkbox {
  display: none; }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 58px; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; }

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; }
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; }
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; }
    .dropdown > ul .luxbar-item {
      min-width: 100%;
      height: 29px;
      padding: 5px 10px 5px 40px; }
      .dropdown > ul .luxbar-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; }

@media screen and (min-width: 768px) {
  .luxbar-navigation {
    flex-flow: row;
    justify-content: flex-end; }

  .luxbar-hamburger {
    display: none; }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 58px; }

  .luxbar-menu .luxbar-item {
    border-top: 0; }

  .luxbar-menu-right .luxbar-header {
    margin-right: auto; }

  .dropdown {
    height: 58px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 5px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; } }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

/* top */
#top {
	padding: 100px 30% 80px 0px;
	background: url("../img/bg-top.jpg") left center / cover no-repeat;
	margin-top: -100px;
}
#top .wrapper {
	background: url("../img/bg-top-sub.jpg") center center / cover no-repeat;
	position: relative;
}
#top .top-box {
	width: 600px;
	padding: 100px 0;
	margin: 0 -250px 0 auto;
	text-align: center;
}
#top .top-box h2 {
	margin: auto auto 25px auto;
	font-size: 3.5rem;
	line-height: 1.8;
}
#top .top-box h2 span {
	font-size: 4.5rem;
}
#top .top-box h2 span.big {
	font-size: 5.5rem;
}
#top .top-box .main-tit-02 {
	margin: 30px auto 0;
}
#top .top-box .slider,
#top .top-box .slider .slick-dots{
	width: 600px;
	margin: auto 0 auto auto;
}
#top .top-box .slider .slick-list img{
	padding: 25px;
	padding-bottom: 30px;
}
#top .top-box .slider .slick-prev,
#top .top-box .slider .slick-next {
	display: none;
}

/* sec01 trouble#sec02 .list-01 .img1 */
#sec01 {
  background: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%);
}
#sec01 .inner {
	padding: 0 0 5%;
}
#sec01 .tit {
  position: relative;
  display: inline-block;
	margin: 5rem auto 3rem;
  padding: 0 5rem;
}
#sec01 .tit:before,
#sec01 .tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #333;
}
#sec01 .tit:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#sec01 .tit:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#sec01 .tit h2 {
	font-size: 2.5rem;
	background:linear-gradient(transparent 70%, #e1deeb 0%);
}
#sec01 .tit .dot-text {
	font-size: 3rem;
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
#sec01 .box-wrap {
	justify-content: center;
  -webkit-justify-content: center;
}
#sec01 ul {
	list-style: url("../img/sec01_img01.png");
	list-style-position: inside;
	text-align: left;
}
#sec01 ul:first-child {
	margin-right: 50px;
}
#sec01 ul li {
	margin: 40px 0;
}
#sec01 ul li span {
	border-bottom: dotted 2px #a0a0a0;
	padding-bottom: 10px;
}
#sec01 img.illust {
	width: 70%;
}
#sec01 h2 {
	margin: 40px 0;
	font-size: 3rem;
}

/* sec02 "なりたい"を叶える */
#sec02 .recommend-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 100px;
}
#sec02 .recommend-list li {
	position: relative;
}
#sec02 .recommend-list .number {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
#sec02 .recommend-list h3 {
	font-size: 36px;
	line-height: 1.6;
	margin-bottom: 25px;
}
#sec02 .recommend-list .list-01 .text-box{
	width: 400px;
	padding: 20px 0 0 120px;
	position: relative;
	margin: 0px 0 100px 50px;
}
#sec02 .recommend-list .list-02 {
	padding: 260px 0 0 695px;
}
#sec02 .recommend-list .list-02 .text-box{
	padding: 20px 0 100px 120px;
	position: relative;
}
#sec02 .recommend-list .list-03 {
	padding-bottom: 300px;
}
#sec02 .recommend-list .list-03 .text-box{
	padding: 20px 0 0 120px;
	position: relative;
}
#sec02 .recommend-list .list-04 {
	margin-top: -30px;
	padding: 0 0 0 695px;
}
#sec02 .recommend-list .list-04 .text-box{
	padding: 20px 0 0 120px;
	position: relative;
}
#sec02 .recommend-list img {
	width: inherit;
}
#sec02 .recommend-list .img {
	position: absolute;
}
#sec02 .list-01 .img1 {
	left: 550px;
	top: 25px;
}
#sec02 .list-01 .img2 {
	right: 0;
	top: 100px;
}
#sec02 .list-02 .img1 {
	left: 0;
	top: 100px;
}
#sec02 .list-03 .img1 {
	right: 580px;
	bottom: 0;
}
#sec02 .list-03 .img2 {
	right: 0;
	top: 100px;
	z-index: 1;
}
#sec02 .list-04 .img1 {
	left: 500px;
	top: 225px;
}
#sec02 .list-04 .img2 {
	left: 0;
	top: 100px;
}
#sec02 p.message-area {
	font-size: 3.5rem;
}

/* action */
#action {
  background-color: #888;
	background: url("../img/bg_action.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	min-height: 700px;
}
#action .inner {
	width: 1000px;
	position: relative;
}
#action .action-wrap {
	position: absolute;
	color: #fff;
	width: 600px;
	right: 0;
	top: 300px;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgb(109 108 102);
}
#action .action-wrap p {
	font-size: 2.5rem;
	text-shadow: 0 2px 5px #666;
	line-height: 1.25;
}
#action .action-wrap h2 {
	font-size: 3.5rem;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 10px;
	text-shadow: 0 2px 5px #666;
}
#action .action-wrap ul {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto;
}
#action .action-wrap ul li {
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 170px;
}
#action .action-wrap ul li:first-child {
	background: url("../img/action-img-bgA.png") center / contain no-repeat;
}
#action .action-wrap ul li:nth-child(2) {
	background: url("../img/action-img-bgB.png") center / contain no-repeat;
}
#action .action-wrap ul li:nth-child(3) {
	background: url("../img/action-img-bgC.png") center / contain no-repeat;
}
#action .action-wrap ul li p span {
	font-size: 3rem;
}
#action .action-wrap h3 {
	font-size: 2rem;
	color: #fff;
	text-shadow: 0 2px 5px #666;
}
#action .action-wrap h3:before,
#action .action-wrap h3:after {
  background-color: #fff;
	text-shadow: 0 2px 5px #666;
}
#action .box-wrap.btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#action .box-wrap .ac-btn {
	width: 240px;
	margin: auto 15px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgb(138 138 138);
  color: #fff;
	text-shadow: 0 2px 5px #666;
  line-height: 50px;
	transition: all .5s ease;
	text-decoration: none;
}
#action .box-wrap .ac-btn i {
	margin-right: 5px;
}
#action .box-wrap .ac-btn:hover {
	background: #8f82bc;
  background-color: rgba(143, 130, 188, 0.75);
  box-shadow: none;
}

/* sec03 mechanism */
#sec03 {
  background: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%);
}
#sec03 table {
  width: 100%;
  border-collapse: collapse;
	margin: 0 0 50px;
}
#sec03 table thead th.trouble {
  position: relative;
  width: 20%;
  background-color: #555;
  color: #fff;
  padding: 10px 0;
  border-left: solid 2px #fff;
	font-size: 2.5rem;
}
#sec03 table tbody tr {
  border-bottom: solid 2px #fff;
}
#sec03 table tbody tr:last-child {
  border-bottom: none;
}
#sec03 table tbody th {
  position: relative;
  width: 20%;
  background-color: #aa89bd;
  color: #fff;
  padding: 10px 0;
	font-size: 2.5rem;
}
#sec03 table tbody th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #aa89bd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#sec03 table tbody td {
  width: 40%;
  padding: 10px 0;
  border-left: solid 2px #fff;
}
#sec03 table tbody tr.com {
  border-bottom: none;
}
#sec03 table tbody tr.com td {
  border-left: none;
}
#sec03 table tbody td img {
	width: 80%;
}

/* sec04 chart */
#sec04 {
	background-color: #f5f5f9;
}
#sec04 .wrap {
	padding: 30px;
	margin: 60px auto 30px;
	border-radius: 10px;
	background: #f5f5f9;
	border: 1px solid #fff;
	box-shadow: 20px 20px 25px #d0d0d4,-20px -20px 25px #ffffff;
}
#sec04 .wrap table {
	width: 100%;
}
#sec04 .wrap tr {
	height: 70px;
}
#sec04 .wrap th,
#sec04 .wrap td {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
	line-height: 1.25;
}
#sec04 .wrap td:nth-child(even) {
	background-color: #eee;
}
#sec04 .wrap tbody td {
	color: #666;
}
#sec04 .wrap i {
	font-size: 2.5rem;
}
#sec04 .wrap i.fa-asterisk {
	font-size: 0.75rem;
	margin-left: 5px;
}
#sec04 .wrap .icon {
	line-height: 2;
	font-size: 3rem;
}
#sec04 .wrap .txt {
	font-size: 2.25rem;
}
#sec04 .wrap.chart th {
	width: 20%;
}
#sec04 .wrap.chart td {
	width: 10%;
}
#sec04 .wrap.clinic th {
	width: 20%;
}
#sec04 .wrap.clinic td {
	width: 13.33%;
}
#sec04 .wrap .scroll-wrap {
	display: none;
}

/* sec05 introduction */
#sec05 .main-tit-02 {
	font-size: 2rem;
}
#sec05 .tab-area {
	width: 80%;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #aa89bd;
	box-shadow: 0px 20px 20px 0px rgb(143 130 188 / 10%);
	margin: 0 auto 60px;
	position: sticky;
	z-index: 1;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#sec05 .tab {
	display: table;
	width: 33.33%;
	box-sizing: inherit;
	height: 50px;
	line-height: 1;
	text-align: center;
	color: #aa89bd;
	background-color: #fff;
}
#sec05 .tab:hover {
	background-color: #e1deeb;
  transition: .4s;
}
#sec05 .tab p {
	display: table-cell;
	vertical-align: middle;
}
#sec05 .tab:nth-child(2),
#sec05 .tab:nth-child(5) {
	border-left: 1px solid #aa89bd;
  border-right: 1px solid #aa89bd;
}
#sec05 .tab:nth-child(1),
#sec05 .tab:nth-child(2),
#sec05 .tab:nth-child(3) {
	border-bottom: 1px solid #aa89bd;
}
#sec05 .tab.active {
	background-color: #aa89bd;
	color: #fff;
}
#sec05 .content-area {
	width: 80%;
	margin: auto;
}
#sec05 .content {
	display: none;
}
#sec05 .content.show {
	display: block;
}
#sec05 .content .box-wrap {
	margin: 20px 0;
}
#sec05 .content .box-wrap:nth-child(2) {
	flex-direction: row-reverse;
}
#sec05 .content .box-wrap .tit-box,
#sec05 .content .box-wrap .txt-box {
	width: 50%;
}
#sec05 .content .box-wrap .img-box,
#sec05 .content .box-wrap .price-box {
	width: 45%;
}
#sec05 .content .box-wrap .tit-box p {
	font-size: 2.5rem;
	line-height: 1.75;
}
#sec05 .content .box-wrap .tit-box div {
	position: relative;
	margin: 20px auto;
}
#sec05 .content .box-wrap .tit-box div:before {
	content: '';
	height: 30px;
	width: 90%;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#sec05 .content .box-wrap .tit-box h3 {
	font-size: 3.5rem;
	line-height: 1.5;
	padding-bottom: 20px;
	margin: auto;
}
#sec05 .content .box-wrap .tit-box ul {
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px auto;
}
#sec05 .content .box-wrap .tit-box ul.clinic {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
}
#sec05 .content .box-wrap .tit-box ul.clinic li {
	border: solid 1px #333;
	padding: 5px 5px 8px;
	margin: auto 5px;
	line-height: 1;
	font-size: 1.6rem;
}
#sec05 .content .box-wrap .tit-box ul.push {
	padding: 20px;
	background: #f6f6f6;
	position: relative;
	z-index: 0;
}
#sec05 .content .box-wrap .tit-box ul.push:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 2.5%;
	left: 1.25%;
	z-index: -2;
	transform: rotate(2.5deg);
}
#sec05 .content .box-wrap .tit-box ul.push li {
	margin: 10px 10px 10px 20px;
}
#sec05 .content .box-wrap .tit-box ul.push li::before {
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #aa89bd;
	padding-right: 5px;
}
#sec05 .content .box-wrap .img-box img {
	width: 100%;
}
#sec05 .content .box-wrap .price-box {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	padding: 30px 10px;
	line-height: 1;
	box-sizing: border-box;
}
#sec05 .content .box-wrap .price-box .course-tit {
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
#sec05 .content .box-wrap .price-box .course-tit span {
	font-size: 1.5rem;
	background: #aa89bd;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 2px 8px 5px;
}
#sec05 .content .box-wrap .price-box .course-tit:nth-of-type(2) {
	margin: 30px 0 10px;
}
#sec05 .content .box-wrap .price-box .price {
	margin: 20px 0 0;
	vertical-align: baseline;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#sec05 .content .box-wrap .price-box .price .imp {
	margin-right: 5px;
}
#sec05 .content .box-wrap .price-box .price .yen {
	margin-right: 2px;
}
#sec05 .content .box-wrap .price-box .price .num {
	font-size: 2.8rem;
	font-weight: bold;
}
#sec05 .content .box-wrap .price-box .price .tax {
	font-size: 1.5rem;
}
#sec05 .content .box-wrap .price-box .price.cp .yen,
#sec05 .content .box-wrap .price-box .price.cp .num {
	color: #aa89bd;
}
#sec05 .content .box-wrap .price-box .price.cp .num {
	font-size: 3.2rem;
}
#sec05 .content .box-wrap .price-box .price.cp .cp-text {
  position: relative;
	font-size: 1.3rem;
	color: #aa89bd;
  padding: 2px 10px;
  display: inline-block;
  top:0;
	margin-right: 5px;
}
#sec05 .content .box-wrap .price-box .price.cp .cp-text:before,
#sec05 .content .box-wrap .price-box .price.cp .cp-text:after {
  position: absolute;
  top: 0;
  content:'';
  width: 5px;
  height: 100%;
  display: inline-block;
}
#sec05 .content .box-wrap .price-box .price.cp .cp-text:before {
  border-left: solid 1px #aa89bd;
  border-top: solid 1px #aa89bd;
  border-bottom: solid 1px #aa89bd;
  left: 0;
}
#sec05 .content .box-wrap .price-box .price.cp .cp-text:after {
  content: '';
  border-top: solid 1px #aa89bd;
  border-right: solid 1px #aa89bd;
  border-bottom: solid 1px #aa89bd;
  right: 0;
}
#sec05 .content .box-wrap .txt-box p {
	text-align: left;
}

/* 240521 miradry irregular */
#sec05 .content .box-wrap .price-box .irregular {
  text-align: right;
  margin-top: 5px;
}
#sec05 .content .box-wrap .price-box .price .num.purple {
  color: #aa89bd;
}

/* sec06 flow */
#sec06 {
	background-color: #f5f5f9;
}
#sec06 .wrap {
	margin: 50px auto;
	padding: 50px 0;
}
#sec06 .wrap h3 {
	font-size: 2.5rem;
	color: #fff;
	background-color: #999;
	line-height: 1;
	padding: 20px 0;
	margin-bottom: 20px;
}
#sec06 .wrap dl {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
#sec06 .wrap dl::before {
	border-bottom: 1px dashed #333;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 140px;
	left: 0;
	right: 0;
	z-index: 1;
}
#sec06 .wrap dl div {
	margin: 0 20px;
	position: relative;
	z-index: 2;
}
#sec06 .wrap dl div dt {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	line-height: 1;
	height: 40px;
	padding-bottom: 40px;
	position: relative;
}
#sec06 .wrap dl div dt::after {
	background: #333;
	border-radius: 50%;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}
#sec06 .wrap dl div dt strong {
	margin: 0 2px;
	font-size: 2.75rem;
}
#sec06 .wrap dl div dd {
	position: relative;
}
#sec06 .wrap dl div dd::before {
	background: #424649;
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	margin: 0 auto;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	z-index: 1;
}
#sec06 .wrap dl div dd p {
	align-items: center;
	border-radius: 50%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 120px;
	height: 120px;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #f5f5f9;
	box-shadow: 20px 20px 60px #d0d0d4,-20px -20px 60px #ffffff;
}

/* sec07 price */
#sec07 {
}
#sec07 .price-box .left,
#sec07 .price-box .right {
	width: 47.5%;
	margin: 50px 0 0;
	text-align: left;
}
#sec07 .price-box .wrap {
	margin: 0 0 50px;
}
#sec07 .price-box h3 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 0 10px 10px;
}
#sec07 .price-box table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
#sec07 .price-box table tr:nth-of-type(even) {
	background: #f3f3f3;
}
#sec07 .price-box table th,
#sec07 .price-box table td {
	padding: 15px 10px;
}
#sec07 .price-box table th {
	width: 55%;
}
#sec07 .price-box table th small {
	margin: 0 10px;
}
#sec07 .price-box table td {
	text-align: right;
	font-size: 1.2em;
	width: 40%;
}
#sec07 .price-box table td img {
	width: 100%;
}
#sec07 .price-box table.pay {
	width: 100%;
}
#sec07 .price-box table.pay th {
	text-align: center;
	width:auto;
}
#sec07 .price-box table.pay td {
	padding: 15px 5px;
  font-size: 1em;
  text-align: center;
  width:auto;
}
#sec07 .price-box table.pay td img {
	width: 220px;
}

/* bg10 */
.bg10 {
	background: #f5f5f5;
	padding: 70px 0;
}
.bg10 .inner {
	width: 850px;
}
.bg10 .container {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.bg10 .box {
	display: block;
	margin: 20px 0;
	width: 410px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 20px 20px 60px #e0e0e0, -20px -20px 60px #ffffff;
	border-radius: 10px;
}
.bg10 .box#dr02 {
	display: none;
}
.bg10 .box .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.bg10 .box .name .imgwrap picture img {
	width: 180px;
}

.bg10 .box .name .textwrap {
	margin: 0 0 0 15px;
}
.bg10 .box .name .textwrap h3 {
	font-weight: 600;
	font-size: 22px;
}
.bg10 .box .career,
.bg10 .box .licence {
	width: 370px;
	box-sizing: border-box;
	margin-top: 30px;
}
.bg10 .box:first-of-type .inner .career,
.bg10 .box:first-of-type .inner .licence {
	width: 390px;
	box-sizing: border-box;
	margin-top: 30px;
}
.bg10 .box h4 {
	color: #333;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	height: 40px;
	line-height: 43px;
}
.bg10 .box dl {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
 	flex-wrap: wrap;
	font-size: 14px;
	margin: 0 10px;
}
.bg10 .box dl dt {
	width: 100px;
}
.bg10 .box dl dd {
	width: 240px;
}
.bg10 .box:first-of-type .inner dl dt {
	width: 100px;
}
.bg10 .box:first-of-type .inner dl dd {
	width: 270px;
}
.bg10 .box ul {
	margin-top: 15px;
	font-size: 14px;
	margin: 0 10px;
}
/* 5/29 追加 */
.bg10 .box:first-of-type .inner .career h4{
	width: 90%;
}

/* sec11 */
.bgi11 {
	padding: 70px 0;
}
.bg11 .inner {
	width: 850px;
}
.sec11 .main_tit {
	text-align: center;
}
.sec11 .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 850px;
	margin: auto;
}
.sec11 .container .box {
	text-align: left;
	width: 400px;
	margin: 0 0 30px 0;
	display: block;
}
.sec11 .container .box h3 {
  margin: 20px 0 10px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}
.sec11 .container .box .add-wrap {
	font-size: 14px;
}
.sec11 .container .box dl {
  display:flex;
  flex-wrap: wrap;
  border-top: none;
	margin: 10px 0;
}
.sec11 .container .box dl dt {
  width: 20%;
  box-sizing: border-box;
}
.sec11 .container .box dl dd {
  width: 80%;
  margin: 0;
  box-sizing: border-box;
	line-height: 1.5;
}
.sec11 .tel {
	background-color: #aa89bd;
	border: 1px solid #aa89bd;
	color: #fff;
}
.sec11 .tel:hover {
	background-color: #ffffff;
	border: 1px solid #aa89bd;
	color: #aa89bd;
}

footer {
	text-align: center;
}
footer #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
footer #pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
}
footer #pagetop a:hover {
    opacity: .3;
}
footer #pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
