@charset "utf-8";
body {
  color: #333;
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family-alphanumeric: Arial, 'Helvetica Neue', HelveticaNeue, system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  transition: .5s;
}
a:visited {
  color: inherit;
}
img {
  display: inline-block;
  vertical-align: bottom;
}
mark {
  background: none;
  color: inherit;
}
button {
  border: none;
  background: none;
  appearance: none;
  color: inherit;
  cursor: pointer;
}

@media screen and (max-width: 767px) {/*sp*/
  body {
    font-size: calc(10vw / 768vw * 100);
    font-size: 1.5rem;
    line-height: 1.5;
  }
  body.fixed {
    position: fixed;
  }
  *.sp-only {
    display: block;
  }
  *.pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {/*pc*/
  html {
    font-size: calc(10vw / 1200vw * 100);
  }
  body {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media all and (-ms-high-contrast: none) {/* IEのみに適用 */
  html {
    font-size: 62.5%;
  }
}

/* *****************************
 * common
 * ***************************** */
.cvButton {
  display: flex;
  justify-content: center;
}
.cvButton li {
  width: 50%;
  max-width: 420px;
}
.cvButton li + li {
  margin-left: 20px;
}
.cvButton a {
  height: 80px;
  color: #fff;
  font-size: 2.2rem;
}
.cvButton .counseling {
  background: #f21861;
  animation-delay: .2s;
  box-shadow: #b51249 0 7px 0;
}
.cvButton .download {
  background: #1b67b2;
  box-shadow: #13487c 0 7px 0;
}
@media screen and (max-width: 767px) {/*sp*/
  .cvButton .counseling {
    box-shadow: #b51249 0 5px 0;
  }
  .cvButton .download {
    box-shadow: #13487c 0 5px 0;
  }
}
.cvButton small {
  color: #ffffb2;
  display: table;
  margin: 0 auto 6px;
  padding: 0 0.5em 2px;
  font-size: 1.6rem;
  border-bottom: #ffffb2 1px solid;
  position: relative;
}
.cvButton small::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: #ff6 0 solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.cvButton .counseling small::after {
  background: #f21861;
}
.cvButton .download small::after {
  background: #1b67b2;
}
.counseling,
.download {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  top: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 100vh;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.counseling:hover {
  box-shadow:
    #b51249 0 7px 0,
    0 2px 20px rgba(0,0,0,0.5);
  top: -2px;
}
.download:hover {
  box-shadow:
    #13487c 0 7px 0,
    0 2px 20px rgba(0,0,0,0.5);
  top: -2px;
  background: #1b67b2;
}
.counseling:hover {
  background: #f21861;
}
.prSection [data-text] {
  text-align: center;
  padding: 40px 0;
  font-size: 2.4rem;
  position: relative;
}
.prSection [data-text] span {
  display: block;
  position: relative;
  z-index: 2;
}
.prSection [data-text] span.pc-only {
  display: inline;
}
.prSection [data-text]::after {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -6px;
  font-size: 24rem;
  color: #fff;
  line-height: 0.6;
  z-index: 1;
}
.prSection [data-text] strong {
  display: block;
  font-size: 6rem;
  font-weight: 700;
}
.prSection__video {/* video aタグ */
  display: block;
  position: relative;
}
.prSection__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: .5s;
}
.prSection__video:hover::after {
  background: rgba(255,255,255,.3);
}
.prSection__video figure {
  display: block;
  position: relative;
}
.prSection__video figure::before,
.prSection__video figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prSection__video figure::before {
  width: 0;
  height: 0;
  left: calc(50% + 2px);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.prSection__video figure::after {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .5);
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
  transition: .5s;
}
.prSection__video:hover figure::before {

}
.prSection__video:hover figure::after {
  width: 70px;
  height: 70px;
  background: #1b67b2;
}
@media screen and (max-width: 1200px) {
  .cvButton a {
    height: 60px;
    font-size: 1.6rem;
  }
  .cvButton small {
    font-size: 1.2rem;
  }
  .prSection [data-text] {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .prSection [data-text]::after {
    font-size: 12rem;
  }
  .prSection [data-text] strong {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 767px) {
  .cvButton {
    flex-flow: column;
    align-items: center;
  }
  .cvButton a {
    font-size: 1.8rem;
  }
  .cvButton small {
    font-weight: normal;
  }
  .cvButton small::after {
    bottom: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
  }
  .cvButton li {
    width: 100%;
  }
  .cvButton li + li {
    margin-top: 20px;
    margin-left: 0;
  }
  .counseling small,
  .download small {
    font-size: 1rem;
  }
  .prSection [data-text] {
    padding: 0;
    font-size: 4vw;
  }
  .prSection [data-text]::after {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .prSection [data-text] strong {
    font-size: 6vw;
  }
  .prSection [data-text]::after {
    font-size: 28vw;
  }
  .prSection__video figure::before {
    left: calc(50% + 0.5vw);
    border-width: 1.5vw 0 1.5vw 3vw;
  }
  .prSection__video figure::after {
    width: 10vw;
    height: 10vw;
    border-width: 2px;
  }
  .prSection__video:hover figure::after {
    width: 11vw;
    height: 11vw;
  }
}
@media screen and (max-width: 374px) {
  .cvButton a {
    height: 50px;
    font-size: 1.4rem;
  }
}
.checkbox {
  display: none;
}
.checkbox_label {
  position: relative;
}
.checkbox_label::before,
.checkbox_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: .3s;
}
.checkbox_label::before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #b2b2b2;
}
.checkbox_label::after {
  width: 6px;
  height: 12px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
  left: 7px;
}
.checkbox:checked + .checkbox_label::before {
  border-color: #1b67b2;
  background: #1b67b2;
}
.checkbox:checked + .checkbox_label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* *****************************
 * header
 * ***************************** */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: transparent;
  transition: .5s;
  z-index: 1100;
}
.header.js-sticky {
  background: rgba(0,0,0,0.5);
}
.header__logo {
  margin-right: 30px;
  flex-basis: 158px;
  flex-shrink: 0;
}
.header__logo a {

}
.header__logo a:hover {
  opacity: .6;
}
.header nav {
  text-shadow: 0 0 8px rgb(0,0,0,0.5);
  display: flex;
  align-items: center;
  color: #fff;
}
.header ul {
  display: flex;
  align-items: center;
}
.header ul a {
  color: #fff;
  position: relative;
  top: 0;
}
.header ul a:hover {
  top: -5px;
}
.header__nav {
}
.header__nav li + li {
  margin-left: 18px;
}
.header__nav a {
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
  font-size: 1.8rem;
  font-weight: 700;
}
.header__conv {
  margin-left: 30px;
}
.header__conv li + li {
  margin-left: 20px;
}
.header__conv a {
  width: 20vw;
  max-width: 290px;
  height: 50px;
  background: rgba(0,0,0,0.25);
  font-size: 1.6rem;
  border: #fff 2px solid;
  line-height: 1.2;
}
.header__conv a:hover {
  border-color: transparent;
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.header__conv .download small {
  display: block;
  flex-basis: 100%;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (min-width: 1001px) and (max-width: 1375px) {
  .header {
    padding: 20px 10px;
  }
  .header__logo {
    margin-right: 15px;
  }
  .header ul a {
    font-size: 1.4rem;
  }
  .header__nav li + li {
    margin-left: 15px;
  }
  .header__nav span {
    display: block;
  }
  .header__conv {
    margin-left: 15px;
  }
  .header__conv li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 10px 10px 20px;
  }
  .header nav {
    flex-wrap: wrap;
  }
  .header__nav {
    line-height: 1;
  }
  .header__nav a,
  .header__conv a {
    font-size: 1.4rem;
  }
  .header__conv {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .header__conv li {
    flex-basis: 50%;
  }
  .header__conv a {
    max-width: 100%;
    width: 100%;
    height: 40px;
  }
}
.header.js-sticky a {
  border-color: transparent;
}
.header.js-sticky .counseling {
  background: #f21861;
}
.header.js-sticky .download {
  background: #1b67b2;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .fixed .header {
    background: rgba(0,0,0,.75);
  }
  .header__logo {
    flex-basis: 126px;
    flex-shrink: 0;
  }
  .js-modal {
    position: relative;
    flex-basis: 34px;
    flex-shrink: 0;
    height: 32px;
    color: #fff;
    border-top: 3px solid #fff;
    font-size: 1rem;
    line-height: 55px;
    box-sizing: content-box;
  }
  .js-modal::before,
  .js-modal::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  .js-modal::before {
    top: 6px;
  }
  .js-modal::after {
    top: 15px;
  }
  .js-modalContent {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(0,0,0,.75);
    overflow: auto;
  }
  .js-modalClose {
    margin-top: 5px;
    border-top: none;
  }
  .js-modalClose::before,
  .js-modalClose::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 28px;
    height: 3px;
    background: #fff;
  }
  .js-modalClose::before {
    transform: translateX(-50%) rotate(45deg);
  }
  .js-modalClose::after {
    transform: translateX(-50%) rotate(135deg);
  }
  .header nav {
    margin-top: 40px;
  }
  .header ul {
    flex-flow: column;
    flex-basis: 100%;
  }
  .header ul li + li {
    margin-top: 40px;
    margin-left: 0;
  }
  .header__nav a {
    font-size: 2rem;
  }
  .header__nav a:hover {
    padding-bottom: 0;
  }
  .header__nav a {
    font-size: 2rem;
  }
  .header__conv {
    margin: 12vw 40px 0;
  }
  .header__conv a {
    font-size: 1.6rem;
    text-shadow: none;
  }
  .header__conv li {
    width: 100%;
    max-width: 400px;
  }
  .header__conv a {
    height: 60px;
    border: 0;
  }
  .header__conv .counseling {
    background: #f21861;
    box-shadow: #b51249 0 5px 0;
  }
  .header__conv .download {
    background: #1b67b2;
    box-shadow: #13487c 0 5px 0;
  }
  .header__conv .counseling small,
  .header__conv .download small {
    color: #ffffb2;
    display: table;
    margin: 0 auto 6px;
    padding: 0 0.5em 2px;
    border-bottom: #ffffb2 1px solid;
    position: relative;
  }
  .header__conv small::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border: #ff6 0 solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .header__conv .counseling small::after {
    background: #f21861;
  }
  .header__conv .download small::after {
    background: #1b67b2;
  }
}
@media screen and (max-width: 374px) {
  .header nav {
    margin-top: 10vw;
  }
  .header ul li + li {
    margin-top: 30px;
  }
  .header__conv a {
    font-size: 1.6rem;
  }
  .header__nav a {
    font-size: 5vw;
  }
  .header__conv {
    margin: 12vw 20px 0;
  }
}

/* *****************************
 * Main Visual
 * ***************************** */
.mvArea {
  width: 100%;
  position: relative;
  /* background: center / cover no-repeat url("../img/mv__pc.png"); */
  text-align: center;
  max-height: calc(100vh - 40px);
  height: 100%;
  /* height: calc(55vw); */
}
.mvArea__catch {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.mvArea__description {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8vw;
}
.mvArea__description span {
  display: block;
  font-size: 2.4vw;
}
.mvArea__description strong {
  display: block;
}
.mvArea__description strong img {
  width: 50vw;
}
.mvArea .cvButton {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mvArea__video {
  max-height: 100vh;
  overflow: hidden;
}
.mvArea video {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .mvArea .cvButton {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .mvArea__catch {
    top: calc(50% - 15vw);
    z-index: 1;
  }
  .mvArea__description {
    font-size: 3vw;
  }
  .mvArea__description span {
    font-size: 4vw;
  }
  .mvArea__description strong img {
    width: 80vw;
  }
  .mvArea__video {
    position: relative;
    padding-bottom: 100%;
  }
  .mvArea video {
    max-width: inherit;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 374px) {
  .mvArea .cvButton {
    bottom: 10px;
  }
}

/* *****************************
 * Main Contents
 * ***************************** */

/* ********************************************
 * 三冠達成 */
.no1_contents {
  background: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .no1_contents {
    padding: 40px 15px;
  }
}
.no1_contents__head img {
  margin: auto;
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 960px) {
  .no1_contents__head img.pc {
    display: none;
  }
  .no1_contents__head img.sp {
    display: block;
    max-width: 690px;
    margin: 0 auto;
  }
}
.no1_contents__list {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
@media screen and (max-width: 960px) {
  .no1_contents__list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 690px;
    margin: 23px auto 0;
  }
}
.no1_contents__list li {
  max-width: 253px;
}
@media screen and (max-width: 960px) {
  .no1_contents__list li {
    width: calc(50% - 5px);
    max-width: inherit;
  }
}
.no1_contents__list li + li {
  margin-left: 36px;
}
@media screen and (max-width: 960px) {
  .no1_contents__list li + li {
    margin-left: 0;
  }
  .no1_contents__list li:last-child {
    margin: 15px auto 0;
  }
}
.no1_contents__supplement {
  display: block;
  margin-top: 46px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .no1_contents__supplement {
    margin-top: 30px;
    text-align: left;
    line-height: 1.25;
  }
}

/* ********************************************
 * 導入企業 */
.prSection.is-company {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 10px 80px;
  text-align: center;
}
.prSection.is-company h2 {
  font-size: 4rem;
  font-weight: 700;
}
.prSection.is-company h2 span {
  display: block;
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .prSection.is-company {
    padding-top: 40px;
  }
  .prSection.is-company h2 {
    font-size: 2.6rem;
  }
  .prSection.is-company h2 span {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-company {
    padding-bottom: 50px;
  }
}
.prSection__company {
  display: flex;
  flex-wrap: wrap;
  max-width: 1960px;
}
.prSection__company img {
  margin: 0 auto;
}
.prSection__company li {
  flex-basis: calc(100% / 6 - 3.2% * 5 / 6);
  margin-top: 40px;
}
.prSection__company li + li {
  margin-left: 3.2%;
}
@media screen and (min-width: 1201px) {
  .prSection__company li:nth-child(6n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .prSection__company {
    margin: 0 20px;
  }
  .prSection__company li {
    flex-basis: calc(100% / 3 - 6% * 2 / 3);
  }
  .prSection__company li + li {
    margin-left: 6%;
  }
  .prSection__company li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .prSection__company {
    margin-top: 20px;
  }
  .prSection__company li {
    margin-top: 15px;
  }
}

/* ********************************************
 * お客様の声 */
.prSection.is-review {
  padding: 36px 0;
  position: relative;
  background: #6cd0d9;
}
.prSection.is-review::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%) rotate(45deg);
  background: #6cd0d9;
  border-radius: 4px;
}
.prSection.is-review h2 {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0,0,0,0);
  text-shadow:
  -4px 2px 0 #ffffb2,
  -3px 3px 0 #fff,
  -5px 1px 0 #fff,
  -5px 3px 0 #fff,
  -3px 1px 0 #fff,
  -4px 3px 0 #fff,
  -4px 1px 0 #fff,
  -5px 2px 0 #fff,
  -3px 2px 0 #fff;
  font-size: 6rem;
  font-weight: 700;
  -webkit-text-stroke: 2px #333;
  text-stroke: 2px #333;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'HiraKakuProN-W6', 'Hiragino Kaku Gothic ProN W6', 'HiraKakuN-W6', 'Hiragino Kaku Gothic N W6';
}
.prSection.is-review h2 span {
  display: inline-block;
  position: relative;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .prSection.is-review h2 {
    font-size: 5rem;
    -webkit-text-stroke: 1px #333;
    text-stroke: 1px #333;
  }
  .prSection.is-review h2 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-review::before {
    width: 25px;
    height: 25px;
    top: -10px;
    border-radius: 2px;
  }
  .prSection.is-review h2 {
    margin: 0 2vw;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0) rotate(-5deg);
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-shadow: 2px 2px 0 #ffffb2;
    font-size: 9vw;
  }
  .prSection.is-review h2 span {
    font-size: 7vw;
  }
}
.prSection__review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .prSection__review {
    padding: 0 20px;
  }
}
.prSection__review__item {
  flex-basis: 42%;
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
  transform: rotate(-5deg);
}
.prSection__review__item::before,
.prSection__review__item::after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.prSection__review__item::after {
  top: -30px;
  left: 10px;
}
.prSection__review__item__text {
  font-size: 1.8rem;
  font-weight: 700;
}
.prSection__review__item__text mark {
  font-size: 4rem;
  color: #333;
  background: none;
  position: relative;
}
.prSection__review__small {
  font-size: 1.8rem;
}
.prSection__review__item__text mark::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffb2;
  z-index: -1;
}
.prSection__review__big {
  font-size: 3rem;
}
.prSection__review__bigger {
  font-size: 4rem;
}
.prSection__review__item__reviewer {
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
}
.prSection__review__item__reviewer span {
  margin: 0 5px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .prSection__review__item {
    margin-top: 40px;
  }
  .prSection__review__small,
  .prSection__review__item__text {
    font-size: 1.6rem;
  }
  .prSection__review__item__text mark,
  .prSection__review__bigger {
    font-size: 3rem;
  }
  .prSection__review__big {
    font-size: 2rem;
  }
  .prSection__review__item__reviewer {
    font-size: 1.2rem;
  }
  .prSection__review__item__reviewer span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__review {
    flex-flow: column;
    margin-top: 10px;
    padding: 0 7vw;
  }
  .prSection__review__item {
    flex-basis: 100%;
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
  }
  .prSection__review__item:nth-child(odd) {
    order: 1
  }
  .prSection__review__item:nth-child(even) {
    order: 2
  }
  .prSection__review__item::before,
  .prSection__review__item::after {
    width: 60px;
    height: 30px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .prSection__review__item::before {
    top: 0;
  }
  .prSection__review__item::after {
    top: -5px;
    left: 5px;
  }
  .prSection__review__item__text mark,
  .prSection__review__bigger {
    font-size: 7vw;
  }
  .prSection__review__small,
  .prSection__review__item__text {
    font-size: 3.5vw;
  }
  .prSection__review__big {
    font-size: 5.5vw;
  }
  .prSection__review__normal {
    font-size: 3vw;
    font-weight: 400;
  }
  .prSection__review__item__reviewer {
    font-size: 2.5vw;
  }
  .prSection__review__item__reviewer span {
    font-size: 3.5vw;
  }
  .prSection.is-review {
    padding: 30px 20px;
  }
  .prSection.is-review .slide {
    margin-top: 20px;
  }
}

/* ********************************************
 * こんな課題はありませんか？ */
.prSection.is-issue {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
.prSection.is-issue h2 {
  padding-bottom: 7vw;
  font-size: 2.4rem;
  font-weight: 700;
}
.prSection.is-issue h2 strong {
  display: block;
  font-size: 4.8rem;
}
.prSection.is-issue h2 strong span {
  color: #f21861;
}
.prSection__issueWrap {
  background: center / cover url(../img/issue_bg.jpg) no-repeat;
  padding: 220px 20px 80px;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .prSection__issueWrap {
    padding: 180px 20px 50px;
  }
}
@media screen and (max-width: 320px) {
  .prSection__issueWrap {
    background-repeat: repeat;

    padding: 180px 20px 10px;
  }
}

.prSection__issueWrap__issues {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -6vw;
  left: 0;
}
.prSection__issueWrap__issues li {
  width: 30%;
  padding: 36px 10px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(51,51,51,.2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  color: #333;
  z-index: 2;
}
.prSection__issueWrap__issues li + li {
  margin-left: 2%;
}
.prSection__issueWrap__issues li::before {
  content: "";
  display: block;
  width: 120px;
  height: 148px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.prSection__issueWrap__issues li.is-boy::before {
  background: url(../img/issue_illust_boy.png) no-repeat;
}
.prSection__issueWrap__issues li.is-girl::before {
  background: url(../img/issue_illust_girl.png) no-repeat;
}
.prSection__issueWrap__issues li span {
  color: #f21861;
}
@media screen and (max-width: 1200px) {
  .prSection.is-issue {
    padding-top: 40px;
  }
  .prSection.is-issue h2 {
    font-size: 1.8rem;
  }
  .prSection.is-issue h2 strong {
    font-size: 3rem;
  }
  .prSection__issueWrap__issues li {
    font-size: 1.6rem;
  }
  .prSection__issueWrap__issues li::before {
    width: 12vw;
    height: 14vw;
  }
  .prSection__issueWrap__issues li.is-boy::before,
  .prSection__issueWrap__issues li.is-girl::before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-issue {
    padding-bottom: 0;
  }
  .prSection.is-issue h2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: -2vw;
    font-size: 4vw;
  }
  .prSection.is-issue h2::before,
  .prSection.is-issue h2::after {
    content: "";
    width: 16vw;
    height: 19vw;
    position: absolute;
    bottom: 6vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .prSection.is-issue h2::before {
    background-image: url(../img/issue_illust_boy.png);
    right: calc(100% - 23vw);
  }
  .prSection.is-issue h2::after {
    background-image: url(../img/issue_illust_girl.png);
    left: calc(100% - 23vw);
  }
  .prSection.is-issue h2 strong {
    font-size: 6vw;
  }
  .prSection__issueWrap {
    padding-top: 36vw;
    margin-top: 20vw;
    background: center / 100% url(../img/issue_bg__sp.jpg) no-repeat;
    position: relative;
  }
  .prSection__issueWrap::before {
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 36vw;
    width: 100%;
    background: #fff;
  }
  .prSection__issueWrap__issues {
    width: calc(100% - 40px);
    flex-flow: column;
    margin: 0 20px;
    top: -24vw;
  }
  .prSection__issueWrap__issues li {
    width: 100%;
    padding: 10px;
    font-size: 3.5vw;
  }
  .prSection__issueWrap__issues li::before {
    content: none;
  }
  .prSection__issueWrap__issues li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.prSection__issueWrap__text {
  font-size: 4rem;
  line-height: 1.6;
  text-shadow: 0 0 10px #000;
}
.prSection__issueWrap__text span {
  display: block;
  font-size: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .prSection__issueWrap__text {
    font-size: 2.4rem;
  }
  .prSection__issueWrap__text span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__issueWrap__text {
    margin-top: 30px;
    font-size: 5vw;
  }
  .prSection__issueWrap__text span {
    font-size: 6vw;
  }
}
.prSection__issueWrap__text strong {
  font-weight: 700;
}
.prSection__issueWrap__text mark {
  display: inline-block;
  position: relative;
  background: none;
}
@media screen and (max-width: 375px) {
  .prSection__issueWrap__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .prSection__issueWrap__text {
    font-size: 12px;
  }
}

.prSection__issueWrap__description {
  margin-top: 50px;
  font-size: 3rem;
  line-height: 1.5;
}
.prSection__issueWrap__description span {
  display: inline-block;
  font-weight: 700;
  background: #fff;
  color: #341f0b;
  margin: 0 6px 4px;
}
@media screen and (max-width: 1200px) {
  .prSection__issueWrap__description {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__issueWrap__description {
    margin-top: 16px;
    font-size: 4vw;
    line-height: 1.5;
  }
  .prSection__issueWrap__description span {
    margin: 4px;
  }
}
.prSection__issueWrap__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.6rem;
}
.prSection__issueWrap__list li {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 30px;
}
.prSection__issueWrap__list li + li {
  margin-left: 20px;
}
.prSection__issueWrap__list li:last-child {
  border: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .prSection__issueWrap__list {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .prSection__issueWrap__list li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__issueWrap__list {
    max-width: 50%;
    margin: 8px auto 0;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .prSection__issueWrap__list li {
    margin-top: 5px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .prSection__issueWrap__list li:nth-child(3) {
    margin-left: 0;
  }
  .prSection__issueWrap__list li:last-child {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .prSection__issueWrap__list {
    max-width: 60%;
  }
}
@media screen and (max-width: 375px) {
  .prSection__issueWrap__list {
    max-width: 75%;
  }
}
@media screen and (max-width: 320px) {
  .prSection__issueWrap__list {
    max-width: 95%;
  }
}
.prSection__issueWrap__bottomText {
  margin-top: 60px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .prSection__issueWrap__bottomText {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__issueWrap__bottomText {
    margin-top: 20px;
    font-size: 4vw;
  }
}
.prSection__issueWrap__finish {
  max-width: 990px;
  height: 60px;
  margin: 20px auto 0;
  padding: 0 40px;
  background: #fff;
  border-radius: 30px;
  color: #f21861;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .prSection__issueWrap__finish {
    height: 50px;
    border-radius: 25px;
    font-size: 2.2rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__issueWrap__text mark::before,
  .prSection__issueWrap__text mark::after {
    content: "";
    display: block;
    width: 0;
    /* height: 2px; */
    height: 1px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: .8s;
  }
  .prSection__issueWrap__text mark::after {
    /* transition-delay: .2s; */
  }
  .prSection__issueWrap__text mark.scrollin::before,
  .prSection__issueWrap__text mark.scrollin::after {
    width: 100%;
  }
  .prSection__issueWrap__text mark::before {
    bottom: 0;
  }
  .prSection__issueWrap__text mark::after {
    /* bottom: -6px; */
    bottom: -3px;
  }
  .prSection__issueWrap__finish {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vw;
    padding: 0;
    border-radius: 7.5vw;
    font-size: 4.3vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .prSection__issueWrap__finish {
    font-size: 11px;
    margin-top: 5px;
  }
}

/* ********************************************
 * 共感を生む動画 */
.imageMovie {
  display: flex;
  margin: 0 auto 50px;
  padding: 40px;
  flex-direction: row-reverse;
  align-items: center;
  background: #c3e5e3;
  max-width: 1200px;
}
.imageMovie + .f_contents {
  margin-top: 49px;
}
.imageMovie__columnText {
  width: 47.476%;
}
.imageMovie__heading {
  color: #f21861;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}
.imageMovie__text {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}
.imageMovie__columnImage {
  padding-right: 40px;
  width: 52.524%;
}
.imageMovie__movie {
  padding-top: 56.2%;
  position: relative;
  width: 100%;
}
.imageMovie__movieFrame {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .imageMovie {
    margin: 20px auto 0;
    flex-direction: column-reverse;
  }
  .imageMovie__columnText {
    width: 100%;
  }
  .imageMovie__heading {
    text-align: center;
  }
  .imageMovie__text {
    text-align: center;
  }
  .imageMovie__columnImage {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .imageMovie {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .imageMovie {
    margin: 30px auto 35px;
    padding: 20px 22px 24px;
  }
  .imageMovie + .f_contents {
    margin-top: 35px;
  }
  .imageMovie__heading {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .imageMovie__text {
    font-size: 1.6rem;
  }
  .imageMovie__columnImage {
    margin-bottom: 12px;
  }
}

/* ********************************************
 * 企業PR・ライフイベント動画の特長 */
.prSection.is-features {
  padding: 40px 0 80px;
  background: #f2f2f2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .prSection.is-features {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .prSection.is-features {
    padding-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .prSection.is-features {
    padding-top: 30px;
  }
}
.prSection__features {
  max-width: 1200px;
  margin: 0 auto;
}
.prSection__features__item {
  position: relative;
  counter-increment: features;
}
.prSection__features__item + li {
  margin-top: 50px;
}
.prSection__features__wrap {
  width: 70%;
  margin: 0 auto 0 0;
  margin-right: 0;
  padding: 35px 80px 40px 40px;
  background: #fff;
}
.prSection__features__item:nth-child(2n) .prSection__features__wrap {
  margin: 0 0 0 auto;
  padding: 35px 40px 40px 80px;
}
.prSection__features__wrap__img {
  width: calc(100% / 3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.prSection__features__item:nth-child(2n) .prSection__features__wrap__img {
  right: auto;
  left: 0;
}
.prSection__features__wrap__title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  color: #f21861;
  padding-left: 88px;
  line-height: 1;
}
.prSection__features__wrap__title:before {
  content: "0"counter(features);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ccc;
  font-family: din-condensed, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: -6px;
}
.prSection__features__wrap__title span {
  display: inline-block;
  margin-top: -6px;
  margin-right: 8px;
  padding: 5px 15px;
  background: #f21861;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
.prSection__features__wrap__subTitle {
  margin-top: 20px;
  font-size: 3.6rem;
  font-weight: 700;
}
.prSection__features__wrap__content {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .prSection__features__wrap {
    width: 55%;
    padding: 15px 40px 20px 20px;
  }
  .prSection__features__item:nth-child(2n) .prSection__features__wrap {
    margin: 0 0 0 auto;
    padding: 15px 20px 20px 40px;
  }
  .prSection__features__wrap__img {
    width: calc(50% - 20px);
  }
  .prSection__features__item:nth-child(2n) .prSection__features__wrap__img {
    right: auto;
    left: 0;
  }
  .prSection__features__wrap__title {
    padding-left: 70px;
    font-size: 1.6rem;
  }
  .prSection__features__wrap__title:before {
    font-size: 8rem;
  }
  .prSection__features__wrap__title span {
    font-size: 1.4rem;
  }
  .prSection__features__wrap__subTitle {
    font-size: 2.4rem;
  }
  .prSection__features__wrap__content {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-features {
    padding-bottom: 40px;
  }
  .prSection.is-features h2 {
    line-height: 1.2;
  }
  .prSection.is-features h2::after {
    line-height: 1.2;
  }
  .prSection__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    padding: 0 20px;
    font-size: 4.3vw;
    overflow: hidden;
  }
  .prSection__features__item {
    flex-basis: calc(50% - 10px);
    background: #fff;
  }
  .prSection__features__item + li {
    margin-top: 20px;
  }
  .prSection__features__item:nth-child(2) {
    margin-top: 0;
  }
  .prSection__features__wrap {
    width: 100%;
    padding: 14px 10px 20px;
  }
  .prSection__features__item:nth-child(2n) .prSection__features__wrap {
    padding: 20px 10px;
  }
  .prSection__features__wrap__img {
    position: static;
    top: 0;
    transform: none;
    width: 100%;
  }
  .prSection__features__wrap__img img {
    width: 100%;
  }
  .prSection__features__wrap__title {
    font-size: 4vw;
    padding-left: 11vw;
  }
  .prSection__features__wrap__title:before {
    left: -15px;
    font-size: 6rem;
    font-size: 17vw;
  }
  .prSection__features__wrap__title span {
    font-size: 1.2rem;
    padding: 3px 5px;
    line-height: 1;
  }
  .prSection__features__wrap__subTitle {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 5.5vw;
  }
  .prSection__features__wrap__content {
    margin-top: 5px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 560px) {
  .prSection__features__item {
    flex-basis: 100%;
  }
  .prSection__features__item:nth-child(2) {
    margin-top: 20px;
  }
}

/* ********************************************
 * 丸投げOK */
.prSection.is-result {
  padding: 50px 10px;
  background: url(../img/result_bg.jpg) center / cover no-repeat;
}
.prSection__resultWrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.prSection__resultTop {
  height: 70px;
  background: #70ccc4;
  border: 2px solid #fff;
  border-radius: 35px;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 66px;
}
.prSection__resultTop span {
  color: #f21861;
}
.prSection__resultWrap h2 {
  margin-top: 10px;
  font-size: 4.8rem;
  font-weight: 700;
}
.prSection__resultWrap h2 span {
  color: #f21861;
}
.prSection__resultText {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.prSection__resultText small {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}
.prSection__resultWrap .cvButton {
  margin-top: 40px;
}
.prSection__result {
  margin: 80px 60px 0;
  background: #f2f2f2;
  padding: 60px 20px;
  overflow: hidden;
  max-width: 1320px
}
@media screen and (min-width: 1450px) {
  .prSection__result {
    margin: 80px auto;
  }
}
@media screen and (max-width: 1200px) {
  .prSection__result {
    margin: 80px 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .prSection__result {
    margin: 80px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .prSection__result {
    margin: 80px 20px 0;
  }
}
.prSection__result h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.prSection__result h3 small {
  margin-left: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}
.prSection__resultList {
  max-width: 1040px;
  margin: 20px auto 0;
  border: 0 solid #ccc;
  border-width: 2px 0;
  position: relative;
}
.prSection__resultList__wrap {
  display: flex;
  align-items: stretch;
}
.prSection__resultList__wrap + .prSection__resultList__wrap {
  position: relative;
}
.prSection__resultList__wrap + .prSection__resultList__wrap .prSection__resultList__title {
  border-top: 2px solid #fff;
}
.prSection__resultList__wrap + .prSection__resultList__wrap .prSection__resultList__contents {
  border-top: 2px solid #ccc;
}
.prSection__resultList__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 20%;
  flex-grow: 1;
  flex-shrink: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.prSection__resultList__title.is-documentary {
  background: #cc3d6d url(../img/resultList_bg_1.jpg) no-repeat 50% 50% / cover;
}
.prSection__resultList__title.is-news {
  background: #3e78b2 url(../img/resultList_bg_2.jpg) no-repeat 50% 50% / cover;
}
.prSection__resultList__title.is-variety {
  background: #17998e url(../img/resultList_bg_3.jpg) no-repeat 50% 50% / cover;
}
.prSection__resultList__title.is-documentary::after,
.prSection__resultList__title.is-news::after,
.prSection__resultList__title.is-variety::before,
.prSection__resultList__title.is-variety::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100vh;
  box-shadow: rgba(0, 0, 0, .2) 4px 4px 8px;
  z-index: 1;
}
.prSection__resultList__title.is-documentary::after {
  width: 180px;
  height: 180px;
  top: 20px;
  right: 0;
  background: transparent url(../img/resultList_member_1.png) no-repeat 50% 50% / cover;
}
.prSection__resultList__title.is-news::after {
  width: 150px;
  height: 150px;
  top: 60px;
  right: 120px;
  background: transparent url(../img/resultList_member_2.png) no-repeat 50% 50% / cover;
}
.prSection__resultList__title.is-variety::before {
  width: 100px;
  height: 100px;
  bottom: 130px;
  right: 10px;
  background: transparent url(../img/resultList_member_3.png) no-repeat 50% 50% / cover;
}
.prSection__resultList__title.is-variety::after {
  width: 90px;
  height: 90px;
  bottom: 20px;
  right: 60px;
  background: transparent url(../img/resultList_member_4.png) no-repeat 50% 50% / cover;
}
.prSection__resultList__contents {
  flex-basis: 80%;
  padding: 20px 10px 20px 20px;
}
.prSection__resultList__contents + .prSection__resultList__contents {
  padding: 20px 20px 20px 10px;
}
.prSection__resultList__contents li {
  display: flex;
  position: relative;
  z-index: 2;
}
.prSection__resultList__contents li p {
  flex-basis: 12%;
  flex-shrink: 1;
}
.prSection__resultList__contents li span {
  display: block;
  flex-basis: 88%;
  flex-grow: 1;
  position: relative;
  padding-left: 1em;
}
.prSection__resultList__contents li span::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.prSection__resultList__contents br.tab-only,
.prSection__resultList__contents br.sp-only {
  display: none;
}
.prSection__resultList__contents br.pc-only {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .prSection.is-result {
    padding: 40px 20px 30px;
  }
  .prSection__resultTop {
    margin: 0 20px;
    height: 50px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  .prSection__resultWrap h2 {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .prSection__resultWrap .cvButton {
    margin: 20px 20px 0;
    flex-flow: column;
    align-items: center;
  }
  .prSection__resultWrap .cvButton li {
    width: 100%;
  }
  .prSection__resultWrap .cvButton li + li {
    margin-top: 20px;
    margin-left: 0;
  }
  .prSection__resultText {
    margin-top: 20px;
    font-size: 1.8rem;
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .prSection__resultText small {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .prSection.is-result h3 {
    margin-top: 60px;
    font-size: 1.8rem;
    text-align: left;
  }
  .prSection.is-result h3 small {
    font-size: 1.2rem;
  }
  .prSection__resultList__title {
    font-size: 1.6rem;
  }
  .prSection__resultList__title.is-documentary::after {
    width: 135px;
    height: 135px;
    top: -20px;
    right: -30px;
  }
  .prSection__resultList__title.is-news::after {
    width: 112px;
    height: 112px;
    top: -10px;
    right: 5px;
  }
  .prSection__resultList__title.is-variety::before {
    width: 75px;
    height: 75px;
    bottom: auto;
    top: -25px;
    right: -10px;
  }
  .prSection__resultList__title.is-variety::after {
    width: 67px;
    height: 67px;
    bottom: auto;
    top: 70px;
    right: 20px;
  }
  .prSection__resultList__contents {
    font-size: 1.4rem;
    padding: 10px 5px 10px 10px;
  }
  .prSection__resultList__contents + .prSection__resultList__contents {
    padding: 10px 10px 10px 5px;
  }
  .prSection__resultList__contents li p {
    flex-basis: 30%;
  }
  .prSection__resultList__contents br.pc-only,
  .prSection__resultList__contents br.sp-only {
    display: none;
  }
  .prSection__resultList__contents br.tab-only {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-result {
    padding: 40px 0;
  }
  .prSection__resultTop {
    height: 10vw;
    line-height: calc(10vw - 2px);
    margin: 0 40px;
    font-size: 4vw;
  }
  .prSection__resultWrap h2 {
    font-size: 5vw;
  }
  .prSection__resultText {
    line-height: 1.5;
    font-size: 4vw;
  }
  .prSection__resultText small {
    margin-top: 28px;
    font-size: 3.5vw;
  }
  .prSection__resultWrap .counseling small,
  .prSection__resultWrap .download small {
    font-size: 3vw;
  }
  .prSection__result {
    margin: 40px auto 0;
  }
  .prSection.is-result h3 {
    margin-top: 0;
    padding: 40px 20px 20px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    font-size: 3.5vw;
    text-align: center;
  }
  .prSection__resultList {
    border: none;
  }
  .prSection__resultList__wrap {
    display: block;
    line-height: 1.8;
  }
  .prSection__resultList__title {
    justify-content: flex-start;
    padding: 5px 10px;
    font-size: 3.5vw;
    height: 60px;
  }
  .prSection__resultList__contents  {
    padding: 0;
    font-size: 3.2vw;
  }
  .prSection__resultList__contents + .prSection__resultList__contents {
    padding: 0;
  }
  .prSection__resultList__title + .prSection__resultList__contents {
    margin-top: 10px;
  }
  .prSection__resultList__wrap + .prSection__resultList__wrap .prSection__resultList__title {
    margin-top: 20px;
    border-top: none;
  }
  .prSection__resultList__wrap + .prSection__resultList__wrap .prSection__resultList__contents {
    border-top: none;
  }
  .prSection__resultList__contents li p {
    flex-basis: 6em;
  }
  .prSection__resultList__contents li span {
    flex-basis: calc(100% - 6em);
  }
  .prSection__resultList__contents br.pc-only,
  .prSection__resultList__contents br.tab-only {
    display: none;
  }
  .prSection__resultList__contents br.sp-only {
    display: inline;
  }
}

/* ********************************************
 * インタビュー */
.prSection.is-interview {
  max-width: 1200px;
  padding: 30px 60px;
  margin: 40px auto;
  background: #b8e2e5;
}
.prSection.is-interview h2 {
  padding-bottom: 15px;
  font-weight: 700;
}
.prSection.is-interview h2::after {
  color: #8dd2d9;
}
.prSection__interview {
  padding: 20px;
  position: relative;
}
.prSection__interview__item {
  position: relative;
}
.prSection__interview__item + li {
  margin-top: 40px;
}
.prSection__interview__item__header {
  margin: -50px 50px 0;
  width: calc(95% - 100px);
  margin-top: -50px;
  padding: 30px;
  position: relative;
  top: 50px;
  left: -50px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #1b67b2;
  border-radius: 40px;
  z-index: 2;
}
.prSection__interview__item__header figure {
  display: block;
  position: absolute;
  right: -120px;
  bottom: -80px;
}
.prSection__interview__item__header figcaption {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .prSection.is-interview {
    padding: 30px;
  }
  .prSection__interview {
    padding-top: 0;
  }
  .prSection__interview__item__header {
    font-size: 1.8rem;
  }
  .prSection__interview__item__header figure {
    /* width: */
    right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__interview {
    padding: 0;
  }
}
.prSection__interview__item__wrap {
  padding: 70px 50px 100px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
@media screen and (max-width: 1200px) {
  .prSection__interview__item__wrap {
    padding: 70px 20px 100px;
  }
}
.prSection__interview__item__wrap h3 {
  padding-left: 16px;
  border-left: 6px solid #1b67b2;
  color: #1b67b2;
  font-size: 2rem;
  font-weight: 700;
}
.prSection__interview__item__wrap h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.prSection__interview__q {
  margin-top: 30px;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}
.prSection__interview__q::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 100px;
  left: 0;
  background-image: -moz-linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
  background-image: -ms-linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
  transition: 1s;
}
.prSection__interview__q.js-on {
  max-height: 3000px
}
.prSection__interview__q.js-on::after {
  background-image: -moz-linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100% );
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100% );
  background-image: -ms-linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100% );
}
.prSection__interview__q__item {
  display: flex;
  flex-wrap: wrap;
}
.prSection__interview__q__item + li {
  margin-top: 30px;
}
.prSection__interview__q__item div {
  flex-basis: 64%;
  padding-right: 30px;
}
.prSection__interview__q__item h4 {
  position: relative;
  padding-left: 30px;
  color: #1b67b2;
  font-size: 2rem;
  font-weight: 700;
}
.prSection__interview__q__item h4::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  font-family: din-condensed, sans-serif;
  line-height: 1;
}
.prSection__interview__q__item div p {
  margin-top: 10px;
}
.prSection__interview__q__item figure {
  flex-basis: 36%;
  flex-grow: 1;
  max-width: 340px;
}
.prSection__interview__q__item:nth-child(2n+1) div {
  order: 2;
  padding-right: 0;
  padding-left: 30px;
}
.prSection__interview__q__item:nth-child(2n+1) figure {
  order: 1;
}
.prSection__interview__q__item__question {
  order: 3;
  width: 100%;
  margin-top: 30px;
  padding: 30px 40px;
  background: #f2f2f2;
  border-radius: 10px;
}
.prSection__interview__q__item__question span {
  font-weight: 700;
}
.prSection__interview__item__btn {
  display: block;
  width: 220px;
  height: 44px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #f2f2f2;
  border: 2px solid #1b67b2;
  border-radius: 4px;
  color: transparent;
  font-weight: 700;
}
.prSection__interview__item__btn::before {
  content: attr(data-allow);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1b67b2;
  font-size: 2rem;
}
.prSection__interview__item__btn.js-on::before {
  content: attr(data-disallow);
}
.prSection__interview__item__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 3px solid #1b67b2;
  border-right: 3px solid #1b67b2;
  transition: 0.5s;
}
.prSection__interview__item__btn.js-on::after {
  margin-top: 4px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .prSection.is-interview {
    margin: 40px 0 20px;
    padding: 50px 20px;
  }
  .prSection__interview__item__header {
    font-size: 4vw;
    border-radius: 10px;
    width: 100%;
    padding: 15px 25vw 15px 20px;
  }
  .prSection__interview__item__header figure {
    top: 10px;
    right: 10px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .prSection__interview__item__header figure img {
    width: 20vw;
  }
  .prSection__interview__item__header figcaption {
    color: #fff;
    font-size: 1rem;
  }
  .prSection__interview__item__wrap h3 {
    padding-left: 8px;
    border-left-width: 3px;
  }
  .prSection__interview__item__wrap h3,
  .prSection__interview__item__wrap h3 span {
    font-size: 1.2rem;
  }
  .prSection__interview__q__item {
    display: block;
  }
  .prSection__interview__q__item figure {
    margin-top: 20px;
    max-width: 100%;
  }
  .prSection__interview__q__item div {
    padding-right: 0;
  }
  .prSection__interview__q__item:nth-child(2n+1) div {
    padding-left: 0;
  }
  .prSection__interview__q.js-on {
    max-height: 5000px;
  }
  .prSection__interview__q__item h4 {
    font-size: 4vw;
    padding-left: 24px;
  }
  .prSection__interview__q__item h4::before {
    font-size: 2.5rem;
    font-weight: 400;
  }
  .prSection__interview__q__item p {
    font-size: 3.8vw;
    line-height: 2;
  }
  .prSection__interview__q__item__question {
    padding: 20px;
  }
  .prSection__interview__item__btn {
    font-size: 4vw;
  }
  .prSection__interview__item__btn::before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .prSection__interview__item__header figcaption {
    width: 5em;
  }
}
@media screen and (max-width: 320px) {
  .prSection.is-interview {
    margin: 40px 0 0;
  }
}

/* ********************************************
 * 実績動画集 */
.prSection.is-gallery {
  padding: 40px 0 130px;
  background: #c3e5e3;
}
@media screen and (max-width: 1200px) {
  .prSection.is-gallery {
    padding: 40px 30px 120px;
  }
}
@media screen and (max-width: 960px) {
  .prSection.is-gallery {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .prSection.is-gallery {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 320px) {
  .prSection.is-gallery {
    padding: 40px 0 90px;
  }
}
.prSection.is-gallery h2 {
  font-weight: 700;
}
.prSection.is-gallery h2::after {
  color: #98d9d3;
}
.prSection__galleryOlWrap {
  padding: 0 60px;
}
@media screen and (max-width: 1200px) {
  .prSection__galleryOlWrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .prSection__galleryOlWrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .prSection__galleryOlWrap {
    padding: 20px 20px 0;
  }
}
.prSection__gallery {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.prSection__gallery__item {
  background: #fff;
  counter-increment: gallery;
}
.prSection__gallery__item + li {
  margin-top: 80px;
}
.prSection__galleryWrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 80px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .prSection__galleryWrap {
    padding: 40px 20px;
  }
}
.prSection__galleryWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #17998e;
}
.prSection__galleryWrap h3 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}
.prSection__galleryWrap h3::before {
  content: "0"counter(gallery);
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background: #17998e;
  font-size: 4rem;
  font-weight: 700;
  font-family: din-condensed, sans-serif;
  line-height: 60px;
  vertical-align: middle;
}
.prSection__galleryWrap h3 span {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 40%, #ffffb2 40%);
  font-size: 3.6rem;
  vertical-align: middle;
}
/* .prSection__galleryWrap h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffb2;
  z-index: -1;
} */
@media screen and (max-width: 1200px) {
  .prSection__galleryWrap h3 {
    padding-left: 50px;
    font-size: 1.8rem;
  }
  .prSection__galleryWrap h3::before {
    width: 40px;
    height: 40px;
    font-size: 2.8rem;
    line-height: 40px;
  }
  .prSection__galleryWrap h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .prSection__galleryWrap h3 {
    color: #000;
    margin: 10px 0;
    padding-left: calc(12vw + 10px);
    text-align: left;
    font-size: 4.5vw;
  }
  .prSection__galleryWrap h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 8vw;
    width: 12vw;
    height: 12vw;
    text-align: center;
    line-height: 12vw;
  }
  .prSection__galleryWrap h3 span {
    font-size: 4.5vw;
    width: calc(100% - 12vw - 10px);
    vertical-align: middle;
    line-height: 1.4;
  }
}
.prSection__galleryWrap__text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
.prSection__galleryWrap__text br.pc-only{
  display: inline;
}
.prSection__galleryWrap__text span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .prSection__galleryWrap__text {
    margin-top: 20px;
  }
  .prSection__galleryWrap__text span {
    font-size: 1.3rem;
  }
}
.prSection__galleryWrap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 20px auto 0;
}
.prSection__galleryWrap__list li {
  flex-basis: calc(50% - 5px);
  height: 40px;
  border-radius: 20px;
  background: #c3e5e3;
  text-align: center;
  line-height: 40px;;
}
.prSection__galleryWrap__list li:last-child {
  margin: 10px auto 0;
}
.prSection__galleryWrap__list li .pc-only {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .prSection__galleryWrap__list {
    font-size: 1.4rem;
  }
  .prSection__galleryWrap__list li {
    flex-basis: 100%;
  }
  .prSection__galleryWrap__list li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__galleryWrap__list li .pc-only {
    display: none;
  }
  .prSection__galleryWrap__text br.sp-only{
    display: inline;
  }
}
.prSection__galleryWrap__video {
  display: flex;
  flex-wrap: wrap;
}
.prSection__galleryWrap__video__item {
  flex-basis: calc(100% / 4 - 40px * 3 / 4);
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  transition: .3s;
}
.prSection__galleryWrap__video__item:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.prSection__galleryWrap__video__item p {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 20px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 1201px) {
  .prSection__galleryWrap__video__item + li {
    margin-left: 40px;
  }
  .prSection__galleryWrap__video__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .prSection__galleryWrap__video {
  }
  .prSection__galleryWrap__video__item {
    flex-basis: calc(100% / 4 - 20px * 3 / 4);
    margin-top: 20px;
  }
  .prSection__galleryWrap__video__item p {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .prSection__galleryWrap__video__item + li {
    margin-left: 20px;
  }
  .prSection__galleryWrap__video__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .prSection__galleryWrap__text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__galleryWrap {
    margin-top: 10px;
    padding: 5vw 10px 30px;
  }
  .prSection__galleryWrap::before {
    width: calc(100% - 10px);
    height: 2px;
    left: 5px;
  }
  .prSection__galleryWrap__text {
    margin: 10px 15px 0;
    font-size: 1.4rem;
    text-align: left;
  }
   .prSection__galleryWrap__list {
    margin-top: 10px;
  }
  .prSection__galleryWrap__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 3.2vw;
    padding: 0 10px;
    line-height: inherit;
  }
  .prSection__galleryWrap__video {
    justify-content: space-between;
    margin-top: 0;
  }
  .prSection__galleryWrap__video__item {
    flex-basis: calc(50% - 5px);
    margin-top: 10px;
  }
  .prSection__galleryWrap__video__item + li {
    margin-left: 10px;
  }
  .prSection__galleryWrap__video__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .prSection__gallery__item + li {
    margin-top: 40px;
  }
  .prSection__galleryWrap__video__item p {
    display: block;
    height: auto;
    padding: 5px 10px;
    font-size: 3vw;
    line-height: 1.25;
  }
}

/* ********************************************
 * コンバージョン導線用 赤背景 */
.prSection__conv {
  background: url(../img/gallery_bg.jpg) rgba(128, 51, 76, .5) no-repeat center / cover;
  position: relative;
}
.prSection__conv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.5032387955182073) 0%, rgba(242,24,97,0.5) 90%);
}
.prSection__conv__wrap {
  max-width: 1040px;
  padding: 50px 90px;
  position: relative;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  text-align: center;
  z-index: 2;
}
.prSection__conv__wrap::before {
  content: "";
  width: calc(100% - 10px);
  height: 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #f21861;
}
.prSection__conv__wrap h2 {
  font-size: 4rem;
  font-weight: 700;
}
.prSection__conv__wrap h2 span {
  color: #f21861;
}
.prSection__conv__wrap p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.prSection__conv__wrap .cvButton {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .prSection__conv__wrap {
    width: 90%;
    padding: 30px 60px;
    bottom: 80px;
  }
  .prSection__conv__wrap h2 {
    font-size: 3.4rem;
  }
  .prSection__conv__wrap p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__conv__wrap {
    padding: 30px 15px;
  }
  .prSection__conv__wrap h2 {
    font-size: 5.5vw;
  }
  .prSection__conv__wrap p {
    font-size: 3.5vw;
    font-weight: 700;
  }
}

/* ********************************************
 * 動画制作料金 */
.prSection.is-price {
  padding: 80px 0 170px;
  margin: 0 auto;
  background: #f2f2f2;
}
.prSection.is-price h2::after {
  color: #fff;
  line-height: 0.666;
}
@media screen and (max-width: 1200px) {
  .prSection.is-price {
    padding: 40px 20px 140px;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-price {
    padding-top: 60px;
  }
}

.prSection__priceDescription div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.prSection__priceLeadTxt {
  font-size: 20px;
  font-weight: 700;
}
.prSection__priceLeadTxt span {
  color: #f21861;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .prSection__priceLeadTxt {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prSection__priceLeadTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__priceDescription {
    margin-top: 30px;
  }
  .prSection__priceLeadTxt {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
}

.prSection__price {
  max-width: 1200px;
  margin: 10px auto 0;
  padding-top: 25px;
}
@media screen and (max-width: 1200px) {
  .prSection__price {
    margin: 20px auto 0;
  }
}
.prSection__price h3 {
  color: #f21861;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .prSection__price h3 {
    font-size: 2.8rem;
  }
}
.prSection__price .prSection__galleryWrap__video__item p {
  flex-wrap: wrap;
  height: auto;
  background-color: #fffefe;
}
@media screen and (min-width: 1201px) {
  .prSection__price .prSection__galleryWrap__video__item p {
    padding: 10px 20px;
  }
}
.prSection__price .prSection__galleryWrap__video__item span {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f21861;
}
.prSection__price .prSection__galleryWrap__video__item span span {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .prSection__price .prSection__galleryWrap__video__item span {
    font-size: 1.8rem;
  }
  .prSection__price .prSection__galleryWrap__video__item span span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__price {
    margin-top: 30px;
    padding-top: 12px;
    border-top-width: 2px;
  }
  .prSection__price h3 {
    font-size: 2.0rem;
    line-height: 1;
  }
  .prSection__price .prSection__galleryWrap__video li {
    margin-top: 20px;
    flex-basis: calc(50% - 10px);
  }
}

/* ********************************************
 * 総務/広報/人事 ご担当者様へ */
.prSection.is-info {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  background: rgb(108,208,217);
  background: linear-gradient(315deg, rgba(108,208,217,1) 0%, rgba(195,229,227,1) 100%);
}
@media screen and (max-width: 768px) {
  .prSection.is-info {
    /* margin: 0; */
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-info {
    margin: 0 -20px;
  }
}
/* prSection__info　大枠 */
.prSection__info {
  margin: 80px auto 60px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .prSection__info {
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__info {
    padding-top: 36px;
  }
}
@media screen and (max-width: 420px) {
  .prSection__info {
    margin: 70px auto 20px;
  }
}
@media screen and (max-width: 374px) {
  .prSection__info {
    margin: 70px auto 10px;
  }
}

.prSection__info__head {
  max-width: 700px;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #4c4c4c;
  border: 2px solid #fffefe;
  border-radius: 35px;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 66px;
}
@media screen and (max-width: 1200px) {
  .prSection__info__head {
    /* width: calc(100% - 40px); */
    max-width: 580px;
    height: 50px;
    top: -25px;
    font-size: 2.8rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__info__head {
    height: 10vw;
    width: 75%;
    line-height: calc(10vw - 2px);
    top: -5vw;
    font-size: 4vw;
  }
}
.prSection__info h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.prSection__info h2 strong {
  display: block;
  font-size: 4rem;
}
.prSection__info h2 strong span {
  color: #f21861;
}
@media screen and (max-width: 1200px) {
  .prSection__info h2 {
    font-size: 2.0rem;
  }
  .prSection__info h2 strong {
    font-size: 3.4rem;
  }
}
.prSection__info__description {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
}
.prSection__info__description span {
  color: #f21861;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .prSection__info__description {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__info h2,
  .prSection__info__description {
    padding: 0 40px;
    line-height: 1.5;
  }
  .prSection__info h2 {
    font-size: 4vw;
  }
  .prSection__info__description {
    padding: 0 20px;
    font-size: 3.7vw;
  }
  .prSection__info h2 strong {
    font-size: 6vw;
  }
}
/* カレンダー */
.prSection__info__cal {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .prSection__info__cal {
    margin: 30px auto 0;
    padding-top: 0;
  }
}
.prSection__info__cal__month {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 10px;
  font-size: 0;
  z-index: 1;
}
.prSection__info__cal__month::before {
  content: "";
  display: block;
  width: 99%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #f21861;
  z-index: 0;
}
.prSection__info__cal__month li {
  position: relative;
  display: inline-block;
  width: 5vw;
  height: 5vw;
  flex-shrink: 0;
  line-height: 5vw;
  background: #f21861;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  counter-increment: calender;
}
@media screen and (min-width: 1440px) {
  .prSection__info__cal__month li {
    /* font-size: 1.8rem; */
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.prSection__info__cal__month li::before {
  content: counter(calender);
  font-family: din-condensed, sans-serif;
  font-size: 2.8vw;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .prSection__info__cal__month li::before {
    font-size: 4rem;
  }
}

/* カレンダー白い縦線 */
.prSection__info__cal__month li::after {
  content: "";
  display: block;
  width: 1px;
  height: 450px;
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fffefe;
  z-index: -1;
}
.prSection__info__cal__month li:last-child:after {
  content: none;
}
@media screen and (max-width: 1220px) {
  .prSection__info__cal__month li::after {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__info__cal__month {
    margin: 0;
  }
  .prSection__info__cal__month::after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #f21861;
    z-index: 0;
  }
  .prSection__info__cal {
    padding: 0;
  }
  .prSection__info__cal div {
    padding: 10px 20px;
    margin: 0;
    overflow: hidden;
  }
  .prSection__info__cal div + div {
    padding: 20px;
  }
  .prSection__info__cal div:last-child .prSection__info__cal__month {
    counter-reset: calender 6;
  }
  .prSection__info__cal div:first-child .prSection__info__cal__month::after {
    right: -20px;
    left: auto;
  }
  .prSection__info__cal div:last-child .prSection__info__cal__month::after {
    left: -20px;
  }
  .prSection__info__cal__month {
    margin-top: 0;
  }
  .prSection__info__cal__month li {
    width: 10vw;
    height: 10vw;
    font-size: 2.5vw;
    line-height: 10vw;
  }
  .prSection__info__cal__month li::before {
    font-size: 5.6vw;
  }
  .prSection__info__cal__month li::after {
    height: 1000px;
    right: -3.5vw;
  }
}

.prSection__info__cal__schedule {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prSection__info__cal__schedule.is-one {
  height: 40px;
}
.prSection__info__cal__schedule.is-two {
  height: 60px;
}
.prSection__info__cal__schedule.is-three {
  height: 60px;
}
.prSection__info__cal__schedule.is-four {
  height: 40px;
}
.prSection__info__cal__schedule.is-five {
  height: 40px;
}
.prSection__info__cal__schedule__item {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #fffefe;
  font-size: 1.25vw;
  text-align: center;
  z-index: 2;
  position: relative;
}
/* 一番上の列 */
.prSection__info__cal__schedule.is-one li:nth-child(1) {
  margin-left: 1%;
}
.prSection__info__cal__schedule.is-one li:nth-child(2) {
  margin-left: 3%;
}
.prSection__info__cal__schedule.is-one li:nth-child(3) {
  margin-left: 3%;
}
.prSection__info__cal__schedule.is-one li:nth-child(4) {
  margin-left: 11%;
}
.prSection__info__cal__schedule.is-one li:nth-child(5) {
  margin-left: 11%;
}
/* 二番目の列 */
.prSection__info__cal__schedule.is-two li:nth-child(1) {
  margin-left: 3%;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  background: none;
}
.prSection__info__cal__schedule.is-two li:nth-child(2) {
  margin-left: 23%;
}
.prSection__info__cal__schedule.is-two li:nth-child(3) {
  margin-left: 0;
}
/* 三番目の列 */
.prSection__info__cal__schedule.is-three li:nth-child(1) {
  margin-left: 10%;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  background: none;
}
.prSection__info__cal__schedule.is-three li:nth-child(2) {
  margin-left: 16%;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  background: none;
}
/* 四番目の列 */
.prSection__info__cal__schedule.is-four li:nth-child(1) {
  margin-left: 3%;
}
.prSection__info__cal__schedule.is-four li:nth-child(2) {
  margin-left: 2.7%;
}
.prSection__info__cal__schedule.is-four li:nth-child(3) {
  margin-left: 5%;
}
/* 五番目の列 */
.prSection__info__cal__schedule.is-five li:nth-child(1) {
  margin-left: 19.8%;
}
.prSection__info__cal__schedule.is-five li:nth-child(2) {
  margin-left: 2%;
}

.prSection__info__cal__schedule__item.is-normal {
  width: 14%;
}
.prSection__info__cal__schedule__item.is-plus {
  /* width: 34vw; */
  width: 38%;
}
.prSection__info__cal__schedule__item.is-plusplus {
  width: 21%;
}
.prSection__info__cal__schedule__item.is-big {
  width: 26%;
}
.prSection__info__cal__schedule__item.is-bigger {
  width: 34%;
}
@media screen and (min-width: 1440px) {
  .prSection__info__cal__schedule__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .prSection__info__cal div {
    padding: 10px;
  }
  .prSection__info__cal div + div {
    padding: 10px;
  }
  .prSection__info__cal__schedule.is-one,
  .prSection__info__cal__schedule.is-four,
  .prSection__info__cal__schedule.is-five {
    flex-wrap: nowrap;
  }
  .prSection__info__cal__schedule.is-one,
  .prSection__info__cal__schedule.is-four,
  .prSection__info__cal__schedule.is-five,
  .prSection__info__cal div:last-child .is-two {
    height: 8vw;
  }
  .prSection__info__cal__schedule.is-two,
  .prSection__info__cal__schedule.is-three {
    height: 12vw;
  }
  .prSection__info__cal__schedule.is-four li:nth-child(2) {
    margin-left: 9.7%;
  }
  .prSection__info__cal__schedule__item {
    height: 8vw;
    font-size: 2.8vw;
    line-height: 8vw;
    border-radius: 4vw;
  }
  /* 一番上の列 */
  .prSection__info__cal div:first-child .is-one li:nth-child(1) {
    margin-left: 0;
  }
  .prSection__info__cal div:first-child .is-one li:nth-child(2) {
    margin-left: 5%;
    width: 31%;
  }
  .prSection__info__cal div:first-child .is-one li:nth-child(3) {
    margin-left: 4%;
  }
  .prSection__info__cal div:last-child .is-one li:nth-child(1) {
    margin-left: 19%;
  }
  .prSection__info__cal div:last-child .is-one li:nth-child(2) {
    margin-left: 21%;
  }
  /* 二番目の列 */
  .prSection__info__cal div:first-child .is-two li:nth-child(1) {
    margin-left: 6%;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
  }
  .prSection__info__cal div:last-child .is-two li:nth-child(1) {
    margin-left: 7%;
    height: 8vw;
    background: #fff;
    line-height: 8vw;
    border-radius: 4vw;
  }
  .prSection__info__cal div:last-child .is-two li:nth-child(2) {
    width: 40%;
    margin-left: 1%;
  }
  /* 三番目の列 */
  .prSection__info__cal div:first-child .is-three li:nth-child(1) {
    margin-left: 20%;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
  }
  .prSection__info__cal div:last-child .is-three li:nth-child(1) {
    margin-left: 5%;
    width: 70%;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
  }
  /* 四番目の列 */
  .prSection__info__cal div:first-child .is-four li:nth-child(1) {
    margin-left: 6%;
  }
  .prSection__info__cal div:first-child .is-four li:nth-child(2) {
    margin-left: 10%;
    margin-right: -10px;
    width: 57%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .prSection__info__cal div:last-child .is-four li:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17%;
    margin-left: -10px;
    /* font-size: 0.5vw; */
    font-size: 16px;
    line-height: 1.5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 1.4;
  }

  /* 五番目の列 */
  .prSection__info__cal div:first-child .is-five li:nth-child(1) {
    width: 57%;
    margin-left: 46%;
    margin-right: -10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .prSection__info__cal div:last-child .is-five li:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    /* font-size: 0.5vw; */
    font-size: 16px;
    line-height: 1.5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 17%;
  }
  .prSection__info__cal__schedule__item.is-normal {
    width: 30%;
  }
  .prSection__info__cal__schedule__item.is-plus1 {
    width: 36%;
  }
  .prSection__info__cal__schedule__item.is-plusplus {
    width: 40%;
  }
  .prSection__info__cal__schedule__item.is-big {
    width: 52%;
  }
  .prSection__info__cal__schedule__item.is-bigger {
    width: 64%;
  }
}
.prSection__info__cal__schedule a {
  width: 100%;
  padding-right: 40px;
  position: relative;
  top: 0;
  background: #fffefe;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f21861;
  border-radius: inherit;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  transition: .3s ease-in;
}
.prSection__info__cal__schedule a:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,.5);
  top: -2px;
}
@media screen and (max-width: 1440px) {
  .prSection__info__cal__schedule a {
    font-size: 1.8vw;
  }
}
.prSection__info__cal__schedule a::before,
.prSection__info__cal__schedule a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prSection__info__cal__schedule a::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f21861;
  right: 10px;
}
.prSection__info__cal__schedule a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 24px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #f0f4f7;
}
@media screen and (max-width: 767px) {
  .prSection__info__cal__schedule {
    margin-top: 10px;
  }
  .prSection__info__cal__schedule a {
    font-size: 3.5vw;
    padding-right: 3vw;
  }
  .prSection__info__cal__schedule a::before {
    width: 5.5vw;
    height: 5.5vw;
    right: 1.57vw;
  }
  .prSection__info__cal__schedule a::after {
    border-width: 1vw 0 1vw 1.5vw;
    right: 3.5vw;
  }
}
/* カレンダー　PLAY */
.prSection__info__cal__schedule__item.is-play::after {
  content: "";
  display: block;
  width: 68px;
  height: 21px;
  background: transparent url(../img/schedule_play.png) no-repeat 50% 50% / contain;
  position: absolute;
  right: -4px;
  top: -12px;
  transition: .3s ease-in;
}
.prSection__info__cal__schedule__item.is-play:hover::after {
  top: -14px;
}
@media screen and (max-width: 767px) {
  .prSection__info__cal__schedule__item.is-play::after {
    width: 48px;
    height: 15px;
    right: -9px;
    top: -5px;
  }
}
@media screen and (max-width: 420px) {
  .prSection__info__cal div:last-child .is-four li:nth-child(1),
  .prSection__info__cal div:last-child .is-five li:nth-child(1) {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .prSection__info__cal div:last-child .is-four li:nth-child(1),
  .prSection__info__cal div:last-child .is-five li:nth-child(1) {
    font-size: 8px;
  }
}

/* ********************************************
 * ご相談～納品までの流れ */
.prSection.is-workflow {
  max-width: 1320px;
  margin: 80px auto 0;
  padding: 40px 75px 80px;
  background: #ededed;
}
@media screen and (max-width: 1200px) {
  .prSection.is-workflow {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-workflow {
    margin-top: 0;
    padding-top: 60px;
  }
  .prSection.is-workflow h2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .prSection.is-workflow {
    padding-top: 40px;
  }
}
.prSection__workflow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1164px;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}
.prSection__workflow li {
  flex-basis: 23%;
  margin-top: 30px;
  padding: 25px 15px;
  position: relative;
  counter-increment: workflow;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
@media screen and (max-width: 1200px) {
  .prSection__workflow li {
    flex-basis: calc(50% - 15px);
  }
}
.prSection__workflow li::before {
  content: counter(workflow);
  display: block;
  width: 50px;
  height: 50px;
  padding-right: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top left,transparent 50%,
  #1b67b2 51%) no-repeat bottom left / 100%;
}
.prSection__workflow li h3 {
  color: #1b67b2;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.prSection__workflow li figure {
  display: flex;
  align-items: center;
  width: 40%;
  height: 80px;
  margin: 20px auto 16px;
}
.prSection__workflow li img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .prSection__workflow li {
    flex-basis: calc(50% - 10px);
    padding: 15px 10px;
  }
  .prSection__workflow li h3 {
    font-size: 1.4rem;
  }
  .prSection__workflow li figure {
    width: 15vw;
    height: 10vw;
  }
  .prSection__workflow li p {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .prSection__workflow {
    margin-top: 0;
  }
  .prSection__workflow li {
    flex-basis: calc(50% - 5px);
    margin-top: 10px;
  }
}
@media screen and (max-width: 374px) {
  .prSection__workflow li::before {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    line-height: 18px;
    font-size: 1rem;
  }
  .prSection__workflow li h3 {
    font-size: 3.5vw;
  }
}

/* ********************************************
 * 制作スタッフプロフィール */
.prSection.is-profile {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.prSection.is-profile h2::after {
  color: #f2f2f2;
  line-height: 0.666;
}
.prSection.is-profile h2 small {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .prSection.is-profile h2 {
    padding-bottom: 40px;
  }
  .prSection.is-profile h2 small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-profile {
    padding: 40px 20px 0;
  }
  .prSection.is-profile h2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .prSection.is-profile h2 small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .prSection.is-profile h2 small {
    font-size: 10px;
  }
}
.prSection__profile {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.prSection__profile__item + li {
  margin-top: 60px;
}
.prSection__profile__item h3 {
  max-width: 346px;
  padding: 25px 0 0;
  background: #b8e2e5;
  font-size: 3.2rem;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.prSection__profile__item h3 span {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 30px 6px 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #1b67b2;
}
.prSection__profile__wrap {
  background-color: #b8e2e5;
  background-position: right 50px top 30px;
  background-repeat: no-repeat;
  padding: 40px 50px;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.prSection__profile__item.is-ueno .prSection__profile__wrap {
  background-image: url(../img/profile_1.png);
}
.prSection__profile__item.is-kyukawa .prSection__profile__wrap {
  background-image: url(../img/profile_2.png);
}
.prSection__profile__wrap__description {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2;
}
.prSection__profile__wrap__produce {
  width: 60%;
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #1b67b2;
}
.prSection__profile__wrap__photo {
  display: flex;
  justify-content: space-between;
  margin: 40px -120px 0;
}
.prSection__profile__wrap__photo li {
  flex-basis: calc(100% / 4 - 75px / 4);
}
@media screen and (max-width: 1440px) {
  .prSection__profile__wrap__photo {
    margin: 40px -30px 0;
  }
}
@media screen and (max-width: 1200px) {
  .prSection__profile {
    margin: 0 20px;
  }
  .prSection__profile__item h3 {
    padding-top: 20px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .prSection__profile__item h3 span {
    font-size: 1.4rem;
  }
  .prSection__profile__wrap {
    padding: 30px 20px;
    background-size: 35%;
    background-position: right 20px top 20px;
  }
  .prSection__profile__wrap__description,
  .prSection__profile__wrap__produce {
    width: 60%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__profile {
    margin: 20px 0 0;
  }
  .prSection__profile__item h3 {
    font-size: 4.5vw;
    width: 45%;
    min-width: 180px;
  }
  .prSection__profile__item h3 span {
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 3vw;
  }
  .prSection__profile__item + li {
    margin-top: 50px;
  }
  .prSection__profile__wrap {
    position: relative;
    padding-top: 10vw;
  }
  .prSection__profile__item.is-ueno .prSection__profile__wrap,
  .prSection__profile__item.is-kyukawa .prSection__profile__wrap {
    background-image: none;
  }
  .prSection__profile__item figure {
    position: absolute;
    width: 27%;
    right: -10px;
    top: -16vw;
  }
  .prSection__profile__wrap__description,
  .prSection__profile__wrap__produce {
    width: 100%;
    font-size: 3vw;
    line-height: 1.4;
  }
  .prSection__profile__wrap__photo {
    margin: 20px 10px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prSection__profile__wrap__photo li {
    margin-top: 5px;
    flex-basis: calc(50% - 2.5px);
  }
}
@media screen and (max-width: 560px) {
  .prSection__profile__wrap__photo {
    margin: 20px 0 0;
  }
}

/* ********************************************
 * メディア掲載実績 */
.prSection.is-media {
  max-width: 1200px;
  margin: 80px auto 40px;
}
.prSection.is-media h2 {
  position: relative;
}
.prSection.is-media h2::after {
  color: #f2f2f2;
}
.prSection.is-media h2 span span {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
  font-weight: 700;
}
.prSection__media {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.prSection__media li {
  flex-basis: calc(100% / 4 - 40px * 3 / 4);
  display: flex;
  flex-flow: column;
}
.prSection__media p {
  height: 100%;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #ccc;
  border-top: none;
}
.prSection__media p span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .prSection__media {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .prSection.is-media {
    margin: 40px 20px;
  }
  .prSection.is-media h2 span span {
    position: static;
    left: auto;
    transform: none;
    bottom: auto;
  }
  .prSection__media {
    margin: 5px 0 0;
    flex-wrap: wrap;
  }
  .prSection__media li {
    flex-basis: calc(50% - 10px);
    margin-top: 15px;
  }
  .prSection__media p {
    padding: 5px 10px;
    font-size: 3vw;
    line-height: 1.25;
  }
}

/* ********************************************
 * よくある質問 */
.prSection.is-faq {
  max-width: 1200px;
  margin: 80px auto 140px;
}
@media screen and (max-width: 960px) {
  .prSection.is-faq {
    margin: 80px auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .prSection.is-faq {
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 420px) {
  .prSection.is-faq {
    margin: 80px auto 20px;
  }
}

.prSection.is-faq h2 {
  position: relative;
}
.prSection.is-faq h2::after {
  color: #f2f2f2;
}
.prSection__faq {
  margin-top: 32px;
  border-bottom: 2px solid #f2f2f2;
}
.prSection__faq dt,
.prSection__faq dd {
  position: relative;
}
.prSection__faq dt::before,
.prSection__faq dd::before {
  position: absolute;
  left: 0;
  font-family: din-condensed, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.prSection__faq dt {
  padding: 15px 30px;
  border-top: 2px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  transition: .5s;
}
.prSection__faq dt:hover {
  color: #1b67b2;
}
.prSection__faq dt::before {
  content: "Q.";
  color: #1b67b2;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.prSection__faq dt span {
  display: block;
}
.prSection__faq dt span::before,
.prSection__faq dt span::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  background: #ccc;
  transition: .5s;
}
.prSection__faq dt span::after {
  width: 4px;
  height: 28px;
  right: 38px;
}
.prSection__faq dt span:hover::before,
.prSection__faq dt span:hover::after {
  background: #1b67b2;
}
.prSection__faq dt.js-open span::after {
  background: transparent;
}
.prSection__faq dd {
  display: none;
  padding-left: 50px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
}
.prSection__faq dd::before {
  content: "A.";
  color: #f21861;
  top: 0;
}
.prSection__faq dd a {
  color: #1b67b2;
}
@media screen and (max-width: 1200px) {
  .prSection__faq {
    margin: 20px 20px 0;
  }
  .prSection__faq dt {
    font-size: 1.8rem;
  }
  .prSection__faq dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .prSection__faq {
    margin: 30px 20px 0;
  }
  .prSection__faq dt,
  .prSection__faq dd {
    font-size: 1.4rem;
  }
  .prSection__faq dt::before,
  .prSection__faq dd::before {
    font-size: 2.4rem;
  }
  .prSection__faq dt {
    padding: 10px 20px;
  }
  .prSection__faq dd {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
  }
  .prSection__faq dt span::before,
  .prSection__faq dt span::after {
    width: 16px;
    height: 2px;
    right: 0;
  }
  .prSection__faq dt span::after {
    width: 2px;
    height: 16px;
    right: 7px;
  }
}

/* ************************************************** */
/* フォーム */
.sec20 {
  margin: auto;
  padding: 100px 20px 0;
  max-width: 1200px;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 {
    padding: 100px 40px 0;
  }
}
@media screen and (max-width: 960px) {
  .sec20 {
    padding: 90px 15px 0;
  }
}
.sec20 .box {
  background: #fff;
  padding: 0 80px 80px;
  border-radius: 0 0 20px 20px;
  position: relative;
  height: max-content;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box {
    padding: 0 15px 30px;
    border-radius: 0 0 10px 10px;
  }
}
.sec20 .box.entry {
  border: #f21861 4px solid;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .sec20 .box.entry {
    border: #f21861 2px solid;
    height: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .sec20 .box.entry {
    height: 1040px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box.entry {
    height: 1000px;
  }
}
@media screen and (max-width: 320px) {
  .sec20 .box.entry {
    height: 1080px;
  }
}
.sec20 .box.document {
  border: #007eb6 4px solid;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 20px;
  right: 20px;
  line-height: 1.4;
}

.sec20 .box.document.active{
  height: 1600px;
}
@media screen and (max-width: 960px) {
  .sec20 .box.document.active{
    height: 1330px;
  }
}
@media screen and (max-width: 750px) {
  .sec20 .box.document.active{
    height: 1200px;
}
}
@media screen and (max-width: 670px) {
  .sec20 .box.document.active{
    height: 1170px;
  }
}
@media screen and (max-width: 420px) {
  .sec20 .box.document.active{
    height: 235%;
  }
}
@media screen and (max-width: 375px) {
  .sec20 .box.document.active{
    height: 225%;
  }
}
@media screen and (max-width: 360px) {
  .sec20 .box.document.active{
    height: 225%;
  }
}
@media screen and (max-width: 340px) {
  .sec20 .box.document.active{
    height: 215%;
  }
}
@media screen and (max-width: 320px) {
  .sec20 .box.document.active{
    height: 210%;
  }
}
.sec20 .box.document small{
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  .sec20 .box.document small{
    font-size: 1.2rem;
    letter-spacing: -0.8px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box.document small{
    font-size: 1rem;
    letter-spacing: -0.8px;
  }
}
.sec20 .box.document form{
  display: none;
}
.sec20 .box.document.active form{
  display: block;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box.document {
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box.document {
    border: #007eb6 2px solid;
    top: 90px;
    left: 15px;
    right: 15px;
  }
}
.sec20 .box.entry.active,
.sec20 .box.document.active {
  z-index: 10;
}
.sec20 .box h2 {
  color: #888;
  background: #ededed;
  border-radius: 20px 20px 0 0;
  height: 100px;
  line-height: 104px;
  position: absolute;
  top: -104px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box h2 br.sp {
    display: inline;
  }
  .sec20 .box h2 {
    border-radius: 10px 10px 0 0;
    height: 50px;
    line-height: 1.2;
    top: -52px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 359px) {
  .sec20 .box h2 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.sec20 .box.entry h2 {
  right: calc(50% - 20px);
  left: -4px;
}
@media screen and (max-width: 960px) {
  .sec20 .box.entry h2 {
    right: calc(50% - 10px);
    left: -2px;
    padding: 6.5px 0;
  }
}
@media screen and (max-width: 359px) {
  .sec20 .box.entry h2 {
    padding: 9px 0;
  }
}
.sec20 .box.document h2 {
  left: calc(50% - 20px);
  right: -4px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .sec20 .box.document h2 {
    left: calc(50% - 10px);
    right: -2px;
    padding: 3px 5px 5px;
  }
}
@media screen and (max-width: 359px) {
  .sec20 .box.document h2 {
    padding: 9px 0;
  }
}
.sec20 .box.entry.active h2,
.sec20 .box.entry h2:hover {
  color: #fff;
  background: #f21861;
}
.sec20 .box.document.active h2,
.sec20 .box.document h2:hover {
  color: #fff;
  background: #007eb6;
}

.sec20 .box p {
  margin: 40px 0 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.sec20 .box p.sub_error {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #f00;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  top: -68px;
  text-align: center;
  left: 30%;
  right: 30%;
}
.sec20 .box p.sub_error img{
  width:16px;
  height: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 560px) {
  .sec20 .box p.sub_error {
    top: -40px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 11px;
  }
  .sec20 .box p.sub_error img{
    width:11px;
    height: 11px;
  }
}

@media screen and (max-width: 960px) {
  .sec20 .box p {
    margin: 20px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box p {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
}
.sec20 .box .txt01 {
  margin: 50px 0 0;
  font-size: 18px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box .txt01 {
    margin: 60px 0 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box .txt01 {
    margin: 30px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box .txt01 {
    margin: 30px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.sec20 .box form {
  margin-top: 50px;
}
.sec20 .box.document form {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .sec20 .box form {
    margin-top: 30px;
  }
}
.sec20 .box form dl {
  text-align: left;
  margin-top: 30px;
}
.sec20 .box.document form dl {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 320px) {
  .sec20 .box.document form dl {
    text-align: left;
    margin-top: 30px;
  }
  .sec20 .box.document form dl:first-child {
    margin-top: 30px;
  }
}

.sec20 .box.document form .document_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec20 .box.document form .document_box {
    display: block;
    margin-top: 40px;
  }
}
.sec20 .box form dt {
  padding: 10px 0;
  width: 220px;
  position: absolute;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form dt {
    margin-bottom: 5px;
    padding: 0;
    width: auto;
    position: static;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec20 .box form dd {
  margin-left: 250px;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form dd {
    margin-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form dd {
    margin: 0 0 30px;
  }
}
.sec20 .box form .short_width {
 max-width: 350px;
}
.sec20 .box form .necessary {
  display: inline-block;
  padding: 5px 8px 3px;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form .necessary {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    font-size: 10px;
    font-size: 1rem;
    border-width: 1px 0;
    border-style: solid;
    margin-left: 5px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form .necessary {
    padding: 2px 5px;
  }
}
.sec20 .box.entry form .necessary,.sec20 .box.document form .necessary  {
  background: #f21861;
  border-color: #f21861;
}


.sec20 .box form input,
.sec20 .box form textarea {
  outline: #c2c2c2 1px solid;
  padding: 12px 8px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec20 .box form input:focus,
.sec20 .box form textarea:focus {
  outline: #4fb1dd 1px solid;
}
.sec20 .box form label {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .sec20 .box form label {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 30px;
    font-weight: bold;
    text-align: left;
  }
}
.sec20 .box form .item_line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .sec20 .box form .item_line {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .sec20 .box form .item_line {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box form #items {
    display: block;
  }
}
.sec20 .box form #items li{
  list-style-type: none;
    width: calc(96%/3);
    display: flex;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form #items li{
    width: calc(98%/2);
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form #items li{
    width: 100%;
  }
}
.sec20 .box form #items label {
  width: 100%;
  min-height: 225px;
  text-align: left;
  display: inline-block;
  margin: 0 0 15px;
  padding: 17px 15px 15px 15px;
  outline: 1px solid #c2c2c2;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box form #items label {
  max-width: 30%;
  font-size: 2rem;
  min-height: none;
}
}
@media screen and (max-width: 960px) {
  .sec20 .box form #items label {
  min-height: 250px;
  font-size: 1.4rem;
}
}
@media screen and (min-width: 521px) and (max-width: 640px) {
  .sec20 .box form #items label {
    max-width: 38%;
}
}
@media screen and (max-width: 520px) {
  .sec20 .box form #items label {
  max-width: 40%;
  max-height: 160px;
  font-size: 1.6rem;
}
}
@media screen and (max-width: 420px) {
  .sec20 .box form #items label {
  font-size: 1.4rem;
}
}
.sec20 .box form #items label:hover{
  outline: 2px solid #4fb1dd;
  cursor: pointer;
}
.sec20 .box form #items label.input_error {
  outline: 1px solid #f00;
}
.sec20 .box form #items label.input_error:hover {
  outline: 2px solid #4fb1dd;
}
.sec20 .box form .item_line:nth-child(2) label:first-child{
  padding-top: 30px;
}
.sec20 .box form #items label:nth-child(3){
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec20 .box form #items .recommend{
    padding: 30px 15px 15px;
  }
}

@media screen and (max-width: 375px) {
  .sec20 .box form label .all{
    margin: 5px 0;
  }
}
.sec20 .box form #items .all_check{
  max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: 60px;
}
@media screen and (max-width: 960px) {
  .sec20 .box form #items .all_check{
    margin: 0 0 15px 0;
  }
}
.sec20 .box form #items .all_check .text{
  font-size: 17px;
  font-weight: bold;
  min-height: auto;
}
@media screen and (max-width: 375px) {
  .sec20 .box form #items .all_check .text{
    font-size: 16px;
  }
}
.sec20 .box form #items label {
  max-width: 100%;
  text-align: left;
  display: inline-block;
  margin: 0 0 15px;
  padding: 15px;
  outline: 1px solid #c2c2c2;
}
.sec20 .box form #items label.checked {
   background: #f1fbff;
   outline: 2px solid #007eb6;
   box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  .sec20 .box form #items label.checked {
    outline: 1px solid #007eb6;
 }
}


@media screen and (max-width: 560px) {
  .sec20 .box form label input[type="checkbox"]:checked{
    background:#007eb6 url(../img/sec20_checked.png) no-repeat center center;
    outline: 1px solid #007eb6;
    background-size: 70%;
  }
  .sec20 .box form label:hover{
    outline: #4fb1dd 2px solid;
    box-sizing: border-box;
  }
}
.sec20 .box form label:hover img{
  box-sizing: border-box;
}
.sec20 .box form label div{
  background-size: contain;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 560px) {
  .sec20 .box.document form label{
    margin: 20px 0 10px;
}
.sec20 .box.document form #items label{
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 5px 0;
    padding: 8px 10px;
    min-height: auto;
  }
}
@media screen and (max-width: 320px) {
  .sec20 .box.document form #items .recommend{
    padding: 20px 10px 8px;
  }
}
.sec20 .box form label .form__VideoImage{
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  .sec20 .box form label .form__VideoImage{
    margin-top: 0;
    padding: 10px;
  }
}
.sec20 .box form label .text_flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box form label .text_flex {
    display: inline-table;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box form label .text_flex {
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form label .text_flex {
    display: inline-table;
  }
}
@media screen and (max-width: 480px) {
  .sec20 .box form label .text_flex {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    margin-bottom: 0;
  }
}
.sec20 .box form label div.checked::after{
  content: "";
  background: url(../img/sec20_checked.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 41px;
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 735px) {
  .sec20 .box form label div.checked::after{
    content: "";
    background: url(../img/sec20_checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 41px;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.sec20 .box form label div.checked img{
  opacity: 0.5;
}

.sec20 .box form input.all, .sec20 .box form input.item{
  display: inline;
  width: 0;
  height: 0;
  appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  font-size: 0px;
  padding: 0;
  min-height: auto;
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 560px) {
  .sec20 .box form input.all, .sec20 .box form input.item {
    display: block;
    width: 20px;
    height: 20px;
    appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    background-size: 70%;
    padding: 10px;
    outline: #c2c2c2 1px solid;
}
  .sec20 .box form input.all{
  margin-right: 10px;
  }
}
.sec20 .box form label.recommend {
  position: relative;
}
.sec20 .box form label.recommend::before {
  content: "オススメ";
  position: absolute;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  top: -1px;
  right: 0;
  font-feature-settings: "palt";
  z-index: 1;
}
.sec20 .box form label.recommend::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 26px solid #007eb6;
  border-right: 50px solid #007eb6;
  border-left: 16px solid transparent;
  z-index: 0;
}
@media screen and (max-width: 375px) {
    .sec20 .box form label.recommend::before{
      font-size: 10px;
      padding: 5px;
      top: -1px;
      right: 0;
    }
    .sec20 .box form label.recommend::after{
      border-top: 20px solid #007eb6;
      border-right: 40px solid #007eb6;
    }
}
.sec20 .box p.text{
  display: flex;
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-size: 1.3rem;
  height: 100%;
  min-height: 70px;
  align-items: center;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec20 .box p.text{
    font-size: 1.4rem;
    max-width: none;
    height: auto;
    min-height: 70px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box p.text{
    order: 3;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .sec20 .box p.text{
    font-size: 1.4rem;
    word-break:break-all;
    word-wrap:break-word;

  }
}

.sec20 .box p.text::before{
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #c2c2c2;
  background: #fff;
}
@media screen and (max-width: 560px) {
  .sec20 .box p.text::before{
    display: none;
  }
}
.sec20 .box .checked p.text::before{
  background: #007eb6 url(../img/sec20_checked.png) no-repeat center center;
  background-size: 70%;
  border: 1px solid #007eb6;
}

.sec20 .box .change_text_b {
  display: none;
}

.sec20 .box form input::placeholder,
.sec20 .box form textarea::placeholder {
  color: #c2c2c2;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec20 .box form textarea {
  height: 120px;
  overflow: auto;
  overflow-x: hidden;
  resize: vertical;
}
@media screen and (max-width: 960px) {
  .sec20 .box form textarea {
    height: 120px;
  }
}
.sec20 .box form .input_error {
 background: #faebea;
 outline: 1px solid #f00000;
}
.sec20 .box form .input_error:focus {
  background: #fff;
  outline: 1px solid #f00000;
 }
.sec20 .box form .error{
  position:absolute;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 1.5vh;
  font-size: 15px;
  color: #f00;
  left: 0;
  bottom: -22px;
  padding-left: 20px;
  background: url(../img/error_icon.svg) no-repeat 0;
  background-size: 16px;
}
.sec20 .box form .check_error{
  position: absolute;
  text-align: center;
  display: inline-block;
  font-size: 1.5vh;
  font-size: 15px;
  color: #f00;
  margin: 0 auto 10px;
  padding-left: 20px;
  background: url(../img/error_icon.svg) no-repeat 0;
  background-size: 16px;
}
.sec20 .box form .policy{
  position: relative;
  margin: 70px auto 20px;
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
}
.sec20 .box form .policy br{
  display: none;
}
@media screen and (max-width: 560px) {
  .sec20 .box form .error,
  .sec20 .box form .check_error{
    bottom: -17px;
    font-size: 1.2rem;
    padding-left: 15px;
    background-size: 13px;
  }
  .sec20 .box form .document_box .check_error{
    bottom: -25px;
  }
  .sec20 .box form .policy{
    margin: 40px auto 10px;
    font-weight: normal;
    font-size: 12px;
  }
  .sec20 .box form .policy br{
    display: inline;
}
}
.sec20 .box.entry form .policy a ,
.sec20 .box.document form .policy a{
  color:#007eb6;
  text-decoration: underline;
}
.sec20 .box form .submit {
  margin-top: 0;
  text-align: center;
}
.sec20 .box form .submit button[type='submit'] {
  color: #fff;
  border: 0;
  padding: 20px 0;
  border-radius: 100px;
  width: 18em;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  transition: all 100ms ease-out;
}
.sec20 .box.entry form .submit button[type='submit'] span,
.sec20 .box.document form .submit button[type='submit'] span{
  background: #024e6e;
  border-radius: 6px;
  color: #ffff52;
  font-size: 17px;
  padding: 3px 8px;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 560px) {
  .sec20 .box form .submit button[type='submit'] {
    padding: 15px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec20 .box.entry form .submit button[type='submit'] span,
  .sec20 .box.document form .submit button[type='submit'] span{
  font-size: 11px;
  }
}
.sec20 .box.entry form .submit button[type='submit'] {
  background: #f21861;
  box-shadow: #a63a30 0 7px 0;
}
@media screen and (max-width: 960px) {
  .sec20 .box.entry form .submit button[type='submit'] {
    box-shadow: #a63a30 0 5px 0;
  }
}
.sec20 .box.document form .submit button[type='submit'] {
  background: #007eb6;
  box-shadow: #024e70 0 7px 0;
}
.sec20 .box.entry form .submit button[type='submit'][disabled],
.sec20 .box.document form .submit button[type='submit'][disabled] {
  background: #8e8e8e;
  box-shadow: #555 0 7px 0;
  cursor: default;
}
.sec20 .box.entry form .submit button[type='submit'][disabled] span,
.sec20 .box.document form .submit button[type='submit'][disabled] span{
  background: #636363;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec20 .box.document form .submit button[type='submit'] {
    box-shadow: #024e70 0 5px 0;
  }
  .sec20 .box.ebtry form .submit button[type='submit'][disabled],
  .sec20 .box.document form .submit button[type='submit'][disabled] {
    box-shadow: #555 0 5px 0;
  }
}
.sec20 .box form .submit button[type='submit']:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(7px);
}
.sec20 .box.entry form .submit button[type='submit']:hover {
  background: #e9847d;
}
.sec20 .box.document form .submit button[type='submit']:hover {
  background: #0093c3;
}
.sec20 .box.entry form .submit button[type='submit'][disabled]:hover,
.sec20 .box.document form .submit button[type='submit'][disabled]:hover {
  background: #8e8e8e;
  opacity: 1;
  transform: none;
}
form .submit input:disabled {
  background: #8e8e8e;
  opacity: 1;
  transform: none;
  }
.sec20 .box .txt02 {
  color: #007eb6;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .sec20 .box .txt02 {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box .txt02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec20 .box figure {
  margin: 40px auto 60px;
  max-width: 360px;
}
@media screen and (max-width: 960px) {
  .sec20 .box figure {
    margin: 30px auto;
    max-width: 320px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box figure {
    margin: 30px auto 60px;
  }
}

/********************************************
* Now Loading
********************************************/
#overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.7);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-copy {
  position: absolute;
  width: 100%;
  margin-top: 32vh;
  text-align: center;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .cv-copy {
    margin-top: 22vh;
  }
}
@media screen and (max-width: 420px) {
  .cv-copy {
    margin-top: 28vh;
  }
}
.cv-copy h2 {
  color: #fff;
  font-size: 3.5vh;
  margin-bottom: 10px;
}
.cv-copy p {
  color: #fff;
  font-size: 2.5vh;
  line-height: 1.4;
}
.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@media screen and (max-width: 560px) {
  .spinner {
    width: 50px;
    height: 50px;
  }
}
@keyframes sp-anime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
.is-hide{
  display:none;
}

/* 会社情報 */
.company {
  margin: 150px auto;
  padding: 0 20px;
  max-width: 1200px;
}
.company.active{
  margin: 900px auto 80px;
  padding:70px 20px 0;
}
@media screen and (max-width: 960px) {
  .company {
    margin: 100px auto;
    padding: 0 15px;
  }
  .company.active{
    /* margin: 100px auto 80px; */
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .company.active{
    margin: 550px auto 100px;
  }
}
@media screen and (max-width: 520px) {
  .company.active{
    margin: 550px auto 100px;
  }
}

@media screen and (max-width: 420px) {
  .company {
    margin: 80px auto;
    padding: 0 15px;
  }
  /* .company.active{
    margin: 290% auto 100px;
  } */
}
@media screen and (max-width: 375px) {
  .company.active{
    margin: 290% auto 100px;
  }
}
@media screen and (max-width: 360px) {
  .company.active{
    margin: 310% auto 100px;
  }
}
@media screen and (max-width: 340px) {
  .company.active{
    margin: 340% auto 100px;
  }
}
@media screen and (max-width: 320px) {
  .company.active{
    margin: 310% auto 100px;
  }
}
.company .box {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .company .box {
    display: block;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  .company .box {
    display: block;
    width: 100%;
  }
}
.company .box .logo {
  width: 100%;
  vertical-align: middle;
}
.company .box .texts {
  width: 70%;
  vertical-align: middle;
  margin: 60px auto 0;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .company .box .logo {
    width: 40%;
  }
  .company .box .texts {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .company .box .logo,
  .company .box .texts {
    width: 100%;
    display: block;
  }
}
.company .box .logo {
  max-width: 420px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .company .box .logo {
    padding: 0 15%;
  }
}
.company .box .logo img {
  /* max-width: 420px; */
}
.company .box .texts {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .company .box .texts {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 960px) {
  .company .box .texts {
    margin-top: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 359px) {
  .company .box .texts {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.company .box .texts dt {
  width: 8em;
  position: absolute;
}
.company .box .texts dt:after {
  content: '：';
  width: 1em;
  position: absolute;
  left: 8em;
  text-align: center;
}
.company .box .texts dd {
  margin: 0 0 15px 10em;
}
@media screen and (max-width: 960px) {
  .company .box .texts dd {
    margin: 0 0 10px 10em;
  }
}
.company .box .texts dd a {
  color: #0090ff;
  text-decoration: underline;
}
.company .box .texts dd a:hover {
  text-decoration: none;
}

/*================================================================
 footer
================================================================*/
footer {
  background: #ededed;
  padding: 90px 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 50px 15px;
  }
}
footer .logo {
  margin: auto;
  max-width: 240px;
}
@media screen and (max-width: 960px) {
  footer .logo {
    max-width: 140px;
  }
}
footer .links {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  footer .links {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
footer .links li {
  padding: 0 0.5em;
  border-left: #333 1px solid;
  display: inline-block;
}
footer .links li:first-child {
  border-left: 0;
}
footer .links li:hover {
  text-decoration: underline;
}
footer .copy {
  color: #939393;
  margin-top: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  footer .copy {
    margin-top: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

/*================================================================
 downloadBanner
================================================================*/
.downloadBanner {
  display: none;
  transition: opacity 1000 ease-in-out;
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 801; /* pageTopよりも上 */
}
.downloadBanner.is-active {
  display: block;
}
@media screen and (max-width: 960px) {
  .downloadBanner.is-active {
    right: 10px;
    bottom: 10px;
  }
}
.downloadBanner__closeButtonLink {
  background-color: #333;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  height: 30px;
  line-height: 22px;
  margin-left: auto;
  position: relative;
  width: 30px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {/* IEのみに適用 */
  .downloadBanner__closeButtonLink {
    line-height: 35px;
  }
}
.downloadBanner__closeButtonLink:link,
.downloadBanner__closeButtonLink:visited {
  color: #fff;
}
.downloadBanner__item {
  margin-top: 5px;
  width: 290px;
}
.downloadBanner__itemLink.download {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #ccc;
}
.downloadBanner__itemLink.download:hover {
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
  top: -2px;
}
.downloadBanner__itemLink.download span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #1b67b2;
}
.downloadBanner__itemLink.download span small {
  line-height: 1.4;
  flex-basis: auto;
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}

.totop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  /* z-index */
  z-index: 100;
}
.totop.is-active {
  display: block;
}
@media screen and (max-width: 960px) {
  .totop {
    right: 10px;
    bottom: 10px;
  }
}
.totop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #1b67b2;
  border-radius: 60px;
  border: #fff 3px solid;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  overflow: hidden;
  text-indent: -10em;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.totop a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 960px) {
  .totop a {
    width: 50px;
    height: 50px;
    border: #fff 2px solid;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  }
}
.totop a:hover {
  transform: translateY(-5px);
  opacity: 1;
}

/*================================================================
 for IE alert
================================================================*/
.is-ie {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  color: #fff;
  background: #c36;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
}
.is-ie .ie-attention {
  display: inline-block;
  padding: 0.3em 0.6em;
  border: #fff 1.5px solid;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  margin-right: 0.5em;
}
.is-ie a {
  color: #fe3;
  text-decoration: underline;
  margin: 0 0.25em;
}
.is-ie a:hover {
  color: #fff;
  opacity: 1;
}
.is-ie button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 16px;
  font-weight: normal;
  font-size: 32px;
}
