@charset "UTF-8";
@-webkit-keyframes flash {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
body {
  margin-top: 98px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
body.fix {
  position: fixed;
  width: 100%;
}
header .head-detail {
  box-sizing: border-box;
  min-height: 98px;
}
header .head-detail .site-ttl img {
  fill: #000;
}
header .head-detail .head-company {
  right: 20px;
}
#wrap > section {
  padding-bottom: 120px;
}
.page-content {
  padding: 50px 20px;
}
.boneislife-ttl {
  position: relative;
  background-image: url(../img/ttl_bg.png);
  background-size: cover;
  padding: 50px 20px 0;
  text-align: center;
}
.boneislife-ttl::after {
  content: "";
  display: inline-block;
  width: 52.5px;
  height: 67px;
  background: url(../img/arrow_scroll.png) left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -25px;
  right: 5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: flash 2s linear infinite;
  animation: flash 2s linear infinite;
}
.boneislife-ttl h1 img {
  max-width: 100%;
  min-height: auto;
}
.boneislife-ttl .ttl-sub01 {
  position: absolute;
  top: 10%;
  left: calc(8.2% * 2 + 3%);
  z-index: 10;
  height: 25vh;
  max-height: 270px;
}
.boneislife-ttl .ttl-sub img,
.boneislife-ttl .ttl-sub01 img,
.boneislife-ttl .ttl-sub02 img {
  width: auto;
  height: 100%;
}
.boneislife-ttl .ttl-sub,
.boneislife-ttl .ttl-sub02 {
  position: absolute;
  top: 10%;
  left: 8.2%;
  z-index: 10;
  height: 50vh;
  max-height: 540px;
}
.boneislife-ttl .ttl-sub img.ttl-sub-pc {
  display: block;
}
.boneislife-ttl .ttl-sub img.ttl-sub-sp {
  display: none;
}
.boneislife-ttl .key-visual {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 85%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.boneislife-ttl .key-visual img {
  width: auto;
  max-width: none;
  height: 100%;
}
.lead-block {
  max-width: 760px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
}
.boneislife-topic {
  margin-top: 100px;
  font-size: 22px;
  font-size: 2.2rem;
}
.boneislife-topic h2 {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.boneislife-topic h2 span {
  display: inline-block;
}
.boneislife-topic .boneislife-topic-tac {
  text-align: center;
}
.boneislife-topic .boneislife-topic-mt40 {
  margin-top: 40px;
}
.boneislife-topic .boneislife-topic-source-txt {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
sona-mirai-color-block {
  margin-top: 100px;
  padding: 50px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eb6100),
    color-stop(80%, #fff)
  );
  background-image: linear-gradient(180deg, #eb6100, #fff 80%);
}
.resona-mirai-color-block {
  margin-top: 50px;
  padding: 50px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eb6100),
    color-stop(80%, #fff)
  );
  background-image: linear-gradient(180deg, #eb6100, #fff 80%);
}
.resona-mirai-color {
  max-width: 548px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
  border: 2px solid #eb6100;
  border-radius: 15px;
  text-align: center;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
}
.resona-mirai-color h3 {
  margin-bottom: 60px;
}
.resona-mirai-color .resona-mirai-color-theme {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}
.resona-mirai-color .resona-mirai-color-schedule {
  margin-top: 50px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}
.banner-img,
\ {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 10rem;
}
.banner-img img {
  display: block;
  margin-bottom: 5rem;
}
.banner-expo {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
.banner-expo {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
.boneislife-topic a {
  display: inline-block;
}
.boneislife-box {
  position: relative;
  margin: 10rem auto;
  text-align: center;
  padding: 5rem;
  background-color: #fcede4;
  max-width: 65%;
  background: linear-gradient(135deg, transparent 14px, #fcede4 0) top left,
    linear-gradient(-45deg, transparent 14px, #fcede4 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.boneislife-box::before,
.boneislife-box::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.boneislife-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-top: 2px solid #cc0a15;
  transform: rotate(-45deg);
  top: 0.4rem;
  left: 0.4rem;
}

.boneislife-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border-right: 2px solid #cc0a15;
  transform: rotate(45deg);
  bottom: 0.4rem;
  right: 0.4rem;
}
.boneislife-box .boneislife-box-txt {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.boneislife-box .boneislife-box-txt-red {
  background-color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  color: #cc0a15;
  border: solid 1px #cc0a15;
  margin: 1rem auto;
}
.boneislife-box img {
  width: 200px;
}

@media print, screen and (min-width: 830px) {
  body {
    margin-top: 166px;
  }
  header .head-detail {
    min-height: 166px;
  }
  header .head-detail .site-ttl {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  header.scroll .site-ttl {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  .img_poster {
    display: flex;
    justify-content: center; /* 横方向中央 */
    gap: 20px; /* 画像間のすき間 */
  }
  .img_poster img {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    margin-top: 70px;
  }
  header .head-detail {
    min-height: 70px;
  }
  header .head-detail .site-ttl {
    margin-top: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  #wrap > section {
    padding-bottom: 60px;
  }
  .page-content {
    padding: 25px 15px;
  }
  .boneislife-ttl .ttl-sub img.ttl-sub-pc,
  .boneislife-ttl::after {
    display: none;
  }
  .boneislife-ttl {
    padding: 30px 0 0;
  }
  .boneislife-ttl .ttl-sub01 img,
  .boneislife-ttl h1 img {
    height: 100%;
  }
  .boneislife-ttl .ttl-sub01 {
    width: 50%;
    max-width: none;
    height: auto;
    top: auto;
    bottom: calc(10% * 2 + 10px);
    left: 0;
  }
  .boneislife-ttl .ttl-sub01 img {
    width: 100%;
    max-width: none;
  }
  .boneislife-ttl .ttl-sub,
  .boneislife-ttl .ttl-sub02 {
    width: 100%;
    max-width: none;
    height: auto;
    top: auto;
    bottom: 10%;
    left: 0;
  }
  .boneislife-ttl .ttl-sub img.ttl-sub-sp {
    display: block;
  }
  .boneislife-ttl .ttl-sub img,
  .boneislife-ttl .ttl-sub02 img {
    height: 100%;
    width: 100%;
    max-width: none;
  }
  .boneislife-ttl .key-visual {
    height: 60%;
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
    text-align: right;
  }
  .lead-block {
    width: 100%;
    font-size: 2rem;
  }
  .boneislife-topic {
    margin-top: 60px;
    font-size: 1.8rem;
  }
  .boneislife-topic h2 {
    font-size: 2.8rem;
  }
  .boneislife-topic .boneislife-topic-mt40 {
    margin-top: 20px;
  }
  .boneislife-topic .boneislife-topic-source-txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .resona-mirai-color-block,
  sona-mirai-color-block {
    margin-top: 60px;
    padding: 30px;
  }
  .resona-mirai-color {
    margin: 0 auto;
    padding: 30px 20px;
  }
  .resona-mirai-color h3 {
    margin-bottom: 30px;
  }
  .resona-mirai-color .resona-mirai-color-theme {
    font-size: 2rem;
  }
  .resona-mirai-color .resona-mirai-color-schedule {
    margin-top: 30px;
    font-size: 2rem;
  }
  .banner-img {
    max-width: 100%;
    padding-top: 0rem;
  }
  .banner-expo {
    max-width: 100%;
  }
  .banner-img img {
    display: block;
    margin-bottom: 1rem;
  }
  .boneislife-box {
    padding: 3rem;
  }
  .banner-expo {
    margin: 3rem auto;
    width: 90%;
  }
  .boneislife-box .boneislife-box-txt {
    font-size: 2rem;
    font-weight: bold;
  }

  .boneislife-box .boneislife-box-txt-red {
    font-size: 1.5rem;
  }
  .img_poster {
    flex-direction: column; /* スマホは縦並び */
    align-items: center; /* 縦並びでも中央揃え */
  }
  .img_poster img {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  header .head-detail .site-ttl {
    margin-top: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
