@charset "UTF-8";


.row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

/* --------------------------------------------------

 Common Block

-------------------------------------------------- */

.max-comm-blc {
  max-width: 1366px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.comm-blc {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.min-comm-blc {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.margin-comm {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margin-top-comm {
  margin-top: 4rem;
}

.margin-top-comm:first-child {
  margin-top: 0 !important;
}

.padding-comm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container .inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:640px) {
  .margin-comm {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  .margin-top-comm {
    margin-top: 12vw;
  }

  .padding-comm {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

/* --------------------------------------------------

 keyvisual

-------------------------------------------------- */

#keyvisual-blc {
  position: relative;
}

#keyvisual-blc.single-img .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#keyvisual-blc.single-img .inner {
  min-height: 798px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  box-sizing: border-box;
}

#keyvisual-blc.single-img .inner .row {
  position: relative;
  width: 100%;
  justify-content: center;
  z-index: 1;
}

#keyvisual-blc.single-img .inner .row h1 {
  width: 100%;
  text-align: center;
  font-size: 300%;
  line-height: 1.2;
  font-weight: bold;
}

#keyvisual-blc.single-img .inner .row h1.yellow {
  color: #ffffff;
  text-shadow: 0px 0px 5px #f6ac00, 0px 0px 5px #f6ac00, 0px 0px 5px #f6ac00, 0px 0px 5px #f6ac00, 0px 0px 5px #f6ac00, 0px 0px 5px #f6ac00, 0px 0px 10px #f6ac00, 0px 0px 10px #f6ac00, 0px 0px 10px #f6ac00, 0px 0px 20px #f6ac00, 0px 0px 20px #f6ac00, 0px 0px 20px #f6ac00;
}

#keyvisual-blc.single-img .inner .row h1.green {
  color: #ffffff;
  text-shadow: 0px 0px 5px #21b8bd, 0px 0px 5px #21b8bd, 0px 0px 5px #21b8bd, 0px 0px 5px #21b8bd, 0px 0px 5px #21b8bd, 0px 0px 5px #21b8bd, 0px 0px 10px #21b8bd, 0px 0px 10px #21b8bd, 0px 0px 10px #21b8bd, 0px 0px 20px #21b8bd, 0px 0px 20px #21b8bd, 0px 0px 20px #21b8bd;
}

/* #keyvisual-blc.sub-img ------------------------------------------ */

#keyvisual-blc.sub-img .inner {
  overflow: hidden;
  position: relative;
}

#keyvisual-blc.sub-img .inner .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#keyvisual-blc.sub-img .inner .row {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  position: relative;
}

#keyvisual-blc.sub-img .inner .row h1 {
  font-size: 250%;
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  line-height: 1;
  text-align: center;
}

#keyvisual-blc.sub-img .inner .row h1.sub-txt {
  font-size: 180%;
}

#keyvisual-blc.sub-img .inner .row h1.sub-txt>span {
  display: block;
  font-size: 150%;
  margin-top: 8px;
}

@media screen and (max-width:1440px) {
  #keyvisual-blc.single-img .inner {
    min-height: 45vw;
  }
}

@media screen and (max-width:1200px) {
  #keyvisual-blc.single-img .inner .row h1 {
    font-size: 4vw;
  }
}

@media screen and (max-width:767px) {

  #keyvisual-blc.sub-img .inner .row h1.sub-txt {
    font-size: 180%;
  }
}

@media screen and (max-width:640px) {
  #keyvisual-blc.sub-img .inner .row h1.sub-txt {
    font-size: 4vw;
  }

  #keyvisual-blc.single-img .inner {
    min-height: 55vw;
  }

  #keyvisual-blc.single-img .inner .row h1 {
    font-size: 6vw;
  }

  #keyvisual-blc.sub-img .inner .row h1 {
    font-size: 8vw;
  }

  #keyvisual-blc.sub-img .inner .row {
    min-height: 40vw;
  }
}


/* -------------------------------------------------

news 

-------------------------------------------------*/

#news-blc .ttl-heading {
  text-align: left;
  /* font-size: 180%; */
  display: block;
  font-weight: bold;
}

#news-blc .txt-details dl {
  border-bottom: 1px solid #dadada;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
  display: none;
}

#news-blc .txt-details dl:last-child {
  margin-bottom: 0;
}

#news-blc .txt-details dl dt {
  width: 150px;
  font-weight: bold;
}

#news-blc .txt-details dl dd {
  width: calc(100% - 150px);
}

#news-blc .txt-details dl:nth-child(-n+3) {
  display: flex;
}

@media screen and (max-width:767px) {
  #news-blc .txt-details dl {
    flex-wrap: wrap;
  }

  #news-blc .txt-details dl dt {
    width: 100%;
  }

  #news-blc .txt-details dl dd {
    width: 100%;
  }
}

/* -------------------------------------------------

facility-feature-blc  

-------------------------------------------------*/

#facility-feature-blc {
  position: relative;
}

#facility-feature-blc .inner {
  display: flex;
  max-width: 1920px;
  margin: auto;
}

#facility-feature-blc .inner .left-blc {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem;
  box-sizing: border-box;
  align-content: center;
}

#facility-feature-blc .inner .right-blc {
  width: 50%;
  height: 575px;
  box-sizing: border-box;
}

#facility-feature-blc .inner .right-blc figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

#facility-feature-blc .inner .left-blc .inside-blc {
  max-width: 500px;
  width: 100%;
}

#facility-feature-blc .inner .left-blc .inside-blc .ttl-main-blc {
  max-width: 85%;
  display: block;
  width: 100%;
}

#facility-feature-blc .inner .left-blc .inside-blc .ttl-section {
  font-size: 180%;
  display: block;
  font-weight: bold;
  width: 100%;
}

#facility-feature-blc .inner .left-blc .inside-blc .txt-section {
  width: 100%;
  margin-top: 1rem;
}

#facility-feature-blc .inner .left-blc .inside-blc .btn-style01 .btn {
  margin-left: 0;
}

#facility-feature-blc .inner .right-blc .img-absolute {
  position: absolute;
  right: 0;
  bottom: -190px;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}

#facility-feature-blc .inner .right-blc .img-absolute img:nth-child(2) {
  margin-left: 7rem;
  margin-top: 8rem;
}

@media screen and (max-width:1366px) {
  #facility-feature-blc .inner .right-blc .img-absolute {
    max-width: 57vw;
  }

  #facility-feature-blc .inner .right-blc .img-absolute img {
    width: 25vw;
  }

  #facility-feature-blc .inner .right-blc .img-absolute img:nth-child(2) {
    margin-left: 3vw;
    margin-top: 15vw;
  }
}

@media screen and (max-width:1000px) {

  #facility-feature-blc .inner .right-blc .img-absolute {
    bottom: -16vw;
  }

  #facility-feature-blc .inner .right-blc {
    height: 50vw;
  }
}

@media screen and (max-width:640px) {
  #facility-feature-blc .inner .left-blc .inside-blc .txt-section {
    max-width: 100%;
  }

  #facility-feature-blc .inner .right-blc .img-absolute {
    position: relative;
    width: 100%;
    bottom: auto;
    max-width: 100%;
    right: auto;
    display: flex;
  }

  #facility-feature-blc .inner .left-blc .inside-blc .ttl-main-blc {
    max-width: 100%;
  }

  #facility-feature-blc .inner .right-blc .img-absolute img {
    margin: auto !important;
    width: 50%;
    max-width: 100%;
    display: inline-block;
    position: relative;
  }

  #facility-feature-blc .inner .right-blc figure {
    height: 50vw;
  }

  #facility-feature-blc {
    padding-bottom: 0;
  }

  #facility-feature-blc .inner .left-blc {
    width: 100%;
    order: 1;
    justify-content: flex-start;
    padding: 2rem 1rem;
  }

  #facility-feature-blc .inner .right-blc {
    width: 100%;
    order: 2;
    height: 100%;
  }

  #facility-feature-blc .inner {
    flex-wrap: wrap;
  }

  #facility-feature-blc .inner .left-blc {
    width: 100%;
    order: 2;
    justify-content: flex-start;
    padding: 0rem 1rem 2rem;
  }
}

/* -------------------------------------------------

facility-service-blc  

-------------------------------------------------*/

#facility-service-blc .facility-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#facility-service-blc .facility-list li {
  width: calc((100% - 4rem) / 5);
  margin-right: 1rem;
  margin-top: 2rem;
}

#facility-service-blc .facility-list li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

#facility-service-blc .facility-list li:nth-child(-n+5) {
  margin-top: 0;
}

#facility-service-blc .facility-list li:nth-child(5n+5) {
  margin-right: 0;
}

#facility-service-blc .facility-list li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 100%;
  line-height: 1.3;
}

#facility-service-blc .facility-list li figure {
  position: relative;
}

@media screen and (max-width:1200px) {
  #facility-service-blc .facility-list li a figure figcaption {
    font-size: 100%;
  }
}

@media screen and (max-width:1000px) {
  #facility-service-blc .facility-list li {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
    margin-top: 1rem;
  }

  #facility-service-blc .facility-list li:nth-child(-n+5) {
    margin-top: 1rem;
  }

  #facility-service-blc .facility-list li:nth-child(5n+5) {
    margin-right: 1rem;
  }

  #facility-service-blc .facility-list li:nth-child(-n+3) {
    margin-top: 0;
  }

  #facility-service-blc .facility-list li:nth-child(3n+3) {
    margin-right: 0;
  }

  #facility-service-blc .facility-list {
    max-width: 767px;
    margin: 2rem auto auto;
  }
}

@media screen and (max-width:640px) {
  #facility-service-blc .facility-list li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px !important;
    margin-top: 10px !important;
  }

  #facility-service-blc .facility-list li:nth-child(-n+3) {
    margin-top: 10px !important;
  }

  #facility-service-blc .facility-list li:nth-child(2n+3) {
    margin-right: 10px !important;
  }

  #facility-service-blc .facility-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }

  #facility-service-blc .facility-list li:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  #facility-service-blc .facility-list {
    max-width: 480px;
  }

  #facility-service-blc .facility-list li:last-child {
    margin-right: 0 !important;
  }

  #facility-service-blc .facility-list li a figure figcaption {
    font-size: 90%;
  }

}


/* -------------------------------------------------

blog-blc  

-------------------------------------------------*/

#blog-blc.pt-10-rem {
  padding-top: 10rem;
}

#blog-blc .blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#blog-blc .blog-list li {
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  margin-top: 1rem;
  background-color: #fff;
  padding: 2rem 2rem;
  box-sizing: border-box;
}

#blog-blc .blog-list li:last-child {
  margin-right: 0;
}

#blog-blc .blog-list li:nth-child(3n+3) {
  margin-right: 0;
}

#blog-blc .blog-list li:nth-child(-n+3) {
  margin-top: 0;
}

#blog-blc .blog-list li .details-blc .ttl-details-blc {
  margin-top: 1rem;
}

#blog-blc .blog-list li .details-blc .ttl-details-blc+.txt-details-blc {
  margin-top: 5px;
}

#blog-blc .blog-list li .details-blc .ttl-details-blc .date-blc {
  font-weight: bold;
}

#blog-blc .blog-list li .details-blc .ttl-details-blc .ttl-blc {
  font-weight: bold;
  font-size: 110%;
}

@media screen and (max-width:767px) {
  #blog-blc .blog-list li {
    width: calc((100% - 10px) / 2);
    padding: 1rem 1rem;
    margin-right: 10px;
  }

  #blog-blc .blog-list li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  #blog-blc .blog-list li:nth-child(-n+3) {
    margin-top: 1rem;
  }

  #blog-blc .blog-list li:nth-child(2n+2) {
    margin-right: 0;
  }

  #blog-blc .blog-list li:nth-child(-n+2) {
    margin-top: 0;
  }

  #blog-blc.pt-10-rem {
    padding-top: 12vw;
  }
}

@media screen and (max-width:480px) {
  #blog-blc .blog-list li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 10px !important;
  }

  #blog-blc .blog-list li:first-child {
    margin-top: 0 !important;
  }

  #blog-blc .blog-list {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------

 recruit-blc

-------------------------------------------------- */

#recruit-blc .comm-blc {
  display: flex;
}

#recruit-blc .left-blc {
  width: 60%;
}

#recruit-blc .right-blc {
  width: 40%;
  padding: 5rem 0 0 5rem;
  box-sizing: border-box;
}

#recruit-blc .right-blc .ttl-heading {
  text-align: left;
  font-size: 180%;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#recruit-blc .right-blc .btn-style01 {
  text-align: left;
  margin-top: 2rem;
}

#recruit-blc .right-blc .btn-style01 .btn {
  margin-left: 0;
}

@media screen and (max-width:1200px) {
  #recruit-blc .right-blc {
    padding: 3rem 0 0 3rem;
  }
}

@media screen and (max-width:1000px) {
  #recruit-blc .comm-blc {
    flex-wrap: wrap;
  }

  #recruit-blc .left-blc {
    width: 100%;
  }

  #recruit-blc .right-blc {
    width: 100%;
    padding: 2rem 2rem;
  }

  #recruit-blc .right-blc .ttl-heading {
    text-align: center;
  }

  #recruit-blc .right-blc>p {
    text-align: center;
  }

  #recruit-blc .right-blc .btn-style01 {
    text-align: center;
  }

  #recruit-blc .right-blc .btn-style01 .btn {
    margin: auto;
  }
}

@media screen and (max-width:480px) {
  #recruit-blc .right-blc {
    padding: 2rem 0rem;
  }

  #recruit-blc .right-blc .ttl-heading {
    font-size: 150%;
  }
}


/* -------------------------------------------------

facilities 

-------------------------------------------------*/

#facilities-blc .fac-list {
  display: flex;
  flex-wrap: wrap;
}

#facilities-blc .fac-list li {
  margin-right: 1rem;
  margin-top: 3rem;
}

#facilities-blc .fac-list li a {
  text-decoration: none;
  display: block;
}

#facilities-blc .fac-list li h3 {
  margin-top: 1rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}

#facilities-blc .fac-list li h3>span {
  font-weight: bold;
  font-size: 130%;
  display: block;
  margin-top: 5px;
}

/* fac-bg-white --------------------- */

#facilities-blc .fac-list.fac-bg-white li a {
  background-color: #ffffff !important;
  padding: 20px 20px;
  box-sizing: border-box;
}

/* col3 --------------------- */

#facilities-blc .fac-list.fac-3-col li {
  width: calc((100% - 2rem) / 3);
}

#facilities-blc .fac-list.fac-3-col li:nth-child(3n+3) {
  margin-right: 0;
}

#facilities-blc .fac-list.fac-3-col li:nth-child(-n+3) {
  margin-top: 0;
}

/* col4 --------------------- */

#facilities-blc .fac-list.fac-4-col li {
  width: calc((100% - 3rem) / 4);
}

#facilities-blc .fac-list.fac-4-col li:nth-child(4n+4) {
  margin-right: 0;
}

#facilities-blc .fac-list.fac-4-col li:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  #facilities-blc .fac-list.fac-3-col li {
    width: calc((100% - 1rem) / 2);
    margin-top: 2rem;
  }

  #facilities-blc .fac-list.fac-3-col li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  #facilities-blc .fac-list.fac-3-col li:nth-child(-n+3) {
    margin-top: 2rem;
  }

  #facilities-blc .fac-list.fac-3-col li:nth-child(2n+2) {
    margin-right: 0;
  }

  #facilities-blc .fac-list.fac-3-col li:nth-child(-n+2) {
    margin-top: 0;
  }

  /* col4 --------------------- */

  #facilities-blc .fac-list.fac-4-col li {
    width: calc((100% - 2rem) / 3);
    margin-top: 2rem;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(4n+4) {
    margin-right: 1rem;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(-n+4) {
    margin-top: 2rem;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(3n+3) {
    margin-right: 0;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width:640px) {

  /* col4 --------------------- */

  #facilities-blc .fac-list.fac-4-col li {
    width: calc((100% - 1rem) / 2);
    margin-top: 2rem;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(-n+3) {
    margin-top: 2rem;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(2n+2) {
    margin-right: 0;
  }

  #facilities-blc .fac-list.fac-4-col li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  #facilities-blc .fac-list {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  #facilities-blc .fac-list.fac-3-col li,
  #facilities-blc .fac-list.fac-4-col li {
    width: 100%;
    margin-top: 2rem !important;
    margin-right: 0 !important;
  }

  #facilities-blc .fac-list.fac-3-col li:first-child,
  #facilities-blc .fac-list.fac-4-col li:first-child {
    margin-top: 0 !important;
  }
}


/* -------------------------------------------------

access-blc  

-------------------------------------------------*/

#access-blc .flex-inner {
  display: flex;
  align-items: flex-start;
}

#access-blc .flex-inner .left-blc {
  width: 60%;
  padding-right: 2rem;
  box-sizing: border-box;
}

#access-blc .flex-inner .right-blc {
  width: 40%;
}

#access-blc .flex-inner .left-blc iframe {
  width: 100%;
  height: 345px;
  display: block;
}

#access-blc .access-inner {
  margin: 2rem auto auto;
  display: flex;
  justify-content: center;
  max-width: 780px;
}

#access-blc .access-inner .left-blc {
  width: 50%;
  padding-right: 2rem;
  box-sizing: border-box;
  padding-left: 2rem;
  position: relative;
  font-weight: bold;
}

#access-blc .access-inner .right-blc {
  width: 50%;
  padding-left: 2rem;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}

#access-blc .access-inner .left-blc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/common/access_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 25px;
}

#access-blc .access-inner .right-blc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../img/common/access_icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 25px;
}

@media screen and (max-width:1000px) {
  #access-blc .flex-inner {
    flex-wrap: wrap;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  #access-blc .flex-inner .left-blc {
    width: 100%;
    padding-right: 0;
  }

  #access-blc .flex-inner .right-blc {
    width: 100%;
    margin-top: 1rem;
  }

  #access-blc .access-inner {
    flex-wrap: wrap;
    max-width: 520px;
  }

  #access-blc .access-inner .left-blc {
    padding-right: 0;
    width: 100%;
  }

  #access-blc .access-inner .right-blc {
    width: 100%;
    margin-top: 1rem;
  }
}

@media screen and (max-width:640px) {
  #access-blc .flex-inner .left-blc iframe {
    height: 250px;
  }
}

/* ------------------------------------

slide-slick-center

--------------------------------------*/

.slide-slick-center .list {
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.slide-slick-center .list .ttl {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 40px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  box-sizing: border-box;
}

.slide-slick-center .slick-dots {
  bottom: -57px;
}

.slide-slick-center .slick-dots li button:before {
  color: #f6ab00 !important;
  font-size: 9px;
}

.slide-slick-center .slick-dots li {
  margin: 0 10px;
}

.slide-slick-center .slick-prev,
.slide-slick-center .slick-next {
  margin-bottom: 0;
  transform: translate(0, 150%);
  width: 48px;
  height: 48px;
}

.slide-slick-center .slick-arrow::before {
  font-size: 15px;
}

.slide-slick-center .slick-prev {
  left: 40%;
}

.slide-slick-center .slick-next {
  right: 40%;
}

.slide-slick-center.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slide-slick-center .slick-slide .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  visibility: visible;
  transition: all ease-in 0.3s;
}

.slide-slick-center .slick-slide.slick-current .list::before {
  opacity: 0;
  visibility: hidden;
}

.slide-slick-center .list img {
  width: 100%;
  margin: auto;
}

/* prominent-color --------------------------------- */

.slide-slick-center.prominent-color .slick-dots li button:before {
  color: var(--prominent-color) !important;
}

.slide-slick-center.prominent-color .slick-prev:before {
  background: url(../js/slick/slider_arrow_left02.png) no-repeat center center;
}

.slide-slick-center.prominent-color .slick-next:before {
  background: url(../js/slick/slider_arrow_right02.png) no-repeat center center;
}

@media screen and (max-width:1200px) {
  .slide-slick-center .slick-next {
    right: 37vw;
  }

  .slide-slick-center .slick-prev {
    left: 37vw;
  }
}

@media screen and (max-width:1000px) {
  .slide-slick-center .slick-next {
    right: 32vw;
  }

  .slide-slick-center .slick-prev {
    left: 32vw;
  }
}

@media screen and (max-width:767px) {
  .slide-slick-center .slick-next {
    right: 30%;
  }

  .slide-slick-center .slick-prev {
    left: 30%;
  }
}

@media screen and (max-width:640px) {
  .slide-slick-center .slick-next {
    right: 10%;
  }

  .slide-slick-center .slick-prev {
    left: 10%;
  }

  .slide-slick-center .list {
    padding: 0 2vw;
  }

  .slide-slick-center .list .ttl {
    padding: 10px 20px;
  }
}

/* --------------------------------------------------

 bg

-------------------------------------------------- */

.btn-style01 {
  margin-top: 1rem;
}

.btn-style01 .btn {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 220px;
  margin: auto auto;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  position: relative;
}

.btn-style01 .btn span {
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
}

.btn-style01 .btn span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 0;
  top: 0;
}

.btn-style01 .btn.btn-main {
  background-color: var(--main-color);
}

.btn-style01 .btn.btn-secondary {
  background-color: var(--secondary-color);
}

.btn-style01 .btn.btn-prominent {
  background-color: var(--prominent-color);
}

/* btn-style02---------------------------------- */

@media screen and (min-width:1001px) {
  .btn-style02 .btn:hover {
    opacity: 0.5;
  }
}

.btn-style02 {
  margin-top: 1rem;
}

.btn-style02 .btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  max-width: 220px;
  width: 100%;
  margin: auto auto;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  position: relative;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  transition: all ease-in 0.3s;
  cursor: pointer;
}

.btn-style02 .btn.btn-back+.btn.btn-next {
  margin-left: 10px;
}

.btn-style02 .btn.btn-back {
  background-color: #ffffff;
  color: var(--main-color);
}

@media screen and (max-width:640px) {
  .btn-style02 .btn {
    max-width: 160px;
  }
}

@media screen and (max-width:480px) {

  .btn-style01 .btn,
  .btn-style02 .btn {
    padding: 10px 10px;
  }

  .btn-style02 .btn {
    max-width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .btn-style02 .btn:first-child {
    margin-top: 0;
  }

}

/* --------------------------------------------------

 ttl

-------------------------------------------------- */

.ttl-style-group,
.ttl-main-blc {
  margin-bottom: 2rem;
}

.ttl-style-group .ttl-heading,
.ttl-main-blc .ttl-heading {
  font-size: 180%;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ttl-style-group .ttl-heading.txt-yellow,
.ttl-main-blc .ttl-heading.txt-yellow {
  color: var(--secondary-color);
}

.ttl-style-group .ttl-heading.txt-prominent,
.ttl-main-blc .ttl-heading.txt-prominent {
  color: var(--prominent-color);
}

.ttl-style-group .ttl-heading+.ttl-desc,
.ttl-main-blc .ttl-heading+.ttl-desc {
  text-align: center;
  display: block;
  margin-top: 1rem;
}

.ttl-style-group .ttl-heading+.txt-desc,
.ttl-main-blc .ttl-heading+.txt-desc {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.ttl-style-group .ttl-heading+.txt-desc02,
.ttl-main-blc .ttl-heading+.txt-desc02 {
  max-width: 750px;
  text-align: left;
  margin: auto;
  margin-top: 1rem;
}

@media screen and (max-width:480px) {

  .ttl-style-group .ttl-heading,
  .ttl-main-blc .ttl-heading {
    font-size: 150%;
  }
}


/* -------------------------------------------------

contact-blc  

-------------------------------------------------*/

@media screen and (min-width:1201px) {

  #contact-blc .inner>div a:hover span {
    color: #fff;
  }

  /* yellow-blc ----------------*/

  #contact-blc.yellow-blc .inner>div a:hover {
    background-color: rgba(246, 172, 0, 1);
    opacity: 1;
  }

  #contact-blc.yellow-blc .inner>div.left-blc a:hover span::before {
    background-image: url(../img/common/contact_icon01_hover.png);
  }

  #contact-blc.yellow-blc .inner>div.right-blc a:hover span::before {
    background-image: url(../img/common/contact_icon02_hover.png);
  }

  /* green-blc ----------------*/

  #contact-blc.green-blc .inner>div a:hover,
  #contact-blc.green-blc.bg-green .inner>div a:hover {
    background-color: rgba(33, 184, 189, 1);
    opacity: 1;
  }

  #contact-blc.green-blc .inner>div.left-blc a:hover span::before,
  #contact-blc.green-blc.bg-green .inner>div.left-blc a:hover span::before {
    background-image: url(../img/common/contact_icon01_hover.png);
  }

  #contact-blc.green-blc .inner>div.right-blc a:hover span::before,
  #contact-blc.green-blc.bg-green .inner>div.right-blc a:hover span::before {
    background-image: url(../img/common/contact_icon02_hover.png);
  }
}

#contact-blc .inner {
  display: flex;
  justify-content: center;
}

#contact-blc .inner>div {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
}

#contact-blc .inner>div.left-blc span {
  font-size: 200%;
  line-height: 1.1;
}

#contact-blc .inner>div a {
  text-decoration: none;
  text-align: center;
  display: block;
  background-color: transparent;
  padding: 3rem 2rem;
  box-sizing: border-box;
  transition: all ease-in 0.3s;
}

#contact-blc .inner>div:last-child {
  margin-right: 0;
}

#contact-blc .inner>div a span {
  color: #333;
  display: inline-block;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 150%;
  font-weight: bold;
  position: relative;
  transition: all ease-in 0.3s;
  text-align: left;
}

#contact-blc .inner>div.left-blc a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 37px;
  transition: all ease-in 0.3s;
}

#contact-blc .inner>div.right-blc a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 43px;
  height: 30px;
  transition: all ease-in 0.3s;
}

#contact-blc .inner>div.right-blc a span {
  padding-left: 60px;
}

/* yellow-blc -------------------- */
#contact-blc.yellow-blc .inner>div a {
  background-color: #fffcf9;
}

#contact-blc.yellow-blc .inner>div.left-blc a span::before {
  background-image: url(../img/common/contact_icon01.png);
}

#contact-blc.yellow-blc .inner>div.right-blc a span::before {
  background-image: url(../img/common/contact_icon02.png);
}

/* green-blc -------------------- */

#contact-blc.green-blc .inner>div a {
  background-color: var(--bg-prominent-color);
}

#contact-blc.green-blc.bg-green .inner>div a {
  background-color: #ffffff;
}

#contact-blc.green-blc .inner>div.left-blc a span::before {
  background-image: url(../img/common/contact_icon01_green.png);
}

#contact-blc.green-blc .inner>div.right-blc a span::before {
  background-image: url(../img/common/contact_icon02_green.png);
}

@media screen and (max-width:1200px) {
  #contact-blc .inner>div a span {
    font-size: 120%;
  }

  #contact-blc .inner>div a span::before {
    top: -1px !important;
  }
}

@media screen and (max-width:1000px) {
  #contact-blc .inner {
    flex-wrap: wrap;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  #contact-blc .inner>div {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }

  #contact-blc .inner>div:first-child {
    margin-top: 0;
  }

  #contact-blc .inner>div.left-blc a span {
    font-size: 170%;
  }

  #contact-blc .inner>div.right-blc a span {
    font-size: 150%;
  }

  #contact-blc .inner>div.right-blc a span::before {
    top: 3px !important;
  }
}

@media screen and (max-width:640px) {
  #contact-blc .inner>div {
    margin-top: 10px;
  }

  #contact-blc .inner>div a {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width:480px) {

  #contact-blc .inner>div.right-blc a span {
    font-size: 4.6vw;
    padding-left: 45px;
  }

  #contact-blc .inner>div.right-blc a span::before {
    width: 33px;
    height: 20px;
    top: 0vw !important;
  }

  #contact-blc .inner>div.left-blc a span::before {
    width: 20px;
    height: 32px;
    top: 2px !important;
  }

  #contact-blc .inner>div.left-blc a span {
    padding-left: 30px;
  }
}

/* --------------------------------------------------

 OTHER

-------------------------------------------------- */

.txt-white {
  color: #fff !important;
}

.bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.justify-content-center {
  justify-content: center !important;
}

.align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

/* padding --------------------------------*/

.display-1 {
  font-size: 220% !important;
  line-height: 1.5 !important;
}

.display-2 {
  font-size: 200% !important;
  line-height: 1.5 !important;
}

.display-3 {
  font-size: 180% !important;
  line-height: 1.5 !important;
}

.display-4 {
  font-size: 150% !important;
  line-height: 1.5 !important;
}

.display-5 {
  font-size: 120% !important;
  line-height: 1.5 !important;
}

/* padding --------------------------------*/

.pt-4rem {
  padding-top: 4rem;
}

.p-4rem {
  padding: 4rem 4rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width:640px) {
  .p-4rem {
    padding: 2rem 4vw;
  }
}

/* margin --------------------------------*/

.mt-4rem {
  margin-top: 4rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-05rem {
  margin-bottom: 0.5rem !important;
}

@media screen and (max-width:640px) {
  .mt-4rem {
    margin-top: 12vw !important;
  }
}

@media screen and (min-width:481px) {
  .br-sp480 {
    display: none;
  }
}

/* --------------------------------------------------

 Hide
 
-------------------------------------------------- */

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

.hide {
  opacity: 0;
}