/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
#quote-head {
  color: #fff;
  width: 100%;
  min-height: 92vh;
  padding: 4em 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#quote-head .quote-head-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
@media screen and (min-width: 1921px) {
  #quote-head .quote-head-inner {
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
#quote-head .quote-head-inner .sep-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
}
#quote-head .quote-head-inner .sep-box .quote-head-txt {
  margin-left: auto;
  max-width: 50%;
}
#quote-head .quote-head-inner .sep-box .quote-head-img {
  width: 50%;
  max-width: 50%;
  position: relative;
}
#quote-head:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background: #000;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
#quote-head .contents-area {
  position: relative;
  z-index: 10;
}
#quote-head h1 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.4em;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 0 1em 0;
  margin-top: auto;
}
#quote-head p.catch {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.3em;
}
#quote-head p.catch strong {
  font-size: 1.7em;
}
#quote-head p.catch + p {
  font-size: 1.15em;
  line-height: 1.7;
}
#quote-head ul {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7em;
  padding: 2em 0 0 0;
  list-style: none;
}
#quote-head ul li {
  padding: 0.5em 0 0.5em 1.75em;
  position: relative;
}
#quote-head ul li::after {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  z-index: 10;
  background: #FF5752;
  content: "";
}
#quote-head ul li::before {
  width: 0.5em;
  height: 0.25em;
  position: absolute;
  top: calc(50% - 0.25em);
  left: 0.2em;
  z-index: 11;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
#quote-head .estimate-movie-area {
  width: 100%;
  height: 100%;
  padding-top: 5em;
  position: relative;
}
#quote-head .estimate-movie-area video {
  position: absolute;
}
#quote-head .estimate-movie-area img {
  width: 100%;
  z-index: 10;
}
#quote-head .estimate-movie-area video {
  width: 74%;
  top: calc(13% + 3em);
  left: 13%;
  z-index: 11;
}
#quote-head #quote-btn-area {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#quote-head span.quote-img01, #quote-head span.quote-img02, #quote-head span.quote-img03, #quote-head span.quote-img04, #quote-head span.quote-img05 {
  width: 100%;
  height: 100%;
  min-height: 92vh;
  padding: 4em 1em;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  -webkit-animation: quoteBg 25s infinite;
          animation: quoteBg 25s infinite;
  background-size: cover;
  background-repeat: no-repeat;
}

#quote-head span.quote-img01, 
#quote-head span.quote-img02, 
#quote-head span.quote-img03, 
#quote-head span.quote-img04, 
#quote-head span.quote-img05 {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 0; /* 一旦全部透明にして… */
}

#quote-head span.quote-img01 {
  opacity: 1 !important; /* これだけ表示する */
  z-index: 1;
}

/*
#quote-head span.quote-img01 {
  background-image: url(../img/contents/headline_quote02.jpg);
  z-index: 0;
}
#quote-head span.quote-img02 {
  background-image: url(../img/contents/headline_quote01.jpg);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  z-index: -1;
}
#quote-head span.quote-img03 {
  background-image: url(../img/contents/headline_quote03.jpg);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  z-index: -2;
}
#quote-head span.quote-img04 {
  background-image: url(../img/contents/headline_quote04.jpg);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  z-index: -3;
}
#quote-head span.quote-img05 {
  background-image: url(../img/contents/headline_quote05.jpg);
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
  z-index: -4;
}
*/

@-webkit-keyframes quoteBg {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@keyframes quoteBg {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
.is-animation #quote-head #quote-btn-area {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.badge {
  color: #fff;
  width: 15em;
  height: 15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -3em;
  right: 0;
  z-index: 12;
  border-radius: 50%;
  background: #3AA5CA;
}
.badge dl {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
}
.badge dl dd {
  font-size: 0.95em;
  padding-top: 0.5em;
}

.quote-lead {
  text-align: center;
  padding: 5em 0 2em 0;
}
.quote-lead p.catch {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.3em;
  color: #3AA5CA;
}
.quote-lead p.catch span {
  font-size: 2em;
  color: #FF5752;
  padding: 0 0.25em;
}
.quote-lead p.catch span:after {
  width: 100%;
  height: 0.25em;
  margin: 0;
  bottom: 0.15em;
  z-index: -1;
  background: #F6F6B9;
}
.quote-lead dl {
  padding: 0 0 2em 0;
}
.quote-lead dl dt span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  padding: 0 0.25em 0.25em 0.25em;
  display: inline-block;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.quote-lead dl dt span span {
  font-size: 2em;
  line-height: 1;
  padding: 0;
  border: none !important;
}
.quote-lead dl dd {
  padding: 3.5em 0 0 0;
}
.quote-lead dl dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote-lead dl dd ul li {
  width: 12.5%;
  padding: 0 1em;
}
.quote-lead dl dd ul li img {
  width: 100%;
}

.quote-single {
  padding-bottom: 5em;
}
.quote-single .feature-ul li {
  width: 31.5%;
  padding: 1.5em 1.5em 0.5em 1em;
}
.quote-single .feature-ul li figure {
  padding-bottom: 1em;
}

.quote-contents-material {
  font-size: 1.05em;
  width: 70%;
  margin: 4em auto 0 auto;
}

.print-banner {
  padding: 0 0 5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-banner img {
  width: 40%;
  margin: 0 1em;
}
.print-banner a[target=_blank] {
  width: 40%;
  padding-right: 0;
  margin-right: 0;
  display: inline-block;
  background: none;
}
.print-banner a[target=_blank] img {
  width: 100%;
}

/* works-contents 
   2023.10 add       */
.works-contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  .works-contents {
    width: 900px;
  }
}
.works-contents h3 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-weight: bold;
  font-size: 1.75em;
  position: relative;
  padding: 0 0 0.25em 0;
  margin-bottom: 0.5em;
  display: inline-block;
  line-height: 1.4;
}
.works-contents h3::after {
  width: 85%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #3AA5CA;
  content: "";
}
.works-contents p {
  line-height: 1.5;
  font-size: 1.15em;
}
.works-contents .movie + p {
  padding-top: 0.5em;
}

/* mobile */
@media screen and (max-width: 575px) {
  .works-contents {
    width: 100%;
  }
}