@charset "UTF-8";
.pc {
  display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-only {
    display: inline-block;
  }
}

@font-face {
  font-family: 'KozuGoPro';
  src: url(../fonts/KozGoPro-Regular.otf);
}

@keyframes move_smoke {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.strength_text {
  margin-bottom: 9rem;
}

.strength_text .sub-text {
  margin-bottom: 1.6rem;
}

.facilities {
  position: relative;
}

.facilities .commonBorder_title {
  position: relative;
  z-index: 20;
  transform: translateY(50%);
}

.facilities .commonBorder_title .text_border {
  position: relative;
}

.facilities .commonBorder_title .text_border::before {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 110%;
  height: 50%;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .commonBorder_title .text_border::before {
    top: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .commonBorder_title .text_border::before {
    width: 105%;
    top: 10px;
  }
}

.facilities .commonBorder_title .text_border::after {
  width: 105%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .facilities .commonBorder_title .text_border::after {
    width: 100%;
  }
}

.facilities::after {
  content: '';
  position: absolute;
  background-image: url(../img/facilities/facilities_bg.png);
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: bottom;
}

.facilities .inner {
  padding-bottom: 11.4rem;
  z-index: 10;
}

.facilities .facilities_title {
  margin-bottom: 3.4rem;
  text-align: center;
  font-family: 'A1ゴシック B', sans-serif;
  font-size: 6rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  transform: translateY(-50%);
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .facilities_title {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .facilities_title {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
}

.facilities .facilities_text {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.875;
  max-width: 771px;
  margin: 0 auto 9.6rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .facilities_text {
    font-size: 1.8rem;
    margin-bottom: 6rem;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .facilities_text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.facilities .recommend .recommend_list {
  border: 4px solid #251E1C;
  padding: 7rem 7.2rem 6.7rem;
  background-color: #FFFFFF;
  position: relative;
  max-width: 800px;
  margin: 0 auto 13.4rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .recommend .recommend_list {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .recommend .recommend_list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.facilities .recommend .recommend_list::after {
  content: '';
  position: absolute;
  background-color: transparent;
  border: 1px solid #251E1C;
  width: 98.6%;
  height: 99.4%;
  top: .5rem;
  left: .5rem;
  z-index: 0;
}

@media only screen and (max-width: 480px) {
  .facilities .recommend .recommend_list::after {
    top: .2rem;
    left: .2rem;
  }
}

.facilities .recommend .recommend_img {
  max-width: 497px;
  margin: 0 auto 4.8rem;
}

.facilities .recommend .recommend_img img {
  width: 100%;
}

.facilities .recommend .list_item:not(:last-child) {
  margin-bottom: 2.9rem;
}

.facilities .recommend .list_item_title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.facilities .recommend .list_item_title .list_text {
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-family: 'A1ゴシック B', sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .recommend .list_item_title .list_text {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .recommend .list_item_title .list_text {
    font-size: 2rem;
  }
}

.facilities .recommend .list_item_title .list_text::after {
  content: '';
  position: absolute;
  background-color: #FAF038;
  width: 121%;
  height: 8px;
  bottom: 1rem;
  left: -47px;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  .facilities .recommend .list_item_title .list_text::after {
    left: -40px;
    height: 6px;
    width: 120%;
  }
}

@media only screen and (max-width: 321px) {
  .facilities .recommend .list_item_title .list_text .sp-only {
    display: none;
  }
}

.facilities .recommend .list_item_title .list_index {
  width: 32px;
  margin-right: 1.2rem;
  align-self: flex-start;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .recommend .list_item_title .list_index {
    width: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .recommend .list_item_title .list_index {
    margin-right: .6rem;
  }
}

.facilities .recommend .list_item_desc {
  font-size: 1.5375rem;
  line-height: 1.95;
  letter-spacing: 0.2em;
      text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .recommend .list_item_desc {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .facilities .recommend .list_item_desc {
    font-size: 1.3rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.facilities .recommend .recommend_text {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.95;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities .recommend .recommend_text {
    font-size: 1.6rem;
	font-family: 'A1ゴシック B', sans-serif;
    text-align: left;
  }
}


.strength .inner {
  padding-top: 11.5rem;
}

.strength .strength_title {
  font-size: 3.7rem;
  font-family: 'こぶりなゴシック W6 JIS2004', sans-serif;
  line-height: 1;
  font-weight: normal;
  -webkit-text-stroke: 2px #251E1C;
  text-stroke: 2px #000000;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 5.9rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .strength .strength_title {
    font-size: 2.4rem;
    -webkit-text-stroke: 1px #251E1C;
    text-stroke: 1px #000000;
  }
}

@media only screen and (max-width: 480px) {
  .strength .strength_title {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}

.strength .strength_title .text_border {
  position: relative;
  padding-bottom: calc(15px + 6.2px);
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .strength .strength_title .text_border {
    padding-bottom: 13px;
  }
}

.strength .strength_title .text_border::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6.2px;
  background-color: #251E1C;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .strength .strength_title .text_border::after {
    height: 5px;
  }
}

.strength .-reform {
  margin-bottom: 6.2rem;
}

.strength .strength_subtitle {
  text-align: center;
  font-size: 2.98rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 4.9rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .strength .strength_subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.strength .strength_text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.46;
  margin-bottom: 10rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .strength .strength_text {
    margin-bottom: 5rem;
    font-size: 1.4rem;
    text-align: left;
      text-align: justify;
  text-justify: inter-ideograph;
  }
}

.strength .-type-2 {
  max-width: 639px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 9.9rem;
      text-align: justify;
  text-justify: inter-ideograph;
}

.strength .strength_flex {
  max-width: 799px;
  margin: 0 auto 10.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.strength .strength_flex .strength_flex_item {
  width: 31%;
}

.strength_detail {
  position: relative;
  z-index: 1;
}

.strength_detail::after {
  content: '';
  position: absolute;
  background-image: url(../img/custom-made/strength_detail_bg.png);
  width: 100%;
  height: 62.5%;
  top: 5rem;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}

.strength_detail .inner {
  padding-bottom: 18rem;
}

.strength_detail .strength_desc {
  z-index: 1;
  position: relative;
}

.strength_detail .strength_desc:not(:last-child) {
  margin-bottom: 10rem;
}

.strength_detail .strength_desc::after {
  content: '';
  position: absolute;
  background-color: #958F80;
  width: 59.43%;
  height: 60%;
  z-index: -1;
  top: 89px;
  left: 18.21%;
}

.strength_detail .strength_desc .strength_desc_text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #F4E9CE;
  max-width: 657px;
  padding: 3.7rem 3.8rem 6.8rem 3.5rem;
  margin-right: 25.1%;
  margin-left: 10.48%;
  position: relative;
  z-index: auto;
}

@media only screen and (max-width: 1100px) {
  .strength_detail .strength_desc .strength_desc_text {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    box-shadow: 8px 8px #958F80;
  }
}

.strength_detail .strength_desc .strength_desc_text .strength_contents:first-child {
  min-width: 118px;
  width: 118px;
  margin-right: 2.1rem;
}

.strength_detail .strength_desc .strength_desc_text .strength_contents:last-child {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 480px) {
  .strength_detail .strength_desc .strength_desc_text .strength_contents:last-child {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}

.strength_detail .strength_desc .strength_desc_img {
  max-width: 639px;
  margin-left: 39.5%;
  position: relative;
  margin-top: -7.5rem;
  z-index: 10;
}

.strength_detail .strength_desc .strength_desc_img img {
  width: 100%;
}

.strength_detail .strength_desc .-large {
  max-width: 792px;
  margin-left: 25%;
}

.strength_detail .-reform_desc::after {
  height: 46%;
  left: 17.21%;
}

.strength_detail .-reform_desc .strength_desc_text {
  padding: 3.7rem 3.8rem 8.8rem 3.5rem;
}

.-five-series::after {
  top: 11.4rem;
  height: 82%;
  background-image: url(../img/custom-made/strength_detail_bg_2.png);
}

.-five-series .commonBorder_title {
  margin-bottom: 11.4rem;
}

.plan {
  position: relative;
  z-index: 1;
}

.plan::after {
  content: '';
  position: absolute;
  background-image: url(../img/custom-made/plan_bg.png);
  width: 100%;
  height: 1043px;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: bottom;
}

.plan .inner {
  padding-top: 6.7rem;
  padding-bottom: 12.7rem;
}

.plan .plan_block {
  background-color: #888888;
  padding: 10.1rem 9.8rem 7rem;
  margin: 0 auto;
}

.plan .plan_title {
  color: #FFFFFF;
  padding-top: 3.6rem;
  padding-bottom: 1.2rem;
  position: relative;
  text-align: center;
  font-size: 4.2rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.39;
  z-index: 1;
}

.plan .plan_title::after {
  content: '';
  position: absolute;
  background-image: url(../img/custom-made/plan_border_1.svg);
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
}

.plan .plan_title::before {
  content: '';
  position: absolute;
  background-image: url(../img/custom-made/plan_border_1.svg);
  width: 100%;
  height: 10px;
  bottom: -2rem;
  left: 0;
  z-index: -1;
}

.plan .plan_sub_title {
  background-color: #888888;
  max-width: calc(319px + 24px);
  margin: 0 auto 7.54rem;
  position: relative;
  z-index: 100;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.plan .plan_list {
  color: #FFFFFF;
}

.plan .plan_list .plan_detail {
  position: relative;
}

.plan .plan_list .plan_detail:not(:first-child) {
  padding-top: 4.4rem;
}

.plan .plan_list .plan_detail:not(:last-child) {
  padding-bottom: 6.46rem;
}

.plan .plan_list .plan_detail:not(:last-child)::after {
  content: '';
  position: absolute;
  background-image: url(../img/custom-made/plan_down_arrow.svg);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.plan .plan_list .plan_detail .plan_detail_header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 593px;
  margin: 0 auto 1.766rem;
  align-items: center;
}

.plan .plan_list .plan_detail .plan_detail_header .detail_item:first-child {
  background-color: #F9ED38;
  color: #251E1C;
  text-align: center;
  border-radius: 50%;
  font-family: 'A1ゴシック B', sans-serif;
  width: 99px;
  height: 99px;
  padding-top: 2rem;
  margin-right: 5rem;
}

.plan .plan_list .plan_detail .plan_detail_header .detail_item:first-child .step {
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  line-height: 1;
  display: block;
}

.plan .plan_list .plan_detail .plan_detail_header .detail_item:first-child .number {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  display: block;
}

.plan .plan_list .plan_detail .plan_detail_header .detail_item:last-child {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #FFFFFF;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  font-family: 'A1ゴシック B', sans-serif;
  align-items: center;
}

.plan .plan_list .plan_detail .plan_detail_header .detail_item:last-child figure {
  width: 64px;
  margin-right: 2.6rem;
}

.plan .plan_list .plan_detail .plan_detail_body {
  max-width: 393px;
  margin: 0 auto;
  font-size: 1.523rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.-reform_step .inner {
  padding-bottom: 27rem;
}

.movePageLink .inner {
  padding-bottom: 27.2rem;
}

.movePageLink .movePageLink_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 807px;
  margin: 0 auto;
}

.movePageLink .movePageLink_flex .bg_parent {
  position: relative;
  z-index: 3;
  width: 45.9%;
}

.movePageLink .movePageLink_flex .bg_parent .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/kasou_bottom_link_bg.png);
  top: 1rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.movePageLink .movePageLink_flex .movePageLink_flex_item {
  color: #FFFFFF;
  background-color: #231815;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1.9rem 1.6rem 1.6rem;
  justify-content: center;
  position: relative;
  z-index: 5;
  width: 100%;
}

.movePageLink .movePageLink_flex .movePageLink_flex_item span,
.movePageLink .movePageLink_flex .movePageLink_flex_item img {
  display: block;
}

.movePageLink .movePageLink_flex .movePageLink_flex_item img {
  width: 19px;
  margin-left: 1rem;
}

.movePageLink .movePageLink_flex .movePageLink_flex_item span {
  text-align: center;
}

.facilities_footer {
  background-color: #E9EADF;
  margin-bottom: 30rem;
}

@media only screen and (max-width: 768px) {
  .facilities_footer {
    background-color: #E9EADF;
    margin-bottom: 13rem;
  }

  .pageTop {
    margin-bottom: 13rem;
  }
}

.facilities_footer .inner {
  padding-top: 7.9rem;
  padding-bottom: 9.3rem;
}

.facilities_footer .facilities_footer_contents {
  max-width: 569px;
  margin: 0 auto;
}

.facilities_footer .facilities_footer_contents:not(:last-of-type) dd {
  margin-bottom: 7rem;
        text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities_footer .facilities_footer_contents:not(:last-of-type) dd {
    margin-bottom: 4rem;

  }
}

.facilities_footer .facilities_footer_contents dl,
.facilities_footer .facilities_footer_contents dt,
.facilities_footer .facilities_footer_contents dd {
  margin: 0;
  padding: 0;
}

.facilities_footer .facilities_footer_contents dt {
  text-align: center;
  background-image: url(../img/facilities/facilities_bottom_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1.7rem;
  background-size: contain;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  padding: 2.2rem;
  width: 476px;
  margin: 0 auto 1.8rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities_footer .facilities_footer_contents dt {
    font-size: 1.3rem;
    padding: .5rem;
    max-width: 300px;
    margin-bottom: 2rem;
    background-size: cover;
    border: 1px solid #000000;
    position: relative;
    background-image: none;
    z-index: 10;
  }
  .facilities_footer .facilities_footer_contents dt::after {
    content: '';
    position: absolute;
    background-color: #000000;
    left: -5px;
    top: -3rem;
    width: 26px;
    height: 62px;
    background-color: #E9EADF;
    z-index: 100;
    border-right: 1px solid #000000;
    transform: rotate(52deg);
  }
  .facilities_footer .facilities_footer_contents dt::before {
    content: '';
    position: absolute;
    background-color: #000000;
    right: 1px;
    bottom: -3rem;
    width: 16px;
    height: 62px;
    background-color: #E9EADF;
    z-index: 100;
    border-left: 1px solid #000000;
    transform: rotate(59deg);
  }
  .facilities_footer .facilities_footer_contents dt .sp_yellowBg {
    position: relative;
    display: block;
    z-index: 11;
    padding: 1.2rem;
  }
  .facilities_footer .facilities_footer_contents dt .sp_yellowBg::after {
    content: '';
    position: absolute;
    background-color: #F9ED38;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media only screen and (max-width: 321px) {
  .facilities_footer .facilities_footer_contents dt {
    max-width: 270px;
  }
}

.facilities_footer .facilities_footer_contents dd {
  font-size: 1.537rem;
  letter-spacing: 0.2em;
  line-height: 1.95;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .facilities_footer .facilities_footer_contents dd {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .text_border::after {
    width: 500px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

 .facilities_firstgallery_pc {
	  width: 84%;
    margin: 0 auto;
	margin-top:-2rem;
	margin-bottom: 12rem;
  }
  .facilities_firstgallery_pc img {
	  width:100%;
  }
  
  .facilities_firstgallery_sp {
	  display:none;
  }
  
  @media only screen and (min-width: 481px) and (max-width: 766px),
  only screen and (max-width: 480px) {
  .facilities_firstgallery_pc {
	  display:none;
  }
  .facilities_firstgallery_sp {
	  display:block;
	  width: 84%;
    margin: 0 auto;
	margin-bottom: 8rem;
  }
  .facilities_firstgallery_sp img {
	  width:100%;
  }
  .facilities_firstgallery_sp{
	  margin-top:6rem;
	  }
}