@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body .main .first-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 660px;
  border: solid 1px #404040;
  padding: 40px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .first-area {
    padding: 30px 10px;
  }
}
html body .main .first-area .first-sec {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .first-area .first-sec {
    font-size: 26px;
  }
}
html body .main .section-title.content2 {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  html body .main .section-title.content2 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 44px;
  }
}
html body .main .category {
  position: relative;
  width: 100%;
}
html body .main .category__links {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .main .category__links {
    gap: 40px;
  }
}
html body .main .category__link {
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .category__link {
    font-size: 16px;
  }
}
html body .main .category__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: scale 0.3s;
  scale: 1 1;
  background: #fff;
  transform-origin: left top;
}
@media (hover) {
  html body .main .category__link:hover::after {
    scale: 0 1;
  }
}
html body .main .category__listpdf {
  margin: 50px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .category__listpdf {
    margin: 50px auto;
  }
}
html body .main .category__listpdf a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .category__listpdf a {
    font-size: 16px;
  }
}
html body .main .category__listpdf a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: scale 0.3s;
  scale: 1 1;
  background: #fff;
  transform-origin: left top;
}
@media (hover) {
  html body .main .category__listpdf a:hover::after {
    scale: 0 1;
  }
}
html body .main .category__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: solid 1px #fff;
}
html body .main .category__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1000px) {
  html body .main .category__tab {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .main .category__tab {
    height: auto;
    gap: 5px;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    font-size: 11px;
    padding: 5px 0;
  }
}
html body .main .category__tab.is-active {
  background: #fff;
  color: #e60012;
}
html body .main .category__tab img {
  width: 44px;
  margin-right: 10px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  html body .main .category__tab img {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .main .category__tab img {
    width: 26px;
    margin-right: 0;
  }
}
html body .main .category__contents {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #fff;
}
html body .main .category__global {
  max-width: 80px;
  margin-bottom: 10px;
}
html body .main .category__content {
  gap: 40px;
  width: 100%;
  padding: 40px 0;
  border-bottom: solid 1px #fff;
  display: flex;
}
html body .main .category__content.is-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .main .category__content {
    flex-direction: column;
    gap: 20px;
  }
}
html body .main .category__left {
  min-width: 260px;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  html body .main .category__left {
    width: 100%;
    max-width: 100%;
  }
}
html body .main .category__right {
  width: 100%;
  max-width: 800px;
}
html body .main .category__names {
  display: flex;
  gap: 6px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .main .category__names {
    margin-bottom: 20px;
  }
}
html body .main .category__name {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  border: solid 2px #404040;
  border-radius: 15px;
}
html body .main .category__title {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .category__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
html body .main .category__informations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
@media screen and (max-width: 768px) {
  html body .main .category__informations {
    gap: 10px;
  }
}
html body .main .category__information {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__information {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
html body .main .category__information-title {
  width: 100%;
  max-width: 110px;
  margin-bottom: auto;
  font-weight: bold;
}
html body .main .category__information-text {
  width: 100%;
  max-width: 680px;
}
html body .main .category__information-text a {
  word-break: break-all;
  text-decoration: underline;
}
html body .main .category__recommendation-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__recommendation-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
html body .main .category__recommendation-area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 25px 30px;
  background: #404040;
}
@media screen and (max-width: 768px) {
  html body .main .category__recommendation-area {
    gap: 20px;
    padding: 20px;
  }
}
html body .main .category__recommendation-area-item {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__recommendation-area-item {
    font-size: 14px;
  }
}
html body .main .category__recommendation-area-item::after {
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: red;
  border-radius: 9999px;
  translate: 0 -50%;
}
html body .main .more-text {
  margin-bottom: 20px;
}
html body .main .more-text__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  html body .main .more-text__text {
    font-size: 14px;
  }
}
html body .main .more-text__text-span {
  display: block;
  margin-top: 15px;
}
html body .main .more-text__button {
  position: relative;
  width: fit-content;
  padding-right: 20px;
  margin: 10px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  html body .main .more-text__button {
    font-size: 14px;
  }
}
html body .main .more-text__button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .main .more-text__button.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .main .aiw {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .aiw {
    padding-top: 50px;
  }
}
html body .main .aiw__text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .aiw__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
html body .main .aiw__img {
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html body .main .aiw__img::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 950px) {
  html body .main .aiw__img img {
    width: 1100px;
  }
}
html body .main .aiw__annotation {
  margin-top: 10px;
  font-size: 14px;
  text-align-last: left;
}
@media screen and (max-width: 768px) {
  html body .main .aiw__annotation {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
