

.adspecial_type1 {
  max-width: none !important;
  color: #444;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.block_sponsored {
  text-align: center;
  border-top: 1px solid #ccc;
}
footer {margin-top: 0;}

.contents-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.article-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
.article-contents p {text-indent: 1em; color: #333;}
.article-contents p.interviewer {text-indent: 0; font-weight: bold;}
.article-contents p span[class^="person"] {margin-left: -1em;}

/* フレーム設定-------------------------------------------------------------------------------- */


.frame_header {
  position: relative;
  margin-bottom: 40px;
}

.frame_header::before {
content: "";
  position: absolute;
display: block;
width: 100%;
height: 300px;
top: 150px;
left: 0;
background-color: #fac000;
opacity: 0.8;
background-image:  linear-gradient(30deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(150deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(30deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(150deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(60deg, #FBCF0077 25%, transparent 25.5%, transparent 75%, #FBCF0077 75%, #FBCF0077), linear-gradient(60deg, #FBCF0077 25%, transparent 25.5%, transparent 75%, #FBCF0077 75%, #FBCF0077);
background-size: 20px 35px;
background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}

.frame_header_inner {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16/9;
  margin: 0 auto;
  background: url(/extra/cybozu_kintone_202209/media/hero.jpg) no-repeat center center;
  background-size: cover;
}


.frame_header_inner  h1 {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 16px 8px;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  color: #000;
  font-size: clamp(14px, 3vw,30px);
  text-align: center;
  background: rgba(251,207,0,.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.frame_header_inner  h1 span {
  display: block;
  width: fit-content;
  margin: -32px auto 0;
  padding: 4px;
  background: rgb(251,207,0);
}


h2.adspecial {
  position: relative;
  margin-top: 40px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.3;
  color: #000;
  border-bottom: 4px solid rgb(251,207,0);
}

h2.adspecial::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
background-color: #fac000;
opacity: 0.8;
background-image:  linear-gradient(30deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(150deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(30deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(150deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(60deg, #FBCF0077 25%, transparent 25.5%, transparent 75%, #FBCF0077 75%, #FBCF0077), linear-gradient(60deg, #FBCF0077 25%, transparent 25.5%, transparent 75%, #FBCF0077 75%, #FBCF0077);
background-size: 20px 35px;
background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}

h2.adspecial::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  display: block;
  width: 4px;
  height: 32px;
  background:rgb(251,207,0);
  transform: rotate(15deg);
}

.article-contents .center span {
  display: block;
  color: #000;
  
}

.info_block {
   max-width: 1000px;
    border: 7px solid #f7ea00;
    border-radius: 7px;
    margin: 80px auto 50px;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 15px #ccc;
}
.info_block:before {
    content: "Information";
    position: absolute;
    top: -35px;
    left: 35%;
    width: 30%;
    padding: 10px 0;
    text-align: center;
    font-size: 120%;
    color: #333;
    background-color: #f7ea00;
    border-radius: 10px;
}

.info_block a, .info_block a img {
    text-align: center;
    display: block;
    color: #333;
    font-weight: bold;
}
.info_block a img {
    box-shadow: 0 0 10px #ccc;
    margin: 15px auto;
}


.article-contents .center {
position: relative;
overflow: hidden;
margin-bottom: 40px;
}
.article-contents .center::before {
content: "";
display: block;
width: 120%;
height: 400px;
position: absolute;
bottom: -150px;
left: -10%;
transform: rotate(-8deg);
background-color: #fac000;
opacity: 0.8;
background-image:  linear-gradient(30deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(150deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(30deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(150deg, #FBCF00 12%, transparent 12.5%, transparent 87%, #FBCF00 87.5%, #FBCF00), linear-gradient(60deg, #FBCF0077 25%, transparent 25.5%, transparent 75%, #FBCF0077 75%, #FBCF0077), linear-gradient(60deg, #FBCF0077 25%, transparent 25.5%, transparent 75%, #FBCF0077 75%, #FBCF0077);
background-size: 20px 35px;
background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}


.article-contents .center img,
.article-contents .center span {
position: relative;
z-index: 5;
}
.article-contents .img-xl {max-width: 360px;}


@media screen and (max-width: 960px) {
  .frame_header::before {display: none;}
}

@media screen and (max-width: 640px) {
   .article-contents .center::before {display: none;}
  .article-contents .img-xl {max-width: none; text-align: center;}
}


