@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Shippori Mincho B1 */
/*	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-sub {
  padding: 0 65px;
  background: url(/img/all/com-ttl-deco-left.png) no-repeat left center/50px, url(/img/all/com-ttl-deco-right.png) no-repeat right center/50px;
}

.com-ttl02 {
  padding-left: 25px;
  padding-bottom: 5px;
  background: url(/img/service/staff-name-deco.png) no-repeat left 6px/15px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
}

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

.com-table01 tr:last-of-type th {
  border-bottom: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: unset;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .bg {
  background: url(/img/top/worries-bg-left.png) no-repeat left bottom/45vw, url(/img/top/worries-bg-right.png) no-repeat right bottom/45vw, url(/img/all/beige_pattern.jpg) left top;
}
#top-worries .inner {
  padding: 50px 15px 150px;
}
#top-worries .wrap {
  margin-top: 35px;
  padding: 20px 20px 25px;
  border-radius: 15px;
}
#top-worries .wrap::before {
  width: 63px;
  height: 45px;
  left: 10px;
  bottom: -35px;
}
#top-worries .wrap::after {
  width: 63px;
  height: 45px;
  right: 10px;
  bottom: -35px;
}
#top-worries .list-item {
  width: 100%;
}
#top-worries .img {
  width: 350px;
}

/* =========================================
    top  sp
    top-flowchart
========================================= */
#top-flowchart .ttl {
  background: url(/img/top/support-ttl-left.png) no-repeat left calc(100% - 0px)/30px, url(/img/top/support-ttl-right.png) no-repeat right calc(100% - 0px)/30px;
}
#top-flowchart .ttl-deco {
  margin-right: 1px;
  padding: 0px 2px;
}
#top-flowchart .ttl-deco::before {
  height: 40px;
}
#top-flowchart .ttl-deco::after {
  width: 98%;
  height: 10px;
  bottom: 1px;
}
#top-flowchart .wrap-box {
  padding: 25px 15px;
}
#top-flowchart .wrap-ttl {
  padding: 2.1px 0px 2.1px 45px;
  border-radius: 15px 0 0 15px;
}
#top-flowchart .wrap-ttl-sub {
  width: 30px;
  height: 30px;
  line-height: 26px;
  top: 5px;
}
#top-flowchart .wrap-ttl-main {
  text-align: left;
}
#top-flowchart .btn-list {
  display: block;
  margin-top: 25px;
}
#top-flowchart .chart_btn {
  width: 290px;
  margin: 0 auto;
}
#top-flowchart .btn:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-flowchart .answer-primary {
  background: url(/img/top/answer-ttl-deco01.png) no-repeat calc(50% - 82px) center/50px, url(/img/top/answer-ttl-deco02.png) no-repeat calc(50% + 82px) center/50px;
}
#top-flowchart .answer-box {
  background: url(/img/top/support-answer-bg01.png) no-repeat left top/50vw, url(/img/top/support-answer-bg02.png) no-repeat right bottom/50vw, #fff;
}
#top-flowchart .answer-ttl-txt {
  padding: 15.5px 25px;
  background: url(/img/top/answer-ttl-deco03.png) no-repeat left center/20px, url(/img/top/answer-ttl-deco04.png) no-repeat right center/20px;
}
#top-flowchart .answer-txt {
  text-align: left;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .img-box {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#top-about .img-box::after {
  width: 101px;
  height: 145px;
  right: -20px;
  bottom: -180px;
}
#top-about .img-box-btm {
  position: absolute;
  width: 51.4vw;
  min-width: 180px;
  right: -35px;
  bottom: -35px;
}
#top-about .ttl {
  margin-top: 55px;
}
#top-about .ttl-sub {
  background: url(/img/all/com-ttl-deco-right.png) no-repeat right center/50px;
}
#top-about .wrap {
  display: block;
}
#top-about .btn {
  margin: 0 auto;
}
#top-about .btn:nth-of-type(n + 2) {
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .inner {
  padding: 50px 15px 85px;
}
#top-banner .container {
  display: block;
  padding-right: 0;
}
#top-banner .link {
  width: 100%;
}
#top-banner .link::before {
  width: 141px;
  height: 75px;
  bottom: -20px;
  left: -10px;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 75px;
}
#top-banner .link-box {
  width: 210px;
  height: 90px;
  right: -10px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .wrap {
  display: block;
}
#top-company .map {
  width: 100%;
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-bg-right.png) no-repeat right bottom/50vw, url(/img/all/white_pattern.jpg) left top;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
  padding-right: 40px;
}
#top-news .ttl-sub {
  padding: 0 65px;
  background: url(/img/all/com-ttl-deco-left.png) no-repeat left center/50px, url(/img/all/com-ttl-deco-right.png) no-repeat right center/50px;
}
#top-news .instagram {
  right: 0px;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  margin-top: unset;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-service
========================================= */
#sub-recommend .bg {
  background: url(/img/top/worries-bg-left.png) no-repeat left bottom/40vw, url(/img/top/worries-bg-right.png) no-repeat right bottom/40vw, url(/img/all/beige_pattern.jpg) left top;
}
#sub-recommend .inner {
  padding: 50px 15px 100px;
}
#sub-recommend .wrap {
  margin-top: 35px;
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 15px;
}
#sub-recommend .wrap::before {
  width: 63px;
  height: 45px;
  right: 195px;
  bottom: -35px;
}
#sub-recommend .list-item {
  padding: 8.2px 0 8.2px 35px;
  background: url(/img/all/check-ico.png) no-repeat 8px 13px, url(/img/top/list-item-bg.jpg) left top;
}
#sub-recommend .img {
  width: 200px;
  right: 5px;
}

#sub-special .ttl {
  background: url(/img/top/support-ttl-left.png) no-repeat 10px calc(100% - 0px)/40px, url(/img/top/support-ttl-right.png) no-repeat calc(100% - 10px) calc(100% - 0px)/40px;
}
#sub-special .ttl-deco {
  margin-right: 0;
  padding: 0px 2px;
}
#sub-special .ttl-deco::before {
  height: 40px;
}
#sub-special .ttl-deco::after {
  width: 98%;
  height: 10px;
  bottom: 3px;
}
#sub-special .wrap {
  margin-top: 35px;
  padding: 25px 15px;
}
#sub-special .txt {
  text-align: left;
}

#sub-reason .img {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  width: 100%;
  margin-top: 25px;
}
#sub-reason .img::before {
  width: 170px;
  height: 180px;
  left: -25px;
  bottom: -35px;
}
#sub-reason .txt-item {
  margin: 5px 10px 5px 0;
  padding: 2.6px 15px;
}

#sub-effect .list {
  margin-top: 35px;
  gap: 10px;
  padding: 29px 15px;
}
#sub-effect .list-item {
  width: 100%;
}

#sub-staff .sub::before {
  width: 15px;
  height: 25px;
  bottom: 5px;
  left: calc(50% - 150px);
}
#sub-staff .sub::after {
  width: 15px;
  height: 25px;
  bottom: 5px;
  right: calc(50% - 150px);
}
#sub-staff .list {
  display: block;
}
#sub-staff .list-item {
  width: 100%;
  max-width: 100%;
}
#sub-staff .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-staff .list-ttl {
  padding-left: 25px;
}
#sub-staff .list-ttl::before {
  width: 15px;
  height: 30px;
  left: 0;
  top: 4px;
}
#sub-staff .list-wrap {
  display: block;
}
#sub-staff .list-img {
  margin: 0 auto;
}
#sub-staff .list-box {
  margin-top: 20px;
}
#sub-staff .list-box-top {
  padding-bottom: 30px;
}
#sub-staff .list-link {
  margin: 20px auto 0;
}

#sub-staff-detail .bg {
  background: url(/img/top/worries-bg-left.png) no-repeat left bottom/45vw, url(/img/top/worries-bg-right.png) no-repeat right bottom/45vw, url(/img/all/white_pattern.jpg) left top;
}
#sub-staff-detail .container {
  padding: 30px 15px;
}
#sub-staff-detail .container-top {
  display: block;
}
#sub-staff-detail .img {
  margin: 0 auto;
}
#sub-staff-detail .wrap {
  margin-top: 35px;
}
#sub-staff-detail .wrap-ttl {
  padding: 0 0 5px 25px;
  background: url(/img/service/detail-sub-ico.png) no-repeat left 7px/18px;
}
#sub-staff-detail .wrap-txt {
  padding: 20px 15px;
}
#sub-staff-detail .list {
  gap: 10px;
}
#sub-staff-detail .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 40vw;
  min-height: 140px;
}

/* =========================================
    sub  SP
    sub-course
========================================= */
#sub-course .bg {
  background: url(/img/top/worries-bg-left.png) no-repeat left bottom/45vw, url(/img/top/worries-bg-right.png) no-repeat right bottom/45vw, url(/img/all/white_pattern.jpg) left top;
}
#sub-course .sub::before {
  width: 16px;
  height: 26px;
  left: calc(50% - 155px);
}
#sub-course .sub::after {
  width: 16px;
  height: 26px;
  right: calc(50% - 155px);
}
#sub-course .list-item {
  padding: 25px 15px;
  background: url(/img/top/support-answer-bg01.png) no-repeat left top/65%, #fff;
}
#sub-course .list-ttl {
  margin-top: 0;
  padding: 15.5px 35px;
  background: url(/img/top/answer-ttl-deco03.png) no-repeat 5px center/25px, url(/img/top/answer-ttl-deco04.png) no-repeat calc(100% - 5px) center/25px, #4bacb4;
}
#sub-course .list-fee {
  margin-top: 20px;
}
#sub-course .subject {
  padding-left: 0;
}
#sub-course .subject-item {
  padding-left: 25px;
  background: url(/img/all/check-ico.png) no-repeat left 7px/18px;
}
#sub-course .expectations {
  padding: 15px 5px;
}
#sub-course .expectations-item {
  width: 100%;
}
#sub-course .content-item {
  width: 100%;
  padding: 8.2px 0 8.2px 35px;
  background: url(/img/course/course-list-deco.png) no-repeat 15px 19px, #edfbfc;
}

/* =========================================
    sub  SP
    sub-first
========================================= */
#sub-btn .container {
  display: block;
}
#sub-btn .btn {
  width: 320px;
  margin: 0 auto;
}
#sub-btn .btn:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-btn .btn::before {
  left: 30px;
}
#sub-btn .btn::after {
  right: 30px;
}

#sub-flow .list-item {
  display: block;
  padding: 30px 15px 35px;
}
#sub-flow .list-img {
  display: block;
  margin: 0 auto;
}
#sub-flow .list-wrap {
  margin-top: 25px;
}
#sub-flow .list-ttl {
  padding: 10.5px 10px 10.5px 60px;
  color: #fff;
  background: url(/img/first/flow-ttl-deco.png) no-repeat 10px center/40px, #4bacb4;
}
#sub-flow .list-txt {
  margin-top: 20px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-top {
  gap: 15px;
  padding: 15px 10px;
}
#sub-question .list-q {
  width: 35px;
  height: 35px;
  line-height: 33px;
}
#sub-question .list-ttl {
  margin-top: 3px;
}
#sub-question .list-btm {
  padding: 0 10px;
  gap: 15px;
}
#sub-question .list-a {
  width: 35px;
  height: 35px;
  line-height: 33px;
}
#sub-question .list-txt {
  margin-top: 2px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/top/worries-bg-left.png) no-repeat left bottom/45vw, url(/img/top/worries-bg-right.png) no-repeat right bottom/45vw, url(/img/all/white_pattern.jpg) left top;
}
#sub-voice .list-item {
  padding: 25px 15px;
}
#sub-voice .list-top {
  display: block;
}
#sub-voice .list-top-wrap {
  margin-top: 20px;
}
#sub-voice .list-img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#sub-voice .list-age {
  margin-top: 5px;
}
#sub-voice .list-ttl {
  padding: 15px 10px 15px 30px;
  color: #fff;
  background: url(/img/top/answer-ttl-deco03.png) no-repeat 5px center/17px, #4bacb4;
}
#sub-voice .list-sub {
  padding-left: 25px;
  background: url(/img/service/detail-sub-ico.png) no-repeat left 7px/16px;
}
#sub-voice .list-wrap {
  display: block;
}
#sub-voice .list-box {
  padding: 25px 15px;
}
#sub-voice .list-box:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  background: url(/img/service/staff-name-deco.png) no-repeat left 6px/15px;
}
#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: 25px;
  padding: 20px 10px;
}
#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 .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#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;
}