@charset "utf-8";

/*=== 共通アイコン ===*/
[class*="commonIcon-"] {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
/* PC */
.commonIcon-pc {
  width: 30px;
  height: 24px;
  background-image: url(../images/pc_ic_001.png);
}
/* SP */
.commonIcon-sp {
  width: 15px;
  height: 24px;
  background-image: url(../images/sp_ic_001.png);
}
/* 電話 */
.commonIcon-tel {
  width: 16px;
  height: 18px;
  background-image: url(../images/tel_ic_001.png);
}
/* 自宅 */
.commonIcon-home {
  width: 36px;
  height: 33px;
  background-image: url(../images/home_ic_001.png);
}
/* 店舗 */
.commonIcon-shop {
  width: 40px;
  height: 30px;
  background-image: url(../images/shop_ic_001.png);
}
/* キャンペーン */
.commonIcon-campaign {
  width: 43px;
  height: 40px;
  background-image: url(../images/campaign_ic_001.png);
}
/* pdf */
.commonIcon-pdf {
  width: 21px;
  height: 26px;
  background-image: url(../images/pdf_ic_001.png);
}
/* 預り */
.commonIcon-deposit {
  width: 20px;
  height: 15px;
  background-image: url(../images/deposit_ic_001.png);
}
/* 解決 */
.commonIcon-solution {
  width: 36px;
  height: 41px;
  background-image: url(../images/solution_ic_001.png);
}
/* メニュー */
.commonIcon-menu {
  width: 36px;
  height: 46px;
  background-image: url(../images/menu_ic_001.png);
}
/* 例 */
.commonIcon-ex {
  width: 36px;
  height: 38px;
  background-image: url(../images/ex_ic_001.png);
}
/* 料金 */
.commonIcon-price {
  width: 36px;
  height: 36px;
  background-image: url(../images/price_ic_001.png);
}
/* 注意事項 */
.commonIcon-notes {
  width: 36px;
  height: 32px;
  background-image: url(../images/notes_ic_001.png);
}
/* 質問 */
.commonIcon-faq {
  width: 42px;
  height: 34px;
  background-image: url(../images/faq_ic_001.png);
}
/* アンケート */
.commonIcon-enquete {
  width: 34px;
  height: 34px;
  background-image: url(../images/enquete_ic_001.png);
}
/* 意見・感想 */
.commonIcon-voice {
  width: 34px;
  height: 33px;
  background-image: url(../images/voice_ic_001.png);
}
/* 事例 */
.commonIcon-case {
  width: 36px;
  height: 30px;
  background-image: url(../images/case_ic_001.png);
}
/* おすすめ */
.commonIcon-recommend {
  width: 36px;
  height: 32px;
  background-image: url(../images/recommend_ic_001.png);
}
/* 全国 */
.commonIcon-country {
  width: 36px;
  height: 38px;
  background-image: url(../images/country_ic_001.png);
}
/* オプション */
.commonIcon-option {
  width: 36px;
  height: 26px;
  background-image: url(../images/option_ic_001.png);
}
/* 特典 */
.commonIcon-perks {
  width: 36px;
  height: 39px;
  background-image: url(../images/perks_ic_001.png);
}
/* プレミアム */
.commonIcon-premium {
  width: 85px;
  height: 76px;
  background-image: url(../images/premium_ic_001.png);
}
/* 年賀状 */
.commonIcon-newyear {
  width: 40px;
  height: 52px;
  background-image: url(../images/newyear_ic_001.png);
}
/* レッスン */
.commonIcon-lesson {
  width: 69px;
  height: 60px;
  background-image: url(../images/lesson_ic_001.png);
}
/* ネット */
.commonIcon-net {
  width: 28px;
  height: 28px;
  background-image: url(../images/net_ic_001.png);
}


/*=== サービスヘッダー ===*/
.serviceHeader {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000;
}
.serviceHeader.is-fixed {
  position: fixed;
}
.serviceHeaderOnsite-column {
  display: flex;
}
.serviceHeaderOnsite-item {
  font-size: 0;
  text-align: center;
  line-height: 1.2;
}
.serviceHeaderOnsite-item.pattern-tel {
  flex-shrink: 0;
  margin-right: 40px;
}
.serviceHeaderOnsite-label {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #1c3583;
  color: #1c3583;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50px;
}
.pattern-web .serviceHeaderOnsite-label {
  position: absolute;
  top: -20px;
  left: 50%;
  width: max-content;
  color: #c40a0a;
  border-color: #c40a0a;
  transform: translateX(-50%);
}
.serviceHeaderOnsite-detail {
  display: flex;
  align-items: center;
}
.serviceHeaderOnsite-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #1c3583;
  border-radius: 100%;
}
.serviceHeaderOnsite-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
a.serviceHeaderOnsite-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 42px;
  margin-top: 20px;
  padding: 10px 45px 10px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-color: #c40a0a;
  border-radius: 50px;
}
a.serviceHeaderOnsite-btn:visited {
  color: #fff;
}
a.serviceHeaderOnsite-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.serviceHeaderOnsite-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.serviceHeaderOnsite-icon {
  flex-shrink: 0;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1050%) hue-rotate(52deg) brightness(112%) contrast(101%);
}
@media print, screen and (max-width: 980px) and (min-width: 816px) {
  .serviceHeaderOnsite-item.pattern-tel {
    margin-right: 20px;
  }
  .serviceHeaderOnsite-label {
    padding: 0.204vw 1.531vw;
    font-size: 1.429vw;
  }
  .pattern-web .serviceHeaderOnsite-label {
    top: -2.041vw;
  }
  .serviceHeaderOnsite-tel {
    top: 0.204vw;
    width: 3.571vw;
    height: 3.571vw;
    margin-right: 1.02vw;
  }
  .serviceHeaderOnsite-tel .commonIcon-tel {
    width: 1.633vw;
    height: 1.837vw;
  }
  .serviceHeaderOnsite-number {
    font-size: 3.673vw;
  }
  a.serviceHeaderOnsite-btn {
    min-height: 4.286vw;
    margin-top: 2.041vw;
    padding: 1.02vw 3.571vw 1.02vw 2.143vw;
    font-size: 1.633vw;
  }
  a.serviceHeaderOnsite-btn::after {
    right: 1.531vw;
    width: 0.816vw;
    height: 1.224vw;
  }
  .serviceHeaderOnsite-icon {
    margin-right: 1.02vw;
    width: 3.061vw;
    height: 2.449vw;
  }
}
@media print, screen and (min-width: 826px) {
  .tabletOnly {
    display: none;
  }
}
@media print, screen and (max-width: 825px) and (min-width: 769px) {
  .tabletOnly {
    display: block;
  }
  .serviceHeaderOnsite-column {
    display: block;
  }
  .serviceHeaderOnsite-item {
    display: flex;
    align-items: center;
  }
  .serviceHeaderOnsite-item.pattern-tel {
    margin: 0 0 10px;
  }
  .serviceHeaderOnsite-label {
    min-width: 122px;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 12px;
  }
  .pattern-web .serviceHeaderOnsite-label {
    position: static;
    transform: none;
  }
  .serviceHeaderOnsite-tel {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .serviceHeaderOnsite-number {
    flex-shrink: 0;
    font-size: 30px;
  }
  a.serviceHeaderOnsite-btn {
    min-height: 36px;
    margin-top: 0;
    padding: 5px 35px 5px 20px;
    font-size: 14px;
  }
  a.serviceHeaderOnsite-btn::after {
    right: 15px;
  }
  .serviceHeaderOnsite-btn .serviceHeaderOnsite-label {
    display: none;
  }
  .serviceHeaderOnsite-icon {
    width: 25px;
    height: 20px;
    margin-right: 10px;
  }
}


/*=== グローバルナビゲーション ===*/
.gnav {
  padding-top: 30px;
}
.gnav-trigger {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .js-gnavTarget {
    display: block !important;
  }
}
.gnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.2;
}
.gnav-category {
  flex-grow: 1;
  position: relative;
}
.gnav-list {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.gnav-item {
  flex: 1;
  position: relative;
  min-width: 125px;
  height: 50px;
}
@media print, screen and (min-width: 769px) {
  .gnav-item:nth-child(1),
  .gnav-item:nth-child(2) {
    flex-grow: 2;
    max-width: 240px;
  }
  .gnav-item:nth-child(3) {
    flex-grow: 3;
    max-width: 290px;
  }
}
.gnav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
a.gnav-link {
  text-decoration: none;
}
a.gnav-link:hover {
  color: #e85d00;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .gnav-link.is-gnavCurrent::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbe0ce;
    border-radius: 50px;
  }
}
.gnav-txt {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pattern-more .gnav-txt {
  padding-right: 30px;
  transition: all .2s ease-out 0s;
}
.pattern-more .gnav-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: #41362e;
  border-radius: 100%;
  transform: translateY(-50%);
}
.gnav-item.is-gnavActive .gnav-txt {
  color: #e85d00;
}
.gnav-item.is-gnavActive .gnav-txt::after {
  background-color: currentColor;
}
.gnav-txt .type-mark {
  display: inline-block;
  position: relative;
}
.gnav-txt .type-mark::before,
.gnav-txt .type-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
.gnav-txt .type-mark::after {
  transform: translateY(-50%) rotate(90deg);
}
.gnav-item.is-gnavActive .type-mark::after {
  content: none;
}

.gnavMore {
  display: none;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 1035px;
  padding-top: 4px;
  transform: translateX(-50%);
  z-index: 9999;
}
.gnavMore-inner {
  padding: 35px 40px 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.12));
}
.gnavMore-inner > *:first-child {
  margin-top: 0;
}
.gnavMore-ttl {
  position: relative;
  margin-top: 35px;
  padding: 0 0 10px 35px;
  border-bottom: 1px solid #e85d00;
  color: #41362e;
  font-weight: bold;
  font-size: 22px;
}
.gnavMore-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.gnavMore-icon.commonIcon-home {
  width: 28px;
  height: 26px;
}
.gnavMore-icon.commonIcon-shop {
  top: 4px;
  width: 28px;
  height: 21px;
}
.gnavMore-icon.commonIcon-campaign {
  width: 28px;
  height: 26px;
}
.gnavMore-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnavMore-list.pattern-banner {
  max-width: calc((360px * 2) + 25px);
  margin: 0 auto;
}
.gnavMore-item {
  width: calc((100% - 25px) / 2 );
  margin-top: 10px;
}
a.gnavMore-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #41362e;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
  outline: 3px transparent solid;
}
a.gnavMore-link:visited {
  color: #41362e;
}
a.gnavMore-link:hover {
  text-decoration: none;
  outline-color: #ee7633;
}
.gnavMore-cont {
  display: flex;
  align-items: center;
  width: 60%;
}
.gnavMore-thumb {
  width: 40%;
  max-width: 135px;
  margin-right: 30px;
}
.gnavMore-device {
  flex-shrink: 0;
  margin-left: 10px;
}


/*=== メインエリア ===*/
.main a, .main a:visited {
  color: #232b35;
}
.main a:hover {
  text-decoration: none;
}
.main-inner {
  padding-bottom: 135px;
  background-color: #fff;
}
.main-container {
  margin-top: 50px;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 60px;
}
.main-section.type-wide {
  padding-bottom: 100px;
}
.main-subsec {
  margin-top: 70px;
}
.main-ttl + .main-subsec {
  margin-top: 50px;
}
.main-detailsec {
  margin-top: 60px;
}
.main-subttl + .main-detailsec {
  margin-top: 40px;
}
.main-ttl {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.main-ttl .type-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.main-subttl {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.main-subttl .type-highlight {
  color: #b52a06;
}
.main-leadttl {
  position: relative;
  padding-left: 25px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.main-leadttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #232b35;
}
.main-txt {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.main-txt .type-em {
  font-weight: bold;
}
.main-note {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 769px) {
  .main a[href^="tel:"] {
    color: #232b35;
    text-decoration: none;
  }
}


/*=== メインビジュアル ===*/
.mainvisual {
  background-color: #fff;
}
.mainvisual-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.mainvisual-head {
  flex-shrink: 0;
  letter-spacing: 0.1em;
}
.mainvisual-cont {
  padding: 0 25px;
}
.mainvisual-ttl {
  font-size: 32px;
  line-height: 1.9;
}
.mainvisual-ttl .type-line {
  background: linear-gradient(transparent 65%, #fffd75 65%, #fffd75 100%, transparent 100%);
}
.mainvisual-ttl .type-sup {
  font-size: 16px;
  vertical-align: super;
}
.mainvisual-txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.9;
}
.mainvisual-note {
  margin-top: 15px;
  font-size: 16px;
}
.mainvisual-icon {
  margin-left: 15px;
}
.mainvisual-icon.commonIcon-pc {
  width: 38px;
  height: 28px;
}
.mainvisual-icon.commonIcon-sp {
  width: 18px;
  height: 28px;
}
a.mainvisual-link {
  display: block;
}
a.mainvisual-link:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 950px) {
  .mainvisual-head {
    margin-top: 20px;
  }
  .mainvisual-main {
    justify-content: center;
    flex-wrap: wrap-reverse;
    max-width: 550px;
    padding: 0;
  }
}


/*=== 訪問サポートのお申し込みはこちら ===*/
.commonApply {
  position: relative;
  background: #d46222;
  background: linear-gradient(340deg, rgba(212, 98, 34, 1) 0%, rgba(229, 148, 48, 1) 100%);
}
.commonApply-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 385px;
  overflow: hidden;
}
.commonApply-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100%;
  background-color: #f5f2ef;
  border-radius: 0 0 100% 100%;
  transform: translateX(-50%);
}
.commonApply .main-section {
  position: relative;
  padding-top: 0;
  z-index: 2;
}
.commonApply-ttl {
  text-align: center;
}
.commonApply-ttl img {
  margin-top: -20px;
}
.commonApply-list {
  display: flex;
  justify-content: space-between;
}
.commonApply-item {
  width: calc((100% - 20px) / 2);
  padding: 30px 35px 35px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.commonApply-subttl {
  color: #1c3583;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.pattern-web .commonApply-subttl {
  color: #c40a0a;
}
.commonApply-detail {
  margin-top: 25px;
}
.commonApply-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonApply-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background-color: #1c3583;
  border-radius: 100%;
}
.commonApply-tel .commonIcon-tel {
  width: 22px;
  height: 24px;
}
.commonApply-number {
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.commonApply-number a {
  text-decoration: none; /*自動telリンク防止*/
}
.commonApply-anno {
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
a.commonApply-telLink[href^="tel:"] {
  color: #1c3583;
  font-weight: bold;
}
.commonApply-transition {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
a.commonApply-btn {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 50px;
  padding: 5px 45px 5px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #c40a0a;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
a.commonApply-btn:visited {
  color: #fff;
}
a.commonApply-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.commonApply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.commonApply-btn_icon {
  flex-shrink: 0;
  width: 35px;
  height: 27px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1050%) hue-rotate(52deg) brightness(112%) contrast(101%);
}
.commonApply-detailList {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 2px solid #f2f2f2;
}
.commonApply-detailItem {
  display: flex;
}
.commonApply-detailItem:not(:first-child) {
  margin-top: 25px;
}
.commonApply-head {
  flex-shrink: 0;
  width: 90px;
  margin-right: 20px;
}
.commonApply-label {
  padding-bottom: 2px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #1c3583;
}
.pattern-web .commonApply-label {
  background-color: #c40a0a;
}
.commonApply-cont {
  position: relative;
  top: -5px;
}
.commonApply-lead {
  font-weight: bold;
  font-size: 22px;
}
.commonApply-lead .commonApply-txt {
  margin: 0 0 0 20px;
  font-weight: normal;
  font-size: 16px;
}
.commonApply-note {
  margin-top: 5px;
  font-size: 14px;
}
.commonApply-txt {
  margin-top: 20px;
}
.commonApplyDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.commonApplyDetail-head {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #fff;
  line-height: 1.4;
}
.commonApplyDetail-lead {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.15em;
}
.commonApplyDetail-cont {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  min-width: 330px;
}
.commonApplyDetail-transition {
  width: 100%;
  max-width: 215px;
}
.commonApplyDetail-transition:not(:first-child) {
  margin-left: 20px;
}
a.commonApplyDetail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 5px 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #41362e;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
a.commonApplyDetail-btn:visited {
  color: #fff;
}
a.commonApplyDetail-btn:hover {
  color: #41362e;
  text-decoration: none;
  background-color: #fff;
}
a.commonApplyDetail-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.commonApplyDetail-btn:hover::after {
  background-color: currentColor;
}

@media print, screen and (max-width: 1030px) {
  .commonApply-tel {
    top: 0.194vw;
    width: 4.369vw;
    height: 4.369vw;
    margin-right: 0.971vw;
  }
  .commonApply-tel .commonIcon-tel {
    width: 2.136vw;
    height: 2.33vw;
  }
  .commonApply-number {
    font-size: 5.243vw;
  }
}


/*=== 名称変更 ===*/
.commonChange-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.commonChange-txt {
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}


/*=== サービスフッター ===*/
.Footer__body {
  display: none;
}
.serviceFooter {
  background-color: #f2f2f2;
}
.serviceFooter-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  line-height: 1.2;
}
.serviceFooter-snav {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.serviceFooter-category {
  flex-grow: 1;
}
.serviceFooter-category:not(:first-child) {
  margin-left: 70px;
}
.serviceFooter-ttl {
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 20px;
}
.serviceFooter-mnav .serviceFooter-ttl {
  font-size: 24px;
}
.serviceFooter-ttl.type-link {
  padding: 0;
}
a.serviceFooter-link {
  display: block;
  position: relative;
  padding: 15px 20px 15px 0;
}
.serviceFooter-mnav .serviceFooter-ttl.type-link a.serviceFooter-link {
  display: inline-block;
  padding-right: 40px;
}
.serviceFooter-ttl.type-link a.serviceFooter-link {
  padding: 22px 20px 22px 0;
}
a.serviceFooter-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.serviceFooter-link:hover {
  color: #e85d00;
  text-decoration: none;
}
a.serviceFooter-link:hover::after {
  background-color: currentColor;
}
.serviceFooter-ttl.type-link a.serviceFooter-link::after {
  width: 10px;
  height: 15px;
}
.serviceFooter-list {
  margin-top: 8px;
}


@media print, screen and (max-width: 768px) {
  /*=== 共通アイコン ===*/
  /* 自宅 */
  .commonIcon-home {
    width: 34px;
    height: 31px;
  }
  /* 店舗 */
  .commonIcon-shop {
    width: 43px;
    height: 32px;
  }
  /* キャンペーン */
  .commonIcon-campaign {
    width: 43px;
    height: 40px;
  }
  /* PC */
  .commonIcon-pc {
    width: 29px;
    height: 22px;
  }
  /* SP */
  .commonIcon-sp {
    width: 14px;
    height: 22px;
  }
  /* pdf */
  .commonIcon-pdf {
    width: 18px;
    height: 22px;
  }
  /* 解決 */
  .commonIcon-solution {
    width: 25px;
    height: 28px;
  }
  /* メニュー */
  .commonIcon-menu {
    width: 25px;
    height: 32px;
  }
  /* 例 */
  .commonIcon-ex {
    width: 25px;
    height: 26px;
  }
  /* 料金 */
  .commonIcon-price {
    width: 25px;
    height: 25px;
  }
  /* 注意事項 */
  .commonIcon-notes {
    width: 25px;
    height: 22px;
  }
  /* 質問 */
  .commonIcon-faq {
    width: 25px;
    height: 21px;
  }
  /* アンケート */
  .commonIcon-enquete {
    width: 25px;
    height: 25px;
  }
  /* 意見・感想 */
  .commonIcon-voice {
    width: 25px;
    height: 24px;
    background-image: url(../images/voice_ic_001.png);
  }
  /* 事例 */
  .commonIcon-case {
    width: 25px;
    height: 21px;
  }
  /* おすすめ */
  .commonIcon-recommend {
    width: 25px;
    height: 22px;
  }
  /* 全国 */
  .commonIcon-country {
    width: 25px;
    height: 26px;
  }
  /* オプション */
  .commonIcon-option {
    width: 25px;
    height: 18px;
  }
  /* 特典 */
  .commonIcon-perks {
    width: 25px;
    height: 27px;
  }
  /* プレミアム */
  .commonIcon-premium {
    width: 65px;
    height: 58px;
  }
  /* 年賀状 */
  .commonIcon-newyear {
    width: 31px;
    height: 40px;
  }
  /* レッスン */
  .commonIcon-lesson {
    width: 60px;
    height: 52px;
  }
  /*=== サービスヘッダー ===*/
  .serviceHeader-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serviceHeader-logo {
    padding: 0 15px;
    text-align: left;
  }
  .serviceHeaderOnsite-item.pattern-tel {
    margin-right: 0;
  }
  a.serviceHeaderOnsite-btn {
    justify-content: center;
    flex-wrap: wrap;
    width: 85px;
    min-height: auto;
    margin-top: 0;
    padding: 10px 0;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 0;
  }
  .pattern-tel a.serviceHeaderOnsite-btn {
    background-color: #1c3583;
  }
  a.serviceHeaderOnsite-btn::after {
    content: none;
  }
  .serviceHeaderOnsite-tel {
    top: 0;
    width: 20px;
    height: 22px;
    margin-right: 0;
    border-radius: 0;
  }
  .serviceHeaderOnsite-icon {
    margin-right: 0;
  }
  .serviceHeaderOnsite-txt {
    width: 100%;
    margin-top: 5px;
  }
  /*=== 共通ヘッダー/フッター ===*/
  .Header__body {
    display: none;
  }
  /*=== グローバルナビゲーション ===*/
  .gnav {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    padding-top: 0;
    z-index: 10000;
  }
  .gnav-icon {
    display: block;
    overflow: hidden;
  }
  .gnav-trigger {
    display: block;
    position: absolute;
    top: 42px;
    right: 5px;
    padding: 8px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .is-scrollingUp + .gnav .gnav-trigger {
    position: fixed;
    top: 2px;
  }
  .gnav-target {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 40px);
    z-index: 11;
    background-color: #fff;
  }
  .gnav-inner {
    display: block;
    width: 100%;
    padding: 0 15px 110px;
  }
  .gnav-head {
    padding: 6px 10px 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f2f2f2;
  }
  .gnav-detail + .gnav-detail {
    margin-top: 20px;
  }
  .gnav-ttl {
    position: relative;
    margin-top: 20px;
    padding: 0 0 8px 30px;
    border-bottom: 2px solid #e85d00;
    color: #41362e;
    font-weight: bold;
    font-size: 16px;
  }
  .gnav-ttl_icon {
    position: absolute;
    top: 1px;
    left: 4px;
  }
  .gnav-ttl_icon.commonIcon-home {
    width: 18px;
    height: 16px;
  }
  .gnav-ttl_icon.commonIcon-shop {
    top: 2px;
    width: 20px;
    height: 15px;
  }
  .gnav-list {
    display: block;
    border: none;
    background-color: #fff;
    border-radius: 0;
  }
  .gnav-item {
    height: auto;
    min-width: auto;
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
  }
  a.gnav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 50px;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    text-align: left;
  }
  a.gnav-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 12px;
    background-color: #666;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
  }
  .gnav-txt.type-em {
    font-weight: bold;
    font-size: 16px;
  }
  .gnav-device {
    flex-shrink: 0;
    height: 14px;
    margin-left: 5px;
  }
  .gnav-device.commonIcon-pc {
    width: 18px;
  }
  .gnav-device.commonIcon-sp {
    width: 9px;
  }
  /*=== 共通パンくず ===*/
  .breadcrumbs {
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  }
  /*=== メインエリア ===*/
  .main-inner {
    padding-bottom: 110px;
  }
  .main-section {
    padding: 60px 15px 50px;
  }
  .main-subsec {
    margin-top: 60px;
  }
  .main-ttl + .main-subsec {
    margin-top: 40px;
  }
  .main-detailsec {
    margin-top: 50px;
  }
  .main-subttl + .main-detailsec {
    margin-top: 30px;
  }
  .main-ttl {
    font-size: 23px;
  }
  .main-ttl .type-icon {
    margin-right: 10px;
  }
  .main-subttl {
    font-size: 21px;
  }
  .main-leadttl {
    padding-left: 15px;
    font-size: 16px;
  }
  .main-leadttl::before {
    top: 8px;
    width: 10px;
    height: 10px;
  }
  .main-txt {
    margin-top: 30px;
    font-size: 16px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-head {
    width: 100%;
    margin-top: 30px;
    letter-spacing: 0.08em;
  }
  .mainvisual-cont {
    padding: 0 15px;
  }
  .mainvisual-ttl {
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
  }
  .mainvisual-ttl .type-sup {
    font-size: 10px;
  }
  .mainvisual-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .mainvisual-note {
    font-size: 14px;
  }
  .mainvisual-icon {
    display: none;
  }
  /*=== 訪問サポートのお申し込みはこちら ===*/
  .commonApply-bg {
    height: 424px;
  }
  .commonApply-bg::before {
    width: 160%;
  }
  .commonApply-ttl {
    max-width: 335px;
    margin: 0 auto;
  }
  .commonApply-ttl img {
    margin-top: -40px;
  }
  .commonApply-list {
    display: block;
    margin-top: 40px;
  }
  .commonApply-item {
    width: 100%;
    padding: 25px 15px;
  }
  .commonApply-item:not(:first-child) {
    margin-top: 40px;
  }
  .commonApply-subttl {
    font-size: 20px;
  }
  .commonApply-detail {
    margin-top: 20px;
  }
  .commonApply-tel {
    top: 2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .commonApply-tel .commonIcon-tel {
    width: 16px;
    height: 18px;
  }
  .commonApply-number {
    font-size: 34px;
  }
  .commonApply-anno {
    margin-top: 25px;
  }
  .commonApply-transition {
    max-width: 550px;
    margin-top: 20px;
  }
  a.commonApply-btn {
    min-height: 42px;
    padding: 5px 35px 5px 20px;
    font-size: 16px;
  }
  .pattern-tel a.commonApply-btn {
    background-color: #1c3583;
  }
  a.commonApply-btn::after {
    right: 15px;
  }
  .commonApply-btn_icon {
    width: 25px;
    height: 19px;
  }
  .commonApply-btn_txt {
    width: 100%;
    text-align: center;
  }
  .commonApply-detailList {
    margin-top: 25px;
    border-width: 1px;
  }
  .commonApply-label {
    padding-bottom: 0;
    font-size: 14px;
  }
  .commonApply-cont {
    top: -2px;
  }
  .commonApply-lead {
    font-size: 18px;
  }
  .commonApply-lead .commonApply-txt {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
  }
  .commonApply-txt {
    margin-top: 5px;
  }
  .commonApplyDetail {
    display: block;
    text-align: center;
  }
  .commonApplyDetail-head {
    display: block;
    margin-right: 0;
  }
  .commonApplyDetail-lead {
    margin-right: 0;
    padding-right: 0;
    border: none;
    font-size: 23px;
  }
  .commonApplyDetail-txt {
    margin-top: 15px;
  }
  .commonApplyDetail-cont {
    display: block;
    min-width: auto;
    margin-top: 30px;
  }
  .commonApplyDetail-transition {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .commonApplyDetail-transition:not(:first-child) {
    margin: 30px auto 0;
  }
  a.commonApplyDetail-btn {
    min-height: 42px;
    padding: 5px 35px;
    font-size: 16px;
  }
  a.commonApplyDetail-btn::after {
    right: 15px;
  }
  /*=== 名称変更 ===*/
  .commonChange-inner {
    padding: 30px 15px 20px;
  }
  .commonChange-txt {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }
  /*=== サービスフッター ===*/
  .serviceFooter-inner {
    margin-bottom: 20px;
    padding: 10px 15px 20px;
  }
  .serviceFooter-snav {
    display: block;
    margin-top: 0;
  }
  .serviceFooter-category:not(:first-child) {
    margin-left: 0;
  }
  .serviceFooter-category:nth-child(2) {
    margin-top: 20px;
  }
  .serviceFooter-ttl {
    padding: 6px 10px 8px;
    border-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    background-color: #ccc;
  }
  .serviceFooter-mnav .serviceFooter-ttl {
    font-size: 16px;
  }
  a.serviceFooter-link,
  .serviceFooter-mnav .serviceFooter-ttl.type-link a.serviceFooter-link,
  .serviceFooter-ttl.type-link a.serviceFooter-link {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 30px 10px 15px;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
  }
  .serviceFooter-mnav .serviceFooter-ttl.type-link a.serviceFooter-link {
    border-bottom: none;
  }
  a.serviceFooter-link::after {
    right: 15px;
  }
  .serviceFooter-ttl.type-link a.serviceFooter-link::after {
    width: 8px;
    height: 12px;
  }
  .serviceFooter-list {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 374px) {
  a.serviceHeaderOnsite-btn {
    width: 70px;
  }
}