@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif, メイリオ, Meiryo, verdana, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, Sans-Serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

input[type=text],
input[type=tel],
input[type=checkbox],
input[type=submit],
button,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

/* ======================================================
	共通keyframes
====================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======================================================
	PC用設定
====================================================== */
@media print, screen and (min-width: 768px) {
  body {
    color: #333;
    line-height: 1.5;
    background: #AAE3DC;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img {
    max-width: 100%;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 110px;
    background: #AAE3DC;
  }
  sup {
    font-size: 12px;
    vertical-align: top;
  }
  a:link {
    color: #333;
    text-decoration: none;
  }
  a:visited {
    color: #333;
    text-decoration: none;
  }
  a:hover {
    color: #333;
    text-decoration: underline;
  }
  a:active {
    color: #333;
  }
  .sp {
    display: none;
  }
  .header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    height: 110px;
    background: #AAE3DC;
  }
  .header .header__inner {
    position: relative;
    height: 100%;
  }
  .header p.header__logo {
    position: absolute;
    z-index: 100;
    top: 21px;
    left: 30px;
    width: 80px;
    height: 68px;
    background: url("../img/logo_takushoku.svg?date=20250527") center center no-repeat;
    background-size: contain;
  }
  .header p.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header__title {
    position: absolute;
    z-index: 100;
    top: 36px;
    left: 134px;
    width: 133px;
    height: 38px;
    background: url("../img/logo.svg?202405") center center no-repeat;
    background-size: contain;
  }
  .header .header__title a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header__title.open {
    opacity: 1 !important;
  }
  .header .header__title--top {
    display: none;
  }
  .header ul.header__sns--pc {
    position: absolute;
    z-index: 100;
    top: 44px;
    right: 126px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
  }
  .header ul.header__sns--pc li {
    transition: all 0.2s;
  }
  .header ul.header__sns--pc li:hover {
    opacity: 0.5;
  }
  .header ul.header__sns--pc li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header ul.header__sns--pc li a img {
    height: 22px;
  }
  .header ul.header__sns--pc li a img.ic_x {
    height: 18px;
  }
  .header ul.header__sns--pc li + li {
    margin-left: 30px;
  }
  .header .header__menu {
    display: block;
    position: fixed;
    z-index: 99;
    top: 38px;
    right: 30px;
    width: 50px;
    height: 34px;
    cursor: pointer;
  }
  .header .header__menu span {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #000;
    transition: all 0.2s;
  }
  .header .header__menu span:nth-child(1) {
    transform: translateY(-12px);
  }
  .header .header__menu span:nth-child(2) {
    opacity: 1;
  }
  .header .header__menu span:nth-child(3) {
    transform: translateY(12px);
  }
  .header .header__menu.open span:nth-child(1) {
    transform: rotate(-30deg) translateY(0px);
  }
  .header .header__menu.open span:nth-child(2) {
    opacity: 0;
  }
  .header .header__menu.open span:nth-child(3) {
    transform: rotate(30deg) translateY(0px);
  }
  .header .header__nav {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30.469%;
    background: #E3E6EA;
  }
  .header .header__nav::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 30.469%;
    height: 100%;
    background-image: url("../img/bg_navigation.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header .header__nav .header__nav-inner {
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    padding: 0 4.6875vw;
  }
  .header .header__nav .header__nav-block {
    width: 100%;
    max-width: 60.15625vw;
  }
  .header .header__nav .header__nav-block:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header__nav ul.header__nav-list {
    margin: 0 4.6875vw 4.6875vw 0;
  }
  .header .header__nav ul.header__nav-list:last-child {
    margin-right: 0;
  }
  .header .header__nav ul.header__nav-list li a {
    text-decoration: none;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.2s;
  }
  .header .header__nav ul.header__nav-list li a:hover {
    color: #EE7500;
  }
  .header .header__nav ul.header__nav-list li a strong {
    display: block;
    font-family: Montserrat;
    font-size: 2.5vw;
    font-weight: 800;
    line-height: 1;
  }
  .header .header__nav ul.header__nav-list li + li {
    margin-top: 1.953125vw;
  }
  .header .header__nav .content-meta h4.content-meta__title--cat,
  .header .header__nav .content-meta h4.content-meta__title--tag {
    font-size: 1.09375vw;
    font-weight: 700;
    line-height: 1;
  }
  .header .header__nav .content-meta ul.content-meta__list--cat,
  .header .header__nav .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header__nav .content-meta ul.content-meta__list--cat li a.content-meta__item,
  .header .header__nav .content-meta ul.content-meta__list--tag li a.content-meta__item {
    padding: 0.625vw 0.9375vw;
    font-size: 0.9375vw;
  }
  .header .header__nav .content-meta ul.content-meta__list--cat + h4.content-meta__title--tag {
    margin-top: 1.953125vw;
  }
  .header .header__nav ul.header__sns--sp {
    display: none;
  }
  .header.scroll {
    transform: translate(0, -110px);
  }
  .breadcrumb {
    padding: 11px 30px 16px;
    background: #EEF1F5;
  }
  .breadcrumb ul.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item {
    position: relative;
    margin: 5px 15px 0 0;
    padding-right: 25px;
    font-size: 12px;
    line-height: 1.3;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item::after {
    content: "＞";
    position: absolute;
    top: 0;
    right: 0;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item a {
    text-decoration: none;
    transition: all 0.2s;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item a:hover {
    color: #EE7500;
  }
  .footer {
    padding-bottom: 20px;
    background: #E3E6EA;
  }
  .footer .footer__inner {
    background: #fff;
  }
  .footer .footer__block:first-child {
    padding: 40px 30px;
    border-bottom: 1px solid #E3E6EA;
  }
  .footer .footer__block:first-child .footer__title {
    width: 168px;
    height: 48px;
    margin: 0 auto;
    background: url("../img/logo.svg?202405") center center no-repeat;
    background-size: contain;
  }
  .footer .footer__block:first-child .footer__title a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer .footer__block:first-child ul.footer__sns {
    display: none;
  }
  .footer .footer__block:first-child ul.footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .footer .footer__block:first-child ul.footer__nav-list li {
    margin: 20px 23px 0;
  }
  .footer .footer__block:first-child ul.footer__nav-list li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s;
  }
  .footer .footer__block:first-child ul.footer__nav-list li a:hover {
    color: #EE7500;
  }
  .footer .footer__block:first-child ul.footer__logo {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .footer .footer__block:first-child ul.footer__logo li.footer__logo-takushoku {
    width: 82px;
    height: 70px;
    background: url("../img/logo_takushoku.svg?date=20250527") center center no-repeat;
    background-size: contain;
  }
  .footer .footer__block:first-child ul.footer__logo li.footer__logo-takushoku a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer .footer__block:first-child ul.footer__logo li.footer__logo-evaluation {
    width: 45px;
    height: 65px;
    background: url("../img/logo_evaluation.png") center center no-repeat;
    background-size: contain;
  }
  .footer .footer__block:first-child ul.footer__logo li.footer__logo-evaluation a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer .footer__block:first-child ul.footer__logo li + li {
    margin-left: 35px;
  }
  .footer .footer__block:last-child {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    padding: 30px;
    margin: 0 auto;
  }
  .footer .footer__block:last-child ul.footer__nav-list {
    display: flex;
  }
  .footer .footer__block:last-child ul.footer__nav-list li a {
    font-size: 14px;
    font-weight: 400;
  }
  .footer .footer__block:last-child ul.footer__nav-list li + li {
    margin-left: 2em;
  }
  .footer .footer__block:last-child p.footer__copyright {
    font-size: 12px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  a.link--arrow {
    display: inline-block;
    padding-right: 20px;
    text-decoration: none;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    transition: all 0.2s;
  }
  a.link--arrow:hover {
    color: #EE7500;
    background-image: url("../img/ic_arrow_o.svg");
  }
  ul.article__list li.article__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  ul.article__list li.article__item a:hover figure.article__img::after {
    opacity: 1;
  }
  ul.article__list li.article__item a:hover figure.article__img img {
    transform: scale(1.05);
  }
  ul.article__list li.article__item a figure.article__img {
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 14px;
  }
  ul.article__list li.article__item a figure.article__img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 117, 0, 0.5);
    transition: all 0.2s;
    opacity: 0;
  }
  ul.article__list li.article__item a figure.article__img img {
    position: relative;
    z-index: 0;
    width: 100%;
    transition: all 0.2s;
    transform: scale(1);
  }
  ul.article__list li.article__item a p.article__cat {
    display: table;
    position: relative;
    z-index: 1;
    margin-top: -13px;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
  }
  ul.article__list li.article__item a p.article__title {
    width: 100%;
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  ul.article__list li.article__item a p.article__position {
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }
  ul.article__list li.article__item a p.article__name {
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  ul.article__list li.article__item a p.article__position + p.article__name {
    margin-top: 5px;
  }
  ul.article__list li.article__item a ul.article__tag {
    display: flex;
    width: 100%;
    margin-top: 12px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.article__list li.article__item a ul.article__tag li {
    display: block;
    margin: 5px 0.6em 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  ul.article__list li.article__item a ul.article__tag li:last-child {
    margin-right: 0;
  }
  ul.article__list li.article__item a ul.article__tag li::before {
    content: "＃";
  }
  ul.article__list li.article__item a p.article__date {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  ul.article__list li.new a {
    position: relative;
  }
  ul.article__list li.new a::after {
    content: "NEW";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  ul.news__list {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.news__list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.news__list li a {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    text-decoration: none;
  }
  ul.news__list li a:hover p.news__title {
    text-decoration: underline;
  }
  ul.news__list li a.none {
    pointer-events: none;
  }
  ul.news__list li p.news__date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  ul.news__list li p.news__cat {
    box-sizing: border-box;
    width: 80px;
    margin-left: 10px;
    padding: 4px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    border-radius: 100vmax;
  }
  ul.news__list li p.study {
    background: #3474C6;
  }
  ul.news__list li p.life {
    background: #F89C37;
  }
  ul.news__list li p.career {
    background: #836ABE;
  }
  ul.news__list li p.health {
    background: #F06A7D;
  }
  ul.news__list li p.money {
    background: #4FBA35;
  }
  ul.news__list li p.info {
    background: #96999D;
  }
  ul.news__list li p.news__target {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  ul.news__list li p.news__title {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
  ul.content-meta__list--cat li {
    margin: 10px 9px 0 0;
  }
  ul.content-meta__list--cat li:last-child {
    margin-right: 0;
  }
  ul.content-meta__list--cat li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
    transition: all 0.2s;
  }
  ul.content-meta__list--cat li a:hover {
    background: #FFDAB5;
  }
  ul.content-meta__list--tag li {
    margin: 10px 6px 0 0;
  }
  ul.content-meta__list--tag li:last-child {
    margin-right: 0;
  }
  ul.content-meta__list--tag li a {
    display: block;
    padding: 6px 10px 6px 7px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    background: #FFF;
    border-radius: 3px;
    transition: all 0.2s;
  }
  ul.content-meta__list--tag li a:hover {
    background: #FFDAB5;
  }
  ul.content-meta__list--tag li a::before {
    content: "＃";
  }
  ul.snap__list li a,
  ul.movie__list li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 14px;
  }
  ul.snap__list li a:hover::after,
  ul.movie__list li a:hover::after {
    opacity: 1;
  }
  ul.snap__list li a:hover img,
  ul.movie__list li a:hover img {
    transform: scale(1.05);
  }
  ul.snap__list li a::after,
  ul.movie__list li a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 117, 0, 0.5) url("../img/ic_loupe.svg") center center no-repeat;
    background-size: 30px 30px;
    transition: all 0.2s;
    opacity: 0;
  }
  ul.snap__list li a img,
  ul.movie__list li a img {
    position: relative;
    width: 100%;
    z-index: 0;
    transition: all 0.2s;
    transform: scale(1);
  }
  ul.movie__list li.movie__item p.movie__title {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  ul.movie__list li.movie__item p.movie__text {
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }
  ul.movie__list li.movie__item ul.movie__tag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 12px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.movie__list li.movie__item ul.movie__tag li {
    display: block;
    margin: 5px 0.6em 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  ul.movie__list li.movie__item ul.movie__tag li:last-child {
    margin-right: 0;
  }
  ul.movie__list li.movie__item ul.movie__tag li::before {
    content: "＃";
  }
  ul.movie__list li.movie__item p.movie__date {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  .booklet .booklet__inner {
    position: relative;
  }
  .booklet .booklet__inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
  }
  .booklet figure.booklet__image,
  .booklet p.booklet__title,
  .booklet ul.booklet__link,
  .booklet p.booklet__past {
    position: relative;
    z-index: 1;
  }
  .booklet figure.booklet__image {
    display: table;
    margin: 0 auto;
  }
  .booklet figure.booklet__image img {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .booklet p.booklet__title {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  .booklet ul.booklet__link {
    margin-top: 20px;
  }
  .booklet p.booklet__past {
    display: table;
    margin: 25px auto 0;
  }
  .booklet p.booklet__past a {
    display: block;
    padding-right: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    transition: all 0.2s;
  }
  .booklet p.booklet__past a:hover {
    color: #EE7500;
    background-image: url("../img/ic_arrow_o.svg");
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .pagination ul li {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
  }
  .pagination ul li a,
  .pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .pagination ul li a {
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s;
  }
  .pagination ul li a:hover {
    color: #EE7500;
  }
  .pagination ul li span {
    font-size: 15px;
    font-weight: 700;
  }
  .pagination ul li.prev,
  .pagination ul li.next {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .pagination ul li.prev {
    background-image: url("../img/bg_prev_b.svg");
  }
  .pagination ul li.prev:hover {
    background-image: url("../img/bg_prev_o.svg");
  }
  .pagination ul li.next {
    background-image: url("../img/bg_next_b.svg");
  }
  .pagination ul li.next:hover {
    background-image: url("../img/bg_next_o.svg");
  }
  .btn a,
  .btn span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #333;
    border-radius: 4px;
    transition: all 0.2s;
    cursor: pointer;
  }
  .btn a:hover,
  .btn span:hover {
    color: #EE7500;
    border: 2px solid #EE7500;
  }
  .btn--arrow a {
    background-image: url("../img/ic_arrow_b.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
  }
  .btn--arrow a:hover {
    background-image: url("../img/ic_arrow_o.svg");
  }
  .btn--pdf a {
    background-image: url("../img/ic_pdf_b.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
  }
  .btn--pdf a:hover {
    background-image: url("../img/ic_pdf_o.svg");
  }
  .btn--blank a {
    background: url("../img/ic_blank_b.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .btn--blank a:hover {
    background-image: url("../img/ic_blank_o.svg");
  }
  .btn--close span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background-image: url("../img/ic_close_b.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border: 2px solid #333;
    border-radius: 4px;
    transition: all 0.2s;
    cursor: pointer;
  }
  .btn--close span:hover {
    color: #EE7500;
    background-image: url("../img/ic_close_o.svg");
    border: 2px solid #EE7500;
  }
  .btn--ac {
    cursor: pointer;
  }
  p.not-applicable {
    margin-top: 40px;
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  p.not-applicable span.title {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 700;
  }
  p.not-applicable span.text {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  .contents__header {
    position: relative;
    z-index: 1;
    height: 109px;
    padding: 0 60px;
  }
  .contents__header h2.contents__title {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  .contents__header h2.contents__title span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }
  .contents__header h2.contents__title strong {
    display: block;
    font-size: 90px;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.2;
  }
  .contents__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-right: 60px;
    padding-left: 60px;
  }
  .contents__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: #E3E6EA;
    border-radius: 50px 50px 0 0;
  }
  .contents__columns {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    gap: 8.62069%;
  }
  .contents__columns .contents__main {
    width: calc(100% - 260px - 8.62069%);
  }
  .contents__columns .contents__side {
    width: 260px;
  }
  .contents__columns .contents__side h2.contents__side-title span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  .contents__columns .contents__side h2.contents__side-title strong {
    display: block;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.4;
  }
  .contents__columns .contents__side .article-pickup ul.article__list {
    display: block;
    margin-top: 10px;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item {
    width: 100%;
    margin-right: 0;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item a figure.article__img {
    border-radius: 14px;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item a p.article__cat {
    font-size: 12px;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item a p.article__title {
    font-size: 16px;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item + li.article__item {
    margin-top: 30px;
  }
  .contents__columns .contents__side .content-meta {
    padding: 25px 0 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .contents__columns .contents__side .content-meta:not(:first-child) {
    margin-top: 40px;
  }
  .contents__columns .contents__side .content-meta h4.content-meta__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .contents__columns .contents__side .content-meta ul.content-meta__list--cat,
  .contents__columns .contents__side .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .contents__columns .contents__side .content-meta ul.content-meta__list--cat li a.content-meta__item,
  .contents__columns .contents__side .content-meta ul.content-meta__list--tag li a.content-meta__item {
    font-size: 12px;
  }
  .contents__columns .contents__side .content-meta ul.content-meta__list--cat + h4.content-meta__title {
    margin-top: 25px;
  }
  .contents__columns .contents__side .btn--border {
    margin-bottom: 38px;
  }
  .contents__columns .contents__side .btn--border a {
    display: block;
    padding: 25px 20px 25px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    transition: all 0.2s;
  }
  .contents__columns .contents__side .btn--border a:hover {
    color: #EE7500;
    background-image: url("../img/ic_arrow_o.svg");
    border-top: 1px solid #EE7500;
    border-bottom: 1px solid #EE7500;
  }
  .contents__columns .contents__side .booklet:not(:first-child) {
    margin-top: 40px;
  }
  .contents__columns .contents__side .booklet .booklet__inner {
    margin-top: 10px;
    padding: 0 30px 30px;
  }
  .contents__columns .contents__side .booklet .booklet__inner::before {
    width: 100%;
    height: 330px;
  }
  .contents__columns .contents__side .booklet ul.booklet__link li + li {
    margin-top: 10px;
  }
  .content-meta-block {
    box-sizing: border-box;
    padding: 20px;
    background: #F4F5F7;
    border-radius: 14px;
  }
  .content-meta-block h3.content-meta-block__title {
    display: none;
    pointer-events: none;
  }
  .content-meta-block .content-meta-block__container {
    display: block !important;
  }
  .modal__content {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 700px;
    background-color: #fff;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border-radius: 50px 50px 0px 0px;
  }
  .snap__contents,
  .movie__contents {
    position: relative;
    height: 100%;
    padding: 50px;
    background-color: #fff;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .snap__contents::before,
  .movie__contents::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: #E3E6EA;
  }
  .snap__contents .snap__inner,
  .snap__contents .movie__inner,
  .movie__contents .snap__inner,
  .movie__contents .movie__inner {
    display: flex;
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
  }
  .snap__contents .snap__inner .column,
  .snap__contents .movie__inner .column,
  .movie__contents .snap__inner .column,
  .movie__contents .movie__inner .column {
    box-sizing: border-box;
    width: 47.059%;
    height: 600px;
  }
  .snap__contents .snap__inner .column:first-child,
  .snap__contents .movie__inner .column:first-child,
  .movie__contents .snap__inner .column:first-child,
  .movie__contents .movie__inner .column:first-child {
    padding-left: 60px;
  }
  .snap__contents .snap__inner .column:last-child,
  .snap__contents .movie__inner .column:last-child,
  .movie__contents .snap__inner .column:last-child,
  .movie__contents .movie__inner .column:last-child {
    position: relative;
    margin-left: 5.882%;
    padding-bottom: 165px;
  }
  .snap__contents .snap__inner .btn--close,
  .snap__contents .movie__inner .btn--close,
  .movie__contents .snap__inner .btn--close,
  .movie__contents .movie__inner .btn--close {
    position: absolute;
    bottom: 33px;
    left: calc(50% - 100px);
    width: 200px;
  }
  .snap__contents h2.snap__title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Montserrat;
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
  .snap__contents h2.snap__title span.snap__title-main {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.7;
  }
  .snap__contents h2.snap__title span.snap__title-number {
    margin-top: 5px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
  }
  .snap__contents figure.snap__img {
    overflow: hidden;
    border-radius: 14px;
  }
  .snap__contents figure.snap__img img {
    width: 100%;
  }
  .snap__contents .snap__block {
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .snap__contents p.snap__position {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  .snap__contents p.snap__name {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  .snap__contents p.snap__name strong {
    font-size: 22px;
    font-weight: 700;
  }
  .snap__contents p.snap__text-lead {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.5;
  }
  .snap__contents p.snap__text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  .movie__contents .video-embed {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 9/16;
    max-width: 360px;
    border-radius: 14px;
  }
  .movie__contents .video-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .movie__contents h2.movie__title {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 140px;
    padding: 5px 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.5;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .movie__contents p.movie__text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  .movie__contents ul.movie__tag {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .movie__contents ul.movie__tag li {
    display: block;
    margin: 5px 0.6em 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  .movie__contents ul.movie__tag li:last-child {
    margin-right: 0;
  }
  .movie__contents ul.movie__tag li::before {
    content: "＃";
  }
  .movie__contents p.movie__date {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  .movie__contents p.movie__link {
    margin-top: 30px;
  }
  .movie__contents p.movie__link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.top .header .header__title {
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
  }
  body.top .header .header__title--top {
    display: block;
    position: absolute;
    top: 55px;
    left: calc(50% - 300px);
    width: 600px;
    height: 94px;
    background: url("../img/logo_top.svg") center center no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: all;
  }
  body.top .header .header__title--top a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  body.top .header.top .header__title {
    opacity: 0;
    pointer-events: none;
  }
  body.top .header.top .header__title--top {
    opacity: 1;
    pointer-events: all;
  }
  body.top .mainvisual.visible {
    height: auto;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  body.top .mainvisual {
    box-sizing: border-box;
    position: relative;
    height: 100vh;
    margin-bottom: 40px;
    opacity: 0;
  }
  @keyframes move-left01 {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes move-left02 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  body.top .mainvisual .scroll-text {
    overflow: hidden;
    display: flex;
    width: 100vw;
    margin-top: 50px;
    margin-inline: calc(50% - 50vw);
  }
  body.top .mainvisual .scroll-text span {
    flex-shrink: 0;
    font-size: 120px;
    font-family: Montserrat;
    font-weight: 800;
    color: #FFF;
    line-height: 0.78;
    opacity: 0.4;
    white-space: nowrap;
  }
  body.top .mainvisual .scroll-text span:nth-child(odd) {
    animation: move-left01 48s -24s infinite linear;
  }
  body.top .mainvisual .scroll-text span:nth-child(even) {
    animation: move-left02 48s infinite linear;
  }
  body.top .mainvisual ul.slide__list {
    position: relative;
    z-index: 1;
  }
  body.top .mainvisual ul.slide__list li.slide__item {
    overflow: hidden;
    width: 600px;
    margin: 0 25px;
    padding: 48px 0 0;
    transition: padding 0.6s;
  }
  body.top .mainvisual ul.slide__list li.slide__item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body.top .mainvisual ul.slide__list li.slide__item a:hover figure.slide__img img {
    transform: scale(1.05);
  }
  body.top .mainvisual ul.slide__list li.slide__item a .slide__inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__cat {
    display: table;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__title {
    width: 100%;
    display: block;
    margin-top: 12px;
    font-size: 22px;
    font-weight: 900;
    color: #FFF;
    line-height: 1.4;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__position {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__name {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
    line-height: 1.4;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__position + p.slide__name {
    margin-top: 5px;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 7px;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag li {
    display: block;
    margin: 5px 0.6em 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag li:last-child {
    margin-right: 0;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag li::before {
    content: "＃";
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__date {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
  }
  body.top .mainvisual ul.slide__list li.slide__item a figure.slide__img {
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 30px;
  }
  body.top .mainvisual ul.slide__list li.slide__item a figure.slide__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
  }
  body.top .mainvisual ul.slide__list li.slide__item a figure.slide__img img {
    position: relative;
    z-index: 0;
    width: 100%;
    transition: all 0.2s;
    transform: scale(1);
  }
  body.top .mainvisual ul.slide__list li.slick-center {
    padding: 0 0 48px;
  }
  body.top .mainvisual .btn--prev,
  body.top .mainvisual .btn--next {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  body.top .mainvisual .btn--prev:hover::before,
  body.top .mainvisual .btn--next:hover::before {
    opacity: 0;
  }
  body.top .mainvisual .btn--prev:hover::after,
  body.top .mainvisual .btn--next:hover::after {
    opacity: 1;
  }
  body.top .mainvisual .btn--prev::before, body.top .mainvisual .btn--prev::after,
  body.top .mainvisual .btn--next::before,
  body.top .mainvisual .btn--next::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 32px;
    transition: all 0.2s;
  }
  body.top .mainvisual .btn--prev {
    right: calc(50% - 267px);
  }
  body.top .mainvisual .btn--prev::before {
    opacity: 1;
    background-image: url("../img/bg_prev_b.svg");
  }
  body.top .mainvisual .btn--prev::after {
    opacity: 0;
    background-image: url("../img/bg_prev_o.svg");
  }
  body.top .mainvisual .btn--next {
    right: calc(50% - 307px);
  }
  body.top .mainvisual .btn--next::before {
    opacity: 1;
    background-image: url("../img/bg_next_b.svg");
  }
  body.top .mainvisual .btn--next::after {
    opacity: 0;
    background-image: url("../img/bg_next_o.svg");
  }
  body.top .mainvisual ul.slick-dots {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 600px;
    margin: -20px auto 0;
    padding-bottom: 10px;
  }
  body.top .mainvisual ul.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 100vmax;
    transition: background-color 0.2s;
  }
  body.top .mainvisual ul.slick-dots li:only-of-type {
    display: none;
  }
  body.top .mainvisual ul.slick-dots li:hover {
    background-color: #EE7500;
  }
  body.top .mainvisual ul.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  body.top .mainvisual ul.slick-dots li + li {
    margin-left: 15px;
  }
  body.top .mainvisual ul.slick-dots li.slick-active {
    background-color: #EE7500;
  }
  body.top .contents {
    padding-bottom: 100px;
  }
  body.top .contents h2.section__title span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  body.top .contents h2.section__title strong {
    display: block;
    font-size: 50px;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.4;
  }
  body.top .contents .section--news-booklet {
    margin-top: 100px;
    padding: 0 40px;
  }
  body.top .contents .section--news-booklet .section__inner {
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.top .contents .section--news-booklet .column:first-child {
    position: relative;
    width: calc(100% - 330px - 5.172%);
  }
  body.top .contents .section--news-booklet .column:first-child ul.news__list {
    margin-top: 25px;
  }
  body.top .contents .section--news-booklet .column:first-child .btn--arrow {
    position: absolute;
    top: 25px;
    right: 0;
    width: 180px;
  }
  body.top .contents .section--news-booklet .column:last-child {
    width: 330px;
    margin-left: 5.172%;
  }
  body.top .contents .section--news-booklet .column:last-child .booklet .booklet__inner {
    margin-top: 25px;
    padding: 0 50px 34px;
  }
  body.top .contents .section--news-booklet .column:last-child .booklet .booklet__inner::before {
    width: 100%;
    height: 330px;
  }
  body.top .contents .section--news-booklet .column:last-child .booklet ul.booklet__link {
    display: flex;
  }
  body.top .contents .section--news-booklet .column:last-child .booklet ul.booklet__link li {
    width: calc((100% - 10px) / 2);
  }
  body.top .contents .section--news-booklet .column:last-child .booklet ul.booklet__link li + li {
    margin-left: 10px;
  }
  body.top .contents .section--about {
    position: relative;
    margin-top: 96px;
    padding: 0 40px 60px;
  }
  body.top .contents .section--about::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: rgba(255, 255, 255, 0.4);
  }
  body.top .contents .section--about .section__inner {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1160px;
    height: 460px;
    margin: 0 auto;
    padding: 60px;
    background: url("../../img/top/bg_about.jpg") center center no-repeat;
    border-radius: 14px;
  }
  body.top .contents .section--about .section__inner::before {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 145px;
    height: 100px;
    background: url("../img/logo_ccc.svg") center center no-repeat;
  }
  body.top .contents .section--about h2.section__title {
    text-align: center;
  }
  body.top .contents .section--about .btn--arrow {
    width: 180px;
    margin: 10px auto 0;
  }
  body.top .contents .section--articles {
    margin-top: 100px;
    padding: 0 40px;
  }
  body.top .contents .section--articles .section__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.top .contents .section--articles ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  body.top .contents .section--articles ul.article__list li.article__item {
    width: 29.3104%;
    margin-right: 6.0344%;
  }
  body.top .contents .section--articles ul.article__list li.article__item:nth-of-type(3n) {
    margin-right: 0;
  }
  body.top .contents .section--articles ul.article__list li.article__item:nth-of-type(n+4) {
    margin-top: 50px;
  }
  body.top .contents .section--articles .btn--arrow {
    width: 200px;
    margin: 50px auto 0;
  }
  body.top .contents .section--snap {
    overflow: hidden;
    position: relative;
    margin-top: 130px;
    padding: 0 40px 70px;
  }
  body.top .contents .section--snap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: rgba(255, 255, 255, 0.4);
  }
  body.top .contents .section--snap .section__inner {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.top .contents .section--snap .section__inner .column:first-child {
    width: 200px;
  }
  body.top .contents .section--snap .section__inner .column:last-child {
    margin-left: 60px;
  }
  body.top .contents .section--snap ul.snap__list {
    width: 1160px;
  }
  body.top .contents .section--snap ul.snap__list li.snap__item {
    width: 220px;
  }
  body.top .contents .section--snap ul.snap__list li + li {
    margin-left: 15px;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev,
  body.top .contents .section--snap ul.snap__list .btn--next {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev:hover::before,
  body.top .contents .section--snap ul.snap__list .btn--next:hover::before {
    opacity: 0;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev:hover::after,
  body.top .contents .section--snap ul.snap__list .btn--next:hover::after {
    opacity: 1;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev::before, body.top .contents .section--snap ul.snap__list .btn--prev::after,
  body.top .contents .section--snap ul.snap__list .btn--next::before,
  body.top .contents .section--snap ul.snap__list .btn--next::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 19px;
    border-radius: 100vmax;
    transition: all 0.2s;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev {
    left: -175px;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev::before {
    opacity: 1;
    border: 1px solid #333;
    background-image: url("../img/bg_prev_b.svg");
  }
  body.top .contents .section--snap ul.snap__list .btn--prev::after {
    opacity: 0;
    border: 1px solid #EE7500;
    background-image: url("../img/bg_prev_o.svg");
  }
  body.top .contents .section--snap ul.snap__list .btn--next {
    left: -110px;
  }
  body.top .contents .section--snap ul.snap__list .btn--next::before {
    opacity: 1;
    border: 1px solid #333;
    background-image: url("../img/bg_next_b.svg");
  }
  body.top .contents .section--snap ul.snap__list .btn--next::after {
    opacity: 0;
    border: 1px solid #EE7500;
    background-image: url("../img/bg_next_o.svg");
  }
  body.top .contents .section--snap ul.snap__list .slick-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  body.top .contents .section--snap .btn--arrow {
    width: 200px;
    margin-top: 25px;
  }
  body.top .contents .section--movie-minigame {
    margin-top: 90px;
    padding: 0 40px;
  }
  body.top .contents .section--movie-minigame .section__inner {
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.top .contents .section--movie-minigame .movie,
  body.top .contents .section--movie-minigame .minigame {
    width: 46.552%;
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img,
  body.top .contents .section--movie-minigame .movie figure.minigame__img,
  body.top .contents .section--movie-minigame .minigame figure.movie__img,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img {
    margin-top: 25px;
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img a,
  body.top .contents .section--movie-minigame .movie figure.minigame__img a,
  body.top .contents .section--movie-minigame .minigame figure.movie__img a,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 14px;
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img a:hover::after,
  body.top .contents .section--movie-minigame .movie figure.minigame__img a:hover::after,
  body.top .contents .section--movie-minigame .minigame figure.movie__img a:hover::after,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img a:hover::after {
    opacity: 1;
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img a:hover img,
  body.top .contents .section--movie-minigame .movie figure.minigame__img a:hover img,
  body.top .contents .section--movie-minigame .minigame figure.movie__img a:hover img,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img a:hover img {
    transform: scale(1.05);
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img a::after,
  body.top .contents .section--movie-minigame .movie figure.minigame__img a::after,
  body.top .contents .section--movie-minigame .minigame figure.movie__img a::after,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 117, 0, 0.5);
    background-size: 30px 30px;
    transition: all 0.2s;
    opacity: 0;
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img a img,
  body.top .contents .section--movie-minigame .movie figure.minigame__img a img,
  body.top .contents .section--movie-minigame .minigame figure.movie__img a img,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img a img {
    position: relative;
    z-index: 0;
    transition: all 0.2s;
    transform: scale(1);
  }
  body.top .contents .section--movie-minigame .movie .btn--arrow,
  body.top .contents .section--movie-minigame .minigame .btn--arrow {
    width: 200px;
    margin-top: 30px;
  }
  body.top .contents .section--movie-minigame .movie + .minigame {
    margin-left: 6.896%;
  }
  body.top .contents .bnr--instagram {
    box-sizing: border-box;
    overflow: hidden;
    width: 400px;
    margin: 80px auto 0;
  }
  body.top .contents .bnr--instagram a {
    transition: all 0.2s;
  }
  body.top .contents .bnr--instagram a:hover {
    opacity: 0.5;
  }
  body.about .contents .contents__wrapper {
    padding-top: 80px;
    padding-bottom: 31.25vw;
  }
  body.about .contents .contents__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: url("../../img/about/bg_contents01.png"), linear-gradient(90deg, #C2E6FF 0.04%, #EDF7F9 99.99%);
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 50px 50px 0 0;
  }
  body.about .contents .contents__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48.4375vw;
    background-image: url("../../img/about/bg_contents02.png"), linear-gradient(90deg, #C2E6FF 0.04%, #EDF7F9 99.99%);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  body.about .contents section.section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.about .contents section.section + section.section {
    margin-top: 100px;
  }
  body.about .contents p.about-tact__text-lead {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.7;
  }
  body.about .contents p.about-tact__text {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.about .contents .column__wrapper {
    display: flex;
    width: 100%;
    max-width: 860px;
    margin: 100px auto 0;
    gap: 6.976%;
  }
  body.about .contents .column__wrapper .column {
    box-sizing: border-box;
    position: relative;
    width: 46.512%;
    padding: 0 40px 30px;
  }
  body.about .contents .column__wrapper .column::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78%;
    background: #fff;
    border-radius: 10px;
  }
  body.about .contents .column__wrapper .column .column__inner {
    position: relative;
    z-index: 1;
  }
  body.about .contents figure.booklet__image,
  body.about .contents figure.web__image {
    position: relative;
    width: 222px;
    height: 356px;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.about .contents figure.booklet__image::after,
  body.about .contents figure.web__image::after {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -60px;
    right: -60px;
    width: 100px;
    height: 100px;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  body.about .contents figure.booklet__image {
    background-image: url("../../img/about/bg_booklet.png");
  }
  body.about .contents figure.booklet__image::after {
    content: "Booklet";
  }
  body.about .contents figure.web__image {
    background-image: url("../../img/about/bg_web.png");
  }
  body.about .contents figure.web__image::after {
    content: "Web";
  }
  body.about .contents p.booklet__schedule,
  body.about .contents p.web__schedule {
    display: table;
    margin: 15px auto 0;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: #E3E6EA;
    border-radius: 2px;
  }
  body.about .contents p.booklet__past {
    display: table;
    margin: 25px auto 0;
  }
  body.about .contents p.booklet__past a {
    display: block;
    padding-right: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    transition: all 0.2s;
  }
  body.about .contents p.booklet__past a:hover {
    color: #EE7500;
    background-image: url("../img/ic_arrow_o.svg");
  }
  body.about .contents p.web__description {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.about .contents p.web__description strong {
    font-weight: 700;
    color: #EE7500;
  }
  body.about .contents figure.about-theme__logo {
    width: 189px;
    height: 130px;
    margin: 0 auto;
  }
  body.about .contents p.about-theme__text-lead {
    margin-top: 50px;
    text-align: center;
    font-size: 58px;
    font-family: Montserrat;
    font-weight: 900;
    line-height: 1;
  }
  body.about .contents p.about-theme__text-lead span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  body.about .contents p.about-theme__text-lead span::before, body.about .contents p.about-theme__text-lead span::after {
    content: "";
    display: block;
    width: 8px;
    height: 38px;
    border: 2px solid #000;
  }
  body.about .contents p.about-theme__text-lead span::before {
    margin-right: 10px;
    border-right: none;
  }
  body.about .contents p.about-theme__text-lead span::after {
    margin-left: 10px;
    border-left: none;
  }
  body.about .contents p.about-theme__text-lead strong {
    display: block;
    margin-top: 20px;
  }
  body.about .contents ul.about-theme__list {
    box-sizing: border-box;
    display: table;
    margin: 50px auto 0;
    padding: 40px 70px;
    border: 1px solid #000;
    border-radius: 8px;
  }
  body.about .contents ul.about-theme__list li {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
  body.about .contents ul.about-theme__list li + li {
    margin-top: 25px;
  }
  body.about .contents p.about-theme__text {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.archive .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body.article.archive .contents section.section .section__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.article.archive .contents .content-meta h4.content-meta__title--cat {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  body.article.archive .contents .content-meta h4.content-meta__title--tag {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--tag li {
    margin: 5px 7px 0 0;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--cat + h4.content-meta__title--tag {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #E3E6EA;
  }
  body.article.archive .contents h3.article__archive-title {
    margin-top: 40px;
  }
  body.article.archive .contents h3.article__archive-title strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }
  body.article.archive .contents h3.article__archive-title span {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.article.archive .contents ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  body.article.archive .contents ul.article__list li.article__item {
    width: 29.3104%;
    margin-right: 6.0344%;
  }
  body.article.archive .contents ul.article__list li.article__item:nth-of-type(3n) {
    margin-right: 0;
  }
  body.article.archive .contents ul.article__list li.article__item:nth-of-type(n+4) {
    margin-top: 50px;
  }
  body.article.archive .contents .btn--arrow {
    width: 200px;
    margin: 60px auto 0;
  }
  body.article.archive .contents .content-meta-block + ul.article__list {
    margin-top: 50px;
  }
  body.article.archive .contents h3.article__archive-title + ul.article__list {
    margin-top: 40px;
  }
  body.article.detail .contents .contents__header {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 0 60px;
  }
  body.article.detail .contents .contents__header .contents__header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  body.article.detail .contents .contents__header p.article__cat {
    display: table;
  }
  body.article.detail .contents .contents__header p.article__cat a {
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
    transition: all 0.2s;
  }
  body.article.detail .contents .contents__header p.article__cat a:hover {
    background: #FFDAB5;
  }
  body.article.detail .contents .contents__header p.article__cat-text {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
  body.article.detail .contents .contents__header p.article__date {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .contents__header h2.article__title {
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.article.detail .contents .contents__wrapper {
    padding-top: 0;
    padding-bottom: 80px;
    border-radius: 0 0 50px 50px;
  }
  body.article.detail .contents .contents__wrapper::before {
    top: 160px;
  }
  body.article.detail .contents figure.article__mainvisual {
    overflow: hidden;
    border-radius: 30px;
  }
  body.article.detail .contents .article__introduction {
    box-sizing: border-box;
    position: relative;
    min-height: 90px;
    padding-top: 15px;
  }
  body.article.detail .contents .article__introduction p.article__position {
    box-sizing: border-box;
    width: 100%;
    padding-right: 160px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
  body.article.detail .contents .article__introduction p.article__name {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    padding-right: 160px;
  }
  body.article.detail .contents .article__introduction p.article__name span.article__name-wrapper {
    margin-right: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.article.detail .contents .article__introduction p.article__name span.article__name-wrapper span.article__name-title {
    font-size: 16px;
  }
  body.article.detail .contents .article__introduction p.article__name span.article__name-ruby {
    display: block;
    padding-bottom: 5px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
  }
  body.article.detail .contents .article__introduction ul.article__tag {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding-right: 160px;
  }
  body.article.detail .contents .article__introduction ul.article__tag li {
    display: block;
    margin: 5px 0.6em 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .article__introduction ul.article__tag li:last-child {
    margin-right: 0;
  }
  body.article.detail .contents .article__introduction ul.article__tag li::before {
    content: "＃";
  }
  body.article.detail .contents .article__introduction ul.share__sns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 134px;
    height: 90px;
    padding-left: 25px;
    border-left: 1px solid;
  }
  body.article.detail .contents .article__introduction ul.share__sns::before {
    content: "Share";
    width: 100%;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
  }
  body.article.detail .contents .article__introduction ul.share__sns li {
    transition: all 0.2s;
  }
  body.article.detail .contents .article__introduction ul.share__sns li:hover {
    opacity: 0.5;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a img.share__sns-item--x {
    width: 18px;
    height: 18px;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a img.share__sns-item--line {
    width: 22px;
    height: 22px;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a img.share__sns-item--fb {
    width: 22px;
    height: 22px;
  }
  body.article.detail .contents .article__introduction ul.share__sns li + li {
    margin-left: 20px;
  }
  body.article.detail .contents .article__introduction p.article__position + p.article__name {
    margin-top: 7px;
  }
  body.article.detail .contents .article__contents {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents .article__summary {
    padding: 20px 30px;
    border-radius: 14px;
    background: #FFF;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-title span {
    font-size: 12px;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-text--ask {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-title + p.article__summary-text {
    margin-top: 5px;
  }
  body.article.detail .contents .article__contents .article__summary + .article__summary {
    margin-top: 10px;
  }
  body.article.detail .contents .article__contents section {
    margin-top: 60px;
  }
  body.article.detail .contents .article__contents section + section {
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  body.article.detail .contents .article__contents .bnr--extra {
    display: table;
    margin: 60px auto 0;
  }
  body.article.detail .contents .article__contents .bnr--tactactive {
    width: 337px;
    margin: 60px auto 0;
  }
  body.article.detail .contents .article__contents .booklet-link {
    margin-top: 80px;
    padding: 35px 40px 40px;
    border-radius: 14px;
    background: #F4F5F7;
  }
  body.article.detail .contents .article__contents .booklet-link p.booklet-link__title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .article__contents .booklet-link ul.booklet-link__list {
    display: flex;
    width: 100%;
    max-width: 420px;
    margin: 17px auto 0;
  }
  body.article.detail .contents .article__contents .booklet-link ul.booklet-link__list li {
    width: calc((100% - 20px) / 2);
  }
  body.article.detail .contents .article__contents .booklet-link ul.booklet-link__list li + li {
    margin-left: 20px;
  }
  body.article.detail .contents .article__contents .btn--arrow {
    width: 200px;
    margin: 40px auto 0;
  }
  body.article.detail .contents .article-related {
    position: relative;
    padding: 60px 60px 100px;
  }
  body.article.detail .contents .article-related .article-related__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.article.detail .contents .article-related h2.article-related__title span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .article-related h2.article-related__title strong {
    display: block;
    font-size: 50px;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.4;
  }
  body.article.detail .contents .article-related ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  body.article.detail .contents .article-related ul.article__list li.article__item {
    width: 29.3104%;
    margin-right: 6.0344%;
  }
  body.article.detail .contents .article-related ul.article__list li.article__item:nth-of-type(3n) {
    margin-right: 0;
  }
  body.article.detail .contents .article-related ul.article__list li.article__item:nth-of-type(n+4) {
    margin-top: 50px;
  }
  body.article.detail .contents .article-related .btn--arrow {
    width: 200px;
    margin: 50px auto 0;
  }
  body.article.detail .contents .article__contents section h3 {
    position: relative;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section h5 {
    position: relative;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    border-left: 4px solid #EE7500;
  }
  body.article.detail .contents .article__contents section h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section p.note {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section figure {
    display: table;
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
  body.article.detail .contents .article__contents section figure img {
    border-radius: 14px;
  }
  body.article.detail .contents .article__contents section figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents section figure.w560 {
    max-width: 560px;
  }
  body.article.detail .contents .article__contents section figure.w560 img {
    border-radius: 0;
  }
  body.article.detail .contents .article__contents section .figure-columns {
    display: flex;
    flex-wrap: wrap;
  }
  body.article.detail .contents .article__contents section .figure-columns figure {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 0 0;
  }
  body.article.detail .contents .article__contents section .figure-columns figure:nth-of-type(2n) {
    margin-right: 0;
  }
  body.article.detail .contents .article__contents section .figure-columns figure:nth-of-type(n+3) {
    margin-top: 20px;
  }
  body.article.detail .contents .article__contents section .article__topics {
    padding: 40px;
    border-radius: 14px;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns {
    display: flex;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns figure {
    width: 54.166%;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item {
    width: 40.279%;
    margin-left: 5.555%;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item p.article__topics-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item p.article__topics-text {
    font-size: 14px;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item p + p {
    margin-top: 10px;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns + .article__topics-columns {
    margin-top: 40px;
  }
  body.article.detail .contents .article__contents section .article__checklist {
    padding: 22px 30px;
    border-radius: 14px;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__checklist ul.article__checklist-list li.article__checklist-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section .article__checklist ul.article__checklist-list li.article__checklist-item::before {
    content: "●";
    margin-right: 0.5em;
    color: #EE7500;
  }
  body.article.detail .contents .article__contents section .article__schedule {
    padding: 30px 60px 40px;
    border-radius: 14px;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__schedule p.article__schedule-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__schedule p.article__schedule-title span {
    font-size: 12px;
  }
  body.article.detail .contents .article__contents section .article__schedule p.article__schedule-title-sub {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list {
    margin-top: 10px;
    border-top: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list .article__schedule-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0 10px;
    border-bottom: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dt.article__schedule-time {
    flex: 0 0 68px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail {
    flex: 1;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-activity {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-description span {
    display: block;
    font-size: 12px;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-activity + p.article__schedule-description {
    margin-top: 5px;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list + p.article__schedule-title-sub {
    margin-top: 20px;
  }
  body.article.detail .contents .article__contents section .article__calendar {
    display: flex;
    flex-wrap: wrap;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list {
    width: calc((100% - 30px) / 2);
    border-top: 1px solid #333;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list .article__calendar-item {
    display: flex;
    align-items: flex-start;
    padding: 13px 0;
    border-bottom: 1px solid #333;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list dt.article__calendar-month {
    flex: 0 0 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list dd.article__calendar-detail {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list + dl.article__calendar-list {
    margin-left: 30px;
  }
  body.article.detail .contents .article__contents section .article__calendar p.note {
    margin-top: 10px;
  }
  body.article.detail .contents .article__contents section .article__qa {
    padding: 40px 60px;
    border-radius: 14px;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dt.article__qa-question {
    box-sizing: border-box;
    position: relative;
    min-height: 42px;
    padding: 8px 0 0 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #EE7500;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dt.article__qa-question::before {
    content: "Q";
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    padding-top: 8px;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer {
    margin-top: 10px;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer p.article__qa-answer-main {
    box-sizing: border-box;
    position: relative;
    min-height: 42px;
    padding: 8px 0 0 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer p.article__qa-answer-main::before {
    content: "A";
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    padding-top: 6px;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #333;
    border-radius: 100vmax;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer p.article__qa-answer-sub {
    margin-top: 0;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer figure.article__qa-figure {
    display: table;
    max-width: 390px;
    margin: 25px auto 0;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list + dl.article__qa-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__qa--extra {
    padding: 30px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra dl.article__qa-list dd.article__qa-answer {
    margin-top: 10px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra dl.article__qa-list dd.article__qa-answer p.article__qa-answer-main {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents section .article__qa--extra dl.article__qa-list .article__qa-item + .article__qa-item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns {
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns figure.article__qa-columns-img {
    display: block;
    width: 180px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns figure.article__qa-columns-img img {
    border-radius: 6px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item {
    width: calc(100% - 200px);
    margin-left: 20px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item p.article__qa-columns-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item p.article__qa-columns-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item p + p {
    margin-top: 12px;
  }
  body.article.detail .contents .article__contents section .article__column {
    padding: 35px 40px 40px;
    border-radius: 14px;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__column h6 {
    font-size: 20px;
  }
  body.article.detail .contents .article__contents section .article__column p {
    margin-top: 20px;
  }
  body.article.detail .contents .article__contents section .article__column p.article__column-profile {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
  }
  body.article.detail .contents .article__contents section .article__column p.article__column-profile span:first-child {
    display: block;
    margin-right: 20px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
  }
  body.article.detail .contents .article__contents section .article__column p.article__column-profile span:last-child {
    display: block;
    margin-left: 10px;
    padding-bottom: 2px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
  }
  body.article.detail .contents .article__contents section .article__column .figure-columns {
    margin-top: 20px;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question,
  body.article.detail .contents .article__contents section .article__vote .article__vote-answer {
    display: flex;
    gap: 40px;
    width: 100%;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item,
  body.article.detail .contents .article__contents section .article__vote .article__vote-answer .article__vote-item {
    width: calc((100% - 40px) / 2);
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item {
    box-sizing: border-box;
    padding: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border-radius: 14px;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item:first-child {
    background: #D9E200;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item:last-child {
    background: #8FD7F5;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item + .article__vote-item {
    position: relative;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item + .article__vote-item::before {
    content: "or";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: -40px;
    width: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-answer {
    margin-top: 20px;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span {
    font-weight: 700;
    line-height: 1;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span:nth-child(1) {
    font-size: 16px;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span:nth-child(2) {
    font-size: 46px;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span:nth-child(3) {
    font-size: 20px;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list {
    margin-top: 10px;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list li {
    box-sizing: border-box;
    position: relative;
    padding-left: 0.75em;
    font-size: 14px;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list li + li {
    margin-top: 5px;
  }
  body.article.detail .contents .article__contents section .article__sns {
    margin-top: 60px;
    padding: 35px 40px 40px;
    background: #fff;
    border-radius: 14px;
  }
  body.article.detail .contents .article__contents section .article__sns h3.article__sns-title {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 0 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
  }
  body.article.detail .contents .article__contents section .article__sns h3.article__sns-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #333;
    transform: rotate(60deg);
  }
  body.article.detail .contents .article__contents section .article__sns h3.article__sns-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 30px;
    height: 1px;
    background: #333;
    transform: rotate(-60deg);
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li {
    width: 40px;
    height: 40px;
    transition: all 0.2s;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li:hover {
    opacity: 0.5;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li.ic_x {
    background: url("../img/ic_x_b.svg") center center no-repeat;
    background-size: 32px 32px;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li.ic_insta {
    background: url("../img/ic_insta_b.svg") center center no-repeat;
    background-size: 40px 40px;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li + li {
    margin-left: 60px;
  }
  body.article.detail .contents .article__contents section * + h5 {
    margin-top: 60px;
  }
  body.article.detail .contents .article__contents section * + p {
    margin-top: 40px;
  }
  body.article.detail .contents .article__contents section * + figure {
    margin-top: 40px;
  }
  body.article.detail .contents .article__contents section * + .figure-columns {
    margin-top: 40px;
  }
  body.article.detail .contents .article__contents section h3 + h4 {
    margin-top: 55px;
  }
  body.article.detail .contents .article__contents section h4 + h5 {
    margin-top: 45px;
  }
  body.article.detail .contents .article__contents section h4 + p {
    margin-top: 45px;
  }
  body.article.detail .contents .article__contents section h4 + .article__checklist {
    margin-top: 20px;
  }
  body.article.detail .contents .article__contents section h5 + .article__topics {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section h5 + .article__schedule {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section h5 + .article__calendar {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section h5 + .article__column {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section h5 + .article__qa {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section h5 + .article__vote {
    margin-top: 30px;
  }
  body.article.detail .contents .article__contents section h5 + p {
    margin-top: 35px;
  }
  body.article.detail .contents .article__contents section p + h5 {
    margin-top: 55px;
  }
  body.article.detail .contents .article__contents section p + p {
    margin-top: 35px;
  }
  body.article.detail .contents .article__contents section p + figure {
    margin-top: 35px;
  }
  body.article.detail .contents .article__contents section p + .figure-columns {
    margin-top: 35px;
  }
  body.news.archive .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body.news.archive .contents .news-meta {
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    background: #F4F5F7;
    border-radius: 14px;
  }
  body.news.archive .contents .news-meta h4.news-meta__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li {
    width: 98px;
    margin: 10px 10px 0 0;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    border-radius: 100vmax;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.study {
    background: #3474C6;
    border: 1px solid #3474C6;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.life {
    background: #F89C37;
    border: 1px solid #F89C37;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.career {
    background: #836ABE;
    border: 1px solid #836ABE;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.health {
    background: #F06A7D;
    border: 1px solid #F06A7D;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.money {
    background: #4FBA35;
    border: 1px solid #4FBA35;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.info {
    background: #96999D;
    border: 1px solid #96999D;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.all {
    color: #333;
    border: 1px solid #333;
  }
  body.news.archive .contents .news-meta + ul.news__list {
    margin-top: 40px;
  }
  body.news.detail .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body.news.detail .contents .news__head {
    display: flex;
    flex-wrap: wrap;
  }
  body.news.detail .contents .news__head p.news__date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  body.news.detail .contents .news__head p.news__cat {
    box-sizing: border-box;
    width: 80px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    border-radius: 100vmax;
  }
  body.news.detail .contents .news__head p.study {
    background: #3474C6;
  }
  body.news.detail .contents .news__head p.life {
    background: #F89C37;
  }
  body.news.detail .contents .news__head p.career {
    background: #836ABE;
  }
  body.news.detail .contents .news__head p.health {
    background: #F06A7D;
  }
  body.news.detail .contents .news__head p.money {
    background: #4FBA35;
  }
  body.news.detail .contents .news__head p.info {
    background: #96999D;
  }
  body.news.detail .contents .news__head p.news__target {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  body.news.detail .contents .news__head p.news__title {
    width: 100%;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
  }
  body.news.detail .contents .news__head p.news__title sup {
    font-size: 15px;
  }
  body.news.detail .contents .news__head p.news__location {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding: 7px 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 100vmax;
    background: #FFF;
  }
  body.news.detail .contents .news__contents {
    margin-top: 35px;
    padding: 0 5px;
  }
  body.news.detail .contents .news__contents .contact-info {
    margin-top: 60px;
    padding: 20px 20px 15px;
    background: #FFF;
    border-radius: 14px;
  }
  body.news.detail .contents .news__contents .contact-info p.contact-info__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.news.detail .contents .news__contents .contact-info p.contact-info__text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list {
    margin-top: 15px;
    font-size: 14px;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list dt {
    font-weight: 700;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list dd {
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list dd + dt {
    margin-top: 10px;
  }
  body.news.detail .contents .news__contents .contact-info p.contact-info__text + dl.contact-info__list {
    margin-top: 10px;
  }
  body.news.detail .contents .news__contents .btn--arrow {
    width: 200px;
    margin: 60px auto 0;
  }
  body.pastnews .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body.pastnews .contents .contents__main h3.pastnews__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  body.pastnews .contents .contents__main ul.pastnews__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li {
    width: calc((100% - 20px) / 2);
  }
  body.pastnews .contents .contents__main ul.pastnews__list li:nth-child(even) {
    margin-left: 20px;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li:nth-child(n+3) {
    margin-top: 30px;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-title a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 17px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    background: #FFF;
    transition: all 0.2s;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-title a:hover {
    background: #FFDAB5;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-title a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url("../img/ic_pdf_b.svg") center center no-repeat;
    background-size: 12px 12px;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  body.pastnews .contents .contents__main .btn {
    width: 300px;
    margin: 60px auto 0;
  }
  body.pastnews .contents .contents__main .btn a {
    padding: 20px 12px;
    text-align: center;
  }
  body.news.detail .contents .news__contents section a {
    text-decoration: underline;
  }
  body.news.detail .contents .news__contents section a:hover {
    color: #EE7500;
    text-decoration: none;
  }
  body.news.detail .contents .news__contents section h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.news.detail .contents .news__contents section h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
  }
  body.news.detail .contents .news__contents section h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.news.detail .contents .news__contents section h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  body.news.detail .contents .news__contents section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section p span.orange {
    font-weight: 700;
    color: #EE7500;
  }
  body.news.detail .contents .news__contents section p.note {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section p.note--kome {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.15em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section p.note--kome:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--disc li {
    box-sizing: border-box;
    position: relative;
    padding-left: 0.75em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section ul.list--disc li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--disc li + li {
    margin-top: 10px;
  }
  body.news.detail .contents .news__contents section ul.list--kome li {
    box-sizing: border-box;
    position: relative;
    padding-left: 2em;
    font-size: 14px;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section ul.list--kome li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(1):before {
    content: "※1";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(2):before {
    content: "※2";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(3):before {
    content: "※3";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(4):before {
    content: "※4";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(5):before {
    content: "※5";
  }
  body.news.detail .contents .news__contents section ul.list--kome li + li {
    margin-top: 0.2em;
  }
  body.news.detail .contents .news__contents section ul.list--number li {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.25em;
    font-size: 16px;
    line-height: 1.75;
  }
  body.news.detail .contents .news__contents section ul.list--number li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(1):before {
    content: "1.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(2):before {
    content: "2.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(3):before {
    content: "3.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(4):before {
    content: "4.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(5):before {
    content: "5.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(6):before {
    content: "6.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(7):before {
    content: "7.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(8):before {
    content: "8.";
  }
  body.news.detail .contents .news__contents section ul.list--number li + li {
    margin-top: 10px;
  }
  body.news.detail .contents .news__contents section dl.list--definition {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section dl.list--definition div.block {
    display: flex;
  }
  body.news.detail .contents .news__contents section dl.list--definition div.block + div.block {
    margin-top: 10px;
  }
  body.news.detail .contents .news__contents section dl.list--definition dt {
    white-space: nowrap;
  }
  body.news.detail .contents .news__contents section * + h3 {
    margin-top: 35px;
  }
  body.news.detail .contents .news__contents section * + h4 {
    margin-top: 30px;
  }
  body.news.detail .contents .news__contents section * + h5,
  body.news.detail .contents .news__contents section * + h6,
  body.news.detail .contents .news__contents section * + p {
    margin-top: 25px;
  }
  body.news.detail .contents .news__contents section h4 + h6,
  body.news.detail .contents .news__contents section h4 + p,
  body.news.detail .contents .news__contents section h4 + ul,
  body.news.detail .contents .news__contents section h4 + dl {
    margin-top: 15px;
  }
  body.news.detail .contents .news__contents section h5 + p,
  body.news.detail .contents .news__contents section h6 + p,
  body.news.detail .contents .news__contents section h6 + dl,
  body.news.detail .contents .news__contents section p + p,
  body.news.detail .contents .news__contents section p + ul,
  body.news.detail .contents .news__contents section p + dl,
  body.news.detail .contents .news__contents section dl + p,
  body.news.detail .contents .news__contents section * + p.note,
  body.news.detail .contents .news__contents section * + p.note--kome,
  body.news.detail .contents .news__contents section * + ul.list--kome {
    margin-top: 10px;
  }
  body.snap .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  body.snap .contents section.section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.snap .contents ul.snap__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.snap .contents ul.snap__list li.snap__item {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
  }
  body.snap .contents ul.snap__list li.snap__item:nth-of-type(5n) {
    margin-right: 0;
  }
  body.snap .contents ul.snap__list li.snap__item:nth-of-type(n+6) {
    margin-top: 15px;
  }
  body.movie .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  body.movie .contents section.section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.movie .contents .content-meta h4.content-meta__title--tag {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  body.movie .contents .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  body.movie .contents h3.movie__archive-title {
    margin-top: 40px;
  }
  body.movie .contents h3.movie__archive-title strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }
  body.movie .contents h3.movie__archive-title span {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.movie .contents ul.movie__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.movie .contents ul.movie__list li.movie__item {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
  }
  body.movie .contents ul.movie__list li.movie__item:nth-of-type(5n) {
    margin-right: 0;
  }
  body.movie .contents ul.movie__list li.movie__item:nth-of-type(n+6) {
    margin-top: 50px;
  }
  body.movie .contents .content-meta-block + ul.movie__list {
    margin-top: 50px;
  }
  body.movie .contents h3.movie__archive-title + ul.movie__list {
    margin-top: 40px;
  }
  body.booklet .contents .contents__wrapper {
    padding: 30px 40px 100px;
  }
  body.booklet .contents section.section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  body.booklet .contents ul.booklet__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.booklet .contents ul.booklet__list li.booklet__item {
    width: 260px;
    margin: 50px 20px 0;
  }
  body.booklet .contents ul.booklet__list li.new {
    position: relative;
  }
  body.booklet .contents ul.booklet__list li.new::after {
    content: "NEW";
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    right: -5px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  body.booklet .contents .booklet .booklet__inner {
    padding: 0 25px 20px;
  }
  body.booklet .contents .booklet .booklet__inner::before {
    width: 100%;
    height: 260px;
  }
  body.booklet .contents .booklet ul.booklet__link {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  body.booklet .contents .booklet ul.booklet__link li {
    width: calc((100% - 10px) / 2);
  }
  body.booklet .contents .booklet ul.booklet__link li a {
    font-size: 14px;
  }
  body.booklet .contents .booklet ul.booklet__link li + li {
    margin-left: 10px;
  }
  body.booklet .contents .booklet .btn a {
    padding: 12px;
  }
  body.booklet .contents .booklet-past {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 95px auto 0;
    padding: 77px 75px 0;
    background: #F4F5F7;
    border-radius: 14px;
  }
  body.booklet .contents .booklet-past h3.booklet-past__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }
  body.booklet .contents .booklet-past h3.booklet-past__title:hover {
    color: #EE7500;
  }
  body.booklet .contents .booklet-past h3.booklet-past__title:hover::after {
    border-top: solid 1px #EE7500;
    border-right: solid 1px #EE7500;
  }
  body.booklet .contents .booklet-past h3.booklet-past__title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - 7px);
    right: calc(50% - 160px);
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(135deg);
  }
  body.booklet .contents .booklet-past h3.booklet-past__title.active::after {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  body.booklet .contents .booklet-past .booklet-past__container {
    display: none;
    padding-bottom: 55px;
  }
  body.booklet .contents .booklet-past h4.booklet-past__title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  body.booklet .contents .booklet-past h4.booklet-past__title:first-child {
    margin-top: 35px;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li:nth-of-type(3n) {
    margin-right: 0;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li:nth-of-type(n+4) {
    margin-top: 10px;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 17px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    background: #FFF;
    transition: all 0.2s;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li a:hover {
    background: #FFDAB5;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url("../img/ic_pdf_b.svg") center center no-repeat;
    background-size: 12px 12px;
  }
  body.game.archive .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  body.game.archive .contents section.section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.game.archive .contents ul.game__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.game.archive .contents ul.game__list li.game__item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: calc((100% - 40px) / 2);
    padding: 0 25px 25px;
  }
  body.game.archive .contents ul.game__list li.game__item:nth-of-type(even) {
    margin-left: 40px;
  }
  body.game.archive .contents ul.game__list li.game__item:nth-of-type(n+3) {
    margin-top: 40px;
  }
  body.game.archive .contents ul.game__list li.game__item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 197px;
    background: #fff;
    border-radius: 14px;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 14px;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a:hover::after {
    opacity: 1;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a:hover img {
    transform: scale(1.05);
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 117, 0, 0.5);
    background-size: 30px 30px;
    transition: all 0.2s;
    opacity: 0;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a img {
    position: relative;
    z-index: 0;
    transition: all 0.2s;
    transform: scale(1);
  }
  body.game.archive .contents ul.game__list li.game__item p.game__item-title {
    position: relative;
    z-index: 1;
    margin-top: 20px;
  }
  body.game.archive .contents ul.game__list li.game__item p.game__item-title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.game.archive .contents ul.game__list li.game__item p.game__item-title strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.game.archive .contents ul.game__list li.game__item .btn--arrow {
    position: relative;
    z-index: 1;
    width: 200px;
    margin-top: 20px;
  }
  body.game.detail .contents .contents__wrapper {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  body.game.detail .contents section.section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.game.detail .contents h2.game__title {
    display: table;
    margin: 0 auto;
  }
  body.game.detail .contents p.game__text {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.game.detail .contents .game__contents {
    width: 100%;
    max-width: 700px;
    margin: 35px auto 0;
  }
  body.game.detail .contents .game__contents figure.game__contents-item {
    overflow: hidden;
    border-radius: 14px;
  }
  body.game.detail .contents .game__contents figure.game__contents-item img {
    display: block;
    position: relative;
    z-index: 0;
  }
  body.game.detail .contents .game__contents figure.game__contents-item-answer {
    position: relative;
    margin-top: 30px;
  }
  body.game.detail .contents .game__contents figure.game__contents-item-answer img.answer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
  }
  body.game.detail .contents .game__contents figure.game__contents-item-answer.is-active img.answer {
    opacity: 1;
  }
  body.game.detail .contents .btn--answer {
    width: 300px;
    margin: 30px auto 0;
    transition: all 0.2s;
  }
  body.game.detail .contents .btn--answer span {
    padding: 20px 12px;
    text-align: center;
  }
  body.game.detail .contents .btn--answer.is-active {
    opacity: 0.2;
    pointer-events: none;
  }
  body.game.detail .contents .game__summary {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 10px 35px;
    background: #fff;
    border-radius: 8px;
  }
  body.game.detail .contents .game__summary p.game__summary-profile {
    margin-left: 15px;
  }
  body.game.detail .contents .game__summary p.game__summary-profile strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  body.game.detail .contents .game__summary p.game__summary-profile span {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  body.notfound .contents .contents__header {
    height: 77px;
  }
  body.notfound .contents .contents__header h2.contents__title strong {
    font-size: 80px;
    white-space: nowrap;
  }
  body.notfound .contents .contents__wrapper {
    padding: 80px 60px 160px;
  }
  body.notfound .contents section.section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  body.notfound .contents p.text {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.notfound .contents .btn--arrow {
    width: 200px;
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  body.booklet .contents ul.booklet__list {
    width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  header.header .header__title--top {
    top: 100px;
  }
  header.header .header__nav .header__nav-inner {
    align-content: flex-start;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  body.top .header .header__title--top {
    top: 80px;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns {
    display: block;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item {
    width: auto;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.booklet .contents ul.booklet__list {
    width: 600px;
    margin: 0 auto;
  }
}
/* ======================================================
	SP用設定
====================================================== */
@media screen and (max-width: 767px) {
  body {
    color: #333;
    line-height: 1.5;
    background: #AAE3DC;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img {
    width: 100%;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 17.95vw;
    background: #AAE3DC;
  }
  sup {
    font-size: 2.56vw;
    vertical-align: top;
  }
  a:link {
    color: #333;
    text-decoration: none;
  }
  a:visited {
    color: #333;
    text-decoration: none;
  }
  a:hover {
    color: #333;
    text-decoration: none;
  }
  a:active {
    color: #333;
  }
  .pc {
    display: none;
  }
  .header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    height: 17.95vw;
    background: #AAE3DC;
  }
  .header .header__inner {
    position: relative;
    height: 100%;
  }
  .header p.header__logo {
    position: absolute;
    z-index: 100;
    top: 3.33vw;
    left: 3.85vw;
    width: 13.33vw;
    height: 11.28vw;
    background: url("../img/logo_takushoku.svg?date=20250527") center center no-repeat;
    background-size: contain;
  }
  .header p.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header__title {
    position: absolute;
    z-index: 100;
    top: 5.64vw;
    left: calc(50% - 11.28vw);
    width: 25.13vw;
    height: 7.18vw;
    background: url("../img/logo.svg?202405") center center no-repeat;
    background-size: contain;
  }
  .header .header__title a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header__title.open {
    opacity: 1 !important;
  }
  .header .header__title--top {
    display: none;
  }
  .header ul.header__sns--pc {
    display: none;
  }
  .header .header__menu {
    display: block;
    position: fixed;
    z-index: 99;
    top: 5.64vw;
    right: 3.85vw;
    width: 8.21vw;
    height: 6.67vw;
    cursor: pointer;
  }
  .header .header__menu span {
    display: block;
    position: absolute;
    top: 3.08vw;
    left: 0;
    width: 8.21vw;
    height: 0.51vw;
    background: #000;
    transition: all 0.2s;
  }
  .header .header__menu span:nth-child(1) {
    transform: translateY(-2.05vw);
  }
  .header .header__menu span:nth-child(2) {
    opacity: 1;
  }
  .header .header__menu span:nth-child(3) {
    transform: translateY(2.05vw);
  }
  .header .header__menu.open span:nth-child(1) {
    transform: rotate(-30deg) translateY(0.00vw);
  }
  .header .header__menu.open span:nth-child(2) {
    opacity: 0;
  }
  .header .header__menu.open span:nth-child(3) {
    transform: rotate(30deg) translateY(0.00vw);
  }
  .header .header__nav {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E3E6EA;
  }
  .header .header__nav::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 17.95vw;
    background: #E3E6EA;
  }
  .header .header__nav .header__nav-inner {
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    height: 100%;
    padding: 20.51vw 0 5.13vw;
  }
  .header .header__nav .header__nav-block {
    display: contents;
  }
  .header .header__nav ul.header__nav-list {
    padding: 0 3.85vw;
  }
  .header .header__nav ul.header__nav-list:nth-of-type(1) {
    order: 1;
  }
  .header .header__nav ul.header__nav-list:nth-of-type(2) {
    order: 2;
    margin-top: 3.85vw;
  }
  .header .header__nav ul.header__nav-list:nth-of-type(3) {
    order: 4;
    margin-top: 10.26vw;
  }
  .header .header__nav ul.header__nav-list li a {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.3;
  }
  .header .header__nav ul.header__nav-list li a span {
    display: block;
    font-size: 3.08vw;
  }
  .header .header__nav ul.header__nav-list li a strong {
    display: block;
    font-family: Montserrat;
    font-size: 6.15vw;
    font-weight: 800;
    line-height: 1;
  }
  .header .header__nav ul.header__nav-list li + li {
    margin-top: 3.85vw;
  }
  .header .header__nav .content-meta {
    order: 3;
    margin-top: 7.69vw;
    padding: 0 3.85vw;
  }
  .header .header__nav .content-meta h4.content-meta__title--cat,
  .header .header__nav .content-meta h4.content-meta__title--tag {
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
  }
  .header .header__nav .content-meta ul.content-meta__list--cat,
  .header .header__nav .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header__nav .content-meta ul.content-meta__list--cat li a.content-meta__item,
  .header .header__nav .content-meta ul.content-meta__list--tag li a.content-meta__item {
    font-size: 3.08vw;
  }
  .header .header__nav .content-meta ul.content-meta__list--cat + h4.content-meta__title--tag {
    margin-top: 6.41vw;
  }
  .header .header__nav ul.header__sns--sp {
    order: 5;
    display: flex;
    align-items: center;
    margin-top: 10.26vw;
    padding: 0 3.85vw 61.54vw;
    background-image: url("../img/bg_navigation_sp.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header .header__nav ul.header__sns--sp li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header .header__nav ul.header__sns--sp li a img.header__sns-item--x {
    width: 4.62vw;
    height: 4.62vw;
  }
  .header .header__nav ul.header__sns--sp li a img.header__sns-item--insta {
    width: 5.64vw;
    height: 5.64vw;
  }
  .header .header__nav ul.header__sns--sp li a img.header__sns-item--yt {
    width: 8.21vw;
    height: 5.64vw;
  }
  .header .header__nav ul.header__sns--sp li a img.header__sns-item--fb {
    width: 5.64vw;
    height: 5.64vw;
  }
  .header .header__nav ul.header__sns--sp li + li {
    margin-left: 7.69vw;
  }
  .header.scroll {
    transform: translate(0, -28.21vw);
  }
  .breadcrumb {
    padding: 2.31vw 3.85vw 3.08vw;
    background: #EEF1F5;
  }
  .breadcrumb ul.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item {
    position: relative;
    margin: 1.03vw 2.56vw 0 0;
    padding-right: 6.41vw;
    font-size: 3.08vw;
    line-height: 1.3;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item::after {
    content: "＞";
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer {
    padding-bottom: 5.13vw;
    background: #E3E6EA;
  }
  .footer .footer__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 7.69vw 0;
    background: #fff;
  }
  .footer .footer__block {
    display: contents;
  }
  .footer .footer__block:first-child ul.footer__nav-list {
    order: 3;
    margin-top: 7.69vw;
    padding: 0 3.85vw;
  }
  .footer .footer__block:first-child ul.footer__nav-list li {
    border-bottom: 1px solid #F4F5F7;
  }
  .footer .footer__block:first-child ul.footer__nav-list li:first-child {
    border-top: 1px solid #F4F5F7;
  }
  .footer .footer__block:first-child ul.footer__nav-list li a {
    display: block;
    padding: 2.82vw 0 3.33vw;
    font-size: 3.59vw;
    font-weight: 400;
  }
  .footer .footer__block:last-child ul.footer__nav-list {
    order: 4;
    padding: 3.08vw;
    border-bottom: 1px solid #F4F5F7;
  }
  .footer .footer__block:last-child ul.footer__nav-list li a {
    display: block;
    padding: 2.56vw 0;
    font-size: 3.08vw;
    font-weight: 400;
  }
  .footer .footer__title {
    order: 1;
    width: 32.31vw;
    height: 9.23vw;
    margin: 0 auto;
    background: url("../img/logo.svg?202405") center center no-repeat;
    background-size: contain;
  }
  .footer .footer__title a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer ul.footer__sns {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6.41vw;
    padding: 0 3.85vw;
  }
  .footer ul.footer__sns li a img.footer__sns-item--x {
    width: 6.15vw;
    height: 6.15vw;
  }
  .footer ul.footer__sns li a img.footer__sns-item--insta {
    width: 6.41vw;
    height: 6.41vw;
  }
  .footer ul.footer__sns li a img.footer__sns-item--yt {
    width: 9.23vw;
    height: 6.41vw;
  }
  .footer ul.footer__sns li a img.footer__sns-item--fb {
    width: 6.41vw;
    height: 6.41vw;
  }
  .footer ul.footer__sns li + li {
    margin-left: 7.69vw;
  }
  .footer ul.footer__logo {
    order: 5;
    display: flex;
    width: 50%;
    margin: 7.69vw 0 0 3.85vw;
  }
  .footer ul.footer__logo li.footer__logo-takushoku {
    width: 15.13vw;
    height: 12.82vw;
    background: url("../img/logo_takushoku.svg?date=20250527") center center no-repeat;
    background-size: contain;
  }
  .footer ul.footer__logo li.footer__logo-takushoku a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer ul.footer__logo li.footer__logo-evaluation {
    width: 8.97vw;
    height: 12.82vw;
    background: url("../img/logo_evaluation.png") center center no-repeat;
    background-size: contain;
  }
  .footer ul.footer__logo li.footer__logo-evaluation a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer ul.footer__logo li + li {
    margin-left: 5.90vw;
  }
  .footer p.footer__copyright {
    order: 6;
    position: absolute;
    right: 3.85vw;
    bottom: 12.82vw;
    font-size: 3.08vw;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  a.link--arrow {
    display: inline-block;
    padding-right: 5.13vw;
    background: url("../img/ic_arrow_b.svg") right center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  ul.article__list li.article__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  ul.article__list li.article__item a figure.article__img {
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 3.59vw;
  }
  ul.article__list li.article__item a figure.article__img img {
    width: 100%;
  }
  ul.article__list li.article__item a p.article__cat {
    display: table;
    position: relative;
    z-index: 1;
    margin-top: -3.33vw;
    padding: 1.54vw 2.56vw;
    font-size: 2.82vw;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
  }
  ul.article__list li.article__item a p.article__title {
    width: 100%;
    display: block;
    margin-top: 1.28vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.4;
  }
  ul.article__list li.article__item a p.article__position {
    width: 100%;
    margin-top: 1.28vw;
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 1.4;
  }
  ul.article__list li.article__item a p.article__name {
    width: 100%;
    margin-top: 1.28vw;
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 1.4;
  }
  ul.article__list li.article__item a p.article__position + p.article__name {
    margin-top: 1.28vw;
  }
  ul.article__list li.article__item a ul.article__tag {
    display: flex;
    width: 100%;
    margin-top: 2.56vw;
    padding-top: 1.28vw;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.article__list li.article__item a ul.article__tag li {
    display: block;
    margin: 1.28vw 0.6em 0 0;
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 1;
  }
  ul.article__list li.article__item a ul.article__tag li:last-child {
    margin-right: 0;
  }
  ul.article__list li.article__item a ul.article__tag li::before {
    content: "＃";
  }
  ul.article__list li.article__item a ul.article__tag li + li {
    margin-left: 1em;
  }
  ul.article__list li.article__item a p.article__date {
    margin-top: 2.56vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  ul.article__list li.new a {
    position: relative;
  }
  ul.article__list li.new a::after {
    content: "NEW";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4.62vw;
    right: 0;
    width: 9.23vw;
    height: 9.23vw;
    text-align: center;
    font-family: Montserrat;
    font-size: 2.56vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  ul.news__list {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.news__list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.news__list li a {
    display: flex;
    flex-wrap: wrap;
    padding: 3.08vw 0;
    text-decoration: none;
  }
  ul.news__list li a.none {
    pointer-events: none;
  }
  ul.news__list li p.news__date {
    display: flex;
    align-items: center;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  ul.news__list li p.news__cat {
    box-sizing: border-box;
    width: 23.08vw;
    margin-left: 2.56vw;
    padding: 1.03vw 2.56vw;
    text-align: center;
    font-size: 3.08vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    white-space: nowrap;
    border-radius: 100vmax;
  }
  ul.news__list li p.study {
    background: #3474C6;
  }
  ul.news__list li p.life {
    background: #F89C37;
  }
  ul.news__list li p.career {
    background: #836ABE;
  }
  ul.news__list li p.health {
    background: #F06A7D;
  }
  ul.news__list li p.money {
    background: #4FBA35;
  }
  ul.news__list li p.info {
    background: #96999D;
  }
  ul.news__list li p.news__target {
    display: flex;
    align-items: center;
    margin-left: 2.56vw;
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 1;
  }
  ul.news__list li p.news__title {
    width: 100%;
    margin-top: 1.28vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.6;
  }
  ul.content-meta__list--cat li {
    margin: 2.56vw 2.56vw 0 0;
  }
  ul.content-meta__list--cat li:last-child {
    margin-right: 0;
  }
  ul.content-meta__list--cat li a {
    display: block;
    padding: 2.05vw 2.82vw;
    text-decoration: none;
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
  }
  ul.content-meta__list--tag li {
    margin: 2.56vw 2.56vw 0 0;
  }
  ul.content-meta__list--tag li:last-child {
    margin-right: 0;
  }
  ul.content-meta__list--tag li a {
    display: block;
    padding: 1.54vw 1.03vw;
    text-decoration: none;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
    background: #FFF;
    border-radius: 0.77vw;
  }
  ul.content-meta__list--tag li a::before {
    content: "＃";
  }
  ul.snap__list li a,
  ul.movie__list li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 2.05vw;
  }
  ul.movie__list li.movie__item p.movie__title {
    width: 100%;
    display: block;
    margin-top: 2.56vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.4;
  }
  ul.movie__list li.movie__item p.movie__text {
    width: 100%;
    margin-top: 2.05vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.4;
  }
  ul.movie__list li.movie__item ul.movie__tag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3.08vw;
    padding-top: 1.28vw;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  ul.movie__list li.movie__item ul.movie__tag li {
    display: block;
    margin: 1.28vw 0.6em 0 0;
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 1;
  }
  ul.movie__list li.movie__item ul.movie__tag li:last-child {
    margin-right: 0;
  }
  ul.movie__list li.movie__item ul.movie__tag li::before {
    content: "＃";
  }
  ul.movie__list li.movie__item p.movie__date {
    margin-top: 2.56vw;
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 1;
  }
  .booklet .booklet__inner {
    position: relative;
  }
  .booklet .booklet__inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 2.56vw;
  }
  .booklet figure.booklet__image,
  .booklet p.booklet__title,
  .booklet ul.booklet__link,
  .booklet p.booklet__past {
    position: relative;
    z-index: 1;
  }
  .booklet figure.booklet__image {
    display: table;
    margin: 0 auto;
  }
  .booklet figure.booklet__image img {
    box-shadow: 0.00vw 1.54vw 5.13vw 0.00vw rgba(0, 0, 0, 0.2);
  }
  .booklet p.booklet__title {
    margin-top: 5.13vw;
    text-align: center;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1.2;
  }
  .booklet ul.booklet__link {
    margin-top: 5.13vw;
  }
  .booklet p.booklet__past {
    display: table;
    margin: 6.41vw auto 0;
  }
  .booklet p.booklet__past a {
    display: block;
    padding-right: 5.13vw;
    text-decoration: none;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
    background: url("../img/ic_arrow_b.svg") right center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  .pagination {
    margin-top: 7.69vw;
  }
  .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.28vw;
  }
  .pagination ul li {
    width: 7.69vw;
    height: 7.69vw;
    font-size: 3.59vw;
    line-height: 1;
  }
  .pagination ul li a,
  .pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .pagination ul li a {
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s;
  }
  .pagination ul li a:hover {
    color: #EE7500;
  }
  .pagination ul li span {
    font-size: 3.85vw;
    font-weight: 700;
  }
  .pagination ul li.prev,
  .pagination ul li.next {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.05vw 3.59vw;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .pagination ul li.prev {
    background-image: url("../img/bg_prev_b.svg");
  }
  .pagination ul li.next {
    background-image: url("../img/bg_next_b.svg");
  }
  .btn a,
  .btn span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 4.36vw 4.10vw;
    text-decoration: none;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
    border: 0.51vw solid #333;
    border-radius: 1.03vw;
    cursor: pointer;
  }
  .btn--arrow a {
    background: url("../img/ic_arrow_b.svg") right 4.10vw center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  .btn--pdf a {
    background: url("../img/ic_pdf_b.svg") right 4.10vw center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  .btn--blank a {
    background: url("../img/ic_blank_b.svg") right 4.10vw center no-repeat;
    background-size: 2.56vw 2.56vw;
  }
  .btn--close span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3.59vw 3.08vw;
    text-decoration: none;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
    background: url("../img/ic_close_b.svg") right 4.10vw center no-repeat;
    background-size: 3.08vw 3.08vw;
    border: 0.51vw solid #333;
    border-radius: 1.03vw;
    cursor: pointer;
  }
  .btn--ac {
    cursor: pointer;
  }
  p.not-applicable {
    margin-top: 7.69vw;
    padding: 10.26vw 0;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  p.not-applicable span.title {
    font-size: 6.15vw;
    font-family: Montserrat;
    font-weight: 700;
  }
  p.not-applicable span.text {
    display: block;
    font-size: 3.59vw;
    font-weight: 400;
  }
  .contents__header {
    position: relative;
    z-index: 1;
    height: 14.87vw;
    padding: 0 3.85vw;
  }
  .contents__header h2.contents__title span {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  .contents__header h2.contents__title strong {
    display: block;
    font-size: 11.28vw;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.2;
  }
  .contents__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .contents__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: #E3E6EA;
    border-radius: 3.85vw 3.85vw 0 0;
  }
  .contents__columns .contents__side {
    margin-top: 10.26vw;
    padding: 10.26vw 3.85vw;
    background: #E3E6EA;
    border-radius: 3.85vw 3.85vw 0 0;
  }
  .contents__columns .contents__side h2.contents__side-title span {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  .contents__columns .contents__side h2.contents__side-title strong {
    display: block;
    font-size: 9.23vw;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.4;
  }
  .contents__columns .contents__side .article-pickup ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.56vw;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item {
    width: calc((100% - 5.13vw) / 2);
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item:nth-of-type(2n) {
    margin-left: 4.87vw;
  }
  .contents__columns .contents__side .article-pickup ul.article__list li.article__item:nth-of-type(n+3) {
    margin-top: 5.13vw;
  }
  .contents__columns .contents__side .content-meta {
    padding: 8.97vw 0 10.26vw;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .contents__columns .contents__side .content-meta:not(:first-child) {
    margin-top: 10.26vw;
  }
  .contents__columns .contents__side .content-meta h4.content-meta__title {
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  .contents__columns .contents__side .content-meta ul.content-meta__list--cat,
  .contents__columns .contents__side .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.28vw;
  }
  .contents__columns .contents__side .content-meta ul.content-meta__list--cat li a.content-meta__item,
  .contents__columns .contents__side .content-meta ul.content-meta__list--tag li a.content-meta__item {
    font-size: 3.08vw;
  }
  .contents__columns .contents__side .content-meta ul.content-meta__list--cat + h4.content-meta__title {
    margin-top: 6.41vw;
  }
  .contents__columns .contents__side .btn--border {
    margin-bottom: 9.74vw;
  }
  .contents__columns .contents__side .btn--border a {
    display: block;
    padding: 6.41vw 5.13vw 6.41vw 0;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
    background: url("../img/ic_arrow_b.svg") right center no-repeat;
    background-size: 3.08vw 3.08vw;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .contents__columns .contents__side .booklet:not(:first-child) {
    margin-top: 10.26vw;
  }
  .contents__columns .contents__side .booklet .booklet__inner {
    margin: 5.13vw 5.13vw 0;
    padding: 0 6.41vw 7.69vw;
  }
  .contents__columns .contents__side .booklet .booklet__inner::before {
    width: 100%;
    height: 66.67vw;
  }
  .contents__columns .contents__side .booklet figure.booklet__image {
    width: 44.87vw;
  }
  .contents__columns .contents__side .booklet ul.booklet__link {
    display: flex;
  }
  .contents__columns .contents__side .booklet ul.booklet__link li {
    width: calc((100% - 2.56vw) / 2);
  }
  .contents__columns .contents__side .booklet ul.booklet__link li + li {
    margin-left: 2.56vw;
  }
  .content-meta-block {
    box-sizing: border-box;
    position: relative;
    min-height: 13.85vw;
    padding: 13.85vw 5.13vw 0;
    background: #F4F5F7;
    border-radius: 2.56vw;
  }
  .content-meta-block h3.content-meta-block__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.85vw;
    text-align: center;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  .content-meta-block h3.content-meta-block__title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - 2.05vw);
    right: 5.64vw;
    width: 2.31vw;
    height: 2.31vw;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(135deg);
  }
  .content-meta-block h3.content-meta-block__title.active::after {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .content-meta-block .content-meta-block__container {
    display: none;
    padding-bottom: 5.13vw;
  }
  .modal__content {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8.21vw 8.21vw;
    border-radius: 3.85vw 3.85vw 0.00vw 0.00vw;
  }
  .snap__contents,
  .movie__contents {
    position: relative;
    height: 100%;
    padding: 7.69vw 5.13vw;
    background-color: #E3E6EA;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .snap__contents::before,
  .movie__contents::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71.28vw;
    background: #fff;
  }
  .snap__contents .snap__inner,
  .snap__contents .movie__inner,
  .movie__contents .snap__inner,
  .movie__contents .movie__inner {
    position: relative;
    z-index: 1;
    max-width: 217.95vw;
    margin: 0 auto;
  }
  .snap__contents .snap__inner .column,
  .snap__contents .movie__inner .column,
  .movie__contents .snap__inner .column,
  .movie__contents .movie__inner .column {
    box-sizing: border-box;
  }
  .snap__contents .snap__inner .column:last-child,
  .snap__contents .movie__inner .column:last-child,
  .movie__contents .snap__inner .column:last-child,
  .movie__contents .movie__inner .column:last-child {
    margin-top: 7.69vw;
  }
  .snap__contents .snap__inner .btn--close,
  .snap__contents .movie__inner .btn--close,
  .movie__contents .snap__inner .btn--close,
  .movie__contents .movie__inner .btn--close {
    width: 41.03vw;
    margin: 6.41vw auto 0;
  }
  .snap__contents h2.snap__title {
    display: flex;
    position: absolute;
    top: 0;
    left: -3.08vw;
    font-family: Montserrat;
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
  .snap__contents h2.snap__title span.snap__title-main {
    font-size: 4.62vw;
    font-weight: 800;
    line-height: 1.7;
  }
  .snap__contents h2.snap__title span.snap__title-number {
    margin-top: 1.28vw;
    font-size: 7.18vw;
    font-weight: 300;
    line-height: 1.2;
  }
  .snap__contents figure.snap__img {
    overflow: hidden;
    width: 69.23vw;
    margin: 0 auto;
    border-radius: 2.56vw;
  }
  .snap__contents figure.snap__img img {
    width: 100%;
  }
  .snap__contents .snap__block {
    padding: 3.85vw 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .snap__contents p.snap__position {
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  .snap__contents p.snap__name {
    margin-top: 2.05vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  .snap__contents p.snap__name strong {
    font-size: 4.62vw;
    font-weight: 700;
  }
  .snap__contents p.snap__text-lead {
    margin-top: 3.85vw;
    font-size: 5.13vw;
    font-weight: 900;
    line-height: 1.5;
  }
  .snap__contents p.snap__text {
    margin-top: 2.56vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  .movie__contents .video-embed {
    overflow: hidden;
    width: 69.23vw;
    aspect-ratio: 9/16;
    margin: 0 auto;
    border-radius: 2.56vw;
  }
  .movie__contents .video-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .movie__contents h2.movie__title {
    padding: 3.85vw 0;
    font-size: 5.13vw;
    font-weight: 900;
    line-height: 1.5;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .movie__contents p.movie__text {
    margin-top: 2.56vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  .movie__contents ul.movie__tag {
    display: flex;
    width: 100%;
    margin-top: 2.56vw;
  }
  .movie__contents ul.movie__tag li {
    display: block;
    margin: 1.28vw 0.6em 0 0;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  .movie__contents ul.movie__tag li:last-child {
    margin-right: 0;
  }
  .movie__contents ul.movie__tag li::before {
    content: "＃";
  }
  .movie__contents p.movie__date {
    margin-top: 2.56vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  .movie__contents p.movie__link {
    margin-top: 6.41vw;
  }
  .movie__contents p.movie__link a {
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  body.top .header .header__title {
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
  }
  body.top .header .header__title--top {
    display: block;
    position: absolute;
    top: 16.67vw;
    left: calc(50% - 41.03vw);
    width: 82.05vw;
    height: 12.82vw;
    background: url("../img/logo_top.svg") center center no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: all;
  }
  body.top .header .header__title--top a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  body.top .header.top .header__title {
    opacity: 0;
    pointer-events: none;
  }
  body.top .header.top .header__title--top {
    opacity: 1;
    pointer-events: all;
  }
  body.top .mainvisual.visible {
    height: auto;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  body.top .mainvisual {
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    margin-top: 5.13vw;
  }
  @keyframes move-left01 {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes move-left02 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  body.top .mainvisual .scroll-text {
    overflow: hidden;
    display: flex;
    width: 100vw;
    margin-top: 7.69vw;
    margin-inline: calc(50% - 50vw);
  }
  body.top .mainvisual .scroll-text span {
    flex-shrink: 0;
    font-size: 15.38vw;
    font-family: Montserrat;
    font-weight: 800;
    color: #FFF;
    line-height: 0.78;
    opacity: 0.4;
    white-space: nowrap;
  }
  body.top .mainvisual .scroll-text span:nth-child(odd) {
    animation: move-left01 48s -24s infinite linear;
  }
  body.top .mainvisual .scroll-text span:nth-child(even) {
    animation: move-left02 48s infinite linear;
  }
  body.top .mainvisual ul.slide__list {
    position: relative;
    z-index: 1;
  }
  body.top .mainvisual ul.slide__list li.slide__item {
    overflow: hidden;
    width: 82.05vw;
    margin: 0 2.56vw;
    padding: 9.23vw 0 0;
    transition: padding 0.6s;
  }
  body.top .mainvisual ul.slide__list li.slide__item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body.top .mainvisual ul.slide__list li.slide__item a .slide__inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5.13vw 2.56vw;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__cat {
    display: table;
    padding: 1.54vw 2.56vw;
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__title {
    width: 100%;
    display: block;
    margin-top: 1.28vw;
    font-size: 3.59vw;
    font-weight: 900;
    color: #FFF;
    line-height: 1.4;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__position {
    width: 100%;
    margin-top: 1.28vw;
    font-size: 2.56vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__name {
    width: 100%;
    margin-top: 1.28vw;
    font-size: 3.08vw;
    font-weight: 900;
    color: #FFF;
    line-height: 1.4;
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__position + p.slide__name {
    margin-top: 1.28vw;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag li {
    display: block;
    margin: 1.28vw 0.6em 0 0;
    font-size: 2.56vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag li:last-child {
    margin-right: 0;
  }
  body.top .mainvisual ul.slide__list li.slide__item a ul.slide__tag li::before {
    content: "＃";
  }
  body.top .mainvisual ul.slide__list li.slide__item a p.slide__date {
    position: absolute;
    bottom: 5.13vw;
    right: 2.56vw;
    font-size: 2.56vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
  }
  body.top .mainvisual ul.slide__list li.slide__item a figure.slide__img {
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 5.13vw;
  }
  body.top .mainvisual ul.slide__list li.slide__item a figure.slide__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41.03vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
  }
  body.top .mainvisual ul.slide__list li.slide__item a figure.slide__img img {
    position: relative;
    z-index: 0;
  }
  body.top .mainvisual ul.slide__list li.slick-center {
    padding: 0 0 9.23vw;
  }
  body.top .mainvisual .btn--prev {
    position: absolute;
    z-index: 2;
    right: 18.97vw;
    bottom: 0;
    width: 2.31vw;
    height: 4.62vw;
    background: url("../img/bg_prev_b.svg") center center no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  body.top .mainvisual .btn--next {
    position: absolute;
    z-index: 2;
    right: 8.97vw;
    bottom: 0;
    width: 2.31vw;
    height: 4.62vw;
    background: url("../img/bg_next_b.svg") center center no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  body.top .mainvisual ul.slick-dots {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 82.05vw;
    margin: -3.85vw auto 0;
    padding-bottom: 2.56vw;
  }
  body.top .mainvisual ul.slick-dots li {
    width: 2.56vw;
    height: 2.56vw;
    background-color: #FFF;
    border-radius: 100vmax;
    transition: background-color 0.2s;
  }
  body.top .mainvisual ul.slick-dots li:only-of-type {
    display: none;
  }
  body.top .mainvisual ul.slick-dots li:hover {
    background-color: #EE7500;
  }
  body.top .mainvisual ul.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  body.top .mainvisual ul.slick-dots li + li {
    margin-left: 3.85vw;
  }
  body.top .mainvisual ul.slick-dots li.slick-active {
    background-color: #EE7500;
  }
  body.top .contents {
    margin-top: 10.26vw;
    padding-bottom: 20.51vw;
  }
  body.top .contents h2.section__title span {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.top .contents h2.section__title strong {
    display: block;
    font-size: 10.26vw;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.4;
  }
  body.top .contents .section--news-booklet {
    padding: 0 3.85vw;
  }
  body.top .contents .section--news-booklet .column + .column {
    margin-top: 15.38vw;
  }
  body.top .contents .section--news-booklet ul.news__list {
    margin-top: 5.13vw;
  }
  body.top .contents .section--news-booklet .btn--arrow {
    width: 51.28vw;
    margin: 7.69vw auto 0;
  }
  body.top .contents .section--news-booklet .booklet {
    padding: 0 5.13vw;
  }
  body.top .contents .section--news-booklet .booklet .booklet__inner {
    margin-top: 5.13vw;
    padding: 0 6.41vw 7.69vw;
  }
  body.top .contents .section--news-booklet .booklet .booklet__inner::before {
    width: 100%;
    height: 82.05vw;
  }
  body.top .contents .section--news-booklet .booklet figure.booklet__image {
    width: 44.87vw;
  }
  body.top .contents .section--news-booklet .booklet ul.booklet__link {
    display: flex;
  }
  body.top .contents .section--news-booklet .booklet ul.booklet__link li {
    width: calc((100% - 2.56vw) / 2);
  }
  body.top .contents .section--news-booklet .booklet ul.booklet__link li + li {
    margin-left: 2.56vw;
  }
  body.top .contents .section--news-booklet .btn--about {
    height: 17.95vw;
    margin-top: 7.69vw;
  }
  body.top .contents .section--news-booklet .btn--about a {
    padding: 4.62vw;
    background: url("../img/ic_arrow_b.svg") right 4.62vw center no-repeat;
    background-size: 3.08vw 3.08vw;
    border-radius: 1.03vw;
  }
  body.top .contents .section--news-booklet .btn--about a strong {
    font-size: 6.15vw;
    font-family: Outfit;
    font-weight: 800;
    line-height: 1;
  }
  body.top .contents .section--news-booklet .btn--about a span {
    margin-left: 5.13vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.top .contents .section--about {
    box-sizing: border-box;
    width: 100%;
    height: 100.00vw;
    margin-top: 15.38vw;
    padding: 14.10vw 10.26vw 15.38vw;
    background: url("../../img/top/bg_about_sp.png") center bottom no-repeat;
    background-size: cover;
  }
  body.top .contents .section--about h2.section__title {
    text-align: center;
  }
  body.top .contents .section--about .btn--arrow {
    width: 51.28vw;
    margin: 5.13vw auto 0;
  }
  body.top .contents .section--articles {
    margin-top: 15.38vw;
    padding: 0 3.85vw;
  }
  body.top .contents .section--articles ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.13vw;
  }
  body.top .contents .section--articles ul.article__list li.article__item {
    width: calc((100% - 5.13vw) / 2);
  }
  body.top .contents .section--articles ul.article__list li.article__item:nth-of-type(2n) {
    margin-left: 4.87vw;
  }
  body.top .contents .section--articles ul.article__list li.article__item:nth-of-type(n+3) {
    margin-top: 5.13vw;
  }
  body.top .contents .section--articles .btn--arrow {
    width: 51.28vw;
    margin: 7.69vw auto 0;
  }
  body.top .contents .section--snap {
    overflow: hidden;
    position: relative;
    margin-top: 15.38vw;
    padding-left: 3.85vw;
  }
  body.top .contents .section--snap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 21.28vw;
    left: 0;
    width: 100%;
    height: 48.72vw;
    background: rgba(255, 255, 255, 0.4);
  }
  body.top .contents .section--snap .section__inner {
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
  }
  body.top .contents .section--snap .section__inner .column {
    display: contents;
  }
  body.top .contents .section--snap h2.section__title {
    order: 1;
  }
  body.top .contents .section--snap ul.snap__list {
    order: 2;
    width: 221.79vw;
    margin-top: 5.13vw;
  }
  body.top .contents .section--snap ul.snap__list li.snap__item {
    width: 42.31vw;
  }
  body.top .contents .section--snap ul.snap__list li + li {
    margin-left: 2.56vw;
  }
  body.top .contents .section--snap ul.snap__list .btn--prev,
  body.top .contents .section--snap ul.snap__list .btn--next {
    display: none !important;
  }
  body.top .contents .section--snap ul.snap__list .slick-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  body.top .contents .section--snap .btn--arrow {
    order: 3;
    width: 51.28vw;
    margin: 15.38vw auto 0;
  }
  body.top .contents .section--movie-minigame {
    margin-top: 15.38vw;
    padding: 0 3.85vw;
  }
  body.top .contents .section--movie-minigame .movie figure.movie__img,
  body.top .contents .section--movie-minigame .movie figure.minigame__img,
  body.top .contents .section--movie-minigame .minigame figure.movie__img,
  body.top .contents .section--movie-minigame .minigame figure.minigame__img {
    overflow: hidden;
    margin-top: 5.13vw;
    border-radius: 3.59vw;
  }
  body.top .contents .section--movie-minigame .movie .btn--arrow,
  body.top .contents .section--movie-minigame .minigame .btn--arrow {
    width: 51.28vw;
    margin: 7.69vw auto 0;
  }
  body.top .contents .section--movie-minigame .movie + .minigame {
    margin-top: 15.38vw;
  }
  body.top .contents .bnr--instagram {
    box-sizing: border-box;
    overflow: hidden;
    margin: 15.38vw 3.85vw 0;
  }
  body.about .contents .contents__wrapper {
    padding: 10.26vw 7.69vw 74.36vw;
  }
  body.about .contents .contents__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: url("../../img/about/bg_contents01sp.png"), linear-gradient(90deg, #C2E6FF 0.04%, #EDF7F9 99.99%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3.85vw 3.85vw 0 0;
  }
  body.about .contents .contents__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115.38vw;
    background-image: url("../../img/about/bg_contents02sp.png"), linear-gradient(90deg, #C2E6FF 0.04%, #EDF7F9 99.99%);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.about .contents section.section + section.section {
    margin-top: 20.51vw;
  }
  body.about .contents p.about-tact__text-lead {
    text-align: center;
    font-size: 5.64vw;
    font-weight: 900;
    line-height: 1.7;
  }
  body.about .contents p.about-tact__text {
    text-align: center;
    margin-top: 3.85vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.about .contents .column__wrapper {
    margin-top: 16.67vw;
  }
  body.about .contents .column__wrapper .column {
    box-sizing: border-box;
    position: relative;
    padding: 0 8.97vw;
  }
  body.about .contents .column__wrapper .column::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84.62vw;
    background: #fff;
    border-radius: 2.56vw;
  }
  body.about .contents .column__wrapper .column .column__inner {
    position: relative;
    z-index: 1;
  }
  body.about .contents .column__wrapper .column + .column {
    margin-top: 15.38vw;
  }
  body.about .contents figure.booklet__image,
  body.about .contents figure.web__image {
    position: relative;
    width: 44.62vw;
    height: 71.54vw;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.about .contents figure.booklet__image::after,
  body.about .contents figure.web__image::after {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10.26vw;
    right: -10.26vw;
    width: 20.51vw;
    height: 20.51vw;
    text-align: center;
    font-family: Montserrat;
    font-size: 3.59vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  body.about .contents figure.booklet__image {
    background-image: url("../../img/about/bg_booklet.png");
  }
  body.about .contents figure.booklet__image::after {
    content: "Booklet";
  }
  body.about .contents figure.web__image {
    background-image: url("../../img/about/bg_web.png");
  }
  body.about .contents figure.web__image::after {
    content: "Web";
  }
  body.about .contents p.booklet__schedule,
  body.about .contents p.web__schedule {
    display: table;
    margin: 3.85vw auto 0;
    padding: 2.05vw 2.56vw;
    text-align: center;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
    background: #E3E6EA;
    border-radius: 0.51vw;
  }
  body.about .contents p.booklet__past {
    display: table;
    margin: 6.41vw auto 0;
    padding-bottom: 7.69vw;
  }
  body.about .contents p.booklet__past a {
    display: block;
    padding-right: 5.13vw;
    text-decoration: none;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
    background: url("../img/ic_arrow_b.svg") right center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  body.about .contents p.web__description {
    margin-top: 2.56vw;
    padding-bottom: 4.36vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.6;
  }
  body.about .contents p.web__description strong {
    font-weight: 700;
    color: #EE7500;
  }
  body.about .contents figure.about-theme__logo {
    width: 33.59vw;
    margin: 0 auto;
  }
  body.about .contents p.about-theme__text-lead {
    margin-top: 10.26vw;
    text-align: center;
    font-family: Montserrat;
    font-size: 8.72vw;
    font-weight: 700;
    line-height: 1.3;
  }
  body.about .contents p.about-theme__text-lead span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  body.about .contents p.about-theme__text-lead span::before, body.about .contents p.about-theme__text-lead span::after {
    content: "";
    display: block;
    width: 1.54vw;
    height: 8.21vw;
    border: 0.51vw solid #000;
  }
  body.about .contents p.about-theme__text-lead span::before {
    margin-right: 2.56vw;
    border-right: none;
  }
  body.about .contents p.about-theme__text-lead span::after {
    margin-left: 2.56vw;
    border-left: none;
  }
  body.about .contents p.about-theme__text-lead strong {
    display: block;
    margin-top: 5.13vw;
  }
  body.about .contents ul.about-theme__list {
    box-sizing: border-box;
    width: 100%;
    margin: 10.26vw auto 0;
    padding: 5.13vw 6.41vw 5.90vw;
    border: 1px solid #000;
    border-radius: 2.05vw;
  }
  body.about .contents ul.about-theme__list li {
    text-align: center;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.6;
  }
  body.about .contents ul.about-theme__list li + li {
    margin-top: 3.85vw;
  }
  body.about .contents p.about-theme__text {
    text-align: center;
    margin-top: 7.69vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.archive .contents .contents__wrapper {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.article.archive .contents .content-meta h4.content-meta__title--cat {
    margin-top: 5.13vw;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  body.article.archive .contents .content-meta h4.content-meta__title--tag {
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.28vw;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.28vw;
  }
  body.article.archive .contents .content-meta ul.content-meta__list--cat + h4.content-meta__title--tag {
    margin-top: 5.13vw;
    padding-top: 3.85vw;
    border-top: 1px solid #E3E6EA;
  }
  body.article.archive .contents h3.article__archive-title {
    margin-top: 7.69vw;
  }
  body.article.archive .contents h3.article__archive-title strong {
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1;
  }
  body.article.archive .contents h3.article__archive-title span {
    margin-left: 5.13vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.article.archive .contents ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.13vw;
  }
  body.article.archive .contents ul.article__list li.article__item {
    width: calc((100% - 5.13vw) / 2);
  }
  body.article.archive .contents ul.article__list li.article__item:nth-of-type(2n) {
    margin-left: 4.87vw;
  }
  body.article.archive .contents ul.article__list li.article__item:nth-of-type(n+3) {
    margin-top: 5.13vw;
  }
  body.article.archive .contents .content-meta-block + ul.article__list {
    margin-top: 10.26vw;
  }
  body.article.archive .contents h3.article__archive-title + ul.article__list {
    margin-top: 7.69vw;
  }
  body.article.detail .contents {
    display: flex;
    flex-direction: column;
    /* 要素順番変更 */
  }
  body.article.detail .contents .contents__wrapper {
    display: contents;
  }
  body.article.detail .contents .contents__wrapper::before {
    content: none;
  }
  body.article.detail .contents .contents__columns {
    display: contents;
  }
  body.article.detail .contents .contents__header {
    order: 1;
  }
  body.article.detail .contents .contents__main {
    order: 2;
  }
  body.article.detail .contents .article-related {
    order: 3;
  }
  body.article.detail .contents .contents__side {
    order: 4;
    border-radius: 3.85vw 3.85vw 0 0;
  }
  body.article.detail .contents .contents__header {
    position: relative;
    z-index: 1;
    height: auto;
  }
  body.article.detail .contents .contents__header .contents__header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-bottom: 3.08vw;
  }
  body.article.detail .contents .contents__header p.article__cat {
    display: table;
  }
  body.article.detail .contents .contents__header p.article__cat a {
    display: block;
    padding: 1.54vw 3.85vw;
    text-decoration: none;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
    background: #FFF;
    border-radius: 100vmax;
  }
  body.article.detail .contents .contents__header p.article__cat-text {
    margin-left: 2.56vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.6;
  }
  body.article.detail .contents .contents__header p.article__date {
    width: 100%;
    margin-top: 2.56vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .contents__header h2.article__title {
    width: 100%;
    display: block;
    margin-top: 1.28vw;
    font-size: 5.64vw;
    font-weight: 700;
    line-height: 1.4;
  }
  body.article.detail .contents .contents__main {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0 3.85vw 15.38vw;
    border-radius: 0 0 3.85vw 3.85vw;
  }
  body.article.detail .contents .contents__main::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 32.82vw;
    left: 0;
    width: 100%;
    height: 200%;
    background: #E3E6EA;
    border-radius: 3.85vw 3.85vw 0 0;
  }
  body.article.detail .contents figure.article__mainvisual {
    overflow: hidden;
    border-radius: 5.13vw;
  }
  body.article.detail .contents .article__introduction {
    box-sizing: border-box;
    position: relative;
    min-height: 23.08vw;
    padding-top: 3.85vw;
  }
  body.article.detail .contents .article__introduction p.article__position {
    box-sizing: border-box;
    width: 100%;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.4;
  }
  body.article.detail .contents .article__introduction p.article__name {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
  }
  body.article.detail .contents .article__introduction p.article__name span.article__name-wrapper {
    margin-right: 3.85vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.4;
  }
  body.article.detail .contents .article__introduction p.article__name span.article__name-wrapper span.article__name-title {
    font-size: 4.10vw;
  }
  body.article.detail .contents .article__introduction p.article__name span.article__name-ruby {
    display: block;
    padding-bottom: 0.51vw;
    font-family: Montserrat;
    font-size: 3.08vw;
    font-weight: 700;
  }
  body.article.detail .contents .article__introduction ul.article__tag {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 0.51vw;
  }
  body.article.detail .contents .article__introduction ul.article__tag li {
    display: block;
    margin: 1.28vw 0.6em 0 0;
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .article__introduction ul.article__tag li:last-child {
    margin-right: 0;
  }
  body.article.detail .contents .article__introduction ul.article__tag li::before {
    content: "＃";
  }
  body.article.detail .contents .article__introduction ul.share__sns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    margin-top: 3.85vw;
    padding-top: 3.85vw;
    border-top: 1px solid;
  }
  body.article.detail .contents .article__introduction ul.share__sns::before {
    content: "Share";
    font-family: Montserrat;
    font-size: 4.10vw;
    font-weight: 800;
  }
  body.article.detail .contents .article__introduction ul.share__sns li {
    margin-left: 5.13vw;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a img.share__sns-item--x {
    width: 4.62vw;
    height: 4.62vw;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a img.share__sns-item--line {
    width: 5.64vw;
    height: 5.64vw;
  }
  body.article.detail .contents .article__introduction ul.share__sns li a img.share__sns-item--fb {
    width: 5.64vw;
    height: 5.64vw;
  }
  body.article.detail .contents .article__introduction p.article__position + p.article__name {
    margin-top: 0.51vw;
  }
  body.article.detail .contents .article__contents {
    margin-top: 3.85vw;
  }
  body.article.detail .contents .article__contents .article__summary {
    padding: 5.13vw 3.85vw;
    border-radius: 2.56vw;
    background: #FFF;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-title {
    font-family: Montserrat;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-title span {
    font-size: 3.08vw;
  }
  body.article.detail .contents .article__contents .article__summary .article__summary + .article__summary {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-text {
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-text--ask {
    text-align: center;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents .article__summary p.article__summary-title + p.article__summary-text {
    margin-top: 1.28vw;
  }
  body.article.detail .contents .article__contents .article__summary + .article__summary {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents section {
    margin-top: 10.26vw;
  }
  body.article.detail .contents .article__contents section + section {
    padding-top: 10.26vw;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  body.article.detail .contents .article__contents .bnr--extra {
    display: table;
    margin: 11.54vw auto 0;
  }
  body.article.detail .contents .article__contents .bnr--tactactive {
    width: 76.92vw;
    margin: 11.54vw auto 0;
  }
  body.article.detail .contents .article__contents .booklet-link {
    box-sizing: border-box;
    width: 100vw;
    margin-top: 20.51vw;
    margin-left: -3.85vw;
    padding: 6.41vw 7.69vw 7.69vw;
    background: #F4F5F7;
  }
  body.article.detail .contents .article__contents .booklet-link p.booklet-link__title {
    text-align: center;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .article__contents .booklet-link ul.booklet-link__list {
    display: flex;
    width: 100%;
    max-width: 107.69vw;
    margin: 4.36vw auto 0;
  }
  body.article.detail .contents .article__contents .booklet-link ul.booklet-link__list li {
    width: calc((100% - 2.56vw) / 2);
  }
  body.article.detail .contents .article__contents .booklet-link ul.booklet-link__list li + li {
    margin-left: 2.56vw;
  }
  body.article.detail .contents .article__contents .btn--arrow {
    width: 51.28vw;
    margin: 10.26vw auto 0;
  }
  body.article.detail .contents .article-related {
    order: 3;
    position: relative;
    padding: 10.26vw 3.85vw 0;
  }
  body.article.detail .contents .article-related h2.article-related__title span {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.article.detail .contents .article-related h2.article-related__title strong {
    display: block;
    font-size: 10.26vw;
    font-family: Montserrat;
    font-weight: 800;
    line-height: 1.4;
  }
  body.article.detail .contents .article-related ul.article__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article-related ul.article__list li.article__item {
    width: calc((100% - 5.13vw) / 2);
  }
  body.article.detail .contents .article-related ul.article__list li.article__item:nth-of-type(2n) {
    margin-left: 4.87vw;
  }
  body.article.detail .contents .article-related ul.article__list li.article__item:nth-of-type(n+3) {
    display: none;
  }
  body.article.detail .contents .article-related .btn--arrow {
    width: 51.28vw;
    margin: 7.69vw auto 0;
  }
  body.article.detail .contents .article__contents section h3 {
    position: relative;
    font-size: 5.64vw;
    font-weight: 400;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section h4 {
    font-size: 5.13vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section h5 {
    position: relative;
    padding-left: 3.85vw;
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1.2;
    border-left: 1.03vw solid #EE7500;
  }
  body.article.detail .contents .article__contents section h6 {
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section p {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section p.note {
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section figure {
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  body.article.detail .contents .article__contents section figure img {
    border-radius: 2.56vw;
  }
  body.article.detail .contents .article__contents section figure figcaption {
    margin-top: 1.28vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents section figure.w560 img {
    border-radius: 0;
  }
  body.article.detail .contents .article__contents section .article__topics {
    padding: 6.41vw 3.85vw;
    border-radius: 2.56vw;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns {
    display: flex;
    flex-direction: column;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item {
    order: 1;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item p.article__topics-title {
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item p.article__topics-text {
    font-size: 3.59vw;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns .article__topics-item p + p {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns figure {
    order: 2;
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__topics .article__topics-columns + .article__topics-columns {
    margin-top: 7.69vw;
  }
  body.article.detail .contents .article__contents section .article__checklist {
    padding: 6.41vw 3.85vw;
    border-radius: 2.56vw;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__checklist ul.article__checklist-list li.article__checklist-item {
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section .article__checklist ul.article__checklist-list li.article__checklist-item::before {
    content: "●";
    margin-right: 0.5em;
    color: #EE7500;
  }
  body.article.detail .contents .article__contents section .article__schedule {
    padding: 7.69vw 3.85vw;
    border-radius: 2.56vw;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__schedule p.article__schedule-title {
    font-family: Montserrat;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__schedule p.article__schedule-title span {
    display: block;
    font-size: 3.08vw;
  }
  body.article.detail .contents .article__contents section .article__schedule p.article__schedule-title-sub {
    margin-top: 2.56vw;
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list {
    margin-top: 2.56vw;
    border-top: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list .article__schedule-item {
    display: flex;
    align-items: flex-start;
    padding: 3.08vw 0 2.56vw;
    border-bottom: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dt.article__schedule-time {
    flex: 0 0 17.44vw;
    font-family: Montserrat;
    font-size: 4.10vw;
    font-weight: 500;
    line-height: 1.3;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail {
    flex: 1;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-activity {
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.3;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-description {
    font-size: 3.08vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.64vw;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-description span {
    display: block;
    font-size: 2.56vw;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list dd.article__schedule-detail p.article__schedule-activity + p.article__schedule-description {
    margin-top: 1.28vw;
  }
  body.article.detail .contents .article__contents section .article__schedule dl.article__schedule-list + p.article__schedule-title-sub {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list:last-child {
    border-bottom: 1px solid #333;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list .article__calendar-item {
    display: flex;
    align-items: flex-start;
    padding: 3.08vw 0;
    border-top: 1px solid #333;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list dt.article__calendar-month {
    flex: 0 0 7.69vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }
  body.article.detail .contents .article__contents section .article__calendar dl.article__calendar-list dd.article__calendar-detail {
    flex: 1;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__calendar p.note {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents section .article__qa {
    padding: 7.69vw 3.85vw;
    border-radius: 2.56vw;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dt.article__qa-question {
    box-sizing: border-box;
    position: relative;
    min-height: 9.23vw;
    padding: 0.77vw 0 0 11.54vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.3;
    color: #EE7500;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dt.article__qa-question::before {
    content: "Q";
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 9.23vw;
    height: 9.23vw;
    padding-top: 1.28vw;
    text-align: center;
    font-size: 5.64vw;
    font-family: Montserrat;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer p.article__qa-answer-main {
    box-sizing: border-box;
    position: relative;
    min-height: 8.21vw;
    padding: 0.77vw 0 0 11.54vw;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1.3;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer p.article__qa-answer-main::before {
    content: "A";
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 9.23vw;
    height: 9.23vw;
    padding-top: 1.28vw;
    text-align: center;
    font-size: 5.64vw;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #333;
    border-radius: 100vmax;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer p.article__qa-answer-sub {
    margin-top: 0.5em;
    padding-left: 10.26vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.5;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list dd.article__qa-answer figure.article__qa-figure {
    display: table;
    max-width: 100.00vw;
    margin: 6.41vw auto 0;
  }
  body.article.detail .contents .article__contents section .article__qa dl.article__qa-list + dl.article__qa-list {
    margin-top: 7.69vw;
    padding-top: 7.69vw;
    border-top: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__qa--extra {
    padding: 7.69vw;
  }
  body.article.detail .contents .article__contents section .article__qa--extra dl.article__qa-list dd.article__qa-answer {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents section .article__qa--extra dl.article__qa-list dd.article__qa-answer p.article__qa-answer-main {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents section .article__qa--extra dl.article__qa-list .article__qa-item + .article__qa-item {
    margin-top: 7.69vw;
    padding-top: 7.69vw;
    border-top: 1px solid #E3E6EA;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns {
    margin-top: 7.69vw;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns figure.article__qa-columns-img {
    display: block;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns figure.article__qa-columns-img img {
    border-radius: 1.54vw;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item p.article__qa-columns-title {
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item p.article__qa-columns-text {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.6;
  }
  body.article.detail .contents .article__contents section .article__qa--extra .article__qa-columns .article__qa-columns-item p + p {
    margin-top: 3.08vw;
  }
  body.article.detail .contents .article__contents section .article__column {
    padding: 7.69vw 3.85vw;
    border-radius: 2.56vw;
    background: #FFF;
  }
  body.article.detail .contents .article__contents section .article__column p {
    margin-top: 3.85vw;
  }
  body.article.detail .contents .article__contents section .article__column p.article__column-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 0;
    font-size: 5.64vw;
    font-weight: 700;
    line-height: 1.2;
  }
  body.article.detail .contents .article__contents section .article__column p.article__column-profile span:first-child {
    display: block;
    margin-bottom: 1.28vw;
    width: 100%;
    font-size: 3.59vw;
    font-weight: 400;
  }
  body.article.detail .contents .article__contents section .article__column p.article__column-profile span:last-child {
    display: block;
    margin-left: 2.56vw;
    padding-bottom: 1.28vw;
    font-family: Montserrat;
    font-size: 3.08vw;
    font-weight: 700;
  }
  body.article.detail .contents .article__contents section .article__column .figure-columns {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item {
    box-sizing: border-box;
    padding: 4.62vw;
    text-align: center;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1;
    border-radius: 3.59vw;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item:first-child {
    background: #D9E200;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item:last-child {
    background: #8FD7F5;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item + .article__vote-item {
    position: relative;
    margin-top: 7.69vw;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-question .article__vote-item + .article__vote-item::before {
    content: "or";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6.67vw;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 4.62vw;
    font-weight: 700;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-answer {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__vote .article__vote-answer .article__vote-item + .article__vote-item {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span {
    font-weight: 700;
    line-height: 1;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span:nth-child(1) {
    font-size: 5.13vw;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span:nth-child(2) {
    font-size: 11.79vw;
  }
  body.article.detail .contents .article__contents section .article__vote p.article__vote-title span:nth-child(3) {
    font-size: 4.10vw;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list {
    margin-top: 2.56vw;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list li {
    box-sizing: border-box;
    position: relative;
    padding-left: 0.75em;
    font-size: 4.10vw;
    line-height: 1.7;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.article.detail .contents .article__contents section .article__vote ul.article__vote-list li + li {
    margin-top: 1.28vw;
  }
  body.article.detail .contents .article__contents section .article__sns {
    margin-top: 10.26vw;
    padding: 5.13vw 3.85vw;
    background: #fff;
    border-radius: 3.59vw;
  }
  body.article.detail .contents .article__contents section .article__sns h3.article__sns-title {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 0 8.97vw;
    text-align: center;
    font-size: 4.10vw;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
  }
  body.article.detail .contents .article__contents section .article__sns h3.article__sns-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 7.69vw;
    height: 1px;
    background: #333;
    transform: rotate(60deg);
  }
  body.article.detail .contents .article__contents section .article__sns h3.article__sns-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 7.69vw;
    height: 1px;
    background: #333;
    transform: rotate(-60deg);
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list {
    display: flex;
    justify-content: center;
    margin-top: 3.85vw;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li {
    width: 7.69vw;
    height: 7.69vw;
    transition: all 0.2s;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li:hover {
    opacity: 0.5;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li.ic_x {
    background: url("../img/ic_x_b.svg") center center no-repeat;
    background-size: 7.18vw 7.18vw;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li.ic_insta {
    background: url("../img/ic_insta_b.svg") center center no-repeat;
    background-size: 7.69vw 7.69vw;
  }
  body.article.detail .contents .article__contents section .article__sns ul.article__sns-list li + li {
    margin-left: 7.69vw;
  }
  body.article.detail .contents .article__contents section * + h5 {
    margin-top: 11.54vw;
  }
  body.article.detail .contents .article__contents section * + p {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section * + figure {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section * + .figure-columns {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h3 + h4 {
    margin-top: 10.26vw;
  }
  body.article.detail .contents .article__contents section h4 + h5 {
    margin-top: 7.69vw;
  }
  body.article.detail .contents .article__contents section h4 + p {
    margin-top: 7.69vw;
  }
  body.article.detail .contents .article__contents section h4 + .article__checklist {
    margin-top: 3.85vw;
  }
  body.article.detail .contents .article__contents section h5 + .article__topics {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h5 + .article__schedule {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h5 + .article__calendar {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h5 + .article__column {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h5 + .article__qa {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h5 + .article__vote {
    margin-top: 6.41vw;
  }
  body.article.detail .contents .article__contents section h5 + p {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section p + h5 {
    margin-top: 10.26vw;
  }
  body.article.detail .contents .article__contents section p + p {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section p + figure {
    margin-top: 5.13vw;
  }
  body.article.detail .contents .article__contents section p + .figure-columns {
    margin-top: 5.13vw;
  }
  body.news.archive .contents .contents__main {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.news.archive .contents .contents__side {
    margin-top: 0;
    padding-top: 0;
  }
  body.news.archive .contents .news-meta {
    box-sizing: border-box;
    padding: 5.13vw;
    background: #F4F5F7;
    border-radius: 2.56vw;
  }
  body.news.archive .contents .news-meta h4.news-meta__title {
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.85vw;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li {
    width: calc((100% - 5.13vw) / 3);
    margin-right: 2.31vw;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li:nth-child(3n) {
    margin-right: 0;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li:nth-child(n+4) {
    margin-top: 2.56vw;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2.05vw;
    text-align: center;
    text-decoration: none;
    font-size: 3.08vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    border-radius: 100vmax;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.study {
    background: #3474C6;
    border: 1px solid #3474C6;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.life {
    background: #F89C37;
    border: 1px solid #F89C37;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.career {
    background: #836ABE;
    border: 1px solid #836ABE;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.health {
    background: #F06A7D;
    border: 1px solid #F06A7D;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.money {
    background: #4FBA35;
    border: 1px solid #4FBA35;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.info {
    background: #96999D;
    border: 1px solid #96999D;
  }
  body.news.archive .contents .news-meta ul.news-meta__list--cat li a.all {
    color: #333;
    border: 1px solid #333;
  }
  body.news.archive .contents .news-meta + ul.news__list {
    margin-top: 7.69vw;
  }
  body.news.detail .contents .contents__main {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.news.detail .contents .contents__side {
    margin-top: 0;
    padding-top: 0;
  }
  body.news.detail .contents .news__head {
    display: flex;
    flex-wrap: wrap;
  }
  body.news.detail .contents .news__head p.news__date {
    display: flex;
    align-items: center;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.news.detail .contents .news__head p.news__cat {
    box-sizing: border-box;
    width: 20.51vw;
    margin-left: 2.56vw;
    padding: 1.03vw;
    text-align: center;
    font-size: 3.08vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    border-radius: 100vmax;
  }
  body.news.detail .contents .news__head p.study {
    background: #3474C6;
  }
  body.news.detail .contents .news__head p.life {
    background: #F89C37;
  }
  body.news.detail .contents .news__head p.career {
    background: #836ABE;
  }
  body.news.detail .contents .news__head p.health {
    background: #F06A7D;
  }
  body.news.detail .contents .news__head p.money {
    background: #4FBA35;
  }
  body.news.detail .contents .news__head p.info {
    background: #96999D;
  }
  body.news.detail .contents .news__head p.news__target {
    display: flex;
    align-items: center;
    margin-left: 2.56vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
  }
  body.news.detail .contents .news__head p.news__title {
    width: 100%;
    margin-top: 2.56vw;
    font-size: 6.15vw;
    font-weight: 400;
    line-height: 1.4;
  }
  body.news.detail .contents .news__head p.news__title sup {
    font-size: 3.08vw;
  }
  body.news.detail .contents .news__head p.news__location {
    box-sizing: border-box;
    width: 100%;
    margin-top: 5.13vw;
    padding: 1.79vw 3.85vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 100vmax;
    background: #FFF;
  }
  body.news.detail .contents .news__contents {
    margin-top: 8.97vw;
    padding: 0 1.28vw;
  }
  body.news.detail .contents .news__contents .contact-info {
    margin-top: 15.38vw;
    padding: 3.59vw 5.13vw 3.85vw;
    background: #FFF;
    border-radius: 2.56vw;
  }
  body.news.detail .contents .news__contents .contact-info p.contact-info__title {
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  body.news.detail .contents .news__contents .contact-info p.contact-info__text {
    margin-top: 3.85vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list {
    margin-top: 3.85vw;
    font-size: 3.59vw;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list dt {
    font-weight: 700;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list dd {
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents .contact-info dl.contact-info__list dd + dt {
    margin-top: 2.56vw;
  }
  body.news.detail .contents .news__contents .contact-info p.contact-info__text + dl.contact-info__list {
    margin-top: 2.56vw;
  }
  body.news.detail .contents .news__contents .btn--arrow {
    width: 51.28vw;
    margin: 10.26vw auto 0;
  }
  body.pastnews .contents .contents__main {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.pastnews .contents .contents__main h3.pastnews__title {
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
  }
  body.pastnews .contents .contents__main ul.pastnews__list {
    margin-top: 10.26vw;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li:nth-child(n+2) {
    margin-top: 7.69vw;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-title a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 4.36vw 2.56vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
    border-radius: 1.03vw;
    background: #FFF;
    transition: all 0.2s;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-title a::after {
    content: "";
    display: block;
    width: 3.08vw;
    height: 3.08vw;
    margin-left: 2.56vw;
    background: url("../img/ic_pdf_b.svg") center center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  body.pastnews .contents .contents__main ul.pastnews__list li p.pastnews__item-text {
    margin-top: 3.85vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.6;
  }
  body.pastnews .contents .contents__main .btn {
    width: 76.92vw;
    margin: 7.69vw auto 0;
  }
  body.pastnews .contents .contents__main .btn a {
    padding: 5.13vw 3.08vw;
    text-align: center;
  }
  body.pastnews .contents .contents__side {
    margin-top: 0;
    padding-top: 0;
  }
  body.news.detail .contents .news__contents section a {
    text-decoration: underline;
  }
  body.news.detail .contents .news__contents section h3 {
    font-size: 5.64vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.news.detail .contents .news__contents section h4 {
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 1.28vw;
    border-bottom: 1px solid #333;
  }
  body.news.detail .contents .news__contents section h5 {
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.news.detail .contents .news__contents section h6 {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.5;
  }
  body.news.detail .contents .news__contents section p {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section p span.orange {
    font-weight: 700;
    color: #EE7500;
  }
  body.news.detail .contents .news__contents section p.note {
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section p.note--kome {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.15em;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section p.note--kome:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--disc li {
    box-sizing: border-box;
    position: relative;
    padding-left: 0.75em;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section ul.list--disc li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--disc li + li {
    margin-top: 2.05vw;
  }
  body.news.detail .contents .news__contents section ul.list--kome li {
    box-sizing: border-box;
    position: relative;
    padding-left: 2em;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section ul.list--kome li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(1):before {
    content: "※1";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(2):before {
    content: "※2";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(3):before {
    content: "※3";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(4):before {
    content: "※4";
  }
  body.news.detail .contents .news__contents section ul.list--kome li:nth-of-type(5):before {
    content: "※5";
  }
  body.news.detail .contents .news__contents section ul.list--kome li + li {
    margin-top: 0.2em;
  }
  body.news.detail .contents .news__contents section ul.list--number li {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.25em;
    font-size: 3.59vw;
    line-height: 1.75;
  }
  body.news.detail .contents .news__contents section ul.list--number li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(1):before {
    content: "1.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(2):before {
    content: "2.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(3):before {
    content: "3.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(4):before {
    content: "4.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(5):before {
    content: "5.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(6):before {
    content: "6.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(7):before {
    content: "7.";
  }
  body.news.detail .contents .news__contents section ul.list--number li:nth-of-type(8):before {
    content: "8.";
  }
  body.news.detail .contents .news__contents section ul.list--number li + li {
    margin-top: 2.05vw;
  }
  body.news.detail .contents .news__contents section dl.list--definition {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.news.detail .contents .news__contents section dl.list--definition div.block {
    display: flex;
  }
  body.news.detail .contents .news__contents section dl.list--definition div.block + div.block {
    margin-top: 2.05vw;
  }
  body.news.detail .contents .news__contents section dl.list--definition dt {
    white-space: nowrap;
  }
  body.news.detail .contents .news__contents section * + h3 {
    margin-top: 7.69vw;
  }
  body.news.detail .contents .news__contents section * + h4 {
    margin-top: 6.41vw;
  }
  body.news.detail .contents .news__contents section * + h5,
  body.news.detail .contents .news__contents section * + h6,
  body.news.detail .contents .news__contents section * + p {
    margin-top: 5.13vw;
  }
  body.news.detail .contents .news__contents section h4 + h6,
  body.news.detail .contents .news__contents section h4 + p,
  body.news.detail .contents .news__contents section h4 + ul,
  body.news.detail .contents .news__contents section h4 + dl {
    margin-top: 2.56vw;
  }
  body.news.detail .contents .news__contents section h5 + p,
  body.news.detail .contents .news__contents section h6 + p,
  body.news.detail .contents .news__contents section h6 + dl,
  body.news.detail .contents .news__contents section p + p,
  body.news.detail .contents .news__contents section p + ul,
  body.news.detail .contents .news__contents section p + dl,
  body.news.detail .contents .news__contents section dl + p,
  body.news.detail .contents .news__contents section * + p.note,
  body.news.detail .contents .news__contents section * + p.note--kome,
  body.news.detail .contents .news__contents section * + ul.list--kome {
    margin-top: 2.05vw;
  }
  body.snap .contents .contents__wrapper {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.snap .contents ul.snap__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.snap .contents ul.snap__list li.snap__item {
    width: calc((100% - 7.69vw) / 3);
    margin-right: 3.59vw;
  }
  body.snap .contents ul.snap__list li.snap__item:nth-of-type(3n) {
    margin-right: 0;
  }
  body.snap .contents ul.snap__list li.snap__item:nth-of-type(n+4) {
    margin-top: 3.85vw;
  }
  body.movie .contents .contents__wrapper {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.movie .contents .content-meta h4.content-meta__title--tag {
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
  }
  body.movie .contents .content-meta ul.content-meta__list--tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.28vw;
  }
  body.movie .contents h3.movie__archive-title {
    margin-top: 10.26vw;
  }
  body.movie .contents h3.movie__archive-title strong {
    font-size: 8.21vw;
    font-weight: 700;
    line-height: 1;
  }
  body.movie .contents h3.movie__archive-title span {
    margin-left: 5.13vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  body.movie .contents ul.movie__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.movie .contents ul.movie__list li.movie__item {
    width: calc((100% - 3.85vw) / 2);
  }
  body.movie .contents ul.movie__list li.movie__item:nth-of-type(2n) {
    margin-left: 3.59vw;
  }
  body.movie .contents ul.movie__list li.movie__item:nth-of-type(n+3) {
    margin-top: 7.69vw;
  }
  body.movie .contents .content-meta-block + ul.movie__list {
    margin-top: 7.69vw;
  }
  body.movie .contents h3.movie__archive-title + ul.movie__list {
    margin-top: 7.69vw;
  }
  body.booklet .contents .contents__wrapper {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.booklet .contents ul.booklet__list {
    display: flex;
    flex-wrap: wrap;
  }
  body.booklet .contents ul.booklet__list li.booklet__item {
    width: calc((100% - 5.13vw) / 2);
  }
  body.booklet .contents ul.booklet__list li.booklet__item:nth-of-type(2n) {
    margin-left: 4.87vw;
  }
  body.booklet .contents ul.booklet__list li.booklet__item:nth-of-type(n+3) {
    margin-top: 7.69vw;
  }
  body.booklet .contents ul.booklet__list li.new {
    position: relative;
  }
  body.booklet .contents ul.booklet__list li.new::after {
    content: "NEW";
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4.62vw;
    right: 0;
    width: 9.23vw;
    height: 9.23vw;
    text-align: center;
    font-family: Montserrat;
    font-size: 2.56vw;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    background: #EE7500;
    border-radius: 100vmax;
  }
  body.booklet .contents .booklet .booklet__inner {
    padding: 0 4.10vw 3.85vw;
  }
  body.booklet .contents .booklet .booklet__inner::before {
    width: 100%;
    height: 46.15vw;
  }
  body.booklet .contents .booklet p.booklet__title {
    margin-top: 2.56vw;
    font-size: 3.33vw;
    line-height: 1.3;
  }
  body.booklet .contents .booklet ul.booklet__link {
    overflow: hidden;
    display: flex;
    margin-top: 2.56vw;
  }
  body.booklet .contents .booklet ul.booklet__link li {
    width: calc((100% - 2.56vw) / 2);
  }
  body.booklet .contents .booklet ul.booklet__link li a {
    padding-left: 2.05vw;
    font-size: 3.08vw;
  }
  body.booklet .contents .booklet ul.booklet__link li.btn--pdf a {
    background: url("../img/ic_pdf_b.svg") right 1.28vw center no-repeat;
    background-size: 2.56vw 2.56vw;
  }
  body.booklet .contents .booklet ul.booklet__link li.btn--blank a {
    background: url("../img/ic_blank_b.svg") right 1.28vw center no-repeat;
    background-size: 2.05vw 2.05vw;
  }
  body.booklet .contents .booklet ul.booklet__link li + li {
    margin-left: 2.56vw;
  }
  body.booklet .contents .booklet .btn a {
    padding: 3.08vw;
  }
  body.booklet .contents .booklet-past {
    box-sizing: border-box;
    position: relative;
    margin-top: 12.82vw;
    padding: 13.85vw 3.85vw 0;
    background: #F4F5F7;
    border-radius: 3.59vw;
  }
  body.booklet .contents .booklet-past h3.booklet-past__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.85vw;
    text-align: center;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  body.booklet .contents .booklet-past h3.booklet-past__title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - 2.05vw);
    right: 5.64vw;
    width: 2.31vw;
    height: 2.31vw;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(135deg);
  }
  body.booklet .contents .booklet-past h3.booklet-past__title.active::after {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  body.booklet .contents .booklet-past .booklet-past__container {
    display: none;
    padding-bottom: 5.13vw;
  }
  body.booklet .contents .booklet-past h4.booklet-past__title {
    margin-top: 5.13vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list {
    margin-top: 3.85vw;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 4.36vw 2.56vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
    border-radius: 1.03vw;
    background: #FFF;
    transition: all 0.2s;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li a::after {
    content: "";
    display: block;
    width: 3.08vw;
    height: 3.08vw;
    margin-left: 2.56vw;
    background: url("../img/ic_pdf_b.svg") center center no-repeat;
    background-size: 3.08vw 3.08vw;
  }
  body.booklet .contents .booklet-past ul.booklet-past__list li + li {
    margin-top: 0.77vw;
  }
  body.game.archive .contents .contents__wrapper {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.game.archive .contents ul.game__list li.game__item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.game.archive .contents ul.game__list li.game__item:nth-of-type(n+2) {
    margin-top: 7.69vw;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image {
    width: 100%;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 3.59vw;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 117, 0, 0.5);
    background-size: 7.69vw 7.69vw;
    transition: all 0.2s;
    opacity: 0;
  }
  body.game.archive .contents ul.game__list li.game__item figure.game__item-image a img {
    position: relative;
    z-index: 0;
  }
  body.game.archive .contents ul.game__list li.game__item p.game__item-title {
    margin-top: 5.13vw;
  }
  body.game.archive .contents ul.game__list li.game__item p.game__item-title span {
    display: block;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.game.archive .contents ul.game__list li.game__item p.game__item-title strong {
    display: block;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1.4;
  }
  body.game.archive .contents ul.game__list li.game__item .btn--arrow {
    width: 30.77vw;
    margin-top: 5.13vw;
  }
  body.game.detail .contents .contents__wrapper {
    padding: 10.26vw 3.85vw 15.38vw;
  }
  body.game.detail .contents h2.game__title {
    display: table;
    margin: 0 auto;
  }
  body.game.detail .contents p.game__text {
    margin-top: 3.85vw;
    text-align: center;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.game.detail .contents .game__contents {
    width: 100%;
    margin: 6.41vw auto 0;
  }
  body.game.detail .contents .game__contents figure.game__contents-item {
    overflow: hidden;
    border-radius: 2.56vw;
  }
  body.game.detail .contents .game__contents figure.game__contents-item img {
    display: block;
    position: relative;
    z-index: 0;
  }
  body.game.detail .contents .game__contents figure.game__contents-item-answer {
    position: relative;
    margin-top: 7.69vw;
  }
  body.game.detail .contents .game__contents figure.game__contents-item-answer img.answer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
  }
  body.game.detail .contents .game__contents figure.game__contents-item-answer.is-active img.answer {
    opacity: 1;
  }
  body.game.detail .contents .btn--answer {
    width: 76.92vw;
    margin: 7.69vw auto 0;
    transition: all 0.2s;
  }
  body.game.detail .contents .btn--answer span {
    padding: 5.13vw 3.08vw;
    text-align: center;
  }
  body.game.detail .contents .btn--answer.is-active {
    opacity: 0.2;
    pointer-events: none;
  }
  body.game.detail .contents .game__summary {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 7.69vw auto 0;
    padding: 2.56vw;
    background: #fff;
    border-radius: 2.05vw;
  }
  body.game.detail .contents .game__summary p.game__summary-profile {
    margin-left: 3.85vw;
  }
  body.game.detail .contents .game__summary p.game__summary-profile strong {
    display: block;
    font-size: 3.59vw;
    font-weight: 700;
  }
  body.game.detail .contents .game__summary p.game__summary-profile span {
    display: block;
    font-size: 3.08vw;
    font-weight: 400;
  }
}/*# sourceMappingURL=style.css.map */