@charset "UTF-8";
@keyframes rotation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes MainHeading-sub {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes MainHeading {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes MainHeading-color {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes roll {
  0% {
    transform: rotateY(0deg);
  }
  3% {
    transform: rotateY(180deg);
  }
  6% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes heroBigArrowMove-sp {
  0% {
    bottom: calc((-700/750)*100vw);
    opacity: 0;
  }
  10% {
    bottom: calc((-560/750)*100vw);
    opacity: 1;
  }
  20% {
    bottom: calc((-420/750)*100vw);
    opacity: 1;
  }
  30% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  90% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  100% {
    bottom: calc((-280/750)*100vw);
    opacity: 0;
  }
}

@keyframes heroBigArrowMove-pc {
  0% {
    bottom: -76rem;
    opacity: 0;
  }
  10% {
    bottom: -57rem;
    opacity: 1;
  }
  20% {
    bottom: -38rem;
    opacity: 1;
  }
  30% {
    bottom: 0;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes heroSmallArrowMove-sp {
  0% {
    bottom: calc((-700/750)*100vw);
    opacity: 0;
  }
  12% {
    bottom: calc((-560/750)*100vw);
    opacity: 1;
  }
  24% {
    bottom: calc((-420/750)*100vw);
    opacity: 1;
  }
  36% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  90% {
    bottom: calc((-280/750)*100vw);
    opacity: 1;
  }
  100% {
    bottom: calc((-280/750)*100vw);
    opacity: 0;
  }
}

@keyframes heroSmallArrowMove-pc {
  0% {
    bottom: -44rem;
    opacity: 0;
  }
  12% {
    bottom: -33rem;
    opacity: 1;
  }
  24% {
    bottom: -22rem;
    opacity: 1;
  }
  36% {
    bottom: 0;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes detailArrowMove-sp {
  0% {
    bottom: -30vw;
    opacity: 0;
  }
  12% {
    bottom: -20vw;
    opacity: 0;
  }
  24% {
    bottom: -10vw;
    opacity: 1;
  }
  36% {
    bottom: 35vw;
    opacity: 1;
  }
  90% {
    bottom: 35vw;
    opacity: 1;
  }
  100% {
    bottom: 35vw;
    opacity: 0;
  }
}

@keyframes detailArrowMove-pc {
  0% {
    bottom: 0;
    opacity: 0;
  }
  12% {
    bottom: 2rem;
    opacity: 0;
  }
  24% {
    bottom: 5rem;
    opacity: 1;
  }
  36% {
    bottom: 15rem;
    opacity: 1;
  }
  90% {
    bottom: 15rem;
    opacity: 1;
  }
  100% {
    bottom: 15rem;
    opacity: 0;
  }
}

@keyframes moveRight {
  0% {
    right: 0;
  }
  50% {
    right: -1rem;
  }
  100% {
    right: 0;
  }
}

@keyframes moveRightWorks {
  0% {
    right: -0.1rem;
  }
  50% {
    right: -1rem;
  }
  100% {
    right: -0.1rem;
  }
}

@keyframes workHoverBalloon {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  40% {
    opacity: 0;
    width: 96%;
    height: 96%;
  }
  100% {
    opacity: 1;
    width: 90%;
    height: 90%;
  }
}

@keyframes workHoverEn {
  0% {
    top: 4rem;
    opacity: 0;
  }
  50% {
    top: 2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes workHoverArrow {
  0% {
    right: 20%;
    opacity: 0;
  }
  50% {
    right: 12.4%;
    opacity: 0;
  }
  100% {
    right: 4.8%;
    opacity: 1;
  }
}

@keyframes enterGoOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(5);
  }
  50% {
    opacity: 0.3;
    transform: scale(10);
  }
  75% {
    opacity: 0;
    transform: scale(15);
  }
  100% {
    opacity: 0;
    transform: scale(20);
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .contact-input-formArea-submit input, .download-thanks-btn a {
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
}

@media only screen and (min-width: 768px) {
  .contact-input-formArea-submit input:hover, .download-thanks-btn a:hover {
    animation-name: soBnr;
  }
}

@keyframes soBnr {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0.3rem, 0);
  }
  10% {
    transform: translate(-0.3rem, 0);
  }
  15% {
    transform: translate(0.3rem, 0);
  }
  20% {
    transform: translate(-0.3rem, 0);
  }
  25% {
    transform: translate(0.3rem, 0);
  }
  30% {
    transform: translate(-0.3rem, 0);
  }
  35% {
    transform: translate(0.3rem, 0);
  }
  40% {
    transform: translate(-0.3rem, 0);
  }
  45% {
    transform: translate(0.3rem, 0);
  }
  50% {
    transform: translate(-0.3rem, 0);
  }
  55% {
    transform: translate(0.3rem, 0);
  }
  60% {
    transform: translate(-0.3rem, 0);
  }
  65% {
    transform: translate(0.3rem, 0);
  }
  70% {
    transform: translate(-0.3rem, 0);
  }
  75% {
    transform: translate(0.3rem, 0);
  }
  80% {
    transform: translate(-0.3rem, 0);
  }
  85% {
    transform: translate(0.3rem, 0);
  }
  90% {
    transform: translate(-0.3rem, 0);
  }
  95% {
    transform: translate(0.3rem, 0);
  }
  100% {
    transform: translateX(0);
  }
}

.contact-subTtl {
  width: 62px;
  line-height: 1;
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .contact-subTtl {
    width: calc((118/750)*100vw);
    margin: 0 auto calc((10/750)*100vw);
  }
}

.contact-ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 18px;
}

@media screen and (max-width: 767px) {
  .contact-ttl {
    font-size: calc((52/750)*100vw);
    text-align: center;
    margin-bottom: calc((28/750)*100vw);
  }
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.contact-input {
  background-color: #fff;
}

@media screen and (min-width: 1020px), print {
  .contact-input .sec-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1020px), print {
  .contact-input-txtArea {
    width: calc(420/1020*100%);
  }
}

.contact-input-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .contact-input-txt {
    font-size: calc((28/750)*100vw);
    margin-bottom: calc((10/750)*100vw);
  }
}

.contact-input-notes {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  font-weight: normal;
  margin: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact-input-notes {
    font-size: calc((24/750)*100vw);
    line-height: 1.6;
    margin-bottom: calc((40/750)*100vw);
  }
}

.contact-input ol.download-input-contents-list {
  padding: 0;
  padding-left: 1em;
}

.contact-input ol.download-input-contents-list li {
  list-style: decimal;
  padding: 0;
  padding-left: 0.2em;
}

.contact-input ol.download-input-contents-list li:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .contact-input-formArea {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1020px), print {
  .contact-input-formArea {
    width: calc(540/1020*100%);
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-input-formArea {
    margin-top: calc((70/750)*100vw);
  }
}

.contact-input-formArea fieldset {
  padding: 0;
  border: none;
}

.contact-input-formArea form {
  padding: 50px 40px;
  background-color: #F2F2F2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea form {
    padding: calc((70/750)*100vw) calc((40/750)*100vw) calc((60/750)*100vw);
    font-size: calc((28/750)*100vw);
  }
}

.contact-input-formArea-item {
  margin: 0;
}

.contact-input-formArea-item + .contact-input-formArea-item {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-item + .contact-input-formArea-item {
    margin-top: calc((50/750)*100vw);
  }
}

.contact-input-formArea-item dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-item dt {
    font-size: calc((30/750)*100vw);
    margin-bottom: calc((12/750)*100vw);
  }
}

.contact-input-formArea-item dt span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 42px;
  height: 24px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  background-color: #999999;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-item dt span {
    width: calc((70/750)*100vw);
    height: calc((40/750)*100vw);
    font-size: calc((24/750)*100vw);
    font-weight: normal;
    border-radius: calc((10/750)*100vw);
    margin-right: calc((16/750)*100vw);
    position: relative;
    bottom: calc((2/750)*100vw);
  }
}

.contact-input-formArea-item .required {
  background-color: #FF761A;
}

.contact-input-formArea-item dd {
  margin: 0;
}

.contact-input-formArea .wpcf7-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 0;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea .wpcf7-checkbox {
    gap: calc((30/750)*100vw) 0;
    margin: calc((30/750)*100vw) 0 calc((60/750)*100vw);
  }
}

.contact-input-formArea .wpcf7-checkbox .wpcf7-list-item {
  width: 48%;
  display: block;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea .wpcf7-checkbox .wpcf7-list-item {
    width: 80%;
  }
}

.contact-input-formArea .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}

.contact-input-formArea .wpcf7-checkbox .wpcf7-list-item-label {
  display: block;
  position: relative;
  letter-spacing: -0.03em;
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea .wpcf7-checkbox .wpcf7-list-item-label {
    letter-spacing: 0;
    padding-left: calc((56/750)*100vw);
  }
}

.contact-input-formArea .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: calc((40/750)*100vw);
    height: calc((40/750)*100vw);
    top: 0;
  }
}

.contact-input-formArea .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 6px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .contact-input-formArea .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    width: calc((16/750)*100vw);
    height: calc((28/750)*100vw);
    top: calc((2/750)*100vw);
    left: calc((12/750)*100vw);
  }
}

.contact-input-formArea span[data-name="your-opportunity"] .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

.contact-input-formArea span[data-name="your-budget"],
.contact-input-formArea span[data-name="your-deadline"],
.contact-input-formArea span[data-name="your-competition"] {
  position: relative;
}

.contact-input-formArea span[data-name="your-budget"]:before,
.contact-input-formArea span[data-name="your-deadline"]:before,
.contact-input-formArea span[data-name="your-competition"]:before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(../img/contact/icon_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 4px;
  right: 22px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea span[data-name="your-budget"]:before,
  .contact-input-formArea span[data-name="your-deadline"]:before,
  .contact-input-formArea span[data-name="your-competition"]:before {
    width: calc((20/750)*100vw);
    height: calc((12/750)*100vw);
    top: calc((8/750)*100vw);
    right: calc((40/750)*100vw);
  }
}

.contact-input-formArea textarea,
.contact-input-formArea select,
.contact-input-formArea input[type="url"],
.contact-input-formArea input[type="text"],
.contact-input-formArea input[type="email"],
.contact-input-formArea input[type="tel"] {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #ddd;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea textarea,
  .contact-input-formArea select,
  .contact-input-formArea input[type="url"],
  .contact-input-formArea input[type="text"],
  .contact-input-formArea input[type="email"],
  .contact-input-formArea input[type="tel"] {
    padding: calc((29/750)*100vw) calc((30/750)*100vw);
    font-size: calc((28/750)*100vw);
  }
}

.contact-input-formArea textarea {
  height: 130px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea textarea {
    height: calc((240/750)*100vw);
    padding: calc((30/750)*100vw);
  }
}

.contact-input-formArea-submit {
  margin: 50px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-submit {
    margin-top: calc((50/750)*100vw);
  }
}

.contact-input-formArea-submit input {
  display: block;
  width: 400px;
  height: 70px;
  background: url(../img/contact/btn_01_pc.svg) no-repeat center center/contain;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-submit input {
    width: calc((610/750)*100vw);
    height: calc((120/750)*100vw);
    background-image: url(../img/contact/btn_01_sp.svg);
  }
}

.contact-input-formArea-submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-submit .wpcf7-spinner {
    left: calc((-70/750)*100vw);
  }
}

.contact-input-formArea-policy {
  font-size: 13px;
  text-align: center;
  color: #666;
  margin: 24px 0 0;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea-policy {
    font-size: calc((24/750)*100vw);
    line-height: 2;
    margin-top: calc((50/750)*100vw);
  }
}

.contact-input-formArea-policy a {
  display: inline;
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  .contact-input-formArea-policy a:hover {
    opacity: 0.7;
  }
}

.contact-input-formArea .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: bold;
  color: #FF3C1A;
  line-height: 1.8;
  margin-top: 10px;
}

.contact-input-formArea .wpcf7-response-output {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .contact-input-formArea .wpcf7-response-output {
    font-size: calc((28/750)*100vw);
  }
}

.contact-thanks {
  background-color: #fff;
}

.contact-thanks .contact-subTtl {
  text-align: center;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .contact-thanks .contact-subTtl {
    margin-bottom: calc((25/750)*100vw);
  }
}

.contact-thanks .contact-ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-thanks .contact-ttl {
    line-height: 1.5;
    margin-bottom: calc((40/750)*100vw);
  }
}

.contact-thanks-txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contact-thanks-txt {
    font-size: calc((28/750)*100vw);
    text-align: left;
  }
}

.contact-thanks-txt + .contact-thanks-txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact-thanks-txt + .contact-thanks-txt {
    margin-top: calc((30/750)*100vw);
  }
}

.download-input .contact-subTtl {
  width: 120px;
  line-height: 1;
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .download-input .contact-subTtl {
    width: calc((224/750)*100vw);
    margin: 0 auto calc((10/750)*100vw);
  }
}

.download-input-mainImg {
  margin: 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .download-input-mainImg {
    margin: calc((80/750)*100vw) 0 calc((30/750)*100vw);
  }
}

.download-input-imgList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .download-input-imgList {
    gap: calc((15/750)*100vw);
    margin-bottom: calc((40/750)*100vw);
  }
}

.download-input-contents {
  margin: 0 auto;
}

.download-input-contents dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .download-input-contents dt {
    font-size: calc((28/750)*100vw);
    margin-bottom: calc((10/750)*100vw);
  }
}

.download-input-contents dd {
  margin: 0;
}

.download-input-contents-list li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .download-input-contents-list li {
    font-size: calc((28/750)*100vw);
    padding-left: calc((32/750)*100vw);
  }
}

.download-input-contents-list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFE600;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .download-input-contents-list li:before {
    width: calc((16/750)*100vw);
    height: calc((16/750)*100vw);
    top: calc((12/750)*100vw);
  }
}

.download-input-contents-list li + li {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .download-input-contents-list li + li {
    margin-top: calc((24/750)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .download-input .contact-input-formArea {
    margin-top: calc((110/750)*100vw);
  }
}

.download-thanks .contact-subTtl {
  width: 120px;
  line-height: 1;
  margin: 0 auto 12px;
}

@media screen and (max-width: 767px) {
  .download-thanks .contact-subTtl {
    width: calc((224/750)*100vw);
    margin: 0 auto calc((25/750)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .download-thanks .contact-ttl {
    line-height: 1.5;
  }
}

.download-thanks-btn {
  margin: 50px auto 10px;
}

@media screen and (max-width: 767px) {
  .download-thanks-btn {
    margin: calc((70/750)*100vw) auto calc((40/750)*100vw);
  }
}

.download-thanks-btn a {
  display: block;
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .download-thanks-btn a {
    width: calc((610/750)*100vw);
  }
}

.download-thanks-linkSec {
  background-color: #F2F2F2;
}

.download-thanks-linkSec .sec-inner {
  padding-block: 40px 60px;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec .sec-inner {
    padding-block: calc((60/750)*100vw) calc((90/750)*100vw);
  }
}

.download-thanks-linkSec-ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-ttl {
    font-size: calc((30/750)*100vw);
    margin-bottom: calc((40/750)*100vw);
  }
}

.download-thanks-linkSec-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: calc((24/750)*100vw);
  }
}

.download-thanks-linkSec-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: calc(480/1020*100%);
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list li {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    padding: calc((39/750)*100vw) calc((40/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}

.download-thanks-linkSec-list .img {
  width: calc(150/(480 - 24*2)*100%);
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list .img {
    width: calc((210/750)*100vw);
  }
}

.download-thanks-linkSec-list .txtArea {
  width: calc(260/(480 - 24*2)*100%);
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list .txtArea {
    width: calc((370/750)*100vw);
    position: relative;
    top: calc((-8/750)*100vw);
  }
}

.download-thanks-linkSec-list .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list .ttl {
    font-size: calc((26/750)*100vw);
  }
}

.download-thanks-linkSec-list .link {
  line-height: 1;
  margin: 6px 0 0;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list .link {
    margin-top: calc((4/750)*100vw);
  }
}

.download-thanks-linkSec-list .link a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #FF761A;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list .link a {
    font-size: calc((26/750)*100vw);
  }
}

.download-thanks-linkSec-list .link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/contact/download_thanks_icon_01.svg) no-repeat center center/contain;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .download-thanks-linkSec-list .link a:after {
    width: calc((10/750)*100vw);
    height: calc((18/750)*100vw);
    margin-left: calc((12/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  .download-thanks-linkSec-list .link a:hover {
    opacity: 0.7;
  }
}
