/*Main*/
main p,
main dd{
  font-family: メイリオ, Meiryo, sans-serif;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}
.c-main__inner{
  text-align: center;
  margin-bottom: 115px;
}
.c-main__inner img{
  max-width: 100%;
}
@media(max-width: 768px){
  main p{
    font-size: 13px;
  }
}
/*End Main*/
/*Banner*/
.c-banner{
  height: 400px;
  width: 100%;
  position: relative;
  background-size: contain;
  padding-top: 140px;
  background-position-y: 140px;
  max-width: 1320px;
  margin: auto;
  height: 585px;
  border-radius: 20px;
  background-repeat: no-repeat;
}

.c-banner__content{
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
}
.c-banner__title{
  font-size: 50px;
  font-weight: 600;
  font-family: YuMincho;
  margin-bottom: 47px;
}
.c-banner__txt{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.c-breadcrum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 41px 20px 80px;
}
.c-breadcrum__link {
  display: block;
  letter-spacing: 1.6px;
  font-size: 14px;
  line-height: 2;
}
@media(max-width: 1024px){
  .c-banner__txt{
    font-size: 15px;
  }
  .c-banner__title {
    font-size: 42px;
    margin-bottom: 35px;
  }
  .c-banner{
      height: 300px;
      padding-top: 0;
      margin-top: 100px;
      background-position-y: center;
      background-size: cover;
      width: calc(100% - 40px);
  }
}

@media all and (max-width: 767px) {
  .c-banner{
      height: 200px;
      margin-top: 70px;
  }
  .c-banner__content{
      padding: 0 5px;
      bottom: 66px;
  }
  .c-banner__title{
      font-size: 25px;
      margin-bottom: 25px;
  }
  .c-banner__txt{
      font-size: 13px;
  }
  .c-breadcrum {
      padding: 20px 20px 50px;
  }
  .c-breadcrum__link {
      font-size: 11px;
  }
}
/*End Banner*/
/**---------------------------------------------------------*/
/* PAGINATION */
.c-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 78px;
}
.c-pagination .item {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0 5px;
}
.c-pagination .item.prev {
  margin-right: 40px;
  margin-left: 0 !important;
}
.c-pagination .item.next {
  margin-left: 40px;
  margin-right: 0 !important;
}
.c-pagination .item-arrow img {
  display: block;
  width: 17px;
  height: 17px;
}
.c-pagination .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.c-pagination .item:not(.item-arrow) a:hover {
  opacity: 1;
}
.c-pagination .item:not(.item-arrow):hover,
.c-pagination .item.current {
  background: #0076C2;
  color: white;
}
.c-pagination .item.current,
.c-pagination .item.item-dot {
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination .item {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .c-pagination .item.prev {
    margin-right: 10px;
  }
  .c-pagination .item.next {
    margin-left: 10px;
  }
}
/*End Custom*/
/**Page Bg*/
.c-page-bg::before,
.c-page-bg::after{
  width: 900px;
  height: 1591px;
  background-image: url('../images/common/page-bg.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-page-bg::after{
  top: auto !important;
  left: auto !important;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media(max-width: 1024px){
  .c-page-bg::before{
    top: -100px;
    width: 450px;
    height: 780px;
    background-size: cover;
  }
  .c-page-bg::after{
    width: 450px;
    height: 780px;
    background-size: cover;
  }
}
@media(max-width: 768px){
  .c-page-bg::before{
    top: -70px;
    width: 300px;
    height: 500px;
  }
  .c-page-bg::after{
    width: 300px;
    height: 500px;
  }
}
@media(max-width: 390px){
  .c-page-bg::before{
    width: 240px;
    height: 400px;
    top: -130px;
  }
  .c-page-bg::after{
    width: 240px;
    height: 400px;
  }
}
/**End Page Bg*/
/**Box*/
.c-box{
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 46px 70px 42px;
  width: 100%;
}
.c-box.--cus{
  padding: 0 50px 34px;
}
.c-box__txt{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.4px;
}
.c-box__label{
  border-radius: 20px;
  width: 220px;
  text-align: center;
  padding: 20px 10px;
  background-color: #0076C2;
  color: #fff;
  margin-top: -20px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  top: -12px;
  font-size: 16px;
}
@media(max-width: 768px){
  .c-box{
    padding: 30px;
  }
  .c-box__txt{
    font-size: 13px;
    line-height: 1.8;
  }
  .c-box.--cus{
    padding: 0 20px 20px;
    border-radius: 10px;
  }
  .c-box__label{
    font-size: 13px;
    width: 180px;
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: -10px;
  }
}
/**End Box*/
/**Infor*/
.c-infor{
  gap: 30px;
  align-items: center;
}
.c-infor__img{
  width: 440px;
}
.c-infor__content{
  width: 520px;
}
.c-infor__title{
  font-size: 26px;
  line-height: 42px;
}
.c-infor__txt{
  font-size: 16px;
  line-height: 30px;
}
.c-infor__title span{
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px dashed #707070;
}

@media(max-width: 768px){
  .c-infor{
    flex-wrap: wrap;
    gap: 20px;
  }
  .c-infor__img, .c-infor__content {
    width: 100%;
    order: 1;
  }
  .c-infor__content {
    order: 2;
  }
  .c-infor__title{
    font-size: 20px;
    line-height: 1.6;
  }
  .c-infor__txt{
    font-size: 13px;
    line-height: 1.8;
  }
}
/**End Infor*/
/**Contact*/

.list-contact {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.list-contact .note {
  margin-bottom: 60px;
}

.list-contact .note h3 {
  background: #fff;
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 160%;
  padding: 20px 80px 18px;
  border-radius: 50px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.list-contact .note h3::before {
  position: absolute;
  content: "";
  background: url(../images/contact/ic-check.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 27px;
  left: 37px;
}

/* .list-contact .note p {
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 1px;
} */
.list-contact .note p {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
}

/* .phone-time {
  background: #0076C2;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  margin: 25px 20px 0;
} */
.phone-time {
  background: #0076C2;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  margin: 25px 20px 0;
}

.phone-time .phone {
  font-size: 40px;
  line-height: 160%;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}

.phone-time .phone::before {
  content: "";
  background: url(../images/contact/ic-phone.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.phone-time .time {
  display: flex;
  font-size: 16px;
  margin-left: 28px;
  /* font-family: YuGothic, "Yu Gothic", sans-serif; */
  font-weight: bold;
}

.phone-time .time a {
  border-radius: 100px;
  background: #ff8c9d;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  margin: 0 5px;
  font-weight: bold;
}

.phone-time .time a::before {
  content: "";
  background: url(../images/common/ic-arr-right6.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  margin-right: 5px;
}

.phone-time .time a:hover {
  background: #fff;
  color: #ff8c9d;
}

.phone-time .time a:hover::before {
  background: url(../images/common/ic-arr-right7.png) no-repeat;
  background-size: contain;
}

/* .phone-time1 {
  background: #EDF4F8;
  padding: 40px;
  margin: 30px 50px;
  line-height: 26px;
  border-radius: 50px;
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
} */
.phone-time1 {
  background: #EDF4F8;
  padding: 40px;
  margin: 30px 50px;
  line-height: 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.list-contact .note .n-1 {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

.list-contact .note .n-1 span {
  font-weight: bold;
  color: #D90000;
}
figcaption{
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 30px;
}
.list-contact-inner{

}
.list-contact-inner p{
  max-width: 920px;
}
.list-contact-video{
  max-width: 950px;
}
.list-contact-video video{
  width: 100%;
  border-radius: 20px;
}
.list-contact .note .list-contact-inner p{
  /* letter-spacing: 0; */
}
@media (max-width: 768px) {
  
  figcaption{
      font-size: 13px;
      line-height: 1.8;
  }
  .list-contact .note h3 {
    padding-left: 50px;
    padding-right: 40px;
    font-size: 16px;
    border-radius: 30px;
  }

  .list-contact .note h3::before {
    top: 23px;
    left: 20px;
    width: 20px;
    height: 20px;
  }

  .list-contact .note p {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-time {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    border-radius: 30px;
  }

  .phone-time .phone {
    width: 100%;
    font-size: 25px;
  }

  .phone-time .phone::before {
    width: 21px;
    height: 21px;
    margin-right: 5px;
  }

  .phone-time .time {
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .phone-time1 {
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
    font-size: 14px;
    border-radius: 30px;
  }
  .list-contact-video{
    padding: 0;
  }
}
/**End Contact*/
/**Map*/
.c-map{
  height: 440px;
  width: 100%;
  border-radius: 20px;
}
/**End Map*/