/*====================================================================

 メイン　スライドショー

====================================================================*/

/* スライドショー */

.slide_wrap {
  width: 100%;

  height: 450px;

  margin-top: 2rem;

  position: relative;
}

.swiper-container {
  width: 100%;

  height: 100%;

  overflow-x: hidden;
}

.swiper-wrapper {
  width: 100%;

  height: 100%;
}

/* 左右ボタン */

.swiper-button-prev:after,
.swiper-button-next:after {
  display: inline-block;

  content: "";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  font-size: 2rem;

  color: #df346a;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

.swiper-button-prev:after {
  content: "\f053";

  left: -2rem;
}

.swiper-button-next:after {
  content: "\f054";

  right: -2rem;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */

  width: 100%;

  height: 100%;

  text-align: center;
}

/* .swiper-slide-active {

    opacity: 1;

    z-index: 1;

    transform: scale(1);

    filter: blur(0);

} */

.swiper-slide img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.swiper-slide > a > img {
  width: 35%;

  height: 35%;

  display: block;

  margin: auto;
}

@media screen and (max-width: 1365px) {
  .slide_wrap {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .slide_wrap {
    width: 95%;

    margin: auto;

    height: 150px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 1rem;

    z-index: 3;
  }

  .swiper-button-prev:after {
    left: -1rem;
  }

  .swiper-button-next:after {
    right: -1rem;
  }
}

/*====================================================================

 トピック

====================================================================*/

li.topic_item {
  /* padding: 0 1.5rem; */

  /* margin: 0.5rem; */

  width: 300px;

  height: 80px;

  margin: 1rem 2rem;
}

.card_wrapper_01 {
  width: 100%;

  height: 100%;
}

.card_wrapper_01:hover {
  transform: translateY(-5px);

  box-shadow: 0 7px 34px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);

  transition: all 0.5s;
}

.card_01 {
  width: 100%;

  height: 100%;

  background: #efefef;

  border-radius: 5px;

  box-shadow: 0 2px 5px #ccc;
}

.card_01 a {
  display: block;

  width: 100%;

  height: 100%;

  align-content: center;

  font-size: large;
}

.card_01 a:has(> :nth-child(1):last-child) {
  font-size: x-large;
}

.card_01 span {
  font-weight: bold;
}

.card_01 p {
  line-height: 1.2rem;
}

/*====================================================================

 コンセプト #concept

====================================================================*/

#concept {
  padding-bottom: 0;
}

/* .concept_container {

    margin: 2rem 0;

}

.concept_wrap {

    width: 100%;

    margin: 2rem 0;

    align-items: center;

}

.concept_wrap:nth-child(even) {

    flex-direction: row-reverse;

}

.concept_wrap .circle {

    width: 15vw;

    height: 15vw;

    background-color: #DF346A;

    border-radius: 50%;

    position: relative;

}

.concept_wrap .circle img {

    width: 50%;

    height: auto;

    position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

} */

/* .concept_contents {

    width: calc(100% - 15vw - 5%);

    text-align: left;

    padding-left: 1rem;

} */

/* .concept_wrap:nth-child(even) .concept_contents {

    margin-left: 3rem;

} */

/* .concept_contents h3 {

    font-size: 1.8rem;

    font-weight: 900;

    color: #204d91;

    margin-bottom: 1rem;

    position: relative;

}

.concept_contents h3::before {

    display: inline-block;

    content: attr(no);

    font-size: 5em;

    color: rgba(32, 77, 145, .3);

    color: rgba(223, 52, 106, .2);

    font-style: italic;

    position: absolute;

        top: 0;

        left: -4rem;

} */

.concept_contents {
  font-size: 1.2em;

  font-weight: bold;
}

@media screen and (max-width: 1365px) {
  /* .concept_wrap:nth-child(even) .concept_contents {

        margin-left: 0;

    }

    .concept_contents h3 {

        font-size: 1.5rem;

    }

    .concept_contents h3::before {

        font-size: 3em;

        left: -2rem;

    } */

  .concept_contents {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 599px) {
  /* .concept_wrap,

    .concept_wrap:nth-child(even) {

        flex-direction: column;

    }

    .concept_wrap .circle {

        width: 150px;

        height: 150px;

    }

    .concept_contents {

        width: 100%;

        margin-top: 1.5rem;

    }

    .concept_contents h3 {

        font-size: 1.3rem;

    }

    .concept_contents h3::before {

        font-size: 4em;

        left: -2rem;

    } */

  .concept_contents {
    font-size: auto;
  }
}

/*====================================================================

 製品紹介 #products

====================================================================*/

#products p {
  margin-top: em;
  font-size: 1.2em;
  font-weight: bold;
}

.products_wrap {
  margin: 3rem 0 1rem 0;
}

.products_wrap h4 {
  text-align: left;

  font-size: 1.2rem;

  font-weight: 700;

  color: #204d91;

  margin-top: 1rem;
}

.products_wrap h4::before {
  display: inline-block;

  content: "\f1b2";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  color: #204d91;

  margin-right: 0.5rem;
}

/* スライド */

.slide_wrap.products_contents {
  height: auto;

  margin-top: 0;
}

.slide_wrap.products_contents .swiper-container {
  padding: 0.5rem;
}

.products_slider .swiper-slide {
  background-color: rgba(255, 255, 255, 0.8);

  box-shadow: 2px 3px 5px #cccccc;

  border-radius: 0.5rem;

  padding: 1.5rem 0.5rem;

  cursor: pointer;

  transition: 0.3s;
}

.products_slider .swiper-slide:hover {
  background-color: #df346a;

  color: #ffffff;
}

.products_slider .swiper-slide svg {
  width: 2.5rem !important;

  height: 2.5rem !important;

  margin: auto;

  margin-bottom: 0.5rem;
}

.products_slider .swiper-slide svg * {
  fill: #4b4b4b;
}

.products_slider .swiper-slide:hover svg * {
  fill: #ffffff;
}

.swiper-button-disabled {
  display: none;
}

/*====================================================================

 流れ #flow

====================================================================*/

h1 {
  font-size: 1.2em;

  font-weight: bold;
}

ul.flow_list {
  margin-bottom: 2rem;
}

ul.flow_list li {
  width: 100%;

  padding: 1rem 0;

  margin: 3rem 0;

  position: relative;

  text-align: left;

  border-bottom: 1px solid #df346a;
}

ul.flow_list li::after {
  display: inline-block;

  content: "";

  width: 3rem;

  height: 1rem;

  clip-path: polygon(50% 100%, 0 0, 100% 0);

  background-color: #df346a;

  position: absolute;

  top: 100%;

  left: 50%;

  transform: translateX(-50%);
}

ul.flow_list li:last-child {
  border-bottom: none;
}

ul.flow_list li:last-child::after {
  display: none;
}

ul.flow_list li h3 {
  font-size: 1.8rem;

  font-weight: 900;

  color: #204d91;

  margin-bottom: 1rem;

  position: relative;
}

ul.flow_list li h3::before {
  display: inline-block;

  content: attr(no);

  font-size: 5em;

  color: rgba(32, 77, 145, 0.3);

  color: rgba(223, 52, 106, 0.2);

  font-style: italic;

  position: absolute;

  top: 0;

  left: 0rem;
}

ul.flow_list li:nth-child(even) h3::before {
  right: 0rem;

  top: 100%;

  left: unset;
}

@media screen and (max-width: 1365px) {
  ul.flow_list li h3 {
    font-size: 1.5rem;
  }

  ul.flow_list li h3::before {
    font-size: 3em;

    left: -2rem;
  }
}

@media screen and (max-width: 599px) {
  ul.flow_list li {
    margin: 1rem 0;
  }

  ul.flow_list li h3 {
    font-size: 1.3rem;
  }

  ul.flow_list li h3::before {
    font-size: 4em;

    left: 0;
  }

  ul.flow_list li:nth-child(even) h3::before {
    right: 1rem;
  }
}

/*====================================================================

 お知らせ #information

====================================================================*/

#information > h2 {
  margin-bottom: 15px;
}

details {
  margin-left: 30%;

  margin-bottom: 15px;

  text-align: left;
}

details > summary {
  font-size: 1.2em;

  font-weight: bold;

  list-style: none;
}

details > p {
  margin-top: 10px;

  margin-left: 50px;
}

@media screen and (max-width: 599px) {
  details {
    margin-left: auto;

    margin-bottom: 15px;
  }
}

/*====================================================================

 フッターロゴ #logo

====================================================================*/
@media screen and (max-width: 1024px) {
  .foot_logo {
    text-align: center;
    margin: 0 auto;
  }

  .display-flex.flex-j-between {
    align-items: center;
  }
}
