@charset "UTF-8";
/* ============================================
   Reset
============================================ */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  line-height: 1.5;
}

input,
textArea,
select,
button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

figure {
  margin: 0px;
}

iframe {
  width: 100%;
  height: auto;
  vertical-align: top;
}

img {
  max-width: none;
  width: auto;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  letter-spacing: 0.08em;
  color: #000;
  cursor: pointer;
}

/* ============================================
   共通レイアウト
============================================ */
.c-width {
  max-width: 928px;
}
@media only screen and (max-width: 928px) {
  .c-width {
    max-width: 380px;
  }
}
.c-width {
  margin: 0 auto;
}

/* ============================================
   Utility
============================================ */
@media only screen and (min-width: 929px) {
  .u-hover-hd-line:hover .u-hover-hd-link-line::before {
    width: 95%;
    opacity: 1;
  }
  .u-hover-hd-link-line {
    display: inline-block;
    position: relative;
    padding: 0 0.1em;
  }
  .u-hover-hd-link-line::before {
    position: absolute;
    display: block;
    width: 95%;
    height: 1px;
    bottom: -0.1em;
    content: "";
    background: #333;
    opacity: 0;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 929px) {
  .u-hover-form:hover .u-hover-form-child::before {
    width: 98%;
    opacity: 1;
  }
  .u-hover-form-child {
    display: inline-block;
    position: relative;
    padding: 0 0.1em;
  }
  .u-hover-form-child::before {
    position: absolute;
    display: block;
    width: 98%;
    height: 1px;
    bottom: -0.1em;
    content: "";
    background: #050505;
    opacity: 0;
    transition: all 0.5s;
  }
}
/* 電話番号リンクをPCのみ無効 */
@media only screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ============================================
   ヘッダー
============================================ */
.l-hd {
  background-image: url(../img/top_img01.gif);
}
@media only screen and (max-width: 928px) {
  .l-hd {
    background-image: url(../img_sp/top_img01_sp.gif);
  }
}
.l-hd {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.c-hd__club-vision {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-top: 14px;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 928px) {
  .c-hd__club-vision {
    display: none;
  }
}

.c-hd__vision {
  width: 100%;
  max-width: 520px;
}

.c-hd__vision-txt {
  color: #333;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.c-hd__club-nav {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 928px) {
  .c-hd__club-nav {
    display: none;
  }
}

.c-hd__club-nav-list {
  display: flex;
  height: 100%;
}

.c-hd__club-nav-item {
  height: 100%;
  background-image: url(../img/top_img04.gif);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: auto;
}

.c-hd__club-link {
  height: 100%;
  display: flex;
  padding: 0 0 0 1.6em;
  justify-content: center;
  color: #333;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: right;
}

.c-hd__logo_sp {
  display: block;
  justify-content: center;
  width: 309px;
  padding-left: 0px;
  padding-top: 27px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 929px) {
  .c-hd__logo_sp {
    display: none;
  }
}

.c-hd__logo {
  display: flex;
  justify-content: space-between;
  width: 900px;
  padding-left: 0px;
  padding-top: 14px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 928px) {
  .c-hd__logo {
    display: none;
  }
}

.c-hd__logo-img {
  width: 495px;
}

.c-hd__contact-img {
  width: 333px;
}

.p-information__list {
  margin-top: 6px;
  margin-bottom: 26px;
  height: 100%;
}

.p-hd__form-link {
  width: 900px;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-hd__form-link {
    width: 380px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-hd__form-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/com_img01.gif);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 10px;
}
@media only screen and (max-width: 928px) {
  .p-hd__form-link::before {
    background-image: url(../img_sp/com_img01_sp.gif);
    width: 21px;
    height: 21px;
    vertical-align: -4px;
    margin-right: 6px;
  }
}
.p-hd__form-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/com_img02.gif);
  width: 13px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-left: 10px;
}
@media only screen and (max-width: 928px) {
  .p-hd__form-link::after {
    background-image: url(../img_sp/com_img02_sp.gif);
    width: 16px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 6px;
  }
}

/* ナビゲーション */
.c-hd__nav {
  padding-left: 0px;
  padding-top: 24px;
  padding-bottom: 18px;
  width: 900px;
}
@media only screen and (max-width: 928px) {
  .c-hd__nav {
    width: 380px;
  }
}
.c-hd__nav {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.c-hd__nav-list_pc {
  display: flex;
  width: 900px;
  height: 47px;
}
@media only screen and (max-width: 928px) {
  .c-hd__nav-list_pc {
    display: none;
  }
}

.c-hd__nav-list_sp {
  display: flex;
  width: 380px;
  height: 47px;
  justify-content: center;
}
@media only screen and (min-width: 929px) {
  .c-hd__nav-list_sp {
    display: none;
  }
}

.c-hd__nav-item {
  height: 100%;
}

.c-hd__link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 5px;
}
.c-hd__link:link {
  color: #000;
  transition: all 0.3s;
}
.c-hd__link:hover {
  background: #ea3e8b;
  color: #fff;
  transition: all 0.3s;
}
.c-hd__link--select-link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #ea3e8b;
}
@media only screen and (max-width: 928px) {
  .c-hd__link--select-link {
    background: #eb4c94;
  }
}
.c-hd__link--select-link {
  border-radius: 5px;
}

.u-hd__link-01 {
  width: 192px;
  margin: 0 17px 0 0;
}

.u-hd__link-02 {
  width: 288px;
  margin: 0 17px 0 0;
}

.u-hd__link-03 {
  width: 154px;
  margin: 0 17px 0 0;
}

.u-hd__link-04 {
  width: 215px;
  margin: 0 0 0 0;
}

.u-hd__link-05 {
  width: 290px;
  margin: 0 16px 0 0;
}

.u-hd__link-06 {
  width: 54px;
  margin: 0 0 0 0;
}

/* ============================================
   SPメニューボタン
============================================ */
.l-sp-menu-btn-ss {
  width: 26px;
  height: 18px;
}

.p-sp-menu-btn-ss {
  position: relative;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.p-sp-menu-btn__border-ss {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  opacity: 0.9;
  transition: 0.5s;
}

.p-sp-menu-btn__border--01-ss {
  top: 0;
}

.p-sp-menu-btn__border--02-ss {
  top: 8px;
}

.p-sp-menu-btn__border--03-ss {
  top: 16px;
}

/* ============================================
   ハンバーガーメニュー
============================================ */
.l-sp-menu {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7019607843);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
@media only screen and (min-width: 929px) {
  .l-sp-menu {
    display: none;
  }
}

.l-sp-menu.is_open {
  opacity: 1;
  visibility: visible;
}

.p-sp-menu {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-sp-menu__list {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.p-sp-menu__item {
  border-bottom: 1px solid #fff;
  padding: 21px 0 22px;
  position: relative;
}

.p-sp-menu__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-sp-menu__link {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1;
  line-height: 0.94;
}

body.is_sp_menu_open {
  overflow: hidden;
}

/* SPメニュー 閉じるボタン（×） */
.p-sp-menu__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-sp-menu__close-line {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -13px;
}

.p-sp-menu__close-line--01 {
  transform: rotate(45deg);
}

.p-sp-menu__close-line--02 {
  transform: rotate(-45deg);
}

/* ============================================
   トップページ メインコンテンツ
============================================ */
.l-main {
  padding: 0 0 10px;
}

/* はじめまして */
.p-section-hajimemashite {
  background-image: url(../img/01_img01.webp);
}
@media only screen and (max-width: 928px) {
  .p-section-hajimemashite {
    background-image: url(../img_sp/01_img01_sp.webp);
  }
}
.p-section-hajimemashite {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.p-hajimemashite__area01 {
  padding-top: 0px;
  padding-left: 0px;
  width: 928px;
  height: 470px;
}
@media only screen and (max-width: 928px) {
  .p-hajimemashite__area01 {
    max-width: 380px;
    height: 436px;
  }
}
.p-hajimemashite__area01 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.p-hajimemashite__title {
  top: 43px;
  left: 262px;
}
@media only screen and (max-width: 928px) {
  .p-hajimemashite__title {
    top: 28px;
    left: 26px;
  }
}
.p-hajimemashite__title {
  position: absolute;
}

.p-hajimemashite__consultation_pc {
  top: 361px;
  left: 242px;
  position: absolute;
}
@media only screen and (max-width: 928px) {
  .p-hajimemashite__consultation_pc {
    display: none;
  }
}

.p-hajimemashite__contactform_pc {
  top: 435px;
  left: 272px;
  position: absolute;
}
@media only screen and (max-width: 928px) {
  .p-hajimemashite__contactform_pc {
    display: none;
  }
}

.p-hajimemashite__area02 {
  padding-top: 20px;
  padding-left: 0px;
  width: 928px;
  position: relative;
}
@media only screen and (max-width: 928px) {
  .p-hajimemashite__area02 {
    padding-top: 15px;
    max-width: 380px;
    position: static;
  }
}

.p-hajime-table {
  top: 50px;
  left: 42px;
  width: 842px;
  position: absolute;
}
@media only screen and (max-width: 928px) {
  .p-hajime-table {
    top: 0px;
    left: 0px;
    width: 380px;
    background-image: url(../img_sp/01_img09_sp.gif);
    background-repeat: repeat-y;
    background-position: top;
    background-size: auto;
    position: static;
  }
}

.p-hajime-table__dl {
  padding-top: 5px;
}
@media only screen and (max-width: 928px) {
  .p-hajime-table__dl {
    padding-top: 0px;
  }
}

.p-hajime-table__dt {
  padding-top: 0px;
  height: 47px;
}
@media only screen and (max-width: 928px) {
  .p-hajime-table__dt {
    padding-top: 0px;
    padding-left: 17px;
    padding-right: 10px;
    height: 33px;
  }
}

.p-hajime-table__dd {
  padding-top: 8px;
  width: 828px;
}
@media only screen and (max-width: 928px) {
  .p-hajime-table__dd {
    padding-left: 23px;
    padding-bottom: 17px;
    width: 350px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-hajime-table__img-b {
  background-image: url(../img/01_img09.webp);
  background-repeat: no-repeat;
  background-position: 378px bottom;
  background-size: auto;
}
@media only screen and (max-width: 928px) {
  .p-hajime-table__img-b {
    background-image: none;
  }
}

.p-hajime-table_bottom {
  position: static;
}
@media only screen and (min-width: 929px) {
  .p-hajime-table_bottom {
    display: none;
  }
}
.p-hajime-table_bottom {
  top: 0px;
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  justify-content: center;
  background-image: url(../img_sp/01_img09_sp.gif);
  background-repeat: repeat-y;
  background-position: top;
  background-size: auto;
  font-size: 16px;
}

.p-hajimemashite__consultation_sp {
  padding-top: 12px;
}
@media only screen and (min-width: 929px) {
  .p-hajimemashite__consultation_sp {
    display: none;
  }
}

.p-hajimemashite__contactform_sp {
  padding-top: 10px;
}
@media only screen and (min-width: 929px) {
  .p-hajimemashite__contactform_sp {
    display: none;
  }
}

/* お知らせ */
.p-hajimemashite__area03 {
  padding-top: 20px;
  padding-left: 14px;
  width: 900px;
}
@media only screen and (max-width: 928px) {
  .p-hajimemashite__area03 {
    padding-top: 18px;
    padding-left: 0px;
    max-width: 380px;
  }
}

.p-information {
  width: 900px;
}
@media only screen and (max-width: 928px) {
  .p-information {
    max-width: 380px;
  }
}

.p-info__title {
  padding: 36px 4px 6px 0px;
  font-size: 21px;
}
@media only screen and (max-width: 928px) {
  .p-info__title {
    padding: 24px 0px 8px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
  }
}
.p-info__title {
  border-bottom: 2px solid #90bb23;
}
.p-info__title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/01_img13.gif);
  width: 12px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 8px;
}
@media only screen and (max-width: 928px) {
  .p-info__title::before {
    background-image: url(../img_sp/01_img15_sp.gif);
    width: 12px;
    height: 22px;
    vertical-align: -4px;
    margin-right: 6px;
  }
}

.p-info__text-space {
  padding: 28px 4px 6px 8px;
}
@media only screen and (max-width: 928px) {
  .p-info__text-space {
    padding: 24px 0px 6px 0px;
  }
}

.p-info__update {
  padding: 5px 0;
  line-height: 1.5;
}
@media only screen and (max-width: 928px) {
  .p-info__update {
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-info__text {
  padding-top: 5px;
  line-height: 1.6;
}
.p-info__text a:not([href*="tel:"]) {
  color: #e20000;
  text-decoration: underline;
}
@media only screen and (max-width: 928px) {
  .p-info__text {
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-info__text a[href*="tel:"] {
    color: #e20000;
    text-decoration: underline;
  }
}

.p-info__item-link {
  width: 900px;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-info__item-link {
    width: 380px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-info__item-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/01_img12.gif);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 10px;
}
@media only screen and (max-width: 928px) {
  .p-info__item-link::before {
    background-image: url(../img_sp/01_img14_sp.gif);
    width: 21px;
    height: 21px;
    vertical-align: -4px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 929px) {
  .u-hover-info:hover .u-hover-info-text::before {
    width: 98%;
    opacity: 1;
  }
  .u-hover-info-text {
    display: inline-block;
    position: relative;
    padding: 0 0.1em;
  }
  .u-hover-info-text::before {
    position: absolute;
    display: block;
    width: 98%;
    height: 1px;
    bottom: -0.05em;
    content: "";
    background: #070707;
    opacity: 0;
    transition: all 0.5s;
  }
}
.c-info-nav-pc {
  padding-top: 21px;
  height: 100%;
}
@media only screen and (max-width: 928px) {
  .c-info-nav-pc {
    display: none;
  }
}

.c-info-nav-list {
  display: flex;
  justify-content: center;
  height: 100%;
}

.c-info-nav-item {
  width: 170px;
  height: 100%;
  margin-right: 1px;
  background-image: url(../img/01_img12.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: auto;
}

.c-info-link {
  height: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  text-align: right;
}

.c-info-link--select-link {
  height: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  text-align: right;
  font-weight: bold;
  color: #83ad0d;
}

.c-info-nav-sp {
  padding-top: 21px;
  height: 100%;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 929px) {
  .c-info-nav-sp {
    display: none;
  }
}

.c-info-link--select-link-sp {
  font-weight: bold;
  color: #83ad0d;
}

/* ============================================================
   .c-schedule-table
   PC(929px以上): 4列表示
   SP(928px以下): 2列表示（開催日時 / 場所+主催）
============================================================ */
.c-schedule-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 685px;
  border: 1px solid #111;
}
.c-schedule-table th, .c-schedule-table td {
  border: 1px solid #111;
  padding: 8px 10px;
  vertical-align: middle;
  background: #fff;
  white-space: nowrap;
}
.c-schedule-table th {
  text-align: center;
}
.c-schedule-table a {
  color: #e20000;
  text-decoration: underline;
}
.c-schedule-table {
  /* SP専用テキストは非表示 */
}
.c-schedule-table .sp-text {
  display: none;
}
.c-schedule-table {
  /* PC専用列はデフォルト表示 */
}
.c-schedule-table .pc-col {
  display: table-cell;
}
.c-schedule-table {
  /* ヘッダーラベル：PCは「開催日」を表示、「開催日時」を非表示 */
}
.c-schedule-table .label-pc {
  display: inline;
}
.c-schedule-table .label-sp {
  display: none;
}
.c-schedule-table {
  /* SP表示（928px以下） */
}
@media only screen and (max-width: 928px) {
  .c-schedule-table {
    font-size: 15px;
    max-width: 100%;
  }
  .c-schedule-table th, .c-schedule-table td {
    white-space: normal;
  }
  .c-schedule-table {
    /* PC専用列・PCのみテキストを非表示 */
  }
  .c-schedule-table .pc-col {
    display: none;
  }
  .c-schedule-table .pc-text {
    display: none;
  }
  .c-schedule-table {
    /* SP専用テキスト（時間・主催）を表示 */
  }
  .c-schedule-table .sp-text {
    display: block;
    margin-top: 4px;
  }
  .c-schedule-table {
    /* ヘッダーラベル切り替え：「開催日」→「開催日時」 */
  }
  .c-schedule-table .label-pc {
    display: none;
  }
  .c-schedule-table .label-sp {
    display: inline;
  }
}

@media only screen and (max-width: 928px) {
  .url-text {
    word-break: break-all;
  }
}
/* ============================================
   サポート
============================================ */
.p-section-support {
  padding-top: 20px;
}
@media only screen and (max-width: 928px) {
  .p-section-support {
    padding-top: 0px;
  }
}

.p-section-support-process {
  background-image: url(../img/02_img01.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}
@media only screen and (max-width: 928px) {
  .p-section-support-process {
    background-image: url(../img_sp/02_img01_sp.webp);
  }
}

.p-support__area01 {
  padding: 0px 14px;
  width: 928px;
  height: 506px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 928px) {
  .p-support__area01 {
    padding: 0px;
    width: 380px;
    height: 405px;
  }
}

.p-section-support-loan {
  background-image: url(../img/02_img03.webp);
  background-repeat: no-repeat;
  background-position: center 62px;
  background-size: auto;
}

.p-section-support-center {
  width: 928px;
  height: 527px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 928px) {
  .p-section-support-center {
    width: 380px;
    height: auto;
    position: static;
  }
}

.p-support__area02 {
  width: 461px;
  height: 527px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 928px) {
  .p-support__area02 {
    display: none;
  }
}

.p-support__area03 {
  width: 467px;
  height: 527px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 928px) {
  .p-support__area03 {
    position: static;
    width: 380px;
    height: auto;
  }
}
.p-support__area03-a {
  width: 424px;
  height: 102px;
}
@media only screen and (max-width: 928px) {
  .p-support__area03-a {
    width: 380px;
    height: auto;
  }
}
.p-support__area03-b {
  width: 438px;
  height: 114px;
}
@media only screen and (max-width: 928px) {
  .p-support__area03-b {
    padding-top: 22px;
    padding-left: 91px;
    width: 380px;
    height: auto;
  }
}
.p-support__area03-c {
  width: 467px;
  height: 311px;
  background-image: url(../img/02_img07.webp);
  background-repeat: no-repeat;
  background-position: top right;
  line-height: 1.5;
}
@media only screen and (max-width: 928px) {
  .p-support__area03-c {
    background-image: none;
    width: 380px;
    height: auto;
  }
}
@media only screen and (min-width: 929px) {
  .p-support__area03-d {
    display: none;
  }
}
.p-support__area03-d {
  padding-top: 22px;
  width: 380px;
  height: auto;
}

.p-support__text-top {
  padding: 0px 0 10px 5px;
}

.p-support-table {
  top: 0px;
  left: 0px;
  width: 402px;
  padding-bottom: 2px;
  background-image: url(../img/02_img08.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}
@media only screen and (max-width: 928px) {
  .p-support-table {
    padding-top: 2px;
    width: 380px;
    height: auto;
    background-image: url(../img_sp/02_img05_sp.gif);
    background-position: 11px 0px;
  }
}

.p-support-table__dl {
  display: flex;
  background-image: url(../img/02_img08.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
}
@media only screen and (max-width: 928px) {
  .p-support-table__dl {
    background-image: url(../img_sp/02_img05_sp.gif);
    background-position: bottom right 11px;
  }
}

.p-support-table__dt {
  width: 52px;
}

.p-support-table__dd {
  width: calc(100% - 52px);
}

.p-support-table__dt,
.p-support-table__dd {
  padding: 6px 0 1px;
}
@media only screen and (max-width: 928px) {
  .p-support-table__dt,
  .p-support-table__dd {
    padding: 6px 0 6px;
  }
}

.p-support__text-bottom {
  padding: 10px 0 0 5px;
  font-size: 14px;
}
@media only screen and (max-width: 928px) {
  .p-support__text-bottom {
    padding: 16px 0 0 8px;
    font-size: 15px;
    line-height: 1.7;
    position: static;
  }
}

.p-support__area04 {
  padding-top: 0px;
  padding-left: 0px;
  width: 772px;
  height: 128px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-image: url(../img/02_img09.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
@media only screen and (max-width: 928px) {
  .p-support__area04 {
    width: 380px;
    height: auto;
    position: static;
    background-image: none;
    text-align: center;
  }
}

@media only screen and (min-width: 929px) {
  .contactus__bottom-img {
    display: none;
  }
}
.contactus__bottom-img {
  padding-top: 16px;
  left: auto;
  right: auto;
  position: static;
}

.p-support__consultation {
  padding-top: 7px;
  left: 163px;
  position: absolute;
}
@media only screen and (max-width: 928px) {
  .p-support__consultation {
    padding-top: 18px;
    left: auto;
    right: auto;
    position: static;
  }
}

.p-support__contactform {
  width: 412px;
  padding-top: 10px;
  top: 73px;
  left: 195px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 928px) {
  .p-support__contactform {
    width: 380px;
    padding-top: 10px;
    top: auto;
    left: auto;
    background: none;
    position: static;
  }
}

/* ============================================
   事例
============================================ */
.p-section-case {
  padding-top: 21px;
}
@media only screen and (max-width: 928px) {
  .p-section-case {
    padding-top: 26px;
  }
}

.p-section-case-sub {
  padding-top: 0px;
}
@media only screen and (max-width: 928px) {
  .p-section-case-sub {
    padding-top: 0px;
  }
}

.p-section-case-inclusive {
  background-image: url(../img/03_img01.webp);
}
@media only screen and (max-width: 928px) {
  .p-section-case-inclusive {
    background-image: url(../img_sp/03_img01_sp.webp);
  }
}
.p-section-case-inclusive {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.p-case__area01 {
  padding: 0px 14px;
  width: 928px;
  height: 470px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 928px) {
  .p-case__area01 {
    padding: 0px;
    width: 380px;
    height: 436px;
  }
}

.p-case__title-top {
  top: 44px;
  left: 135px;
  position: absolute;
}
@media only screen and (max-width: 928px) {
  .p-case__title-top {
    top: 27px;
    left: 5px;
  }
}

.p-section-case-introduction {
  padding-top: 23px;
}
@media only screen and (max-width: 928px) {
  .p-section-case-introduction {
    padding-top: 6px;
  }
}

.c-case__title {
  display: flex;
  padding-left: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 928px) {
  .c-case__title {
    width: 380px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

.c-case__ico-img {
  width: 127px;
  padding-top: 5px;
  padding-right: 28px;
}
@media only screen and (max-width: 928px) {
  .c-case__ico-img {
    width: 100px;
    padding-right: 6px;
    padding-bottom: 10px;
  }
}

.c-case__ttl-img {
  -o-object-fit: none;
     object-fit: none;
}
@media only screen and (max-width: 928px) {
  .c-case__ttl-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-case__ttl-img img {
    max-width: 100%;
    height: auto;
  }
}

.p-case__area {
  padding-left: 14px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 928px) {
  .p-case__area {
    padding-left: 0px;
    padding-bottom: 8px;
  }
}

.p-case {
  width: 900px;
  padding-top: 11px;
  border-top: 1px solid #dfdddb;
}
@media only screen and (max-width: 928px) {
  .p-case {
    width: 380px;
  }
}

.p-case__text-space {
  padding-bottom: 11px;
  border-bottom: 13px solid #e6e6e6;
}
@media only screen and (max-width: 928px) {
  .p-case__text-space {
    padding-left: 3px;
  }
}

.p-case__text-a {
  padding-bottom: 4px;
  line-height: 1.5;
}
@media only screen and (max-width: 928px) {
  .p-case__text-a {
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-case__text-b {
  padding-top: 4px;
  line-height: 1.5;
  color: #e20000;
  text-decoration: underline;
}
@media only screen and (max-width: 928px) {
  .p-case__text-b {
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-case__text-c {
  padding-top: 8px;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 928px) {
  .p-case__text-c {
    padding-top: 8px;
  }
}

.p-case__text-b::before {
  content: "";
  background-image: url(../img_sp/03_img07_sp.gif);
  width: 13px;
  height: 16px;
  display: inline-block;
  background-size: contain;
}

.p-case__list {
  padding-top: 16px;
  padding-left: 30px;
  padding-bottom: 18px;
  height: 100%;
}
@media only screen and (max-width: 928px) {
  .p-case__list {
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-align: center;
  }
}

.p-case__item-link {
  width: 900px;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-case__item-link {
    width: 380px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-case__item-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/03_img08.gif);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 10px;
}
@media only screen and (max-width: 928px) {
  .p-case__item-link::before {
    background-image: url(../img_sp/03_img06_sp.gif);
    width: 21px;
    height: 21px;
    vertical-align: -4px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 929px) {
  .u-hover-case:hover .u-hover-case-text::before {
    width: 95%;
    opacity: 1;
  }
  .u-hover-case-text {
    display: inline-block;
    position: relative;
    padding: 0 0.1em;
  }
  .u-hover-case-text::before {
    position: absolute;
    display: block;
    width: 95%;
    height: 1px;
    bottom: -0.05em;
    content: "";
    background: #070707;
    opacity: 0;
    transition: all 0.5s;
  }
}
.p-case__area03 {
  padding-top: 0px;
  padding-left: 0px;
  width: 772px;
  height: 128px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 928px) {
  .p-case__area03 {
    width: 380px;
    height: auto;
    position: static;
    text-align: center;
  }
}

/* ============================================
   アクセス
============================================ */
.p-section-access {
  padding-top: 20px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 928px) {
  .p-section-access {
    padding-top: 26px;
    padding-bottom: 10px;
  }
}

.p-section-access-top {
  background-image: url(../img/04_img01.webp);
}
@media only screen and (max-width: 928px) {
  .p-section-access-top {
    background-image: url(../img_sp/04_img01_sp.webp);
  }
}
.p-section-access-top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.p-access__area01 {
  padding-top: 10px;
  width: 928px;
  height: 470px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 928px) {
  .p-access__area01 {
    width: 380px;
    height: 431px;
  }
}

.p-access__layout {
  display: flex;
  width: 828px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 928px) {
  .p-access__layout {
    display: block;
    width: 380px;
  }
}

.p-access__exterior-img {
  width: 313px;
  padding-top: 18px;
  padding-left: 14px;
}
@media only screen and (max-width: 928px) {
  .p-access__exterior-img {
    display: none;
  }
}

.p-access__contact-img {
  padding: 20px 50px;
  width: 515px;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-access__contact-img {
    padding: 20px 0px;
    width: 380px;
  }
}

.p-section-access-map {
  margin-top: 24px;
  text-align: center;
}

.p-access__img-d {
  margin-top: 8px;
  margin-bottom: 12px;
}

.p-access__img-e {
  margin-top: 7px;
  margin-bottom: 3px;
}

.p-access__text-c {
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.p-access__area03 {
  padding-top: 0px;
  padding-left: 0px;
  width: 772px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-access__area03 {
    width: 380px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-access__consultation {
  top: 1px;
}
@media only screen and (max-width: 928px) {
  .p-access__consultation {
    padding-top: 18px;
    left: auto;
    right: auto;
    position: static;
  }
}

.p-access__contactform {
  padding-top: 16px;
  padding-bottom: 21px;
}

.p-access__list {
  padding-top: 16px;
  padding-bottom: 18px;
  height: 100%;
}

.p-access__seikatsuclub {
  padding-top: 16px;
  padding-bottom: 18px;
  height: 100%;
}
@media only screen and (min-width: 929px) {
  .p-access__seikatsuclub {
    display: none;
  }
}

.p-access__item-link {
  width: 900px;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-access__item-link {
    width: 380px;
    font-size: 16px;
    line-height: 1.7;
    height: 36px;
  }
}

.p-access__map-link {
  width: 900px;
  text-align: center;
}
@media only screen and (max-width: 928px) {
  .p-access__map-link {
    width: 380px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-access__map-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/04_img06.gif);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -3px;
  margin-right: 13px;
}
@media only screen and (max-width: 928px) {
  .p-access__map-link::before {
    background-image: url(../img_sp/04_img05_sp.gif);
    width: 21px;
    height: 21px;
    vertical-align: -4px;
    margin-right: 6px;
  }
}
.p-access__map-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/com_img02.gif);
  width: 13px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-left: 10px;
}
@media only screen and (max-width: 928px) {
  .p-access__map-link::after {
    background-image: url(../img_sp/com_img02_sp.gif);
    width: 16px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 6px;
  }
}

/* ============================================
   フッター
============================================ */
.l-ft {
  padding: 54px 0 35px;
  background-image: url(../img/bottom_img01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}
@media only screen and (max-width: 928px) {
  .l-ft {
    padding: 38px 0 18px;
    background-image: url(../img_sp/bottom_img01_sp.gif);
  }
}

.p-footer__area01 {
  width: 928px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 928px) {
  .p-footer__area01 {
    width: 380px;
  }
}

.p-footer__layout {
  display: flex;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 928px) {
  .p-footer__layout {
    display: block;
    width: 380px;
  }
}

.p-footer__left-h1 {
  width: 360px;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 928px) {
  .p-footer__left-h1 {
    width: 380px;
    padding-bottom: 24px;
  }
}

.p-footer__right-p {
  width: 540px;
  text-align: left;
}
@media only screen and (max-width: 928px) {
  .p-footer__right-p {
    width: 380px;
    text-align: center;
  }
}

h1.p-ft0__txt {
  font-weight: bold;
  text-align: center;
}

.p-ft1__txt {
  margin-top: 0px;
  font-size: 15px;
  line-height: 1.6;
}

.p-ft2__txt {
  margin-top: 21px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.p-ft__copyright {
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 929px) {
  .u-pc-none {
    display: none;
  }
}
@media only screen and (max-width: 928px) {
  .u-sp-none {
    display: none;
  }
}
/* お知らせ内右寄せ画像 */
.p-info__img-right {
  float: right;
  margin: 0 0 30px 55px;
}
@media only screen and (max-width: 928px) {
  .p-info__img-right {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
}

.u-txt-right {
  text-align: right;
  width: 880px;
}
@media only screen and (max-width: 928px) {
  .u-txt-right {
    width: 380px;
  }
}

/* お知らせ */
.p-contact__area03 {
  padding-top: 20px;
  padding-left: 14px;
  width: 900px;
}
@media only screen and (max-width: 928px) {
  .p-contact__area03 {
    padding-top: 18px;
    padding-left: 0px;
    max-width: 380px;
  }
}

.p-contact {
  width: 900px;
}
@media only screen and (max-width: 928px) {
  .p-contact {
    max-width: 380px;
  }
}

.p-cont__text-space {
  padding: 28px 4px 6px 8px;
}
@media only screen and (max-width: 928px) {
  .p-cont__text-space {
    padding: 24px 0px 6px 0px;
  }
}

.p-cont__text {
  padding-top: 5px;
  line-height: 1.7;
}
.p-cont__text a:not([href*="tel:"]) {
  color: #e20000;
  text-decoration: underline;
}
@media only screen and (max-width: 928px) {
  .p-cont__text {
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-cont__text a[href*="tel:"] {
    color: #e20000;
    text-decoration: underline;
  }
}

.p-cont__text-space ul {
  list-style: disc;
  padding-left: 20px;
}
.p-cont__text-space ul li {
  display: list-item;
  list-style-type: disc;
}

/* 「まずはお電話を」ボタン：SP=電話リンク、PC=リンク無効 */
.p-submit-link {
  display: inline-block;
}
@media only screen and (min-width: 929px) {
  .p-submit-link {
    pointer-events: none;
    cursor: default;
  }
}

/* ============================================
   お問い合わせフォーム（contact/index.php）
============================================ */
.p-cf__radio-label input[type=radio],
.p-cf__privacy-check input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  padding: 0;
  margin: 0 6px 0 0;
  box-sizing: content-box;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */