
@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_wrap {
  opacity: 1;
  transition: opacity 2.0s ease;
}
.fl_wrap.hidden {
  display: none;  
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
}
.fl_main_visual,
.fl_top_news {
  padding: 3rem 0;
}
.fl_breadcrumb {
  padding: 1rem 0;
}
.md_breadcrumb {
  display: flex;
  font-size: 1.2rem;
}
.main_visual_slider {
  position: relative;
  overflow: hidden;
}
.md_visual_word {
  margin-top: 6rem;
}
.md_visual_word img {
  width: fit-content;
  margin: 0 auto;
}
.main_visual_slider .swiper-button-prev,
.main_visual_slider .swiper-button-next{
  z-index: 1;
}
.main_visual_copy {
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  margin: 1rem 0 0;
}
.dot {
  position: relative;
  display: inline-block;
}
.dot::before {
  position: absolute;
  left: 9px;
  content: "";
  display: block;
  width: 33px;
  height: 6px;
  background-image: url(../images/top-andone-dot.png);
  background-size: cover;
  background-position: center;
}
.fl_top_welcome .md_left img {
  width: 30%;
  max-width: 100px;
  position: relative;
  left: 65%;
}
.fl_top_welcome .md_left p {
  text-align: justify;
  margin-bottom: 3rem;
  line-height: 3;
}
.news_heading {
  position: relative;
  margin-bottom: 2rem;
}
.news_heading h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_heading h2 img {
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 3rem;
}
.news_deco {
  width: 18rem;
  position: absolute;
  top: 6px;
  right: 0;
}
.news_scroll {
  border-width: 4px 0px 4px 0px;
  border-style: solid;
  border-color: #D4D4D4;
  overflow: scroll;
  height: 40rem;
}
.top_news_list {
  max-width: 90rem;
  margin: 0 auto;
}
.top_news_link {
  padding: 0 0 0 10px;
  border-left: solid 3px #9A2413;
  display: flex;
  margin-bottom: 2rem;
}
.top_news_link span {
  color: #6A6A6A;
  margin-right: 1rem;
}
.top_news_link p {
  color: #9A2413;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_news_list li {
  border-top: solid 1px #D4D4D4;
  padding: 3rem 0;
  width: 100%;
  overflow: hidden;
}
.top_news_list li:first-of-type {
  border-top: none;
}
.fl_top_service {
  background-color: #FEFBF2;
  padding: 10rem 0;
  position: relative;
}
.service_main_text {
  color: #311B00;
  line-height: 1.8;
  text-align: justify;
}
.col3 {
  display: flex;
  justify-content: flex-end;
  padding:  0 5% 0 15%;
  margin-top: 4rem;
}
.md_col3 {
  width: 30%;
  background-color: #fff;
  border-radius: 14px;
  padding: 3vw;
  margin: 0 1rem;
  position: relative;
}
.md_col3 p {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: justify;
}
.fl_top_service .frame {
  position: relative;
  z-index: 0;
}
.fl_top_service .frame::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 30rem;
  border-radius: 0 10rem 10rem 0;
  background-color: #F6EFDE;
  z-index: -2;
  bottom: -7rem;
  left: -5rem;
}
p.service_btn {
  color: #fff;
  background-color: #C30D23;
  border: solid 2px #fff;
  font-size: 1.2vw;
  text-align: center;
  padding: .5rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  top: -12px;
  width: fit-content;
  margin: 0 auto;
}
.service_img01 {
  position: absolute;
  width: 30rem;
  right: 0;
  top: -16rem;
}
.service_img02 {
  position: absolute;
  width: 11rem;
  left: 5rem;
  bottom: -16rem;
}
.fl_top_customers_voice {
  padding: 15rem 0 5rem;
  position: relative;
}
.fl_top_customers_voice .frame {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.fl_top_customers_voice .md_left {
  width: 50%;
  position: relative;
}
.fl_top_customers_voice .md_right {
  padding-left: 10rem;
  width: 50%; 
}
.fl_top_customers_voice .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #747474;
  font-size: 1.4rem;
  letter-spacing: 0;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.fl_top_customers_voice .custom-pagination button {
  color: #fff;
}
.fl_top_customers_voice .custom-pagination button.active {
  font-size: 2.8rem;
  font-weight: bold;
}
.fl_top_customers_voice .voice01_swiper .swiper-slide {
  display: none;
}
.fl_top_customers_voice .voice01_swiper .swiper-slide.active {
  display: block;
}
.voice_heading {
  margin-bottom: 4rem;
  position: relative;
}
.voice_deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 16rem;
}
.voice_text {
  margin-top: 5rem;
}
.voice_text h3 {
  margin-bottom: 2rem;
}
.voice_text p {
  margin-bottom: 2rem;  
}
.voice_text .red_btn p {
  margin: 0;
}
.fl_top_subsidy {
  overflow: hidden;
}
.facility_heading,
.subsidy_heading {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
.facility_deco {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 23rem;
}
.facility_box {
  display: flex;
  justify-content: space-around;
}
.facility_box_inner {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  background-color: #FEFBF2;
  padding: 2rem;
  border-radius: 10px;
}
.facility_box_inner .facility_img {
  width: 100%;
  aspect-ratio: 3 / 5;
  overflow: hidden;
}
.facility_box_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.facility_box_inner h3 {
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 2rem;
  width: 100%;
}
.facility_box_inner .date {
  font-size: 1.3rem;
  margin-top: 1rem;
  width: 100%;
}
.top_facility_pager {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #747474;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.top_facility_pager .page {
  margin: 0 5px;
}
.top_facility_pager .current {
  color: #C30D23;
  font-size: 2.8rem;
  font-weight: bold;
}
.top_subsidy .swiper-slide {
  width: 32rem;
}
.top_subsidy .item .image_box {
  position: relative;
  z-index: 0;
}
.top_subsidy .item .image_box .image_new {
  position: absolute;
  width: 5rem;
  height: auto;
  z-index: -1;
}
.top_subsidy .item .subsidy_img {
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: 16rem;
}
.top_subsidy .item .subsidy_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top_subsidy .item .subsidy_new {
  position: absolute;
  width: 5rem;
  height: auto;
  z-index: -1;
}
.top_subsidy .text_box {
  position: relative; 
  text-align: center; 
}
.top_subsidy .text_box .cat {
  color: #333;
  background-color: #fff;
  border: solid 2px #333;
  font-size: 1.4rem;
  text-align: center;
  padding: .5rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: fit-content;
  margin: 0 auto;
}
.top_subsidy h3 {
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 2rem;
  width: 100%;
}
.top_subsidy .date {
  color: #828282;
  font-size: 1.3rem;
  margin-top: 1rem;
  width: 100%;
}
.fl_top_subsidy .frame {
  position: relative;
}
.fl_top_subsidy .swiper-button-prev {
  position: absolute;
  top: 3rem;
  left: 90rem;
}
.fl_top_subsidy .swiper-button-next {
  position: absolute;
  top: 3rem;
  left: 96rem;
}
.fl_top_subsidy .swiper-button-prev:after,
.fl_top_subsidy .swiper-button-next:after {
  color: #fff;
  font-size: 1.8rem;
}
.fl_top_greeting .frame {
  display: flex;
  color: #E0E0E0;
  padding: 0;
}
.fl_top_greeting .md_left {
  width: 45%;
  background-color: #333;
  padding: 5rem 5rem 5rem 8rem;
}
.fl_top_greeting .md_right {
  width: 55%;
  background-image: url(../images/top-greeting.png);
  background-size: cover;
  background-position: center;
}
.fl_top_greeting .title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.fl_top_greeting .text {
  font-size: 1.3rem;
  text-align: justify;
  margin-bottom: 2rem;
}
.fl_top_greeting .name {
  position: relative;
  margin-top: 4rem;
}
.fl_top_greeting .name::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: -30px;
}
.fl_top_subsidy .swiper-button-prev,
.fl_top_subsidy .swiper-button-next {
  background: linear-gradient(180deg, #C30D23 0%, #9A2413 100%);
  width: 44px;
  height: 44px;
  border-radius: 22px;
  z-index: 1;
}
.fl_top_inquiry {
  background-color: #FEFBF2;
  padding: 4rem 0 6rem;
}
.fl_top_inquiry .frame {
  padding: 0;
  text-align: center;
}
.fl_top_inquiry .title {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
  background-color: #fff;
}
.fl_top_inquiry .md_right .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fl_top_inquiry .inquiry_box {
  margin-top: 4rem;
  width: 100rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4rem auto 0;
}
.fl_top_inquiry .md_col1 {
  width: 100%;
  padding: 6rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fl_top_inquiry .tel_img {
  width: 15rem;
  height: auto;
}
.fl_top_inquiry .title img  {
  width: 15rem;
  margin-right: 2rem;
}
.fl_top_inquiry .tel_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 2rem;  
}
.fl_top_inquiry .tel_box img {
  width: 3rem;
  margin-right: 1rem;
}
.fl_top_inquiry .tel_box a {
  font-size: 3.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
.fl_top_inquiry .tel_box .info_img {
  width: 17.6rem;
  height: auto;
}
.fl_top_inquiry .md_col3 {
  margin-top: 4rem;
  width: 30%;
  padding: 6rem 6rem 2rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fl_top_inquiry .md_col3 h3 {
  line-height: 1.5;
  margin-top: 2rem;
  width: 100%;
}
.fl_top_inquiry .inquiry_arrow {
  margin: 2rem auto 0;
  width: 4.5rem;
  height: auto;
}
.fl_top_inquiry .inquiry_img {
  width: fit-content;
}







/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/


/*---------- main ----------*/
main {
  padding-top: 10rem;
}
.fl_wrap {
  position: relative;
}
.frame {
  padding: 0 5rem;
  margin: 0 auto;
}
.fl_main_visual .frame {
  max-width: 160rem;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
.fl_top_welcome .frame {
  display: flex;
  align-items: center;
}
.fl_top_welcome .md_left {
  width: 40%;
  padding: 5rem;
}
.fl_top_welcome .md_right {
  width: 60%;
  max-width: 100rem;
  padding: 0 0 0 5rem;
}
.fl_top_news {
  padding: 3rem 0 10rem;
}
.top_news_inner {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.top_news_img {
  height: auto;
  max-height: 18rem;
  aspect-ratio: 3/2;
  padding: 0 3rem 0 0;
}
.top_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top_news_text {
  flex: 1;
  line-height: 1.5;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-wrap: break-word;
}
.service_heading {
  display: flex;
  align-items: center;  
  margin-bottom: 4rem;
}
.service_heading .red_btn {
  margin-left: 3rem;
}
.swiper-slide .item img {
  border-radius: 5px;
}
.facility_heading .red_btn,
.subsidy_heading .red_btn {
    margin-left: 3rem;
}
.fl_top_facility,
.fl_top_subsidy {
  padding: 5rem 0;
}
.fl_top_greeting {
  padding: 5rem 0 3rem;
}
.top_subsidy {
  margin-top: 7rem;
}

/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {


/*---------- header ----------*/

/*---------- main ----------*/
.fl_main_visual {
  padding: 3rem 0 1.5rem;
}
.fl_heading h1 {
  margin: 0 auto;  
}
.md_breadcrumb {
  margin: 0 1rem;
}
.frame {
  margin: 0 1rem;
}
.md_visual_word {
  margin-top: 3rem;
}
.md_visual_word img {
  width: 80%;
  max-width: 36rem;
}
.main_visual_copy {
  font-size: 2rem;
}
.fl_top_welcome {
  padding: 1.5rem 0;
}
.fl_top_welcome  .frame {
  display: flex;
  flex-direction: column-reverse;
}
.fl_top_welcome .md_left p {
  margin-bottom: 2rem;
  line-height: 2.5;
}
.fl_top_welcome .md_left {
  margin-top: 3rem;
}
.fl_top_welcome .md_right {
  margin-top: 2rem;
}
.fl_top_news {
  padding: 3rem 0 5rem;
}
.top_news_link {
  font-size: 1.4rem;
}
.news_heading {
  margin-bottom: 1rem;
}
.news_heading h2 {
  justify-content: unset;
}
.news_heading h2 img {
  margin: 0 1rem;
}
.news_deco {
  width: 15rem;
  top: 5px;
}
.top_news_img {
  width: 80%;
  margin: 0 auto 2rem;
}
.fl_top_service {
  padding: 12rem 0;
}
.red_btn::before {
  height: 41px;
}
.red_btn p::before {
  top: 10px;
}
.service_heading {
  margin-bottom: 2rem;
}
.service_heading h2 {
  margin-bottom: 1rem;
}
.col3 {
  flex-wrap: wrap;
  padding: 0 10%;
  margin-top: 2rem;
  position: relative;
}
.md_col3 {
  width: 100%;
  padding: 3rem;
  margin: 1rem 0 0;
}
p.service_btn {
  font-size: 1.2rem;
  width: fit-content;
  margin: 0 auto;
}
.fl_top_service .frame::after {
  width: 95vw;
  height: 100rem;
  left: -1rem;
  bottom: 5rem;
}
.service_img01 {
  position: absolute;
  width: 27rem;
  right: 0;
  top: -16rem;
}
.service_img02 {
  position: absolute;
  width: 9rem;
  left: 1rem;
  bottom: -18rem;
}
.fl_top_customers_voice {
  padding: 9rem 0 5rem;
}
.fl_top_customers_voice .frame {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.fl_top_customers_voice .md_left {
  width: 80%;
  margin: 5rem auto ;
}
.fl_top_customers_voice .md_right {
  padding-left: 0;
  width: 100%;
  margin: 0 auto;
}
.voice_deco {
  top: -3rem;
  width: 14rem;
}
.voice_heading {
  margin-bottom: 2rem;
}
.voice_text {
  margin-top: 2rem;
}
.facility_box {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.facility_box_inner {
  width: 100%;
  margin: 1rem 0;
}
.fl_top_facility {
  padding: 0 0 5rem 0;
}
.facility_heading,
.subsidy_heading {
  flex-wrap: wrap;
}
.facility_heading h2,
.subsidy_heading h2 {
  width: 100%;
  margin-bottom: 1rem;
}
.facility_deco {
  top: -5rem;
  width: 16rem;
}
.top_facility_pager {
  margin-top: 0;
}
.fl_top_subsidy {
  padding: 0 0 5rem 0;
  overflow: hidden;
}
.top_subsidy {
  margin-top: 3rem;
}
.fl_top_greeting .frame {
  flex-wrap: wrap;
  margin: 0;
}
.fl_top_greeting .md_left {
  width: 100%;
  padding: 5rem 2rem;
}
.fl_top_greeting .md_right {
  width: 100%;
  padding: 30%;
}
.fl_top_greeting .name {
  margin-top: 3rem;
  left: 3rem;
  width: fit-content;
}
.top_subsidy .text_box .cat {
  font-size: 1.2rem;
}
.fl_top_inquiry .md_col1 {
  flex-wrap: wrap;
}
.fl_top_inquiry .tel_img {
  width: 10rem;
}
.fl_top_inquiry .md_right .title {
  justify-content: center;
}
.fl_top_inquiry .title img {
  margin: 0 0 2rem;
}
.fl_top_inquiry .tel_box {
  flex-wrap: wrap;
}
.fl_top_inquiry .tel_box a {
  letter-spacing: 0;
}
.fl_top_inquiry .md_col3 {
  width: 100%;
}











/*---------- footer ----------*/

}
/*---------- レイアウト微調整 ----------*/
@media screen and (max-width: 1000px) {
.fl_top_inquiry .inquiry_box {
  width: 100%;
}
.fl_top_inquiry .md_col1 {
  padding: 2rem;
}
.fl_top_inquiry .md_col3 {
  margin-top: 2rem;
  padding: 2rem 2rem 2rem;
}
}
@media screen and (max-width: 920px) {
.facility_heading, .subsidy_heading {
  flex-wrap: wrap;
}
.facility_heading, .subsidy_heading .red_btn {
  margin-left: 0;
}
}
@media screen and (max-width: 800px) {
.fl_top_subsidy .swiper-button-prev {
  position: absolute;
  top: 8rem;
  left: 25rem;
}
.fl_top_subsidy .swiper-button-next {
  position: absolute;
  top: 8rem;
  left: 32rem;
}
}
@media screen and (max-width: 476px) {
.fl_top_subsidy .swiper-button-prev {
  position: absolute;
  top: 12.5rem;
  left: 23rem;
}
.fl_top_subsidy .swiper-button-next {
  position: absolute;
  top: 12.5rem;
  left: 29rem;
}
}
@media screen and (max-width: 350px) {
.fl_top_subsidy .swiper-button-prev, 
.fl_top_subsidy .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 17px;
}
.fl_top_subsidy .swiper-button-prev:after, 
.fl_top_subsidy .swiper-button-next:after {
  color: #fff;
  font-size: 1.4rem;
}
.fl_top_subsidy .swiper-button-prev {
  position: absolute;
  top: 13rem;
  left: 23rem;
}
.fl_top_subsidy .swiper-button-next {
  position: absolute;
  top: 13rem;
  left: 27rem;
}
}
@media screen and (max-width: 325px) {
.main_visual_copy .pcDisNon {
  display: none;
}
.top_subsidy .swiper-slide {
  width: 30rem;
}
.top_subsidy .item .subsidy_img {
  border-radius: 15rem;
}
}




