@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* 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-btn01 {
  padding: 6px 0 6px 45px;
}
.com-btn01::before {
  width: 35px;
  height: 35px;
}

.com-tel {
  text-align: center;
}
.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 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
  border-bottom: none;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .inner {
  padding: 50px 15px;
}
#top-ent .container {
  display: block;
}
#top-ent .link {
  width: 100%;
  max-width: 100%;
}
#top-ent .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-ent .link-btm {
  height: unset;
  padding-bottom: 55px;
  padding-top: 10px;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .inner {
  padding: 50px 15px 300px;
}
#top-worries .inner::after {
  width: 416px;
  height: 330px;
  right: unset;
  transform: translateX(-50%);
  left: 65%;
  bottom: 20px;
}
#top-worries .list {
  margin-top: 21px;
}
#top-worries .list-item {
  padding: 14px 0px 15px 40px;
  background: url(/img/all/check-ico.png) no-repeat 5px 19px/25px, url(/img/all/com-border.png) no-repeat left bottom;
}

/* =========================================
    top  sp
    top-entrust
========================================= */
#top-entrust .bg::before {
  height: 150px;
}
#top-entrust .img {
  position: unset;
  width: 100%;
  border-radius: 20px;
}
#top-entrust .ttl {
  margin-top: 15px;
}
#top-entrust .txt {
  margin-top: 35px;
}
#top-entrust .btn {
  margin-top: 35px;
}
#top-entrust .ticket {
  width: 100%;
  height: unset;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 75px auto 0;
  border-radius: 20px;
}
#top-entrust .ticket::after {
  height: 45%;
}
#top-entrust .ticket-wrap {
  padding: 35px 5px 20px;
}
#top-entrust .ticket-txt {
  padding: 0 10px;
}
#top-entrust .ticket-cat {
  width: 100%;
  height: 100px;
  padding: 20px 70px;
  border-left: unset;
  border-bottom: 4px dotted #f2efe9;
}
#top-entrust .ticket-cat::before {
  width: 20px;
  height: 20px;
  top: unset;
  bottom: -11px;
  left: -10px;
}
#top-entrust .ticket-cat::after {
  width: 20px;
  height: 20px;
  top: unset;
  left: unset;
  bottom: -11px;
  right: -10px;
}

/* =========================================
    top  sp
    top-feature
========================================= */
#top-feature .list {
  display: block;
  margin-top: 35px;
}
#top-feature .list-item {
  width: 320px;
  max-width: unset;
  margin: 0 auto;
}
#top-feature .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-feature .btn {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .inner {
  padding: 50px 10px;
}
#top-banner .container {
  display: block;
}
#top-banner .link {
  width: 100%;
  max-width: 100%;
  height: 350px;
  border-radius: 20px;
}
#top-banner .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-banner .link-wrap {
  width: 90%;
  padding: 20px 15px 25px 15px;
}
#top-banner .link-wrap::before {
  top: 65px;
}
#top-banner .link-wrap::after {
  width: 35px;
  height: 35px;
  top: 20px;
  right: 25px;
}
#top-banner .link-sub {
  margin-left: 10px;
  font-size: 16px;
  padding-bottom: 0px;
}
#top-banner .link-txt {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner {
  padding: 50px 0;
}
#top-contact .container-inner {
  display: block;
  padding: 50px 15px 45px;
}
#top-contact .ttl {
  text-align: center;
}
#top-contact .txt {
  margin-top: 35px;
}
#top-contact .box {
  margin-top: 35px;
}
#top-contact .line {
  width: 320px;
  height: 70px;
  margin: 0 auto;
}
#top-contact .line::before {
  width: 35px;
  height: 35px;
  left: 20px;
}
#top-contact .com-tel {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
#top-contact .com-tel-svg {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-contact .work {
  text-align: center;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  justify-content: center;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-item {
  width: 100%;
  max-width: 100%;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-treatment
========================================= */
#sub-treatment .img {
  position: unset;
  width: 100%;
  border-radius: 20px;
}
#sub-treatment .ttl {
  margin-top: 15px;
}
#sub-treatment .sub {
  margin-top: 20px;
  padding-right: 2px;
}
#sub-treatment .txt {
  margin-top: 20px;
}

#sub-merit .list {
  margin-top: 35px;
}
#sub-merit .list-item {
  min-height: unset;
}
#sub-merit .list-img {
  position: unset;
  width: 100%;
  border-radius: 20px;
}
#sub-merit .list-wrap {
  margin-top: 15px;
  max-width: 100%;
}
#sub-merit .btn {
  width: 280px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-reason .list {
  margin-top: 35px;
}
#sub-reason .list-item {
  min-height: unset;
}
#sub-reason .list-img {
  position: unset;
  width: 100%;
  border-radius: 20px;
}
#sub-reason .list-wrap {
  margin-top: 15px;
  max-width: 100%;
}
#sub-reason .list-top {
  gap: 15px;
}
#sub-reason .list-num {
  line-height: 1.5;
}

#sub-menu .ticket {
  width: 100%;
  height: unset;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 35px auto 0;
  border-radius: 20px;
}
#sub-menu .ticket::after {
  height: 45%;
}
#sub-menu .ticket-wrap {
  padding: 35px 5px 20px;
}
#sub-menu .ticket-txt {
  padding: 0 10px;
}
#sub-menu .ticket-cat {
  width: 100%;
  height: 100px;
  padding: 20px 70px;
  border-left: unset;
  border-bottom: 4px dotted #f2efe9;
}
#sub-menu .ticket-cat::before {
  width: 20px;
  height: 20px;
  top: unset;
  bottom: -11px;
  left: -10px;
}
#sub-menu .ticket-cat::after {
  width: 20px;
  height: 20px;
  top: unset;
  left: unset;
  bottom: -11px;
  right: -10px;
}
#sub-menu .list {
  padding: 30px 15px 35px;
  border-radius: 20px;
}
#sub-menu .fee-list-item {
  padding: 10px;
  gap: 20px;
}
#sub-menu .time-list-item {
  display: block;
}
#sub-menu .time-list-ttl {
  width: unset;
  padding-right: 0;
}
#sub-menu .time-list-txt {
  margin-top: 15px;
}

#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list::before {
  width: 4px;
  height: 90%;
  left: 36px;
}
#sub-flow .list-item {
  gap: 15px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-flow .list-ico {
  width: 75px;
}
#sub-flow .list-wrap {
  gap: 10px;
}
#sub-flow .list-ttl {
  padding-top: 0;
}

#sub-teacher .list-top {
  display: block;
}
#sub-teacher .list-top-wrap {
  margin-top: 15px;
}
#sub-teacher .list-img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
#sub-teacher .list-job {
  margin: 0 auto;
}
#sub-teacher .list-wrap {
  padding: 35px 15px;
  border-radius: 20px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  padding: 25px 15px;
  border-radius: 20px;
}
#sub-voice .list-ttl {
  text-align: left;
  padding: 10px 20px;
  border-radius: 5.71vw;
}
#sub-voice .list-wrap {
  display: block;
}
#sub-voice .list-wrap-ttl {
  margin-top: 15px;
}
#sub-voice .list-img {
  width: 100%;
  height: 53.4vw;
  min-height: 187px;
}
#sub-voice .info-ttl {
  width: 100px;
}

/* =========================================
    sub  SP
    sub-info
========================================= */
#sub-greeting .wrap {
  display: block;
  margin-top: 35px;
}
#sub-greeting .wrap-box {
  margin-top: 15px;
}
#sub-greeting .qualification {
  margin-top: 25px;
}
#sub-greeting .message {
  margin-top: 25px;
}

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

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding-bottom: 5px;
}
#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 {
  display: block;
  width: 152px;
  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;
}