@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.jost {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.reem-kufi {
  font-family: "Reem Kufi", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ▼▼▼ ストアについて
======================================================*/
.subject {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/ttl_bg.jpg) no-repeat center/cover;
}

.inner_bg {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/about/bg.jpg) no-repeat center top/600px;
}

.main_wrap {
  color: #3B3938;
}

h2 {
  width: 265px;
  margin: 55px auto 32px;
  letter-spacing: 0.06em;
  position: relative;
}
h2::after {
  content: "";
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/pict.png) no-repeat center/contain;
  width: 120px;
  height: 115px;
  position: absolute;
  top: -50px;
  right: -20px;
  -webkit-animation: yurayura 2s ease-in-out infinite;
          animation: yurayura 2s ease-in-out infinite;
}
h2 span {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/about/dots.svg) no-repeat center top/auto;
  color: #12B8D7;
  font-size: 24px;
  font-weight: bold;
  margin-left: 0.5em;
}
h2 small {
  font-size: 15px;
  padding-left: 0.1em;
}
h2 em {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 221, 255)), to(rgb(50, 151, 252)));
  background: linear-gradient(90deg, rgb(41, 221, 255) 0%, rgb(50, 151, 252) 100%);
  margin-top: 5px;
  color: #fff;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.07em;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.read {
  padding: 0 45px 5px;
  line-height: 1.93;
}

.item {
  margin-top: 55px;
}
.item .img img {
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 87, 170, 0.16));
          filter: drop-shadow(0 3px 4px rgba(0, 87, 170, 0.16));
}
.item .txt_wrap {
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  padding: 27px 25px;
}
.item_ttl {
  border-top: 3px solid #0065B1;
  border-bottom: 3px solid #0065B1;
  padding: 10px 0;
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
}
.item_ttl::before, .item_ttl::after {
  content: "";
  background: #E60012;
  width: 15px;
  height: 3px;
  position: absolute;
}
.item_ttl::before {
  top: -3px;
  right: 0;
}
.item_ttl::after {
  bottom: -3px;
  left: 0;
}
.item p {
  font-size: 13px;
  line-height: 1.92;
}
.item:nth-of-type(odd) {
  margin-left: 25px;
}
.item:nth-of-type(odd) .img img {
  border-radius: 30px 0 0 30px;
}
.item:nth-of-type(odd) .txt_wrap {
  background: rgba(18, 184, 215, 0.8);
  border-radius: 0 0 0 30px;
  margin-left: 30px;
  color: #fff;
}
.item:nth-of-type(even) {
  margin-right: 25px;
}
.item:nth-of-type(even) .img img {
  border-radius: 0 30px 30px 0;
}
.item:nth-of-type(even) .txt_wrap {
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 30px 0;
}