.d-flex{
  display: flex;
}

.w48{
  width: 48%;
}

.mt10{
  margin-top: 10%;
}

.ai-c{
  align-items: center;
}

.w100{
  width: 100%;
}

.a-list li:not(:last-of-type){
  margin-bottom: 5%;
}

.f-column{
  flex-direction: column;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.pl-5{
  padding-left: 5%;
}

@media only screen and (min-width: 600px){
  .ofi-ctin img{
  object-fit: contain !important;
}  
}



@media only screen and (max-width: 1024px){
  .w48{
    width: 100%;
  }  
}
  .r{
    display: inline-block;
  }
@media only screen and (max-width: 599px){
  .r{
    display: block;
  }
  
  .flex-d-sp{
    flex-direction: column;
  }
  .SP-of-150:before {
      padding-top: 150%;    
  }

}

/* 12/28 追記 */
.e{
  display: block;
}

@media only screen and (max-width: 599px){
 .e{
  display: inline-block;
} 
}


/* 08/08 追記 */
/* スライド画像の位置調整 */

.mainimg img{
  object-position: 0px -200px !important;
}

@media only screen and (max-width: 599px){
  .mainimg img {
    object-position: 0px -50px !important;
}
}

/* 2025/02/19 */
.mainimg.ver02{
  max-height: 100vh;
}

.mainimg.ver02 img{
  object-position: 0px !important;
}

.mainimg.ver02 .top-concept{
  transition: 0.3s linear;
}

.mainimg.ver02 .top-news{
  transition: 0.3s linear;
}

.mainimg.ver02.active .top-concept{
  opacity: 0;
  visibility: hidden;
}

.mainimg.ver02.active .top-news{
  opacity: 0;
  visibility: hidden;
}

@media(max-width:1024px) {
.mainimg.ver02.active .top-concept{
  opacity: 1;
  visibility: visible;
}

.mainimg.ver02.active .top-news{
  opacity: 1;
  visibility: visible;
}    
}

#slide00 .slick-prev {
  left: 25px;
  width: 30px;
  height: 30px;
  background-color: rgb(133, 153, 179);
  border-radius: 50%;
  z-index: 1;
}

#slide00 .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 30px;
}

#slide00 .slick-next {
  right: 25px;
  width: 30px;
  height: 30px;
  background-color: rgb(133, 153, 179);
  border-radius: 50%;
  z-index: 1;
}

#slide00 .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 30px;
}

#slide00 .slick-dots {
  bottom: 0;
}

#slide00 .slick-list {
  height: 100%;
}

#slide00 .slick-track {
  height: 100%;
}

#slide00 .img-wrap {
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

#slide00 .item .img-wrap img {
  height: 100% !important;
  max-height: 100vh;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:599px) {
#slide00 .slick-prev {
  left: 10px;
}

#slide00 .slick-next {
  right: 10px;
}

.mainimg.ver02{
  max-height: none;
}

#slide00 .slick-track {
  display: flex;
  align-items: center;
}

#slide00 .item .img-wrap img {
  height: auto !important;
  max-height: none;
}

/* スマホ時object-fit: cover; */
.slide00-wrap{
  position: relative;
  overflow: hidden;
}

.slide00-wrap #slide00{
  position: absolute;
  background-position: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.slide00-wrap::after{
  content: "";
  display: block;
  padding-top: 70.93%;
}
}

[data-element-id].mainimg.ver02 {
  max-height: none;
}


.made0-100{
  font-size: 22px !important;
}


@media(max-width:599px) {
.made0-100 {
    font-size: 18px !important;
}
}


.monshin-flex{
  width: 87%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.monshin-flex div{
  width: 48%;
    border: 1px solid;
    padding: 15px;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 30px;
}

.monshin-flex p{
  text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.monshin-flex div a{
  width: 100%;
    display: flex;
    justify-content: center;
}

.monshin-pbox{
  width: 87%;
    margin: 2rem auto 2rem;
    font-size: 16px;
}

@media(max-width:599px) {
.monshin-pbox {
    width: 92%;
    margin: 2rem auto 2rem;
    font-size: 14px;
}

.monshin-flex {
    width: 90%;
    margin: auto;
    display: block;
}

.monshin-flex div {
    width: 100%;
    margin-bottom: 1rem;
}

.monshin-flex p {
    font-size: 16px;
    margin-right: 15px;
}
}

.top-news-block{
  display: block;
  width: 55%;
}

.top-news dt {
    width: 80px;
    padding-left: 0px !important;
    padding-right: 15px;
    font-size: 12px;
}

.top-news-block dd{
  font-size: 12px;
    width: 70%;
}

.top-news-block dl{
  display: flex;
}

@media(max-width:599px) {
.top-news-block {
    display: block;
    width: 100%;
}

.top-news dt {
    width: 90px;
}
}


.w47{
  width: 47%;
}
