@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  display: inline-block;
}

.com-ttl02 {
  padding: 16px 20px;
  border-radius: 15px;
}
.com-ttl02::before {
  width: 7px;
  height: 7px;
  left: 15px;
}
.com-ttl02::after {
  width: 7px;
  height: 7px;
  right: 15px;
}

.com-ttl03 {
  padding: 0 0px 5px 25px;
}
.com-ttl03::before {
  top: 3px;
  left: 5px;
}

.com-btn01 {
  padding: 16.4px 40px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 {
  border-spacing: 0;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-anxiety
========================================= */
#top-anxiety .inner {
  padding: 50px 15px 265px;
}
#top-anxiety .inner::before {
  width: 201px;
  height: 108px;
  bottom: 164px;
  left: 15px;
}
#top-anxiety .container::after {
  width: 60px;
  height: 45px;
  top: -5px;
  right: -10px;
  z-index: 1;
}
#top-anxiety .img-top {
  position: unset;
  width: 100%;
}
#top-anxiety .ttl {
  margin-top: 15px;
}
#top-anxiety .txt {
  margin-top: 35px;
}
#top-anxiety .img-btm {
  width: 500px;
  right: unset;
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 50px 15px;
}
#top-about .container {
  display: block;
  padding: 15px 15px 25px;
  background: url(/img/top/about-deco01.png) no-repeat left top/40px, url(/img/top/about-deco02.png) no-repeat right top/40px, url(/img/top/about-deco03.png) no-repeat left bottom/40px, url(/img/top/about-deco04.png) no-repeat right bottom/40px;
}
#top-about .img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#top-about .img img {
  border-radius: 20px;
}
#top-about .wrap {
  margin-top: 25px;
}
#top-about .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .container {
  display: block;
}
#top-service .img {
  width: 400px;
  max-width: unset;
  top: 100px;
  left: calc(50% - 250px);
  border-radius: 0 25px 0 0;
}
#top-service .wrap {
  width: 100%;
  margin-top: 285px;
  padding: 25px 0;
}
#top-service .wrap::after {
  width: 72px;
  height: 82px;
  left: unset;
  right: 25px;
  top: -65px;
}
#top-service .link {
  padding: 25px 0;
}
#top-service .link::after {
  width: 40px;
  height: 40px;
  transform: unset;
  top: 35px;
  right: 0px;
}
#top-service .link:hover::after {
  transform: translateX(3px);
}
#top-service .link-top {
  display: block;
  padding-left: 20px;
}

/* =========================================
    top  sp
    top-money
========================================= */
#top-money .inner {
  padding: 50px 5px;
}
#top-money .container {
  padding: 50px 10px;
  background-color: #f0e5ce;
  outline: 5px solid #faf8f4;
  outline-offset: -7px;
  border-radius: 25px;
}
#top-money .container::before {
  width: 112px;
  height: 53px;
  bottom: 7px;
  left: 30px;
}
#top-money .ttl {
  text-align: center;
}
#top-money .ttl-bg {
  padding: 1px 15px;
}
#top-money .img {
  position: unset;
  margin: 25px auto 0;
}
#top-money .btn {
  display: block;
  margin: 35px auto 0;
  padding: 14.4px 40px;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .bg::before {
  border-radius: 25px;
}
#top-voice .bg::after {
  width: 141px;
  height: 85px;
  top: -35px;
  left: unset;
  right: 10px;
}
#top-voice .container {
  padding-bottom: 100px;
  position: relative;
}
#top-voice .container-top {
  justify-content: center;
}
#top-voice .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-voice .list {
  display: block;
  margin-top: 35px;
}
#top-voice .list-item {
  max-width: 100%;
  padding: 15px 15px 25px;
  border-radius: 20px;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-voice .list-img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
#top-voice .list-img img {
  border-radius: 18px;
}
#top-voice .list-wrap {
  gap: 15px;
  margin-top: 15px;
  padding-bottom: 20px;
}
#top-voice .list-ttl {
  padding-left: 20px;
}
#top-voice .list-ttl::before {
  width: 10px;
  height: 3px;
}
#top-voice .list-age {
  padding-bottom: 0;
}
#top-voice .list-txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 15px;
}
#top-contact .container {
  padding: 50px 10px;
  border: 10px solid #f0e5ce;
  border-radius: 40px;
}
#top-contact .container-inner {
  display: block;
}
#top-contact .wrap::after {
  width: 62px;
  height: 48px;
  top: -67px;
  right: 10px;
}
#top-contact .txt {
  margin-top: 35px;
}
#top-contact .list {
  margin-top: 25px;
}
#top-contact .list-link {
  width: 280px;
  height: 60px;
  margin: 0 auto;
}
#top-contact .list-link::before {
  position: unset;
  transform: unset;
  margin-right: 15px;
}

/* =========================================
    top  sp
    top-bnr
========================================= */
#top-bnr .container {
  display: block;
}
#top-bnr .link {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 31.3px 30px;
  border-radius: 65px;
}
#top-bnr .link::after {
  width: 40px;
  height: 40px;
  right: 30px;
}
#top-bnr .link:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .wrap {
  margin-top: 35px;
}
#sub-about .wrap-ttl {
  padding: 16px 30px;
  border-radius: 15px;
}
#sub-about .wrap-fle {
  display: block;
}
#sub-about .wrap-txt {
  margin-top: 15px;
}
#sub-about .wrap-box {
  display: block;
  margin-top: 50px;
  background: url(/img/top/about-deco01.png) no-repeat left top/45px, url(/img/top/about-deco02.png) no-repeat right top/45px, url(/img/top/about-deco03.png) no-repeat left bottom/45px, url(/img/top/about-deco04.png) no-repeat right bottom/45px;
}
#sub-about .img {
  margin-top: 0;
  border-radius: 20px;
}
#sub-about .career,
#sub-about .qualification {
  padding: 0 20px 50px;
}
#sub-about .qualification {
  border-left: none;
}
#sub-about .thought {
  margin-top: 50px;
  padding: 45px 20px 100px;
  border-radius: 25px;
}
#sub-about .thought::before {
  width: 48px;
  height: 54px;
  left: unset;
  right: 15px;
  top: -5px;
}
#sub-about .thought::after {
  width: 134px;
  height: 148px;
  bottom: 0;
  left: unset;
  right: -10px;
}
#sub-about .thought-ttl {
  writing-mode: unset;
  padding-left: 10px;
  top: unset;
  left: unset;
  position: relative;
}
#sub-about .thought-ttl::before {
  top: -5px;
  left: -5px;
}
#sub-about .box {
  margin-top: 35px;
  padding: 35px 20px 65px;
  background: url(/img/top/contact-deco02.png) no-repeat calc(100% - 35px) 15px/70px, url(/img/top/money-deco.png) no-repeat calc(100% - 20px) bottom/150px, #f5f2eb;
  border-radius: 25px;
}
#sub-about .box::after {
  display: none;
}

#sub-achievement .list {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}
#sub-achievement .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  padding: 10px 10px 15px;
  border-radius: 15px;
}
#sub-achievement .list-img {
  height: 38.5vw;
  min-height: 135px;
}
#sub-achievement .list-img img {
  border-radius: 10px;
}
#sub-achievement .list-ttl {
  line-height: 1.8;
  margin-top: 5px;
  font-size: 15px;
}

#sub-telling .wrap {
  display: block;
  margin-top: 35px;
  padding: 15px 15px 30px;
  border-radius: 25px;
}
#sub-telling .img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#sub-telling .img img {
  border-radius: 20px;
}
#sub-telling .txt {
  margin-top: 15px;
}

#sub-info .table {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-individual .inner,
#sub-seminar .inner,
#sub-child .inner {
  padding: 50px 0;
}
#sub-individual .container,
#sub-seminar .container,
#sub-child .container {
  padding: 35px 15px;
  border-radius: 25px;
}
#sub-individual .container::before,
#sub-seminar .container::before,
#sub-child .container::before {
  width: 60px;
  height: 45px;
  top: -10px;
  left: unset;
  right: 5px;
}
#sub-individual .wrap,
#sub-seminar .wrap,
#sub-child .wrap {
  display: block;
  margin-top: 35px;
}
#sub-individual .wrap::after,
#sub-seminar .wrap::after,
#sub-child .wrap::after {
  width: 25px;
  height: 20px;
  top: -45px;
  right: unset;
  left: 10px;
}
#sub-individual .img,
#sub-seminar .img,
#sub-child .img {
  width: 100%;
  margin-top: 0;
  border-radius: 20px;
}
#sub-individual .txt,
#sub-seminar .txt,
#sub-child .txt {
  margin-top: 15px;
}
#sub-individual .price,
#sub-seminar .price,
#sub-child .price {
  margin-top: 60px;
  padding: 35px 0 20px;
}
#sub-individual .price-ttl,
#sub-seminar .price-ttl,
#sub-child .price-ttl {
  white-space: nowrap;
  padding: 3px 15px;
  top: -22px;
}
#sub-individual .price-txt,
#sub-seminar .price-txt,
#sub-child .price-txt {
  text-align: left;
}
#sub-individual .list,
#sub-seminar .list,
#sub-child .list {
  display: block;
  padding: 25px 20px;
  background: url(/img/top/about-deco01.png) no-repeat left top/42px, url(/img/top/about-deco02.png) no-repeat right top/42px, url(/img/top/about-deco03.png) no-repeat left bottom/42px, url(/img/top/about-deco04.png) no-repeat right bottom/42px;
}
#sub-individual .list-item,
#sub-seminar .list-item,
#sub-child .list-item {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 10px;
}
#sub-individual .list-item:nth-of-type(n + 2),
#sub-seminar .list-item:nth-of-type(n + 2),
#sub-child .list-item:nth-of-type(n + 2) {
  border-left: unset;
  border-top: 2px solid #f0e5ce;
}
#sub-individual .list-txt,
#sub-seminar .list-txt,
#sub-child .list-txt {
  width: 40px;
  height: 40px;
  margin: 0;
  flex-shrink: 0;
}
#sub-individual .list-ttl,
#sub-seminar .list-ttl,
#sub-child .list-ttl {
  text-align: left;
  margin-top: 0;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .list {
  margin-top: 45px;
}
#sub-question .list-item {
  padding: 25px 0;
  background-color: #fff;
  border-radius: 20px;
}
#sub-question .list-ttl {
  padding: 0 15px 15px 35px;
}
#sub-question .list-ttl::before {
  top: 3px;
  left: 15px;
}
#sub-question .list-txt {
  padding: 20px 15px 0 35px;
}
#sub-question .tag-list {
  padding: 0 15px 0 35px;
}

/* =========================================
    sub  SP
    sub-flow
========================================= */
#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item {
  padding: 25px 20px;
  border-radius: 15px;
}
#sub-flow .list-wrap {
  display: block;
}
#sub-flow .list-top {
  border-radius: 15px;
}
#sub-flow .list-num {
  width: 50px;
}
#sub-flow .list-ttl {
  padding: 10px 15px;
}
#sub-flow .img {
  margin: 0 auto;
}
#sub-flow .img img {
  border-radius: 15px;
}
#sub-flow .link-list {
  display: block;
  width: 250px;
}
#sub-flow .link-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-flow .line {
  padding-left: 35px;
}
#sub-flow .line::before {
  width: 24px;
  height: 23px;
}
#sub-flow .contact {
  padding-left: 35px;
}
#sub-flow .contact::before {
  width: 25px;
  height: 22px;
}
#sub-flow .instagram {
  padding-left: 35px;
}
#sub-flow .instagram::before {
  width: 25px;
  height: 25px;
}
#sub-flow .txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  display: block;
  padding: 15px 15px 25px;
  background-color: #fff;
  border-radius: 20px;
}
#sub-voice .list-img {
  margin: 0 auto;
}
#sub-voice .list-img img {
  border-radius: 18px;
}
#sub-voice .list-wrap {
  margin-top: 15px;
}
#sub-voice .list-age {
  padding-bottom: 1px;
}
#sub-voice .list-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-movie
========================================= */
#sub-movie .list {
  display: block;
}
#sub-movie .list-item {
  max-width: 100%;
}
#sub-movie .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-movie .instagram-media {
  min-width: 320px !important;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 35px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .inner {
  padding: 50px 15px;
}
#sub-method .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-method .wrap {
  flex-wrap: wrap;
  text-align: center;
  margin-top: 25px;
  padding: 35px 15px;
  border-radius: 20px;
}
#sub-method .link {
  width: 280px;
  height: 60px;
  margin: 0 auto;
}
#sub-method .link::before {
  position: unset;
  transform: unset;
  margin-right: 15px;
}

#sub-contact .inner {
  padding: 50px 0;
}
#sub-contact .container {
  border-radius: 25px;
  padding: 50px 15px;
}
#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}