@charset "UTF-8";
body {
  background: #f6f6f6;
}

/* detail
---------------------------------------------------------------------------- */
.detail {
  padding: 0 0 40px;
}
@media screen and (min-width: 600px) {
  .detail {
    padding-bottom: 60px;
  }
}

.main {
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  position: relative;
}
.main::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: #ff9b33;
}
.main__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 0 15px;
}
@media screen and (max-width: 599px) {
  .main__heading__left .clip__btn .simplefavorite-button .clip__btn__txt {
    display: none;
  }
}
.main__heading__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 5px;
}
.main__heading__date {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}
.main__heading__badge {
  color: #ed1e79;
  border: 1px solid #ed1e79;
  display: inline-block;
  padding: 0 0.35em;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 600;
  margin: 0 0 0 8px;
}
.main__img {
  overflow: hidden;
  margin: 15px 0 10px;
}
.main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__bottom {
  margin: 20px 0 0;
}
.main h1 {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 600;
}
.main__content h2 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  background: rgba(255, 155, 51, 0.1);
  margin: 30px 0 20px;
  padding: 15px 10px;
  border-bottom: 2px solid #ff9b33;
}
.main__content h2 a {
  display: inline;
}
.main__content h3 {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 600;
  border-bottom: 2px solid #ff9b33;
  margin: 30px 0 20px;
  padding-bottom: 6px;
  color: #ff8200;
}
.main__content h3 a {
  display: inline;
  color: #ff8200;
}
.main__content h4 {
  color: #ff8200;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 600;
  margin: 30px 0 20px;
  padding: 0;
}
.main__content h5 {
  margin: 30px 0 20px;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 5px #ff9b33;
}
.main__content ul {
  margin: 0 0 20px;
}
.main__content p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 20px;
}
.main__content p a {
  color: #0065E7;
  display: inline;
}
.main__content p a:hover {
  text-decoration: underline;
}
.main__content p em {
  font-style: italic;
}
.main__content p.bottom-line {
  border-bottom: 1px solid #000;
}
.main__content strong {
  font-weight: bold;
}
.main__content strong.red {
  color: #ed1e79;
}
.main__content span.gray {
  color: #9b9b9b;
}
.main__content .ano-txt {
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.main__content .ano-pic {
  margin: 15px 0;
  font-size: 1.2rem;
}
.main__content .talk {
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
}
.main__content .talk::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1px;
  margin-right: 0.2em;
  vertical-align: middle;
  background-color: #000;
}
.main__content .quotation {
  position: relative;
  margin-bottom: 30px;
  border: solid 4px #f6f6f6;
}
.main__content .quotation p {
  margin-bottom: 0;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
.main__content .quotation::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/_assets/images/content/detail/quotation-bg1.png) no-repeat center center/100%;
}
.main__content .quotation::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 5px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/_assets/images/content/detail/quotation-bg2.png) no-repeat center center/100%;
}
.main__content figure {
  width: 100%;
  text-align: center;
}
.main__content img {
  width: 100%;
  height: auto;
}
.main__content .special {
  padding: 10px 0 10px 15px;
  border-left: solid 5px #f6f6f6;
  margin: 0 0 30px;
}
.main__content .special p {
  margin-bottom: 0;
}
.main__content .special02 {
  position: relative;
  margin: 0 0 30px;
  background-color: #f6f6f6;
}
.main__content .special02 p {
  margin-bottom: 0;
  padding: 10px 15px;
}
.main__content .special02 ul {
  padding: 10px 15px;
}
.main__content .related-links2 {
  margin: 0 0 30px;
}
.main__content .related-links2 a {
  color: #0065E7;
  display: block;
  border: #ccc 1px solid;
  padding: 20px;
}
.main__content .related-links2 a::after {
  content: "";
  display: block;
  clear: both;
}
.main__content .related-links2 a > span {
  display: block;
  margin-left: 38%;
}
.main__content .related-links2 a img {
  display: block;
  float: left;
  width: 34%;
  padding-bottom: 1em;
}
.main__content .related-links2 a .related-links-tit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0.7em;
}
.main__content .related-links2 a .related-links-txt {
  color: #000;
  font-size: 1.4rem;
  padding-bottom: 1.5em;
}
.main__content .related-links2 a .related-links-btn > span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #000;
  padding: 0.5em 1em;
}
.main__content .related-links {
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #ccc;
}
.main__content .related-links p {
  padding: 0;
  margin: 0;
}
.main__content .related-links a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-right: 150px;
  text-decoration: none;
}
.main__content .related-links a::after {
  content: "詳細はこちら";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 130px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 30px;
  -webkit-transition: all 0.3 linear;
  transition: all 0.3 linear;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  background-color: #000;
}
.main__content .related-links-tit {
  margin-bottom: 10px;
  font-weight: bold;
}
.main__content .related-links-txt {
  color: #000;
  font-size: 1.4rem;
  padding-bottom: 1.5em;
}
.main__content .related-links-btn {
  display: block;
}
.main__content .related-links-btn > span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 2em;
  background-color: #ec1e79;
  padding: 0.5em 2em;
}
.main__content .download-link {
  display: inline-block;
  color: #0065E7;
  margin: 10px 0;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .main__content .download-link {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.main__content .download-link::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/_assets/images/content/detail/icn_download_blue.svg);
}
.main__content .article__table {
  margin: 0 0 30px;
  overflow: auto;
}
.main__content table {
  width: 100%;
  margin: 0 0 30px;
  font-size: 1.3rem;
  border-spacing: 1px;
  border-collapse: separate;
}
.main__content table th {
  padding: 10px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #fff;
  background-color: #808080;
  text-align: center;
}
.main__content table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background-color: #f6f6f6;
}
.main__content .balloon {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .main__content .balloon {
    margin-bottom: 30px;
  }
}
.main__content .balloon::before, .main__content .balloon::after {
  clear: both;
  content: "";
  display: block;
}
.main__content .balloon figure {
  width: 70px;
  height: 70px;
}
.main__content .balloon figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 4px solid #E2E2E2;
  border-radius: 50%;
}
.main__content .balloon-left, .main__content .balloon-right {
  position: relative;
  padding: 16px;
  border-style: solid;
  border-radius: 10px;
  max-width: calc(100% - 90px);
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .main__content .balloon-left, .main__content .balloon-right {
    margin-bottom: 30px;
  }
}
.main__content .balloon-left {
  float: left;
  border-width: 2px;
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.main__content .balloon-left::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  top: 15px;
  left: -22px;
}
.main__content .balloon-left::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  top: 15px;
  left: -19px;
}
.main__content .balloon-right {
  float: right;
  border-width: 2px;
  border-color: #DAF6F6;
  background: #DAF6F6;
}
.main__content .balloon-right::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #DAF6F6;
  top: 15px;
  right: -22px;
}
.main__content .balloon-right::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #DAF6F6;
  top: 15px;
  right: -19px;
}
.main__content .balloon-left_icon {
  float: left;
  margin-right: 20px;
}
.main__content .balloon-left_icon figcaption {
  padding: 2px 0 0;
  font-size: 12px;
  text-align: center;
}
.main__content .balloon-right_icon {
  float: right;
  margin-left: 20px;
}
.main__content .balloon-right_icon figcaption {
  padding: 2px 0 0;
  font-size: 12px;
  text-align: center;
}

.txt-link {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  color: #0065E7;
  cursor: pointer;
  padding-right: 14px;
  position: relative;
}
.txt-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.txt-link:hover {
  text-decoration: underline;
}
.txt-link a {
  color: #0065E7;
}

.profile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 0;
}
.profile__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile__company {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
  display: inline-block;
}
.profile__txt p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 3px 0 0;
}
.profile__desc p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin: 10px 0 0;
}
.profile .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.profile .modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.profile .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.profile .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
.profile .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -37px;
  right: -2px;
  width: 30px;
  height: 30px;
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
}
.profile .modal-content {
  background: #fff;
  text-align: left;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.point {
  border: 1px solid #ff9b33;
  margin: 10px 0 30px;
  padding: 15px 15px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.point::before {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  background: #ff9b33;
  z-index: -1;
}
.point::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.point__heading {
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}
.point__heading__ttl {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
  margin-bottom: 5px;
}
.point__item {
  border-bottom: 1px dotted #aaa;
  padding: 8px 0 8px 2.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.point__item::before {
  position: absolute;
  content: "";
  left: 0.5em;
  top: 0.9em;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/content/detail/icn_check.svg) no-repeat center center/100%;
}
.point__item .clip__btn {
  margin-left: 0.5em;
}
.point__item__txt {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 5px;
}

.contents {
  background: #f6f6f6;
  padding: 15px 15px;
  margin: 20px 0;
}
.contents__ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.contents__ttl__inline {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.contents__ttl__inline__link {
  color: #0065E7;
  cursor: pointer;
}
.contents__ttl__inline__link:hover {
  text-decoration: underline;
}
.contents ol {
  margin-top: 10px;
}
.contents ol li a {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 5px;
  font-size: 1.5rem;
  display: block;
}

.download {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 20px 25px;
  text-align: center;
}
.download__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
}

.tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tag__item {
  margin-right: 20px;
}
.tag__link {
  color: #666;
  font-size: 1.2rem;
  line-height: 2;
}

.download-footer {
  background: rgba(255, 130, 0, 0.92);
  position: fixed;
  bottom: 10px;
  left: -300px;
  z-index: 5;
  border-radius: 0 8px 8px 0;
}
.download-footer__inner {
  position: relative;
}
.download-footer__img {
  display: none;
}
.download-footer__txt {
  display: none;
}
.download-footer .btn {
  font-size: 1.4rem;
  padding: 12px 12px;
  color: #000;
  background: #fff;
  border-radius: 0 6px 6px 0;
  margin: 6px 6px 6px 0;
}
.download-footer .btn__download span {
  padding-right: 15px;
}
.download-footer .btn__download span::after {
  width: 14px;
  height: 14px;
  background: url(/_assets/images/content/detail/icn_download_black.svg) no-repeat center center/100%;
}
.download-footer .close-btn {
  display: block;
  background-color: #ff8200;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 600;
  font-weight: bold;
  border-radius: 100%;
}

@media screen and (min-width: 600px) {
  .detail .inner {
    width: 98.5%;
  }
  .main {
    padding: 35px 40px;
  }
  .main::before {
    height: 6px;
    width: calc(100% - 80px);
  }
  .main__bottom {
    margin: 30px 0 0;
  }
  .main h1 {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    font-weight: 600;
  }
  .main__content h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 40px 0 20px;
    padding: 20px;
  }
  .main__content h3 {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    font-weight: 600;
    margin: 60px 0 30px;
  }
  .main__content h4 {
    margin: 40px 0 30px;
  }
  .main__content h5 {
    margin: 40px 0 30px;
    font-size: 1.8rem;
  }
  .main__content ul {
    margin: 0 0 30px;
  }
  .main__content p {
    font-size: 1.7rem;
    line-height: 2.1176470588;
    margin: 0 0 30px;
  }
  .main__content .ano-txt {
    margin-top: -30px;
    margin-bottom: 15px;
  }
  .main__content .talk {
    margin-bottom: 40px;
  }
  .main__content .quotation {
    margin-bottom: 40px;
    border: solid 5px #f6f6f6;
  }
  .main__content .quotation p {
    padding: 20px 25px;
  }
  .main__content .quotation::before {
    top: 15px;
    left: 22px;
    width: 50px;
    height: 40px;
    background-image: url(/_assets/images/content/detail/quotation-bg1.png);
    background-size: cover;
  }
  .main__content .quotation::after {
    right: 22px;
    bottom: 15px;
    width: 50px;
    height: 40px;
    background-image: url(/_assets/images/content/detail/quotation-bg2.png);
    background-size: cover;
  }
  .main__content .special {
    padding: 15px 0 15px 30px;
    border-left: solid 10px #f6f6f6;
  }
  .main__content .special02 p {
    padding: 20px 25px;
  }
  .main__content .special02 ul {
    padding: 20px 25px;
  }
  .main__content .related-links2 {
    margin: 0 0 40px;
  }
  .main__content .related-links2 a {
    padding: 30px;
  }
  .main__content .related-links2 a .related-links-tit {
    font-size: 1.8rem;
  }
  .main__content .related-links2 a .related-links-tit::after {
    height: 4px;
  }
  .main__content .related-links2 a .related-links-btn > span {
    font-size: 1.6rem;
  }
  .main__content .related-links {
    margin-bottom: 40px;
    padding: 20px 30px;
  }
  .main__content .related-links a {
    padding-right: 200px;
  }
  .main__content .related-links a::after {
    width: 180px;
  }
  .main__content .related-links-btn > span {
    font-size: 1.6rem;
  }
  .main__content .article__table {
    margin: 0 0 40px;
  }
  .main__content table {
    margin: 0 0 40px;
  }
  .profile {
    padding: 10px 0;
  }
  .profile__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    height: 76px;
    margin-right: 20px;
  }
  .profile__company {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 600;
  }
  .profile__txt p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .profile__desc p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 15px 0 0;
  }
  .profile .modal-close {
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
  }
  .profile .modal-content {
    padding: 30px;
  }
  .point {
    margin: 30px 0 50px;
    padding: 20px 30px 24px;
  }
  .point::before {
    right: -8px;
    bottom: -8px;
  }
  .point__heading {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding-bottom: 14px;
  }
  .point__item {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 600;
    padding: 11px 0px 11px 3.2em;
  }
  .point__item::before {
    left: 1em;
    top: 1em;
    width: 1.3em;
    height: 1.3em;
  }
  .point__item__icn {
    margin-right: 15px;
  }
  .contents {
    padding: 17px 30px;
  }
  .contents__ttl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
  .contents__ttl__inline {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 400;
  }
  .contents ol li a {
    padding: 10px 5px;
  }
  .download {
    padding: 25px;
  }
  .download__btn {
    margin-top: 20px;
  }
  .tag__item {
    margin-right: 23px;
  }
}
@media print, screen and (min-width: 1024px) {
  .detail__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .main {
    max-width: 880px;
    padding: 30px 80px;
    margin: 0 8px 0 0;
  }
  .main::before {
    width: calc(100% - 160px);
  }
  .main__bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .main__share {
    display: none !important;
  }
  .tag__link:hover {
    opacity: 1;
    color: #000;
  }
  .download-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 68px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .download-footer {
    -webkit-animation: UpAnime2 0.8s forwards;
            animation: UpAnime2 0.8s forwards;
    /* ==ふわっと出現させるためのCSS */
    /* ==ふわっと出現させるためのCSS ここまで */
  }
  .upMove .download-footer {
    -webkit-animation: UpAnime2 0.8s forwards;
            animation: UpAnime2 0.8s forwards;
  }
  @-webkit-keyframes UpAnime2 {
    from {
      -webkit-transform: translateY(150px);
              transform: translateY(150px);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes UpAnime2 {
    from {
      -webkit-transform: translateY(150px);
              transform: translateY(150px);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .downMove .download-footer {
    -webkit-animation: DownAnime2 0.8s forwards;
            animation: DownAnime2 0.8s forwards;
  }
  @-webkit-keyframes DownAnime2 {
    from {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(150px);
              transform: translateY(150px);
    }
  }
  @keyframes DownAnime2 {
    from {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(150px);
              transform: translateY(150px);
    }
  }
}
@media print, screen and (min-width: 1024px) {
  .download-footer__img {
    display: block;
    width: 160px;
    position: absolute;
    bottom: 4px;
    right: 101%;
    border-radius: 8px;
  }
  .download-footer__img::before {
    content: "";
    position: absolute;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    width: 160px;
    height: 23px;
    left: -4px;
    border-top: 4px solid rgba(255, 130, 0, 0.92);
    border-left: 4px solid rgba(255, 130, 0, 0.92);
    border-right: 4px solid rgba(255, 130, 0, 0.92);
  }
  .download-footer__img img {
    border-radius: 5px;
  }
  .download-footer__txt {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 600;
    margin: 16px 25px 16px 0;
  }
  .download-footer .btn {
    font-size: 1.6rem;
    padding: 15px 23px;
    border-radius: 8px;
    margin: 9px 0;
  }
  .download-footer .btn__download span {
    padding-right: 20px;
  }
  .download-footer .btn__download span::after {
    width: 18px;
    height: 18px;
  }
  .download-footer .close-btn {
    display: none;
  }
}
/* side
---------------------------------------------------------------------------- */
.side__contents {
  display: none;
}
.side__bnr {
  padding: 12px;
  background: #fff;
  margin: 20px 0 0;
}
.side__bnr__ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.side__bnr__img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px auto;
}
.side__bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side__bnr__txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
  text-align: center;
}
.side__bnr2 {
  margin: 20px 0 0;
}
.side__bnr2__ttl {
  text-align: center;
  background: #0065E7;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
}
.side__bnr2__body {
  background: #fff;
  padding: 15px 10px 15px;
  border-radius: 0 0 4px 4px;
}
.side__bnr2__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 600;
  color: #0065E7;
}
.side__bnr2__txt:hover {
  text-decoration: underline;
}
.side__bnr2__txt2 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2727272727;
  font-weight: 600;
  color: #666;
  margin-bottom: 6px;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .side__bnr {
    display: none;
  }
  .side__bnr2 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .side {
    width: calc((100% - 880px) / 2);
  }
  .side__inner {
    position: sticky;
    top: 10px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .upMove .side__inner {
    top: 110px;
  }
  .side__contents {
    display: block;
    background: #fff;
  }
  .side__contents .contents__ttl {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    padding: 5px 0;
  }
  .side__contents .contents__ttl__inline {
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
  .side__contents ol li a {
    display: block;
    border-top: 1px solid #d9d9d9;
    padding: 8px 10px;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .side__contents ol li a.active {
    background: rgba(255, 155, 51, 0.1);
  }
  .side__contents ol li.current {
    background: rgba(255, 155, 51, 0.1);
  }
  .side__bnr__ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .side__bnr__txt {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .side__bnr2__ttl {
    font-size: 1rem;
    line-height: 2.1;
    font-weight: 600;
  }
  .side__bnr2__body {
    padding: 8px 0 5px;
  }
  .side__bnr2__txt {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 600;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .side__bnr__link__wrap {
    width: 300px;
    margin: 0 auto;
  }
}
/* related
---------------------------------------------------------------------------- */
.related {
  border-top: 1px solid #ccc;
  padding: 40px 0 0;
}

/* special 攻めの採用「ダイレクト・ソーシング（ダイレクトリクルーティング）」とは？
---------------------------------------------------------------------------- */
@media screen and (min-width: 600px) {
  .introduction-area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
  }
}
.introduction-area > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .introduction-area > li {
    width: 48.5%;
  }
}
.introduction-area > li > a {
  border: #ccc 1px solid;
  display: block;
  padding: 20px;
  height: 100%;
}
.introduction-area > li > a .btn-txt {
  color: #0065E7;
}
.introduction-pic {
  margin-bottom: 15px;
}
.introduction-body > dl {
  font-size: 1.4rem;
  padding-bottom: 1.5em;
}
.introduction-btn-tit {
  color: #0065E7;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 0.7em;
}
.introduction-com-name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.introduction-more-btn {
  text-align: center;
}
/*# sourceMappingURL=content-detail.css.map */