@charset "UTF-8";
/*************/
/* ADD STYLE */
/*************/
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.layer {
  padding-bottom: 80px;
}

.sp-disp {
  display: none;
}

.pc-disp {
  display: block;
}

@media screen and (max-width: 1199px) {
  .layer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pc-disp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .layer {
    padding-bottom: 40px;
  }
  .sp-disp {
    display: block;
  }
}
/* マージン調整 */
h3 + .list01, h4 + .list01, h5 + .list01, h3 + .list02, h4 + .list02, h5 + .list02 {
  margin-top: 35px;
}

/* ボタン */
.btn02 {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
.btn02 a {
  display: inline-block;
  min-width: 240px;
  max-width: 430px;
  padding: 9.5px 50px 9.5px;
  border: 2px solid #75a80b;
  background: url(../common/img/ico_vec01@2x.png) no-repeat center right 14px/25.5px;
  color: #75a80b;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
}
.btn02 a:hover {
  background: url(../common/img/ico_vec03@2x.png) no-repeat center right 14px/25.5px, #75a80b;
  background-position: 98% center;
  color: #ffffff;
}

/* お名前・ふりがな */
.staff-name {
  margin-bottom: 20px;
  padding-left: 28px;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.staff-name span {
  display: block;
  margin-top: 2px;
  padding: 2px 0 0 2px;
  border-top: 2px solid #e9f7d1;
  color: #75a80b;
  font-size: 1.4rem;
}

/* 流れ */
#layer .step-block {
  max-width: 976px;
  margin: 30px auto 0;
}
#layer .step-block .step-block-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-self: flex-start;
}
#layer .step-block .step-block-wrap .step-num-wrap {
  display: table;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 20px;
  border: 2px solid #75a80b;
  border-radius: 50%;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid";
}
#layer .step-block .step-block-wrap .step-num-wrap .step-num {
  display: table-cell;
  color: #75a80b;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
}
#layer .step-block .step-block-wrap .step-num-wrap .step-num span {
  display: block;
  margin-bottom: 5px;
}
#layer .step-block .step-block-wrap .step-num-wrap .step-num em {
  font-size: 1.8rem;
}
#layer .step-block .headline05 {
  padding-left: 0;
}
#layer .step-block .headline05 + img {
  margin-top: 24px;
}
#layer .step-block .headline-step {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid";
}
#layer .step-block .headline-step span {
  display: block;
  margin-top: 2px;
  padding: 2px 0 0 2px;
  border-top: 2px solid #e9f7d1;
  color: #75a80b;
  font-size: 1.4rem;
}
#layer .step-block .step-text, #layer .step-block .column01, #layer .step-block .column02 {
  margin-top: 30px;
  padding-left: 80px;
}
#layer .step-block .step-text .column02__right, #layer .step-block .column01 .column02__right, #layer .step-block .column02 .column02__right {
  padding-right: 0;
}
#layer .step-block .column02 .btn02 {
  margin-top: 0;
}
#layer .step-block .column01 img:not([class]) {
  width: 80%;
}
#layer .step-block li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
#layer .step-block li:after {
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 28px;
  width: 1px;
  height: calc(100% - 70px);
  border-right: 4px dotted #75a80b;
  content: "";
}

/* 見出し横並びテーブル */
#layer .layer .table03 {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #707070;
  table-layout: fixed;
  border-collapse: collapse;
}
#layer .layer .table03 tr th {
  padding: 10.5px 26px;
  background: #e9f7d1;
  font-weight: bold;
  text-align: center;
}
#layer .layer .table03 tr td {
  padding: 10.5px 18px;
  background: #ffffff;
}
#layer .layer .table03 tr, #layer .layer .table03 th, #layer .layer .table03 td {
  border: 1px solid #707070;
  font-size: 1.6rem;
  border-collapse: collapse;
}

/* 見出し横並び・背景なしセル下ライン */
#layer .layer .table04 {
  width: 100%;
  margin-top: 30px;
}
#layer .layer .table04 tr {
  width: 100%;
  background: url(../common/img/dot03@2x.gif) repeat-x bottom left/4px;
}
#layer .layer .table04 tr:first-child {
  padding: 10.5px 0;
  font-weight: bold;
}
#layer .layer .table04 tr td:first-child, #layer .layer .table04 tr td:last-child {
  white-space: nowrap;
}
#layer .layer .table04 tr th, #layer .layer .table04 tr td {
  padding: 10.5px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

/* 見出し横並びテーブル スマホ表示のとき幅とテキストサイズ調整*/
#layer .layer .table05 {
  width: 100%;
  margin-top: 30px;
  table-layout: fixed;
  border-collapse: collapse;
}
#layer .layer .table05 tr th {
  padding: 10.5px 10px;
  background: #e9f7d1;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#layer .layer .table05 tr th:first-child {
  width: 6%;
}
#layer .layer .table05 tr td {
  padding: 10.5px 15px;
  background: #ffffff;
}
#layer .layer .table05 th, #layer .layer .table05 td {
  border: 1px solid #707070;
  font-size: 1.6rem;
  border-collapse: collapse;
}

/* テーブル内テキスト */
#layer .layer .table01 a, #layer .layer .table02 a, #layer .layer .table03 a, #layer .layer .table04 a, #layer .layer .table05 a {
  color: #3c6e98;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
#layer .layer .table01 p:first-child, #layer .layer .table01 p:not([class]):first-child, #layer .layer .table02 p:first-child, #layer .layer .table02 p:not([class]):first-child, #layer .layer .table03 p:first-child, #layer .layer .table03 p:not([class]):first-child, #layer .layer .table04 p:first-child, #layer .layer .table04 p:not([class]):first-child, #layer .layer .table05 p:first-child, #layer .layer .table05 p:not([class]):first-child {
  margin-top: 0;
}

/* テーブルプレス */
#layer .layer .tablepress {
  margin-top: 5px;
  border: 0;
}
#layer .layer .tablepress tr th, #layer .layer .tablepress tr td {
  border: 0;
}
#layer .layer .tablepress tr td {
  padding: 10.5px 18px;
}
#layer .layer .tablepress tr td:first-child {
  width: auto;
  padding: 10.5px 26px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
}
#layer .layer .tablepress tr td:last-child {
  width: 10%;
  text-align: right;
  white-space: nowrap;
}

.tablepress-table-description {
  display: block;
  margin-top: -5px;
  margin-bottom: 30px;
  color: #f3a032;
  text-align: right;
}

/* スマホだけ発信 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 説明会開催日 */
#layer .briefing-date h3.headline03 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  border-bottom: 2px solid #e9f7d1;
  color: #75a80b;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
}
#layer .briefing-date .list01 li span.orange {
  color: #f3a032;
}

@media screen and (max-width: 767px) {
  #layer .briefing-date {
    padding: 20px 20px;
  }
}
.nav__flex__list__sub {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
}

.nav__flex__list__sub__list {
  white-space: nowrap;
}
.nav__flex__list__sub__list:not(:last-child), .nav__flex__list__sub__list:last-child {
  padding: 0 17.5px;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.nav__flex__list__sub__list:not(:last-child):hover, .nav__flex__list__sub__list:last-child:hover {
  background-color: rgba(239, 209, 142, 0.23);
}

.nav__flex__list__sub__list__link {
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 6px 0;
  }
  .header__logo {
    width: 33.268%;
  }
  .header__logo__link__pic {
    width: 270px;
  }
  .header__right {
    display: flex;
  }
  .drawer-hamburger {
    display: none;
  }
  .nav {
    display: block;
  }
  .header__spnav {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header {
    padding: 6px 0 0;
  }
  .header__logo {
    width: auto;
  }
  .drawer-hamburger {
    display: block;
  }
  .header__right, .nav {
    display: none;
  }
  .header__spnav {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__logo__link__pic {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .header__logo__link__pic {
    width: 172px;
  }
}
#top .first__list__content__link__wrap__border {
  padding: 5px;
  line-height: 1.4;
}
#top .first__list__content__link__wrap__border span {
  display: inline-block;
  font-size: 1.2rem;
}
#top .first__list__content__link__wrap__border span:after {
  content: ",";
}
#top .first__list__content__link__wrap__border span:last-child:after {
  content: none;
}

#top .faq__flex__list {
  background: #ffffff;
}
#top .faq__flex__list__link {
  padding: 15px 64px 15px 30px;
  background: url(../common/img/ico_vec01@2x.png) no-repeat center right 20px/18px;
}
#top .faq__flex__list__link__txt {
  margin-left: 34px;
}
#top .ttl03 {
  padding-left: 26px;
  white-space: nowrap;
}
#top .first__list__content__link {
  padding: 17.5px 15px;
}
#top .first__list__content__link__wrap__ttl::after {
  margin-left: 15px;
}
#top .first__list__content__link:hover h3::after {
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  #top .first__list, #top .first__news {
    width: 48.39%;
  }
  #top .first__news {
    margin-top: 0;
  }
  #top .first__list__content__link__wrap__ttl {
    padding-left: 33px;
    font-size: 2.2rem;
    white-space: nowrap;
  }
  #top .ttl03 {
    padding-left: 26px;
  }
  #top .first__list__content__link__wrap__ttl::after {
    margin-left: 10px;
  }
  #top .first__list__content__link:hover h3::after {
    margin-left: 20px;
  }
  #top .first__news__flex__link {
    display: block;
    width: auto;
    min-width: 165px;
  }
  #top .first__news__splink {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #top .first__list__content__link__wrap__ttl {
    font-size: 2rem;
  }
  #top .first__list__content__link__wrap__ttl::after {
    display: none;
  }
  #top .first__news__flex__link {
    display: none;
  }
  #top .first__news__splink {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #top .first__list, #top .first__news {
    width: 100%;
  }
  #top .first__news {
    margin-top: 20px;
  }
  #top .first__list__content__link__wrap__ttl {
    white-space: normal;
  }
  #top .faq__flex__list {
    width: 100%;
  }
}
.footer__flex__left__wrap {
  height: 290px;
}

.footer__flex__left__wrap__tel__mini {
  margin-right: 1rem;
}

.footer__flex__right__sitemap__list__sub__list__link {
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1199px) {
  .footer {
    display: block;
  }
  .spfooter {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    display: none;
  }
  .spfooter {
    display: block;
  }
}
#layer ul.breadcrumbs {
  overflow: hidden;
}
#layer ul.breadcrumbs li {
  white-space: nowrap;
}
#layer .layer .logo__ttl, #layer .layer .logo__en {
  margin: auto;
}
#layer .layer .anchor li {
  width: auto;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
#layer .layer .anchor li:not(:last-child) {
  margin-right: 0;
}
#layer .layer .anchor li:not(:first-child) {
  margin-left: 8px;
}
#layer .layer .table01 {
  background: url(../common/img/dot03@2x.gif) repeat-x top right/4px;
}
#layer .layer .tablepress {
  background: none;
}
#layer .layer .column01 p, #layer .layer .column01 p:not([class]) {
  width: 89.5%;
  max-width: 910px;
}
#layer .layer p + .headline03, #layer .layer p + .headline04, #layer .layer p + .headline05 {
  margin-top: 35px;
}
#layer .layer p + p:not([class]) {
  margin-top: 17.5px;
}
#layer .layer .map-wrap {
  width: 70.244%;
  margin: 40px auto 0;
}
#layer .layer .map-wrap iframe {
  width: 100%;
  height: 420px;
  border-radius: 20px;
}
#layer .layer .column02 .column02__left, #layer .layer .column02 .column02__right {
  width: 46%;
}
#layer .layer .column02 .area01 {
  margin-top: 0;
  padding-right: 30px;
}
#layer .layer .column02 img.pc-disp {
  max-height: 280px;
  margin: 0 auto;
}
#layer .layer .column02 p.pc-disp {
  width: 89.5%;
  margin: 17.5px auto 0;
  font-size: 1.6rem;
}
#layer .layer .column02 p:first-child, #layer .layer .column02 p:not([class]):first-child {
  margin-top: 17.5px;
}
#layer .layer .column02 p span.border, #layer .layer .column02 p:not([class]) span.border {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#layer .layer .column02 p span.border::after, #layer .layer .column02 p:not([class]) span.border::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f18e1d;
  content: "";
}
#layer .layer .column02 .column02__left p, #layer .layer .column02 .column02__left p:not([class]) {
  margin-right: 0;
}
#layer .layer .column02 p + p {
  margin-top: 17.5px;
}
#layer .layer .column03 li .headline05 {
  margin-bottom: 17.5px;
  padding-left: 0;
}
#layer .layer .area01 .headline05, #layer .layer .area02 .headline05 {
  margin-top: 0;
  padding-left: 0;
}
#layer .layer .area01 .reserve-step, #layer .layer .area02 .reserve-step {
  min-height: 4rem;
}
#layer .layer .area01 p, #layer .layer .area01 p:not([class]), #layer .layer .area02 p, #layer .layer .area02 p:not([class]) {
  width: 100%;
  margin: 0;
  font-size: 1.6rem;
}
#layer .layer .area01 .headline05 + p:not([class]), #layer .layer .area01 .headline04 + p:not([class]), #layer .layer .area01 .headline03 + p:not([class]), #layer .layer .area01 p + p:not([class]), #layer .layer .area01 p + .headline05, #layer .layer .area02 .headline05 + p:not([class]), #layer .layer .area02 .headline04 + p:not([class]), #layer .layer .area02 .headline03 + p:not([class]), #layer .layer .area02 p + p:not([class]), #layer .layer .area02 p + .headline05 {
  margin: 17.5px 0 0;
}
#layer .layer .reserve-step-title {
  margin-bottom: 35px;
  padding: 0 0 6px 0;
  border-bottom: 2px solid #333333;
  font-weight: bold;
  font-size: 1.8rem;
}
#layer .layer .lower {
  justify-content: center;
}
#layer .layer .lower .lower__list {
  margin: 0 1%;
}
#layer .access .column02 .column02__left p, #layer .access .column02 .column02__left p:not([class]) {
  margin-right: auto;
}
#layer .staff .list01 {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .staff-name {
    padding-left: 17.5px;
  }
  #layer .layer .logo__ttl {
    width: 100%;
  }
  #layer .layer .anchor li {
    min-width: 46%;
  }
  #layer .layer .anchor li a {
    font-size: 1.5rem;
  }
  #layer .layer .headline02 {
    padding: 12px 17.5px;
  }
  #layer .layer .headline03, #layer .layer .headline04 {
    padding-left: 17.5px;
  }
  #layer .layer .map-wrap {
    width: 100%;
    margin-top: 20px;
  }
  #layer .layer .map-wrap iframe {
    height: 210px;
  }
  #layer .layer .column01 p, #layer .layer .column01 p:not([class]), #layer .layer .column02 p, #layer .layer .column02 p:not([class]) {
    width: 89.5%;
    margin-top: 17.5px;
  }
  #layer .layer .column02 {
    margin-top: 0;
  }
  #layer .layer .column02 .column02__left, #layer .layer .column02 .column02__right {
    width: 100%;
    margin-top: 17.5px;
  }
  #layer .layer .column03 li {
    width: 100%;
  }
  #layer .layer .list01, #layer .layer .list02 {
    margin-left: 17.5px;
  }
  #layer .layer .area01, #layer .layer .area02 {
    padding: 24px 17.5px;
  }
  #layer .layer .area01 p + p:not([class]), #layer .layer .area01 p, #layer .layer .area01 p:not([class]), #layer .layer .area02 p + p:not([class]), #layer .layer .area02 p, #layer .layer .area02 p:not([class]) {
    width: 100%;
  }
  #layer .layer .area01 .list01, #layer .layer .area01 .list02, #layer .layer .area02 .list01, #layer .layer .area02 .list02 {
    margin-top: 17.5px;
  }
  #layer .layer .table01 tr td, #layer .layer .table02 tr td, #layer .layer .table03 tr td, #layer .layer .table04 tr td, #layer .layer .tablepress tr td {
    padding: 10.5px 17.5px;
  }
  #layer .layer .table01 tr td:first-child, #layer .layer .table02 tr td:first-child, #layer .layer .table03 tr td:first-child, #layer .layer .table04 tr td:first-child, #layer .layer .tablepress tr td:first-child {
    padding: 10.5px 17.5px;
  }
  #layer .layer .table01 tr td, #layer .layer .table02 tr td, #layer .layer .table03 tr td, #layer .layer .table04 tr td, #layer .layer .tablepress tr td {
    font-size: 1.4rem;
  }
  #layer .layer .table05 tr th:nth-child(n+2) {
    min-width: 134px;
    max-width: 134px;
  }
  #layer .layer .table05 tr td {
    padding: 10.5px 7px;
    font-size: 1.1rem;
  }
  #layer .layer .table05 tr td:first-child {
    padding: 10.5px 7px;
  }
  #layer .layer .table05 tr td p {
    font-size: 1.1rem;
  }
  #layer .layer .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #layer .layer .table01 tr th {
    padding: 10.5px 0 10.5px 17.5px;
  }
  #layer .layer .step-block .column01 img:not([class]) {
    width: 100%;
  }
  #layer .layer .step-block .column01, #layer .layer .step-block .column02 {
    margin-top: 20px;
  }
  #layer .layer .step-block .column01 p, #layer .layer .step-block .column01 p:not([class]), #layer .layer .step-block .column02 p, #layer .layer .step-block .column02 p:not([class]) {
    width: 100%;
    margin: 17.5 0 0 0;
  }
  #layer .layer .lower {
    margin-top: 0;
  }
  #layer .layer .lower .lower__list {
    margin-top: 24px;
  }
  #layer .staff .list01 {
    margin-top: 17.5px;
  }
  #layer .staff .headline05 {
    padding-left: 17.5px;
  }
}
#top .about {
  overflow: hidden;
}
#top .mv__wrap {
  background-position: center center;
}

.drawer--right.drawer-open .drawer-nav {
  overflow-y: scroll;
}

.drawer-nav__list__content:nth-child(n+5), .spfooter__under__list__content:nth-child(n+5) {
  width: 100%;
}

#layer .layer .logo__pic {
  width: 42px;
}

@media screen and (max-width: 767px) {
  #layer .layer .mv {
    max-height: 150px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 24px;
  }
}
.footer__flex__right__bnr {
  flex-wrap: wrap;
}
.footer__flex__right__bnr .footer__flex__right__bnr__list {
  margin: 5px 0;
}

.ff-tsukushi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.fz-14 {
  font-size: 1.4rem !important;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-24 {
  font-size: 2.4rem !important;
}

.fz-32 {
  font-size: 3.2rem !important;
}

.fz-42 {
  font-size: 4.2rem;
}

.green {
  color: #75a80b;
}

.js-scroll-text {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=add-style.css.map */