@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}
.htmlarea * + .h3, .htmlarea * + .h4, .htmlarea * + .h5 {
  margin-top: 2rem;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  border-left: solid 0.2em #008080;
  padding-left: .5em;
}

.title-2 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px currentColor;
}

.title-3 {
  padding-left: 1.2em;
  position: relative;
}
.title-3:before {
  content: "■";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.title-hh-1 {
  color: #008080;
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1080), 50px);
  line-height: 1.5;
}

.title-hh-2 {
  color: #008080;
  font-size: min(calc(15px + 3 * (100vw - 320px) / 1080), 18px);
  line-height: 1.5;
}
.title-hh-2 > .txt {
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1080), 50px);
  display: block;
}
.title-hh-2 > .fs-en {
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 3.125rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1400px;
  width: 100%;
  padding-left: calc(15px + 70 * (100vw - 320px) / 1080);
  padding-right: calc(15px + 70 * (100vw - 320px) / 1080);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1400px) {
  .container-fluid-xl {
    padding-left: 85px;
    padding-right: 85px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual .slide-media {
  height: 60vh;
}
#mainvisual .slide-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual .slide-media {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-media {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-media {
    height: 100vh;
    min-height: 680px;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-media {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .slide-media {
    height: 1000px;
  }
}

/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  color: #008080;
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1080), 50px);
  line-height: 1.5;
}
.home_ttl_1 > .fs-en {
  font-size: min(calc(36px + 36 * (100vw - 320px) / 1080), 72px);
  line-height: 1;
  display: block;
}
.home_ttl_1 > .txt {
  display: block;
}

/* ---  --- */
.home_news {
  background-color: #f7f7f7;
}

.home_news__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.home_news__item {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px) min(calc(16px + 50 * (100vw - 320px) / 1080), 66px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.home_news__item .tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px 20px;
}
.home_news__item .tags .cat {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  flex: 0 0 10.5em;
  padding: 0.5em 1em;
  border-radius: 10em;
  background-color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news__item .tags .date {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.home_news__item .tags .date .new {
  color: #cd0000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  margin-top: -.25em;
}
@media print, screen and (min-width: 768px) {
  .home_news__item .tags .cat {
    font-size: 14px;
  }
}
.home_news__item h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 1.5em 0 1em;
}
.home_news__item .btns {
  text-align: right;
  margin-top: 1.5em;
}
.home_news__item .btns .btn {
  font-size: 14px;
  text-align: left;
  width: 13.57142em;
}

.home_news__btn {
  text-align: center;
}
.home_news__btn .btn {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1080), 20px);
  text-align: left;
  width: 14em;
}

/* ---  --- */
.home_access__head {
  background-color: #fff;
  overflow: hidden;
}
.home_access__head h3 {
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e2e2e2;
}
.home_access__head h3 small {
  font-size: 0.64285em;
}
.home_access__head p {
  font-weight: 400;
}
.home_access__head .telphone {
  color: #008080;
  font-size: 32px;
}
.home_access__head .txt {
  color: #008080;
  font-weight: 400;
  font-size: 14px;
}
@media print, screen and (min-width: 992px) {
  .home_access__head .googlemap {
    padding: 0;
    margin-right: calc(-15px - 70 * (100vw - 320px) / 1080);
    height: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_access__head .googlemap {
    margin-right: calc((1230px - 100vw) / 2);
  }
}

.home_access__content {
  background-color: #f7f7f7;
}
.home_access__content h3 {
  color: #008080;
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
}
.home_access__content h3 > i {
  font-size: 1.708334em;
  line-height: 1;
  margin-right: 0.4em;
}
.home_access__content .btn-1 {
  font-size: 14px;
  width: 190px;
}
@media print, screen and (min-width: 992px) {
  .home_access__content h3 {
    font-size: min(calc(20px + 4 * (100vw - 992px) / 408), 24px);
  }
}
.home_access__content .photo {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  .home_access__content .photo {
    margin-left: 0;
    margin-right: 0;
  }
}

.home_access_dl_1 {
  line-height: 2;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
}
.home_access_dl_1 dt, .home_access_dl_1 dd {
  margin: 0;
}
.home_access_dl_1 dt {
  font-weight: 400;
  flex: 0 0 22em;
}
.home_access_dl_1 dd {
  font-weight: 700;
  padding: 0 0.5em;
  flex: 0 0 auto;
  background-color: #fff;
}

/* -------------------------------
	お知らせ
-------------------------------- */
/* ---  --- */
.news_list__item {
  padding: min(calc(40px + 40 * (100vw - 320px) / 1080), 80px) 0;
}
.news_list__item:nth-child(odd) {
  background-color: #f7f7f7;
}
.news_list__item .tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px 20px;
}
.news_list__item .tags .cat {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  min-width: 10.5em;
  padding: 0.5em 1em;
  border-radius: 10em;
  background-color: #222;
}
.news_list__item .tags .date {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.news_list__item .tags .date .new {
  color: #cd0000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  margin-top: -.25em;
}
@media print, screen and (min-width: 768px) {
  .news_list__item .tags .cat {
    font-size: 14px;
  }
}
.news_list__item h3 {
  font-size: 20px;
  line-height: 1.5;
  border-bottom: solid 1px #202020;
  padding-bottom: 0.5em;
  margin: 1em 0 1em;
}
.news_list__item .btns {
  text-align: right;
  margin-top: 1.5em;
}
.news_list__item .btns .btn {
  font-size: 14px;
  text-align: left;
  width: 13.57142em;
}

/* ---  --- */
.news_content .tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px 20px;
}
.news_content .tags .cat {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  min-width: 10.5em;
  padding: 0.5em 1em;
  border-radius: 10em;
  background-color: #222;
}
.news_content .tags .date {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.news_content .tags .date .new {
  color: #cd0000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  margin-top: -.25em;
}
@media print, screen and (min-width: 768px) {
  .news_content .tags .cat {
    font-size: 14px;
  }
}
.news_content h3 {
  line-height: 1.5;
  border-bottom: solid 1px #202020;
  padding-bottom: 0.5em;
  margin: 1em 0 1em;
}
.news_content .new_image {
  text-align: center;
}
.news_content .new_image .iamge img {
  display: block;
  margin: 0 auto;
}
.news_content .new_image .caption {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5em;
}

/**/
.news_file {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.news_file__item {
  flex: 0 0 100%;
}
.news_file__item .btn {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  display: block;
  padding-left: 3.5em;
  padding-right: 1em;
  position: relative;
}
.news_file__item .btn i {
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 0.75em;
  top: 50%;
  margin-top: -.5em;
}
@media print, screen and (min-width: 768px) {
  .news_file__item {
    flex: 0 0 auto;
  }
}

/* -------------------------------
	教習車種
-------------------------------- */
/* ---  --- */
@media print, screen and (min-width: 768px) {
  .car_navi .cat_navi_list {
    font-size: 0.9375rem;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }
  .car_navi .cat_navi_list > li {
    flex: 0 0 50%;
    margin: 5px 0;
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .car_navi .cat_navi_list > li {
    flex: 0 0 33.33334%;
  }
}

/* ---  --- */
.car_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 10px;
  margin-top: 2rem;
}
.car_links > .box .btn {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .car_links > .box .btn {
    font-size: 14px;
  }
}

/**/
.car_confirmation_list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: min(4vw, 50px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .car_confirmation_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* -------------------------------
	料金案内
-------------------------------- */
/* ---  --- */
.fee_content .txt1 {
  font-weight: 500;
  text-align: center;
  padding: 20px 15px;
  background-color: #efefef;
}

.fee_content__ttl {
  color: var(--primary);
  font-size: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  text-align: center;
}

.fee_content__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fee_content__image img {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .fee_table_1 > tbody > tr > th {
    width: 15em;
  }
}

/*  */
.fee_payment_loan {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.fee_payment_loan h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.75em;
}
.fee_payment_loan .fee_payment_loan__item {
  padding: 30px 0;
}
.fee_payment_loan .fee_payment_loan__item .icon {
  width: min(calc(100px + 80 * (100vw - 320px) / 1080), 180px);
  height: min(calc(100px + 80 * (100vw - 320px) / 1080), 180px);
  margin: 0 auto 15px;
}
.fee_payment_loan .fee_payment_loan__item .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.fee_payment_loan .fee_payment_loan__item p {
  color: var(--primary);
  font-size: min(calc(20px + 12 * (100vw - 320px) / 1080), 32px);
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.fee_payment_loan .fee_payment_loan__item p small {
  font-weight: 400;
  font-size: 0.65em;
}
.fee_payment_loan .row > div:first-child {
  border-bottom: dashed 1px #202020;
}
@media print, screen and (min-width: 768px) {
  .fee_payment_loan .row > div:first-child {
    border-bottom: none;
    border-right: dashed 1px #202020;
  }
}

.fee_payment_loan__ttl2 {
  color: var(--primary);
  text-align: center;
}
.fee_payment_loan__ttl2 small {
  font-weight: 400;
}

.fee_payment_step {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 992px) {
  .fee_payment_step {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fee_payment_step > .box .txt-kome {
  font-size: 14px;
  margin-top: .5em;
}
@media print, screen and (min-width: 992px) {
  .fee_payment_step > .box .txt-kome {
    font-size: min(calc(12px + 2 * (100vw - 992px) / 408), 14px);
  }
}

.fee_payment_step__item {
  letter-spacing: 0.05em;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #ccc;
}
.fee_payment_step__item .num {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 25%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}
.fee_payment_step__item .column {
  flex: 1 1 0;
  padding-left: 20px;
}
.fee_payment_step__item .column .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.fee_payment_step__item .foot {
  flex: 0 0 100%;
  padding-top: 10px;
}
@media print, screen and (min-width: 992px) {
  .fee_payment_step__item .column .ttl {
    font-size: min(calc(18px + 2 * (100vw - 992px) / 408), 20px);
  }
}

.fee_table_2.bt > tbody > tr > td:before {
  font-size: 12px;
  flex: 0 0 40%;
}
@media print, screen and (min-width: 768px) {
  .fee_table_2 {
    table-layout: fixed;
  }
}

/* -------------------------------
	入所に関するご案内
-------------------------------- */
/* */
.application_box_1 {
  border: solid 3px #ff0000;
  padding: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  background-color: #fff;
}

.application_box_1__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.application_box_1__list > li {
  padding-left: 1.25em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: dotted 1px #ccc;
  position: relative;
}
.application_box_1__list > li:before {
  content: "■";
  position: absolute;
  left: 0;
  color: var(--primary);
}
.application_box_1__list > li:last-child {
  margin-bottom: 0;
}

.application_box_1__list__sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .application_box_1__list__sub {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .application_box_1__list__sub {
    grid-template-columns: repeat(3, 1fr);
  }
}
.application_box_1__list__sub > li {
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #fff;
}

/* */
@media print, screen and (min-width: 768px) {
  .application_table_1 > tbody > tr > th {
    white-space: nowrap;
  }
  .application_table_1 > tbody > tr > td {
    text-align: center;
    white-space: nowrap;
  }
  .application_table_1 > tbody > tr > td:last-child {
    white-space: normal;
  }
}
.application_table_1.bt > tbody > tr > td:before {
  flex: 0 0 5em;
}

/* ---  --- */
.application_required_box__ttl {
  font-size: min(calc(18px + 12 * (100vw - 320px) / 1080), 30px);
  text-align: center;
}

.application_required_box_1 {
  border: solid 1px #ccc;
  padding: min(calc(30px + 20 * (100vw - 320px) / 1080), 50px) min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  background-color: #fff;
}
.application_required_box_1 .telphone {
  font-size: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  text-align: center;
}
.application_required_box_1 ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  gap: 10px;
}
.application_required_box_1 ul > li {
  padding-left: 1.2em;
  position: relative;
}
.application_required_box_1 ul > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.application_required_grid_1 {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .application_required_grid_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .application_required_grid_1 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.application_required_grid_2 {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .application_required_grid_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .application_required_grid_2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.application_required__column {
  padding: 20px;
  background-color: #fff;
}
.application_required__column h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.application_required__column p {
  font-size: 15px;
}

/* -------------------------------
	送迎バス
-------------------------------- */
/* ---  --- */
/**/
.bus_content__ttl {
  font-size: min(calc(25px + 20 * (100vw - 320px) / 1080), 45px);
  letter-spacing: 0.05em;
  text-align: center;
}
.bus_content__ttl .in {
  padding: 0.5em 0.25em;
  border-top: solid 5px var(--primary);
  border-bottom: double 3px var(--primary);
  display: inline-block;
}

.bus_content__ttl2 {
  color: #FF8600;
  font-size: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bus_content__ttl2:before, .bus_content__ttl2:after {
  content: "";
  width: 2px;
  height: 2.5em;
  display: block;
  background-color: currentColor;
}
.bus_content__ttl2:before {
  margin-right: 1em;
  transform: rotate(-35deg);
}
.bus_content__ttl2:after {
  margin-left: 1em;
  transform: rotate(35deg);
}

.bus_content__txt1 {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .bus_content__txt1 {
    font-size: min(calc(16px + 11 * (100vw - 768px) / 632), 27px);
    text-align: center;
  }
}

.bus_content__txt2 {
  font-weight: 500;
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1080), 24px);
  text-align: center;
  margin-top: 0.5rem;
}

.bus_note {
  padding: min(4vw, 30px);
  border: solid 1px #ff0000;
  background-color: #fff;
}
.bus_note h5 {
  color: #ff0000;
  margin: 0 0 1rem;
}

/* -------------------------------
	施設紹介
-------------------------------- */
/* ---  --- */
.school_gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .school_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .school_gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.school_gallery__figure {
  max-width: 390px;
  margin: 0 auto;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.school_gallery__figure figcaption {
  padding: 20px 15px;
}
.school_gallery__figure figcaption .ttl {
  font-size: 20px;
  border-left: solid 5px var(--primary);
  padding-left: 0.5em;
  margin: 0 0 0.5em;
}
.school_gallery__figure figcaption .column {
  font-size: 14px;
  line-height: 1.75;
}

/* -------------------------------
	スタッフ紹介
-------------------------------- */
.staff_gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .staff_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .staff_gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.staff_gallery__figure {
  position: relative;
  z-index: 0;
  display: flex;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.staff_gallery__figure .photo {
  flex: 0 0 50%;
}
.staff_gallery__figure figcaption {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  border-right: solid 3px #008080;
}
.staff_gallery__figure figcaption .inner {
  height: 60%;
  padding-left: 30px;
  margin-top: auto;
}
.staff_gallery__figure figcaption .name {
  color: #008080;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.staff_gallery__figure figcaption .name small {
  color: #aaa;
  font-weight: 800;
  font-size: 0.35em;
  line-height: 1;
  display: block;
}
.staff_gallery__figure figcaption .list-type {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .staff_gallery__figure figcaption .inner {
    padding-left: min(calc(15px + 15 * (100vw - 992px) / 408), 30px);
  }
  .staff_gallery__figure figcaption .name {
    font-size: min(calc(25px + 10 * (100vw - 992px) / 408), 35px);
  }
  .staff_gallery__figure figcaption .list-type {
    font-size: 14px;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact .tel_contact__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #efefef;
}
.tel_contact .tel_contact__item--line {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .tel_contact {
    display: flex;
    flex-wrap: wrap;
  }
  .tel_contact .tel_contact__item {
    flex: 0 0 50%;
    padding: 30px 0;
    margin: 0;
    border-bottom: none;
  }
  .tel_contact .tel_contact__item:nth-child(2) {
    border-left: solid 1px #efefef;
  }
  .tel_contact .tel_contact__item--line {
    flex: 0 0 100%;
    padding: 0;
    margin-top: 50px;
  }
}
.tel_contact h3 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 1rem;
}
.tel_contact .telphone {
  font-size: 32px;
  text-align: center;
}
.tel_contact .txt1 {
  font-size: 14px;
  letter-spacing: normal;
  text-align: center;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .tel_contact h3 {
    font-size: min(calc(22px + 6 * (100vw - 768px) / 632), 28px);
  }
  .tel_contact .telphone {
    font-size: min(calc(32px + 13 * (100vw - 768px) / 632), 45px);
  }
}
.tel_contact .tel_contact__item--line > .btn {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border: none;
  border-radius: 0;
  background-color: #f0fbf5;
  transition: opacity 0.3s ease;
}
.tel_contact .tel_contact__item--line > .btn > .icon {
  display: block;
}
.tel_contact .tel_contact__item--line > .btn > .icon img {
  width: 2.25em;
}
.tel_contact .tel_contact__item--line > .btn > .txt {
  color: #06c755;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.tel_contact .tel_contact__item--line > .btn > .txt .plus {
  font-size: 1.4615em;
  margin-left: 0.5em;
}
.tel_contact .tel_contact__item--line > .btn:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .tel_contact__item--line > .btn {
    font-size: min(calc(20px + 10 * (100vw - 768px) / 632), 30px);
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #ccc;
  background-color: #fafafa;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

/* フェード */
@media screen {
  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
