@charset "UTF-8";
@media screen and (max-width: 980px) {
  #page-mv {
    position: relative;
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-mv {
    margin-bottom: 85px;
  }
}
#page-mv .mv__note {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #page-mv .mv__note {
    width: 100vw;
    margin-top: -25.333dvw;
    position: relative;
    padding-top: 5.867dvw;
    padding-left: 8.8dvw;
    padding-bottom: 6.133dvw;
    padding-right: 18.933dvw;
    font-weight: 600;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
  #page-mv .mv__note .note__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(#fca802 0%, #ffcc01 100%);
    mix-blend-mode: multiply;
    clip-path: polygon(0% 0%, calc(100% - 17.067dvw) 0%, 100% 100%, 0% 100%);
  }
  #page-mv .mv__note .note__text {
    position: relative;
  }
}
@media screen and (min-width: 981px) {
  #page-mv .mv__note {
    mix-blend-mode: multiply;
    background: linear-gradient(to right, #fca802 0%, #ffcc01 100%);
    margin-top: -1.094dvw;
    padding-top: 1.927dvw;
    padding-left: 13.958dvw;
    padding-bottom: 1.302dvw;
    padding-right: 8.125dvw;
    font-weight: 600;
    font-size: 1.25dvw;
    letter-spacing: 0.05em;
    line-height: 1.875dvw;
    clip-path: polygon(0% 0%, calc(100% - 3.75dvw) 0%, 100% 100%, 0% 100%);
  }
}

.sec__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 981px) {
  .sec__head {
    margin-bottom: 50px;
  }
}
.sec__head img {
  opacity: 0.15;
}
@media screen and (max-width: 980px) {
  .sec__head img {
    width: 12dvw;
    margin-bottom: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  .sec__head img {
    height: 120px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 980px) {
  .sec__head .sub {
    font-weight: 300;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  .sec__head .sub {
    font-weight: 300;
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  .sec__head .main {
    font-weight: 600;
    font-size: 5.6dvw;
  }
}
@media screen and (min-width: 981px) {
  .sec__head .main {
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 980px) {
  #license-news {
    margin-bottom: 26.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news {
    margin-bottom: 100px;
  }
}
#license-news .news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  #license-news .news__list {
    max-width: 82.667dvw;
    margin-top: 9.867dvw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__list {
    grid-column: 2;
    grid-row: 1;
    max-width: 838px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
#license-news .news__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  #license-news .news__item:nth-of-type(n+4) {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #license-news .news__item a {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 9.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item a {
    display: flex;
    padding: 34px 20px;
  }
  #license-news .news__item a:hover .title {
    color: #FCA802;
  }
  #license-news .news__item a:hover::after {
    background-color: #FCA802;
  }
}
#license-news .news__item a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url(../images/license/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9999px;
}
@media screen and (max-width: 980px) {
  #license-news .news__item a::after {
    background-color: #FFCC01;
    width: 8.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item a::after {
    background-color: #000;
    width: 33px;
    transition: opacity 0.3s, background-color 0.3s;
  }
}
#license-news .news__item .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #license-news .news__item .head {
    width: 100%;
    margin-bottom: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item .head {
    margin-right: 30px;
  }
}
#license-news .news__item .head .date {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #license-news .news__item .head .date {
    display: flex;
    align-items: center;
    gap: 1.333dvw;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item .head .date {
    font-size: 16px;
    margin-right: 20px;
  }
}
#license-news .news__item .head .date::before {
  content: "●";
  color: #FFCC01;
}
@media screen and (max-width: 980px) {
  #license-news .news__item .head .date::before {
    font-size: 2.4dvw;
    line-height: 1;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item .head .date::before {
    margin-right: 11px;
  }
}
#license-news .news__item .title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #license-news .news__item .title {
    padding-left: 4.267dvw;
    flex: 1;
    font-size: 4.267dvw;
    line-height: 1.62;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item .title {
    gap: 8px;
    flex: 1;
    font-size: 18px;
    transition: color 0.3s;
  }
}
#license-news .news__item .title::before {
  content: "";
}
@media screen and (max-width: 980px) {
  #license-news .news__item .title::before {
    width: 3.2dvw;
    height: 0.533dvw;
    background-color: #FFCC01;
    margin-right: 2.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-news .news__item .title::before {
    width: 15px;
    height: 2px;
    background-color: #FFCC01;
  }
}
@media screen and (min-width: 981px) {
  #license-news .tolist {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 980px) {
  #license-counter {
    margin-bottom: 28.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter {
    margin-bottom: 280px;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .sec__head {
    margin-bottom: 83px;
  }
}
#license-counter .lede {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #license-counter .lede {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.267dvw;
    line-height: 6.933dvw;
    text-align: left;
    margin-bottom: 16.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .lede {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin-bottom: 23px;
  }
}
#license-counter > .note {
  text-align: center;
  color: #fca802;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  #license-counter > .note {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 1em;
    font-size: 4.267dvw;
    line-height: 6.933dvw;
    margin-bottom: 16.267dvw;
  }
  #license-counter > .note br {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #license-counter > .note {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin-bottom: 72px;
  }
}
#license-counter .counter__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__wrapper {
    display: flex;
    flex-direction: column;
    gap: 11.467dvw;
    background-image: url(../images/license/counter-bg-mb.jpg);
    padding-top: 18.4dvw;
    padding-bottom: 19.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__wrapper {
    padding-top: 95px;
    background-image: url(../images/license/counter-bg.jpg);
    padding-bottom: 85px;
    display: flex;
    justify-content: center;
    gap: 46px;
  }
}
#license-counter .counter__item {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item {
    width: 90.667dvw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2.133dvw;
    box-shadow: 0px 0px 1.6dvw rgba(0, 0, 0, 0.5);
    padding-top: 13.333dvw;
    padding-bottom: 12dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item {
    border-radius: 8px;
    width: 500px;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
#license-counter .counter__item .num {
  aspect-ratio: 1/1;
  position: absolute;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .num {
    top: -6.933dvw;
    left: 50%;
    translate: -50% 0;
    width: 13.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .num {
    top: -24px;
    left: -14px;
    width: 80px;
  }
}
#license-counter .counter__item .head {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .head {
    margin-bottom: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .head {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .head .main {
    font-size: 5.6dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .head .main {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .head .sub {
    font-size: 3.733dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .head .sub {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
#license-counter .counter__item .image {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .image {
    margin-bottom: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .image {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .image img {
    width: 16.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .image img {
    width: 94px;
  }
}
#license-counter .counter__item .image .cap {
  text-align: center;
  color: #ff8803;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .image .cap {
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .image .cap {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
#license-counter .counter__item .notice {
  border-top: #838383 1px solid;
  border-bottom: #838383 1px solid;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .notice {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.8dvw;
    padding-bottom: 6.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .notice {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 17px;
    margin-bottom: 29px;
  }
}
#license-counter .counter__item .notice .main {
  font-weight: 700;
  text-align: center;
  color: #fca802;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .notice .main {
    font-size: 4.8dvw;
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .notice .main {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
  }
}
#license-counter .counter__item .notice .sub {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .notice .sub {
    text-align: left;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .notice .sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .address {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.8dvw;
    padding-bottom: 6.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .address {
    display: flex;
    gap: 13px;
    margin-bottom: 29px;
  }
}
#license-counter .counter__item .address .head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .address .head {
    font-weight: 700;
    font-size: 4.8dvw;
    margin-bottom: 2.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .address .head {
    background: #e3e3e3;
    border-radius: 5px;
    width: 74px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
#license-counter .counter__item .address address {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .address address {
    font-size: 4.267dvw;
    letter-spacing: 0.05em;
    line-height: 6.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .address address {
    gap: 11px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 22px;
  }
}
#license-counter .counter__item .address address p {
  margin: 0;
}
#license-counter .counter__item .note {
  border-top: #838383 1px solid;
  font-weight: 400;
  color: #fca802;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .note {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.8dvw;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .note {
    padding-top: 12px;
    font-size: 12px;
    line-height: 18px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
#license-counter .counter__item .times .head {
  background-color: #838383;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times .head {
    padding-top: 0.8dvw;
    padding-bottom: 1.067dvw;
    font-weight: 700;
    font-size: 3.733dvw;
    letter-spacing: 0.1em;
    margin-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .head {
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
}
#license-counter .counter__item .times .time__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times .time__wrapper {
    gap: 3.467dvw;
    margin-bottom: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .time__wrapper {
    gap: 13px;
    margin-bottom: 20px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
#license-counter .counter__item .times .time {
  display: flex;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times .time {
    gap: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .time {
    gap: 13px;
  }
}
#license-counter .counter__item .times .time .main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  border-radius: 5px;
  border: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times .time .main {
    font-weight: 600;
    font-size: 3.733dvw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .time .main {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
#license-counter .counter__item .times .time .sub {
  align-self: center;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times .time .sub {
    font-size: 4.267dvw;
    letter-spacing: 0.05em;
    line-height: 6.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .time .sub {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .time .sub small {
    font-size: 12px;
  }
}
#license-counter .counter__item .times .time .sub em {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-counter .counter__item .times .time .sub em {
    display: block;
    font-size: 6.4dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-counter .counter__item .times .time .sub em {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}

#license-list {
  background: linear-gradient(to bottom, #00449e 0%, #007ac6 100%);
  position: relative;
}
@media screen and (max-width: 980px) {
  #license-list {
    padding-top: 7.467dvw;
    padding-bottom: 10.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list {
    padding-top: 75px;
    padding-bottom: 118px;
  }
}
#license-list .sec__head {
  position: absolute;
}
@media screen and (max-width: 980px) {
  #license-list .sec__head {
    width: 94.133dvw;
    height: 13.6dvw;
    top: -10.667dvw;
    right: 0;
  }
}
@media screen and (min-width: 981px) {
  #license-list .sec__head {
    width: 83.698dvw;
    top: -8.073dvw;
    right: 0;
  }
}
#license-list .sec__head img {
  opacity: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 980px) {
  #license-list .sec__head img {
    width: 100%;
    margin: 0;
  }
}
#license-list .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #license-list .list__head {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #license-list .list__head {
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
#license-list .list__head .main {
  color: #fff;
}
@media screen and (max-width: 980px) {
  #license-list .list__head .main {
    font-weight: bold;
    font-size: 4.8dvw;
    line-height: 7.467dvw;
    margin-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list .list__head .main {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.05em;
  }
}
#license-list .list__head .icons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #license-list .list__head .icons {
    justify-content: center;
    gap: 6.133dvw;
    padding-left: 4dvw;
    padding-right: 4dvw;
    margin-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list .list__head .icons {
    gap: 42px;
  }
}
#license-list .list__head .icons .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  #license-list .list__head .icons .icon img {
    width: 22.133dvw;
    height: 23.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list .list__head .icons .icon img {
    max-width: 85px;
    height: 90px;
  }
}
@media screen and (min-width: 981px) {
  #license-list .list__body {
    background: #fff;
    border-radius: 17px;
    padding-top: 28px;
    padding-bottom: 98px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
#license-list .list__note {
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 980px) {
  #license-list .list__note {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list .list__note {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 980px) {
  #license-list .table__wrapper {
    width: 90.667dvw;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 4.533dvw;
    padding-left: 8dvw;
    padding-right: 8dvw;
    padding-bottom: 8dvw;
  }
}
#license-list table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 980px) {
  #license-list thead {
    display: none;
  }
}
#license-list thead th {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 981px) {
  #license-list thead th {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-bottom: 18px;
  }
}
#license-list tbody tr {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 980px) {
  #license-list tbody tr:last-of-type {
    border-bottom: none;
  }
}
#license-list tbody tr td {
  position: relative;
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:first-of-type {
    padding-top: 9.333dvw;
    padding-bottom: 9.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:first-of-type {
    width: 375px;
    padding-left: 40px;
    padding-right: 49px;
  }
}
#license-list tbody tr td:first-of-type::after {
  content: "";
  width: 1px;
  background-color: #C9C9C9;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:first-of-type::after {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:first-of-type::after {
    top: 22px;
    bottom: 22px;
  }
}
#license-list tbody tr td:first-of-type::after {
  height: calc(100% - 44px);
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:first-of-type .wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 127px;
  }
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:first-of-type .area__name {
    font-size: 4.8dvw;
    letter-spacing: 0.1em;
    line-height: 10.133dvw;
    text-align: center;
    padding-bottom: 9.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:first-of-type .area__name {
    align-self: center;
    grid-column: 1;
    grid-row: 1/3;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:first-of-type .area__map + .area__tel {
    margin-top: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:first-of-type .area__map {
    width: 127px;
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:first-of-type .area__tel {
    width: 127px;
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.867dvw;
    margin-bottom: 7.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:nth-of-type(2) {
    width: 299px;
    padding-left: 36px;
    padding-right: 29px;
    display: flex;
    align-items: center;
    gap: 22px;
  }
}
#license-list tbody tr td:nth-of-type(2)::after {
  content: "";
  width: 1px;
  background-color: #C9C9C9;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:nth-of-type(2)::after {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:nth-of-type(2)::after {
    top: 30px;
    bottom: 30px;
  }
}
#license-list tbody tr td:nth-of-type(2)::after {
  height: calc(100% - 44px);
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:nth-of-type(2) .icon:first-of-type:has(img), #license-list tbody tr td:nth-of-type(2) .icon:nth-of-type(2):has(img) {
    width: 14.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:nth-of-type(2) .icon:first-of-type, #license-list tbody tr td:nth-of-type(2) .icon:nth-of-type(2) {
    width: 59px;
  }
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:nth-of-type(2) .icon:last-of-type:has(img) {
    width: 20dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:nth-of-type(2) .icon:last-of-type {
    width: 72px;
  }
}
#license-list tbody tr td:last-of-type {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #license-list tbody tr td:last-of-type {
    font-size: 4.267dvw;
    line-height: 6.933dvw;
    padding-bottom: 9.067dvw;
  }
  #license-list tbody tr td:last-of-type br {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #license-list tbody tr td:last-of-type {
    width: 326px;
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
  }
}

.license__sechead {
  position: relative;
}
@media screen and (max-width: 980px) {
  .license__sechead {
    padding-top: 19.733dvw;
    padding-left: 8.8dvw;
    margin-bottom: 6.667dvw;
    margin-right: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__sechead {
    margin-right: calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2 + 100px);
    padding-top: 117px;
    margin-bottom: 45px;
  }
}
.license__sechead::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/common/mark-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 980px) {
  .license__sechead::before {
    left: 5.333dvw;
    bottom: 5.867dvw;
    width: 10.667dvw;
    height: 14.933dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__sechead::before {
    left: calc(100% - 1200px - 10px);
    bottom: 28px;
    width: 94px;
    height: 132px;
  }
}
.license__sechead:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to left, #fca802 0%, #ffcc01 100%);
}
@media screen and (max-width: 980px) {
  .license__sechead:after {
    width: 100%;
    height: 14.933dvw;
    clip-path: polygon(0% 0%, calc(100% - 8.8dvw) 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 981px) {
  .license__sechead:after {
    width: 100%;
    height: 60px;
    clip-path: polygon(0% 0%, calc(100% - 34px) 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 980px) {
  .license__sechead .main {
    font-weight: 600;
    font-size: 4.8dvw;
    line-height: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__sechead .main {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
}
.license__sechead .sub {
  color: #fff;
}
@media screen and (max-width: 980px) {
  .license__sechead .sub {
    font-weight: 300;
    font-size: 3.2dvw;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 981px) {
  .license__sechead .sub {
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 5px;
  }
}

.license__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.autowidth {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 980px) {
  #license-download .catch {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4dvw;
    margin-bottom: 15.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-download .catch {
    margin-bottom: 109px;
  }
}
#license-download .catch .main {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 980px) {
  #license-download .catch .main {
    font-weight: 500;
    font-size: 4.267dvw;
    line-height: 6.933dvw;
    margin-bottom: 6.4dvw;
  }
  #license-download .catch .main br {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #license-download .catch .main {
    gap: 11px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 38px;
    margin-bottom: 16px;
  }
}
#license-download .catch .main::before {
  content: "";
  display: block;
  background-color: #FCA802;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  #license-download .catch .main::before {
    width: 3.2dvw;
    height: 0.533dvw;
    margin-top: 3.2dvw;
    margin-right: 0.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-download .catch .main::before {
    width: 12px;
    height: 2px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 980px) {
  #license-download .catch .note {
    padding-left: 4dvw;
    font-weight: 400;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-download .catch .note {
    padding-left: 23px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 20px;
  }
}
#license-download .download__list .main, #license-download .download__list .sub {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  #license-download .download__list .main, #license-download .download__list .sub {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 6.4dvw;
  }
  #license-download .download__list .main .label, #license-download .download__list .sub .label {
    flex: 1;
  }
}
@media screen and (max-width: 980px) {
  #license-download .download__list .main {
    margin-bottom: 14.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-download .download__list .main {
    gap: 56px;
    margin-bottom: 94px;
  }
}
#license-download .download__list .main .linkbtn {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-download .download__list .main .linkbtn {
    width: 100%;
    height: 20.267dvw;
    padding-left: 14.133dvw;
    padding-right: 13.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-download .download__list .main .linkbtn {
    justify-content: space-evenly;
    width: 363px;
    height: 106px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fca800;
  }
}
#license-download .download__list .sub {
  font-weight: 700;
}
@media screen and (min-width: 981px) {
  #license-download .download__list .sub {
    gap: 65px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #license-download .download__list .sub .linkbtn {
    width: 100%;
    height: 14.133dvw;
    padding-left: 7.2dvw;
    padding-right: 8.267dvw;
    font-size: 3.2dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-download .download__list .sub .linkbtn {
    justify-content: space-evenly;
    width: 354px;
    height: 53px;
  }
}

@media screen and (min-width: 981px) {
  #license-com .license__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 980px) {
  #license-com .table__wrapper {
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
    padding-bottom: 10.133dvw;
    margin-bottom: 10.667dvw;
  }
}
#license-com table {
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 980px) {
  #license-com table {
    border-spacing: 1.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com table {
    border-spacing: 6px;
    margin-bottom: 94px;
  }
}
#license-com table th {
  background-color: #FFEFAF;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #license-com table th {
    white-space: nowrap;
    font-size: 3.733dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-com table th {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #license-com table td {
    white-space: nowrap;
  }
}
@media screen and (min-width: 981px) {
  #license-com table td {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 12px;
    width: 385px;
  }
}
#license-com table thead th {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-com table thead th {
    padding: 2.133dvw 5.867dvw 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com table thead th {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  #license-com table tbody th {
    padding: 2.933dvw 5.333dvw 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com table tbody th {
    min-width: 217px;
  }
}
#license-com table tbody td {
  position: relative;
}
@media screen and (max-width: 980px) {
  #license-com table tbody td {
    text-align: center;
    font-size: 5.867dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-com table tbody td {
    min-width: 385px;
  }
}
#license-com table tbody td::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 980px) {
  #license-com table tbody td::before {
    top: -0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com table tbody td::before {
    top: -3px;
  }
}
#license-com table tbody tr:first-of-type td::before {
  display: none;
}
#license-com table tbody tr:first-of-type td:not(:last-child)::before {
  display: block;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #license-com table tbody tr:first-of-type td:not(:last-child)::before {
    top: 0;
    left: unset;
    right: -0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com table tbody tr:first-of-type td:not(:last-child)::before {
    top: 0;
    left: unset;
    right: -3px;
  }
}
#license-com table tbody tr:last-of-type td::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 980px) {
  #license-com table tbody tr:last-of-type td::after {
    bottom: -0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com table tbody tr:last-of-type td::after {
    bottom: -3px;
  }
}
@media screen and (max-width: 980px) {
  #license-com .caution {
    margin-bottom: 10.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution {
    margin-bottom: 106px;
  }
}
#license-com .caution .head {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #license-com .caution .head {
    font-weight: bold;
    font-size: 4.8dvw;
    line-height: 7.467dvw;
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .head {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 980px) {
  #license-com .caution .head .icon img {
    width: 13.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .head .icon img {
    width: 56px;
    margin-bottom: 5px;
  }
}
#license-com .caution .list__wrapper {
  background: #fff4cc;
}
@media screen and (max-width: 980px) {
  #license-com .caution .list__wrapper {
    border-radius: 3.733dvw;
    width: 90.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.067dvw;
    padding-bottom: 9.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .list__wrapper {
    border-radius: 14px;
    padding-top: 51px;
    padding-bottom: 58px;
  }
}
#license-com .caution .list__subwrapper {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  counter-reset: num;
}
@media screen and (max-width: 980px) {
  #license-com .caution .list__subwrapper {
    max-width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .list__subwrapper {
    gap: 53px;
  }
}
#license-com .caution .list {
  position: relative;
  counter-increment: num;
}
@media screen and (max-width: 980px) {
  #license-com .caution .list {
    padding-left: 8dvw;
    padding-right: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .list {
    padding-left: 23px;
  }
}
#license-com .caution .list::before {
  content: "";
  display: block;
  background-color: #FCA802;
  position: absolute;
}
@media screen and (max-width: 980px) {
  #license-com .caution .list::before {
    width: 3.2dvw;
    height: 0.533dvw;
    top: 2.133dvw;
    left: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .list::before {
    width: 12px;
    height: 2px;
    top: 12px;
    left: 0;
  }
}
#license-com .caution .subject {
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 980px) {
  #license-com .caution .subject {
    display: flex;
    flex-direction: column;
    gap: 1.6dvw;
    margin-bottom: 5.067dvw;
  }
  #license-com .caution .subject br {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .subject {
    padding-left: 18px;
    text-indent: -18px;
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 28px;
  }
}
#license-com .caution .subject::before {
  content: counter(num);
  border: 1px solid;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  text-indent: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 1.2em;
  font-size: 0.7em;
}
@media screen and (min-width: 981px) {
  #license-com .caution .subject::before {
    translate: 0 -0.2em;
  }
}
#license-com .caution .text {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #license-com .caution .text {
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .caution .text {
    padding-left: 30px;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 22px;
  }
}
@media screen and (max-width: 980px) {
  #license-com .paper {
    margin-bottom: 17.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .paper {
    margin-bottom: 174px;
  }
}
#license-com .paper .head {
  background: #838383;
  border: 1px solid #707070;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #license-com .paper .head {
    font-weight: 600;
    font-size: 4.267dvw;
    padding: 1.867dvw 0 1.333dvw;
    margin-bottom: 7.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .paper .head {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
#license-com .paper .body {
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #license-com .paper .body {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.267dvw;
    line-height: 6.933dvw;
    margin-bottom: 8.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .paper .body {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
    margin-bottom: 57px;
  }
}
#license-com .paper .linkbtn {
  justify-content: space-evenly;
}
@media screen and (max-width: 980px) {
  #license-com .paper .linkbtn {
    width: 74.667dvw;
    height: 14.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-com .paper .linkbtn {
    width: 354px;
    height: 53px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 981px) {
  .license__qa {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  .license__qa + .license__qa {
    margin-top: 17.067dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa + .license__qa {
    margin-top: 164px;
  }
}
.license__qa .qa__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__head {
    background: linear-gradient(to right, #fca802 0%, #ffcc01 100%);
    position: relative;
    margin-bottom: 6.933dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__head {
    background: linear-gradient(to right, #fca802 0%, #ffcc01 100%);
  }
}
.license__qa .qa__head .main {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__head .main {
    align-items: self-end;
    padding-top: 1.333dvw;
    padding-bottom: 2.4dvw;
    width: 78.933dvw;
    font-size: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__head .main {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 114px;
  }
}
.license__qa .qa__head .main::before {
  content: "";
  display: block;
  background-image: url(../images/common/mark-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__head .main::before {
    width: 7.733dvw;
    height: 10.933dvw;
    margin-left: 6.933dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__head .main::before {
    width: 32px;
    height: 45px;
    margin-left: 38px;
    margin-right: 7px;
  }
}
.license__qa .qa__head .main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(252, 168, 2, 0.35) 0%, rgba(255, 204, 1, 0.35) 100%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__head .main::after {
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__head .main::after {
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
}
.license__qa .qa__head .sub {
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__head .sub {
    font-size: 3.2dvw;
    padding-right: 8.8dvw;
    position: absolute;
    bottom: 2.4dvw;
    right: 0;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__head .sub {
    font-size: 24px;
    padding-right: 27px;
  }
}
.license__qa .qa__items {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__items {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
    gap: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__items {
    margin-top: 28px;
    gap: 20px;
  }
}
.license__qa .qa__item {
  border: 1px solid #FFCC01;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__item {
    border-radius: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__item {
    border-radius: 14px;
    gap: 20px;
  }
}
.license__qa .qa__item .icon {
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__item .icon {
    width: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__item .icon {
    width: 16px;
  }
}
.license__qa .qa__item .icon::before, .license__qa .qa__item .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.license__qa .qa__item .icon::before {
  background-image: url(../images/license/qa-icon-closed.svg);
}
.license__qa .qa__item .icon::after {
  background-image: url(../images/license/qa-icon-opened.svg);
  opacity: 0;
}
.license__qa .qa__item.is-opened {
  background-color: #FFF8DD;
}
.license__qa .qa__item.is-opened .icon::before {
  opacity: 0;
}
.license__qa .qa__item.is-opened .icon::after {
  opacity: 1;
}
.license__qa .qa__item.is-opened .summary_inner {
  border-color: #FCA802;
}
.license__qa .qa__item .summary_inner {
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__item .summary_inner {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.533dvw;
    padding-bottom: 4.533dvw;
    font-size: 4.267dvw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__item .summary_inner {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 26px;
  }
}
.license__qa .qa__item .content_inner {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .license__qa .qa__item .content_inner {
    padding-top: 4.533dvw;
    padding-left: 4dvw;
    padding-right: 4dvw;
    padding-bottom: 5.867dvw;
    font-size: 3.68dvw;
    line-height: 6.4dvw;
  }
  .license__qa .qa__item .content_inner br {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .license__qa .qa__item .content_inner {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 26px;
  }
}

@media screen and (max-width: 980px) {
  #qa-faq {
    margin-bottom: 17.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #qa-faq {
    margin-bottom: 310px;
  }
}

#license-contact.bgfix::before {
  background-image: url(../images/license/contact-bg.jpg);
}
@media screen and (max-width: 980px) {
  #license-contact {
    padding-top: 24.533dvw;
    padding-bottom: 23.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact {
    padding-top: 124px;
    padding-bottom: 112px;
  }
}
#license-contact .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 980px) {
  #license-contact .inner {
    width: 90.667dvw;
    border-radius: 6.933dvw;
    padding-top: 13.867dvw;
    padding-bottom: 12.8dvw;
    padding-left: 8dvw;
    padding-right: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .inner {
    border-radius: 26px;
    padding-left: 190px;
    padding-right: 190px;
    padding-top: 67px;
    padding-bottom: 59px;
  }
}
#license-contact .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #license-contact .head {
    gap: 2.133dvw;
    margin-bottom: 6.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .head {
    gap: 6px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 980px) {
  #license-contact .head img {
    width: 13.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .head img {
    width: 69px;
  }
}
#license-contact .head .main {
  color: #fca802;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #license-contact .head .main {
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .head .main {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #license-contact .body {
    margin-bottom: 10.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .body {
    margin-bottom: 50px;
  }
}
#license-contact .contact__item {
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item {
    padding-top: 6.667dvw;
    padding-bottom: 6.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item {
    display: flex;
    align-items: center;
    gap: 63px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
#license-contact .contact__item:last-child {
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .subject {
    text-align: center;
    font-size: 4.267dvw;
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .subject {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
#license-contact .contact__item .contact__numbers {
  display: flex;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .contact__numbers {
    flex-direction: column;
    gap: 1.333dvw;
    align-items: center;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .contact__numbers {
    gap: 36px;
  }
}
#license-contact .contact__item .contact__numbers small {
  padding-right: 0.5em;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .contact__numbers small {
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .contact__numbers small {
    font-size: 16px;
  }
}
#license-contact .contact__item .contact__numbers .number {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .contact__numbers .number {
    font-size: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .contact__numbers .number {
    font-size: 32px;
  }
}
#license-contact .contact__item .contact__times {
  display: flex;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .contact__times {
    justify-content: center;
    align-items: center;
    gap: 2.133dvw;
    margin-bottom: 6.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .contact__times {
    gap: 13px;
    margin-bottom: 20px;
  }
}
#license-contact .contact__item .contact__times .time__head {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .contact__times .time__head {
    justify-content: center;
    width: 13.333dvw;
    height: 13.333dvw;
    font-size: 4.267dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .contact__times .time__head {
    padding-left: 10px;
    padding-right: 7px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .contact__times .time__body {
    font-size: 4.8dvw;
    line-height: 7.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .contact__times .time__body {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 32px;
  }
}
@media screen and (max-width: 980px) {
  #license-contact .contact__item .note {
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .contact__item .note {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
#license-contact .linkbtn {
  background-color: #FCA802;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 980px) {
  #license-contact .linkbtn {
    width: 100%;
    height: 19.2dvw;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #license-contact .linkbtn {
    width: 235px;
    height: 60px;
    gap: 20px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.3em;
  }
}

@media screen and (max-width: 980px) {
  .pageback {
    padding-top: 12.533dvw;
    padding-bottom: 10.4dvw;
  }
}
@media screen and (min-width: 981px) {
  .pageback {
    padding-top: 104px;
    padding-bottom: 118px;
  }
}