
@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_news_contents .frame{
  background-color:#FEFBF2;
}
.fl_news_contents .frame h2{
  text-align: center;
  margin-bottom: 3rem;
}

.news-item-link {
  min-width: 40%;
}
.news-item{
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  align-items: center;
  width: 100%;
  height: 20rem;
}
.news-thumbnail {
  height: auto;
  max-height: 16rem;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}
.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-content {
  flex: 1;
  height: 100%;
  text-align: left;
  overflow: hidden;
  word-wrap: break-word;
}
.news-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0 0 0 10px;
  border-left: solid 3px #9A2413;
}
.fl_news_contents h3.news-title {
  text-align: left;
  margin-bottom: 0;
  color: #9A2413;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
}
.news-excerpt {
  width: 100%;
  height: 100%;
  height: calc(1.6em * 5);
  line-height: 1.6;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.fl_commitment_explanation p{
  font-weight: bold;
}
.fl_commitment_article img{
  width: auto;
  height:auto;
  max-width: 8rem;
}
.fl_commitment_article .frame{
  padding: 0;
}
.title-num{
  position: relative;
  margin: 0 0 5rem 0;
}
.title-num .title-num-icon01{
  position: absolute;
  top: 1rem;
  left: 10rem;
}
.title-num .title-num-icon02{
  position: absolute;
  top: 3rem;
  left: 10rem;
}
.title-num .title-num-icon03{
  position: absolute;
  top: -20px;
  left: -5px;
}
.caption{
  color: #9A2413;
  font-weight: bold;
}

.fl_commitment_article .frame .col2-1st .md_left,
.fl_commitment_article .frame .col2-2nd .md_right{
  width: 50%;
  background-size: cover;
  background-position: center;
}
.fl_commitment_article .frame .col2-1st .article01{
  background-image: url(../images/commitment_img01.jpg);
}
.fl_commitment_article .frame .col2-2nd .article02{
  background-image: url(../images/commitment_img02.jpg);
}
.fl_commitment_article .frame .col2-1st .article03{
  background-image: url(../images/commitment_img03.jpg);
}

/*---------- 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_news_mv{
  padding: 3rem 0 10rem;
}
.fl_news_mv .frame{
  display:flex;
  position: relative;
}
.fl_news_mv .frame .page-title{
  padding-top: 3rem;
  width: 45%;
}
.fl_news_mv .frame .page-title h2{
 font-size: 5rem;
}
.fl_news_mv .frame .page-title p{
padding-bottom: 5rem;
}
.fl_news_mv .frame .page-title a{
  display: inline-block;
}
.fl_news_mv .frame .page-title span{
  font-size: 1.2rem;
  color: #C1C1C1;
}
.fl_news_mv .frame .page-title img{
  position: absolute;
  bottom: -2rem;
  left: 25rem;
  max-width: 150px;
}
.fl_news_mv .frame .page-image{
  position: relative;
  right: calc(50% - 50vw);
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fl_news_contents .frame{
  padding:10rem;
}
.news-cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fl_commitment_explanation{
  padding: 3rem 0 20rem;
}
.fl_commitment_explanation .frame{
  position: relative;
}
.fl_commitment_explanation img{
  max-width: 20rem;
  margin:auto;
}
.fl_commitment_explanation .explanation{
  padding: 5rem 40rem 5rem 15rem;
  position:relative;
}
.fl_commitment_explanation .explanation img{
  position:absolute;
  top: 20rem;
  right: 15rem;
}
.fl_commitment_explanation .frame::after{
  position: absolute;
  content: "";
  width: 100vw;
  height: 46rem;
  border-radius: 50rem 50rem 0rem 0rem;
  background-color: #FEFBF2;
  z-index: -2;
  top: 17rem;
  left:0;
}
.fl_commitment_article .frame .col2-1st,
.fl_commitment_article .frame .col2-2nd{
  display: flex;
}
.fl_commitment_article .frame .col2-2nd{
  margin: 15rem 0;
}
.fl_commitment_article .frame .col2-1st .md_right,
.fl_commitment_article .frame .col2-2nd .md_left{
  width: 50%;
  padding: 12rem;
}
.fl_commitment_article .frame .col2-1st .md_left,
.fl_commitment_article .frame .col2-2nd .md_right{
  width: 50%;
  background-size: cover;
  background-position: center;
}

/*---------- 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_top_part_mv .page-image {
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fl_top_part_mv_icon_phone {
  z-index: 1;
}
.fl_news_mv .page-title{
 position: relative; 
}
.fl_news_mv .frame .page-title a{
  display: inline-block;
  font-size: 1.2rem;
}
.fl_news_mv .frame .page-title span{
  font-size: 1.2rem;
  color: #C1C1C1;
}
.fl_news_mv.page-image{
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.fl_news_mv .page-title img{
  width: 7rem;
  position: absolute;
  bottom: -1rem;
  right: 10rem;
}

.fl_news_contents .frame{
  padding: 5rem 2rem;
  margin: 0;
}
.fl_commitment_explanation{
    margin:0 0 10rem 0;
}
.fl_commitment_explanation .frame{
  position: relative;
}
.fl_commitment_explanation .frame::after{
  position: absolute;
  content: "";
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 47rem;
  border-radius: 15rem 15rem 0rem 0rem;
  background-color: #FEFBF2;
  z-index: -2;
  top: 11rem;
}
.fl_commitment_explanation img{
  width: 15rem;
  margin: auto;  
}
.explanation img{
  width: 10rem;
  margin: 2rem auto;
}
.fl_commitment_article{
  margin:0 0 10rem 0;
}
.fl_commitment_article .frame .col2-2nd{
display: flex;
flex-direction: column-reverse;
}
.fl_commitment_article .frame .col2-1st,
.fl_commitment_article .frame .col2-2nd{
  margin: 5rem 0;
}
.title-num {
  position: relative;
  margin: 2rem 0 1rem 0;
}
.fl_commitment_article .frame .col2-1st .md_left,
.fl_commitment_article .frame .col2-2nd .md_right{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40%;
}
.fl_news-list-container .news-cards .news-item-link {
  margin-bottom: 2rem;
}
.fl_news-list-container .news-cards .news-item-link:last-of-type {
  margin-bottom: 0;
}

.news-item{
  display: block;
  height: 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;
}
}
