@charset "utf-8";

#front_content {
  position: relative;
  display: flex;
  flex-direction: column;
}
/* front_firstbloc */
#front_firstbloc {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: var(--ff);
  transform: translateY(-5px);
}
.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: none;
  border: solid 2px var(--ff);
  opacity: 1;
  transform: translateY(0);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px
}
/* front_bloc_title */
.front_bloc_title_erea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
}
.front_bloc_title h3 {
  padding: 0 0 1em;
  font-family: 'Noto Serif JP', serif;
  color: var(--co_or);
  font-size: 1.25rem;
  font-weight: var(--t4);
}
.front_bloc_title h2 {
  position: relative;
  display: block;
  font-family: 'Noto Serif JP', serif;
  color: var(--co_mc);
  font-size: 2.5rem;
  font-weight: var(--t5);
  text-align: center;
}
.front_bloc_title h2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2.5em;
  margin: auto;
  content: '';
  width: 90px;
  height: 2px;
  background: var(--co_mc);
}
.front_bloc_title h2.serv_title,
.front_bloc_title h2.news_title {
  font-size: 3.125rem;
}
/* front_bloc01 */
#front_bloc01 {
  position: relative;
  width: 100%;
  height: 40vh;
  background:
    url(../images/front/bloc_01_bg_01.jpg) left top / 50% auto no-repeat,
    url(../images/front/bloc_01_bg_02.jpg) right bottom / 50% auto no-repeat,
    var(--ff);
}
#front_bloc01_inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 5;
}
#front_bloc01_inner {
  width: min(90%, 700px);
  margin: 0 auto;
  z-index: 10;
}
#front_bloc01_inner p {
  color: var(--tc);
  font-size: 1.25rem;
  font-weight: var(--t4);
  line-height: 3;
  letter-spacing: .2em;
  text-align: center;
}
/* front_bloc02 */
#front_bloc02 {
  position: relative;
  width: 100%;
  background:
    url(../images/front/bloc_02_bg_01.jpg) left top / 100% auto no-repeat,
    url(../images/front/bloc_02_bg_02.jpg) left bottom / 100% auto no-repeat,
    var(--co_gy);
}
#front_bloc02_inside {
  position: relative;
  width: min(96%, 1500px);
  margin: 12% auto 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.85) 0, var(--ff) 15%);
  z-index: 5;
}
#front_bloc02_inner {
  width: min(96%, 1380px);
  margin: 1.5em auto;
}
#front_search {
  width: 100%;
  padding: 0 5px;
  background: var(--bg);
}
#front_serv_nav article ul {
  width: 100%;
}
#front_serv_nav article ul li {
  position: relative;
  line-height: 32px;
}
#front_serv_nav article ul li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: .1em;
  background: var(--co_bl);
  width: 7px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#front_serv_nav article ul li a {
  padding-left: 1.1em;
  color: var(--tc);
  font-size: 1.1rem;
  font-weight: var(--t4);
  -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
  transition: all .3s cubic-bezier(.56,.07,.45,1);
}
#front_bloc02_inner02 {
  width: 100%;
}
#front_bloc02_inner02 div#front_serv_trouble,
#front_bloc02_inner02 div#front_serv_facility {
  position: relative;
  height: 0;
  padding-top: 21.33333%;
}
#front_bloc02_inner02 div#front_serv_trouble {
  background: url(../images/front/bloc_02_inside_bg_01.jpg) 0 0 / 100% auto no-repeat;
}
#front_bloc02_inner02 div#front_serv_facility {
  background: url(../images/front/bloc_02_inside_bg_02.jpg) 0 0 / 100% auto no-repeat;
}
#front_bloc02_inner02 div#front_serv_trouble div,
#front_bloc02_inner02 div#front_serv_facility div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 82.66666%;
  margin: auto;
}
#front_bloc02_inner02 div#front_serv_trouble div a,
#front_bloc02_inner02 div#front_serv_facility div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--ff);
  z-index: 5;
  text-align: center;
}
#front_bloc02_inner02 div#front_serv_trouble div a span,
#front_bloc02_inner02 div#front_serv_facility div a span {
  display: block;
  padding-top: calc((20% - 60px) / 2);
  color: var(--ff);
  font-weight: var(--t5);
}
#front_bloc02_inner02 div#front_serv_trouble div a span::before,
#front_bloc02_inner02 div#front_serv_facility div a span::before {
  display: inline-block;
  vertical-align: text-top;
}
#front_bloc02_inner02 div#front_serv_trouble div a span::before {
  content: url(../images/front/icon_trouble.svg);
  width: 60px;
  height: 60px;
  transform: translateX(-12px);
}
#front_bloc02_inner02 div#front_serv_facility div a span::before {
  content: url(../images/front/icon_facility.svg);
  width: 56px;
  height: 56px;
  transform: translateX(-24px);
}
#front_bloc02_inner02 div#front_serv_trouble div div.btn_bg,
#front_bloc02_inner02 div#front_serv_facility div div.btn_bg {
  width: 100%;
  height: 100%;
  background: var(--co_mc);
  mix-blend-mode: multiply;
  -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
  transition: all .3s cubic-bezier(.56,.07,.45,1);
}
/* ADD front_bloc02_bnr_erea 2024-10-05 */
#front_bloc02_bnr_erea {
  width: min(96%, 850px);
  margin: 2em auto;
  background: var(--ff);
}
#front_bloc02_bnr_erea a img {
  display: block;
  max-width: 100%;
  aspect-ratio: 85 / 16;
  opacity: 1;
  transition: all .3s cubic-bezier(.56,.07,.45,1);
}
/* front_bloc03 front_bloc04 */
.front_bloc_txterea p {
  color: var(--tc);
  font-size: 1rem;
  font-weight: var(--t4);
  line-height: 1.8;
  text-align: center;
}
/* front_bloc05 */
#front_bloc05 {
  position: relative;
  width: 100%;
  background: var(--ff);
  background-image: linear-gradient(var(--bg) 1px, transparent 0), linear-gradient(90deg, var(--bg) 1px, transparent 0);
  background-size: 30px 30px;
}
#front_bloc05_inside {
  position: relative;
  width: min(96%, 1500px);
  margin: 0 auto;
}
#tab_bloc {
  width: 100%;
  margin: 0 0 60px;
}
#news_tab_nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto 30px;
  border-bottom: 1px solid var(--co_mc);
}
#news_tab_nav li {
  position: relative;
  flex-basis: calc(98% / 3);
  max-width: 350px;
  margin: 0 5px;
  height: 60px;
  line-height: 60px;
  color: var(--co_mc);
  font-size: 1.25rem;
  font-weight: var(--t5);
  text-align: center;
  background: var(--bg);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
  transition: all .3s cubic-bezier(.56,.07,.45,1);
}
#news_tab_nav li.active {
  color: var(--ff);
  background: var(--co_mc);
}
.tab_box {
  display: none;
}
dl.archives.front_news {
  border-top: none;
}
/* front_bloc06 */
#front_bloc06 {
  position: relative;
  background: var(--co_gy);
}
#front_bloc06 ul {
  display: flex;
  justify-content: space-between;
  width: min(96%, 820px);
  margin: 2.5em auto;
}
#front_bloc06 ul li {
  flex-basis: calc(96% / 3);
  max-width: 257px;
  background: var(--ff);
}
#front_bloc06 ul li a img {
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
  transition: all .3s cubic-bezier(.56,.07,.45,1);
}
a.btn_front {
  display: block;
  position: relative;
  width: min(90%, 420px);
  height: 70px;
  margin: 2em auto 0;
  line-height: 70px;
  color: var(--ff);
  font-size: 1.15rem;
  font-weight: var(--t4);
  text-align: center;
  background: var(--co_mc);
  -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
  transition: all .3s cubic-bezier(.56,.07,.45,1);
}
a.btn_front::before {
  position: absolute;
  content: '';
  top: 29px;
  left: 15px;
  background: var(--ff);
  width: 7px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media all and (max-width: 359px) {
  /* front_bloc_title */
  .front_bloc_title h3 {
    font-size: 1rem;
  }
  .front_bloc_title h2 {
    font-size: 1.5rem;
  }
  .front_bloc_title h2.serv_title,
  .front_bloc_title h2.news_title {
    font-size: 1.8rem;
  }
  /* front_bloc01 */
  #front_bloc01_inner p {
    font-size: .75rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* front_bloc02 */
  #front_serv_nav article ul li a {
    font-size: .75rem;
  }
}
@media all and (min-width: 360px) and (max-width: 480px) {
  /* front_bloc01 */
  #front_bloc01_inner p {
    font-size: .9rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
@media all and (min-width: 360px) and (max-width: 767px) {
  /* front_bloc_title */
  .front_bloc_title h3 {
    font-size: 1.05rem;
  }
  .front_bloc_title h2 {
    font-size: 1.8rem;
  }
  .front_bloc_title h2.serv_title,
  .front_bloc_title h2.news_title {
    font-size: 2.1rem;
  }
  /* front_bloc02 */
  #front_serv_nav article ul li a {
    font-size: .9rem;
  }
}
@media all and (max-width: 480px) {
  /* front_bloc02 */
  #front_bloc02_inner02 div#front_serv_trouble div,
  #front_bloc02_inner02 div#front_serv_facility div {
    height: 70%;
  }
  #front_bloc02_inner02 div#front_serv_trouble div a span,
  #front_bloc02_inner02 div#front_serv_facility div a span {
    padding-top: 4%;
    font-size: 1.1rem;
  }
  /* front_bloc03 front_bloc04 */
  .front_bloc_txterea p {
    font-size: .85rem;
  }
  #front_bloc04_inner {
    margin: -10% 0 35%;
  }
  #front_bloc03_bg,
  #front_bloc04_bg {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 55vh;
    background: linear-gradient(135deg, #3498DB 0%, #87CBF7 100%);
    z-index: 1;
  }
  #front_bloc04_bg {
    height: calc(55vh - 3.2em);
  }
  /* front_bloc05 */
  #news_tab_nav li {
    height: 45px;
    line-height: 45px;
    font-size: .9rem;
  }
  /* front_bloc06 */
  #front_bloc06 ul {
    width: 94%;
    flex-wrap: wrap;
  }
  #front_bloc06 ul li {
    flex-basis: calc(96% / 2);
  }
  #front_bloc06 ul li:first-child,
  #front_bloc06 ul li:nth-child(2) {
    margin: 0 0 4%;
  }
  a.btn_front {
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
  }
  a.btn_front::before {
    top: 24px;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  /* front_bloc02 */
  #front_bloc02_inner02 div#front_serv_trouble div,
  #front_bloc02_inner02 div#front_serv_facility div {
    height: 65%;
  }
  #front_bloc02_inner02 div#front_serv_trouble div a span,
  #front_bloc02_inner02 div#front_serv_facility div a span {
    padding-top: 5.5%;
    font-size: 1.15rem;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  /* front_bloc01 */
  #front_bloc01_inner p {
    font-size: 1.1rem;
    line-height: 2;
  }
  /* front_bloc03 front_bloc04 */
  #front_bloc03_bg,
  #front_bloc04_bg {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    height: 50vh;
    background: linear-gradient(135deg, #3498DB 0%, #87CBF7 100%);
    z-index: 1;
  }
}
@media all and (max-width: 767px) {
  /* front_bloc_title */
  .front_bloc_title_erea {
    height: 130px;
  }
  .front_bloc_title h2::after {
    width: 50px;
  }
  /* front_bloc02 */
  .serv_bloc_inside {
    display: none;
  }
  .serv_bloc_title,
  .serv_bloc_inside {
    position: relative;
    width: 100%;
    padding: .8em;
    background: var(--ff);
    border: 1px solid var(--line);
  }
  .serv_bloc_title {
    margin: 1.5em 0 .5em;
  }
  .serv_bloc_title::before,
  .serv_bloc_title::after,
  .serv_bloc_title.active::before,
  .serv_bloc_title.active::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--co_bl);
    -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
    transition: all .3s cubic-bezier(.56,.07,.45,1);
  }
  .serv_bloc_title::after,
  .serv_bloc_title.active::after {
    top: calc(50% - 6px);
    right: 16px;
    transform: rotate(90deg);
  }
  .serv_bloc_title.active::before {
    border-top: 2px solid var(--ff);
  }
  .serv_bloc_title.active::after {
    opacity: 0;
  }
  .serv_bloc_title.serv01.active {
    background: var(--s_cat01);
  }
  .serv_bloc_title.serv02.active {
    background: var(--s_cat02);
  }
  .serv_bloc_title.serv03.active {
    background: var(--s_cat03);
  }
  h3.serv01_nav_title,
  h3.serv02_nav_title,
  h3.serv03_nav_title {
    position: relative;
    color: var(--co_mc);
    font-size: 1.1rem;
    font-weight: var(--t5);
  }
  .serv_bloc_title.serv01.active > h3.serv01_nav_title,
  .serv_bloc_title.serv02.active > h3.serv02_nav_title,
  .serv_bloc_title.serv03.active > h3.serv03_nav_title {
    color: var(--ff);
  }
  h3.serv01_nav_title::before,
  h3.serv02_nav_title::before,
  h3.serv03_nav_title::before,
  .serv_bloc_title.serv01.active > h3.serv01_nav_title::before,
  .serv_bloc_title.serv02.active > h3.serv02_nav_title::before,
  .serv_bloc_title.serv03.active > h3.serv03_nav_title::before {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 .5em 0 0;
    vertical-align: middle;
  }
  h3.serv01_nav_title::before {
    content: url(../images/front/service_01.svg);
    width: 36px;
    transform: translateY(-3px);
  }
  h3.serv02_nav_title::before {
    content: url(../images/front/service_02.svg);
    transform: translate(7px, -3px);
  }
  h3.serv03_nav_title::before {
    content: url(../images/front/service_03.svg);
    transform: translate(6px, -3px);
  }
  .serv_bloc_title.serv01.active > h3.serv01_nav_title::before {
    content: url(../images/front/service_01_wt.svg);
    width: 36px;
    transform: translateY(-3px);
  }
  .serv_bloc_title.serv02.active > h3.serv02_nav_title::before {
    content: url(../images/front/service_02_wt.svg);
    transform: translate(7px, -3px);
  }
  .serv_bloc_title.serv03.active > h3.serv03_nav_title::before {
    content: url(../images/front/service_03_wt.svg);
    transform: translate(6px, -3px);
  }
  #front_bloc02_inner02 div#front_serv_trouble div a span::before {
    width: 32px;
    height: 32px;
    transform: translateX(-8px);
  }
  #front_bloc02_inner02 div#front_serv_facility div a span::before {
    width: 28px;
    height: 28px;
  }
}
@media all and (min-width: 768px) {
  /* front_bloc02 */
  #front_serv_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0;
  }
  #front_serv_nav article {
    flex-basis: calc(100% / 3);
  }
  #front_serv_nav article:not(:last-child) {
    border-right: 1px solid rgba(52,73,94,.3);
  }
  h3.serv01_nav_title,
  h3.serv02_nav_title,
  h3.serv03_nav_title {
    position: relative;
    display: block;
    color: var(--co_mc);
    font-size: 2.15rem;
    font-weight: var(--t5);
  }
  h3.serv01_nav_title::before,
  h3.serv02_nav_title::before,
  h3.serv03_nav_title::before {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 0 .6em;
  }
  h3.serv01_nav_title::before {
    content: url(../images/front/service_01.svg);
    width: 85px;
  }
  h3.serv02_nav_title::before {
    content: url(../images/front/service_02.svg);
  }
  h3.serv03_nav_title::before {
    content: url(../images/front/service_03.svg);
  }
  h3.serv01_nav_title::after,
  h3.serv02_nav_title::after,
  h3.serv03_nav_title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1.2em;
    width: 45px;
    height: 2px;
    background: var(--co_mc);
  }
  #front_bloc02_inner02 {
    display: flex;
  }
  #front_bloc02_inner02 div#front_serv_trouble,
  #front_bloc02_inner02 div#front_serv_facility {
    flex-basis: 50%;
  }
}
@media all and (min-width: 481px) and (max-width: 1023px) {
  /* Display */
  .front_txt_br {
    display: none !important;
  }
  #front_bloc04_inner {
    margin: -10% 0 35%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* front_bloc_title */
  .front_bloc_title_erea {
    height: 170px;
  }
  .front_bloc_title h3 {
    font-size: 1.15rem;
  }
  .front_bloc_title h2 {
    font-size: 2.25rem;
  }
  .front_bloc_title h2.serv_title,
  .front_bloc_title h2.news_title {
    font-size: 2.8rem;
  }
  /* front_bloc02 */
  #front_search {
    margin: 40px 0 0;
  }
  h3.serv01_nav_title,
  h3.serv02_nav_title,
  h3.serv03_nav_title {
    font-size: 1.8rem;
  }
  h3.serv01_nav_title::before,
  h3.serv02_nav_title::before,
  h3.serv03_nav_title::before {
    width: 60px;
    height: 60px;
  }
  h3.serv01_nav_title::before {
    width: 72px;
  }
  #front_serv_nav article ul {
    margin: 60px 0 0;
  }
  #front_serv_nav article ul li a {
    font-size: .9rem;
  }
  #front_bloc02_inner02 div#front_serv_trouble div,
  #front_bloc02_inner02 div#front_serv_facility div {
    height: 50%;
  }
  #front_bloc02_inner02 div#front_serv_trouble div a span,
  #front_bloc02_inner02 div#front_serv_facility div a span {
    padding-top: 5%;
    font-size: 1.7rem;
  }
  #front_bloc02_inner02 div#front_serv_trouble div a span::before {
    width: 45px;
    height: 45px;
    transform: translateX(-8px);
  }
  #front_bloc02_inner02 div#front_serv_facility div a span::before {
    width: 38px;
    height: 38px;
    transform: translateX(-16px);
  }
  /* ADD front_bloc02_bnr_erea 2024-10-05 */
  #front_bloc02_bnr_erea {
    margin: 4em auto;
  }
  /* front_bloc05 */
  #tab_bloc {
    margin: 40px 0 60px;
  }
}
@media all and (min-width: 769px) and (max-width: 1023px) {
  /* front_bloc03 front_bloc04 */
  #front_bloc03_bg,
  #front_bloc04_bg {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 50vh;
    background: linear-gradient(135deg, #3498DB 0%, #87CBF7 100%);
    z-index: 1;
  }
}
@media all and (min-width: 768px) and (max-width: 1365px) {
  #front_serv_nav article:nth-child(2),
  #front_serv_nav article:last-child {
    padding: 0 0 0 2%;
  }
}
@media all and (max-width: 1023px) {
  /* front_bloc_title */
  .front_bloc_txterea {
    margin: 2em 0 1.4em;
  }
  /* front_bloc03 */
  #front_bloc03 {
    position: relative;
    width: 100%;
    margin: 5% 0 -20%;
    padding: 2em 0;
    background: var(--ff);
  }
  #front_bloc03_inside {
    position: relative;
    width: 100%;
    z-index: 5;
  }
  #front_bloc03_photo {
    width: 85%;
  }
  #front_bloc03_inner {
    position: relative;
    width: 85%;
    margin: -10% 0 30% 15%;
    padding: 1.15em;
    background: linear-gradient(135deg, var(--co_gy) 0%, var(--ff) 25%, var(--ff) 70%, var(--bg) 85%, rgba(255,255,255,.5));
    z-index: 5;
  }
  /* front_bloc04 */
  #front_bloc04 {
    position: relative;
    width: 100%;
    margin: 8% 0 -20%;
    background: var(--ff);
  }
  #front_bloc04_inside {
    position: relative;
    width: 100%;
    z-index: 5;
  }
  #front_bloc04_photo {
    position: relative;
    width: 85%;
    margin: 0 0 0 15%;
  }
  #front_bloc04_photo img {
    display: block;
    margin-left: auto;
  }
  #front_bloc04_inner {
    position: relative;
    width: 85%;
    padding: 1.15em;
    background: linear-gradient(135deg, var(--co_gy) 0%, var(--ff) 25%, var(--ff) 70%, var(--bg) 85%, rgba(255,255,255,.5));
    z-index: 5;
  }
  /* front_bloc05 */
  #front_bloc05 {
    padding: 0 0 10%;
  }
}
@media all and (min-width: 1024px) {
  /* front_bloc01 */
  #front_bloc01 {
    height: 60vh;
    background:
      url(../images/front/bloc_01_bg_01.jpg) left top / 46.875% auto no-repeat,
      url(../images/front/bloc_01_bg_02.jpg) right bottom / 46.875% auto no-repeat,
      var(--ff);
  }
  /* front_bloc02 */
  #front_serv_nav article ul {
    margin: 80px 0 0;
  }
  #front_bloc02_inner02 div#front_serv_trouble div,
  #front_bloc02_inner02 div#front_serv_facility div {
    height: 40.625%;
  }
  #front_bloc02_inner02 div#front_serv_trouble div a span,
  #front_bloc02_inner02 div#front_serv_facility div a span {
    font-size: 2.15rem;
  }
  /* ADD front_bloc02_bnr_erea 2024-10-05 */
  #front_bloc02_bnr_erea {
    margin: 4em auto 6em;
  }
  /* front_bloc03 */
  #front_bloc03 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: var(--ff);
  }
  #front_bloc03_inside {
    position: relative;
    width: min(90%, 1380px);
    transform: translateX(6.25%);
    z-index: 15;
  }
  #front_bloc03_inner {
    position: absolute;
    top: 80px;
    right: 0;
    background: linear-gradient(135deg, var(--co_gy) 0%, var(--ff) 25%, var(--ff) 70%, var(--bg) 85%, rgba(255,255,255,.5));
  }
  #front_bloc03_bg {
    position: absolute;
    bottom: -120px;
    left: 26%;
    width: min(74%, 1150px);
    height: 440px;
    background: linear-gradient(135deg, #3498DB 0%, #87CBF7 100%);
    z-index: 1;
  }
  /* front_bloc04 */
  #front_bloc04 {
    position: relative;
    width: 100%;
    padding: 120px 0;
    margin: 120px 0 80px;
    background: var(--ff);
  }
  #front_bloc04_inside {
    position: relative;
    width: min(90%, 1380px);
    transform: translateX(25%);
    z-index: 15;
  }
  #front_bloc04_photo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #front_bloc04_inner {
    position: relative;
    background: linear-gradient(135deg, var(--co_gy) 0%, var(--ff) 25%, var(--ff) 70%, var(--bg) 85%, rgba(255,255,255,.5));
    transform: translateY(80px);
    z-index: 10;
  }
  #front_bloc04_bg {
    position: absolute;
    bottom: -80px;
    left: 10.9375%;
    width: min(74%, 1150px);
    height: 440px;
    background: linear-gradient(135deg, #3498DB 0%, #87CBF7 100%);
  }
  /* front_bloc05 */
  #front_bloc05 {
    padding: 0 0 60px;
  }
  dl.archives.front_news {
    display:flex;
    flex-wrap: wrap;
  }
  dl.archives.front_news dt {
    width: 35%;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  dl.archives.front_news dd {
    width: 65%;
    padding: 30px 0;
    box-sizing: border-box;
  }
}
@media all and (min-width: 1024px) and (max-width: 1919px) {
  /* front_bloc04 */
  #front_bloc04_inside {
    transform: translateX(6.25%);
  }
  #front_bloc04_bg {
    left: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  /* front_bloc01 */
  #front_bloc01 {
    height: 40vh;
  }
  #front_bloc01_inner p {
    line-height: 2.4;
  }
  /* front_bloc03 front_bloc04 */
  #front_bloc04 {
    margin: 120px 0 30px;
  }
  #front_bloc03_inner,
  #front_bloc04_inner {
    width: min(45%, 600px);
    padding: 1em 1em 2.5em;
  }
  #front_bloc03_inner > .front_bloc_title_erea,
  #front_bloc04_inner > .front_bloc_title_erea {
    height: 150px;
    margin: 0 0 60px;
  }
  #front_bloc04_bg {
    bottom: -30px;
  }
}
@media all and (min-width: 1280px) {
  /* Display */
  .front_txt_br {
    display: none !important;
  }
  /* front_firstbloc */
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
  }
  /* front_bloc03 front_bloc04 */
  #front_bloc03_inner,
  #front_bloc04_inner {
    width: min(60%, 780px);
    padding: 2.5em;
    min-height: 500px;
  }
  /* front_bloc05 */
  #news_tab_nav li:hover {
    color: var(--ff);
    background: var(--co_mc);
    -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
    transition: all .3s cubic-bezier(.56,.07,.45,1);
  }
}
@media all and (min-width: 1280px) and (max-width: 1439px) {
  /* front_bloc01 */
  #front_bloc01 {
    height: 50vh;
  }
}
@media all and (min-width: 1366px) {
  /* front_bloc02 */
  #front_serv_nav article {
    padding: 0 30px;
  }
  /* front_bloc05 */
  dl.archives.front_news dt {
    width: 25%;
  }
  dl.archives.front_news dd {
    width: 75%;
  }
}
@media all and (min-width: 1440px) and (max-width: 1919px) {
  /* front_bloc01 */
  #front_bloc01 {
    height: 55vh;
  }
}
@media all and (min-width: 1920px) {
  /* front_bloc05 */
  #front_bloc05 {
    padding: 60px 0 100px;
  }
  dl.archives.front_news dt {
    width: 20%;
  }
  dl.archives.front_news dd {
    width: 80%;
  }
}

/* hover */
@media (any-hover: hover) {
  #front_serv_nav article ul li a:hover {
    color: var(--co_bl);
    text-decoration: underline;
    -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
    transition: all .3s cubic-bezier(.56,.07,.45,1);
  }
  #front_bloc06 ul li:hover a img,
  #front_bloc02_inner02 div#front_serv_trouble div:hover div.btn_bg,
  #front_bloc02_inner02 div#front_serv_facility div:hover div.btn_bg,
  #front_bloc02_bnr_erea a:hover img {
    opacity: .8;
    -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
    transition: all .3s cubic-bezier(.56,.07,.45,1);
  }
  a.btn_front:hover {
    background: var(--co_or);
    -webkit-transition: all .3s cubic-bezier(.56,.07,.45,1);
    transition: all .3s cubic-bezier(.56,.07,.45,1);
  }
}