@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

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

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

body {
  font-family: "Septenisans", "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.05rem;
  color: #000000;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #000;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.3s;
  }
  html {
    font-size: 62.5%;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a,
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
@font-face {
  font-family: "Septenisans";
  src: url("../fonts/Septenisans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ftNoto500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ftNoto600 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.ftNoto700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.ftNoto800 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.ftSepteni {
  font-family: "Septenisans";
  font-weight: normal;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.hidden {
  display: none !important;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.two-column-container.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#original-list.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media all and (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease;
    z-index: 100;
    height: 7.2222222222vw;
    background-color: white;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .header {
    height: 104px;
  }
}
@media all and (min-width: 769px) {
  .header__logo {
    position: absolute;
    top: 1.5972222222vw;
    left: 2.0833333333vw;
    width: 12.1527777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .header__logo {
    top: 23px;
    left: 30px;
    width: 175px;
  }
}
@media all and (min-width: 769px) {
  .header__spmenu {
    display: none;
  }
  .header__navi {
    position: absolute;
    top: 2.7777777778vw;
    right: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .header__navi {
    top: 40px;
    right: 30px;
  }
}
@media all and (min-width: 769px) {
  .header__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header__navi ul li {
    font-size: 1.3888888889vw;
    margin-right: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .header__navi ul li {
    font-size: 20px;
    margin-right: 60px;
  }
}
@media all and (min-width: 769px) {
  .header__navi ul li span {
    line-height: 1;
  }
  .header__navi ul li a {
    background: linear-gradient(to right, #F60001 0%, #0050AA 50%, #000000 50%, #000000 100%);
    background-size: 200% 100%;
    background-position: 100% 0%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.25s ease;
  }
  .header__navi ul li a:hover {
    background-position: 0% 0%;
  }
  .header__navi__serif {
    display: none;
  }
  .header.is-fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s ease; /* スムーズなアニメーション */
  }
  .footer {
    background-color: #F7F6F4;
  }
  .footer-wrap {
    padding: 6.1111111111vw 0 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .footer-wrap {
    padding: 88px 0 50px;
  }
}
@media all and (min-width: 769px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 4.8611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .footer__logo {
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .footer__logo img {
    width: 27.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .footer__logo img {
    width: 390px;
  }
}
@media all and (min-width: 769px) {
  .footer__link {
    text-align: center;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .footer__link {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .footer__link a {
    display: inline-block;
    width: 40.9722222222vw;
    height: 6.8055555556vw;
    font-size: 1.25vw;
    line-height: 6.3888888889vw;
    padding-right: 0.6944444444vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .footer__link a {
    width: 590px;
    height: 98px;
    font-size: 18px;
    line-height: 92px;
    padding-right: 10px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .footer__link a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .footer__link a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .footer__link a:hover span {
    color: #ffffff;
  }
  .footer__link a:hover span::after {
    background-image: url(/_assets/images/common/link-blank-wh.png);
  }
  .footer__link a span {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .footer__link a span::after {
    content: "";
    position: absolute;
    right: -1.3888888889vw;
    top: 0.4861111111vw;
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    background-image: url(/_assets/images/common/link-blank.png);
    background-size: 0.9722222222vw 0.9722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .footer__link a span::after {
    right: -20px;
    top: 7px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
@media all and (min-width: 769px) {
  .footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 11px;
  }
  .breadcrumb {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb {
    margin-bottom: 90px;
  }
}
@media all and (min-width: 769px) {
  .breadcrumb-wrap {
    width: 89.7222222222vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb-wrap {
    width: 1292px;
  }
}
@media all and (min-width: 769px) {
  .breadcrumb ul {
    display: flex;
    align-items: center;
  }
  .breadcrumb ul li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 1.2;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb ul li {
    font-size: 14px;
  }
}
@media all and (min-width: 769px) {
  .breadcrumb ul li a {
    transition: ease 0.25s;
  }
  .breadcrumb ul li a:hover {
    opacity: 0.5;
  }
  .breadcrumb ul li:nth-of-type(1) {
    margin-right: 2.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb ul li:nth-of-type(1) {
    margin-right: 32px;
  }
}
@media all and (min-width: 769px) {
  .breadcrumb ul li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0.2777777778vw;
    right: -1.3888888889vw;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb ul li:nth-of-type(1)::after {
    top: 4px;
    right: -20px;
  }
}
@media all and (min-width: 769px) {
  .breadcrumb ul li:nth-of-type(1) a {
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 12px;
    background-image: url(/_assets/images/common/ico-home.png);
    background-size: 100% 100%;
  }
  .breadcrumb ul li:nth-of-type(3) {
    margin-left: 2.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb ul li:nth-of-type(3) {
    margin-left: 32px;
  }
}
@media all and (min-width: 769px) {
  .breadcrumb ul li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 0.4166666667vw;
    left: -1.3888888889vw;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .breadcrumb ul li:nth-of-type(3)::after {
    top: 6px;
    left: -20px;
  }
}
@media all and (max-width: 768px) {
  #Wrapper {
    padding-top: 60px;
  }
  .header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-wrap {
    position: relative;
    height: 60px;
    background-color: white;
  }
  .header__logo {
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .header__logo img {
    width: 110px;
  }
  .header__spmenu {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .header__spmenu span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #000000;
    transition: ease 0.3s;
  }
  .header__spmenu span:nth-of-type(1) {
    top: 17px;
  }
  .header__spmenu span:nth-of-type(2) {
    top: 24px;
  }
  .header__spmenu span:nth-of-type(3) {
    top: 31px;
  }
  .header__spmenu.is-active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
  }
  .header__spmenu.is-active span:nth-of-type(2) {
    display: none;
  }
  .header__spmenu.is-active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
  }
  .header__navi {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    height: calc(100svh - 60px);
    padding: 25px 20px;
    background-color: white;
    transition: ease 0.3s;
  }
  .header__navi.is-active {
    visibility: visible;
    opacity: 1;
  }
  .header__navi ul {
    padding-bottom: 20px;
  }
  .header__navi ul li {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .header__navi__serif {
    display: flex;
    justify-content: flex-end;
    width: 240px;
    height: 60px;
    background-image: url(/_assets/images/common/pct-stars.png);
    background-size: 60px auto;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .header__navi__serif img {
    width: 155px;
  }
  .footer {
    background-color: #F7F6F4;
  }
  .footer-wrap {
    padding: 54px 0 30px;
  }
  .footer__logo {
    text-align: center;
    margin-bottom: 60px;
  }
  .footer__logo img {
    width: 52.2%;
  }
  .footer__link {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 91.4%;
    height: 86px;
    font-size: 15px;
    line-height: 1.73;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
  }
  .footer__link a span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .footer__link a span::after {
    content: "";
    position: absolute;
    right: 22px;
    top: calc(50% - 6px);
    width: 14px;
    height: 14px;
    background-image: url(/_assets/images/common/link-blank.png);
    background-size: 14px 14px;
  }
  .footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
  }
  .breadcrumb {
    width: 91.4%;
    margin-inline: auto;
    margin-bottom: 45px;
  }
  .breadcrumb ul {
    line-height: 1.1;
  }
  .breadcrumb ul li {
    display: inline;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
  }
  .breadcrumb ul li:nth-of-type(1) {
    top: 2px;
    margin-right: 8px;
  }
  .breadcrumb ul li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -11px;
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
  }
  .breadcrumb ul li:nth-of-type(1) a {
    display: inline-block;
    text-indent: -9999px;
    width: 11px;
    height: 12px;
    background-image: url(/_assets/images/common/ico-home.png);
    background-size: 100% 100%;
  }
  .breadcrumb ul li:nth-of-type(3) {
    margin-left: 4px;
  }
  .breadcrumb ul li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
  }
}
@media all and (min-width: 769px) {
  .topPage .header {
    display: none;
  }
  .topPage .header.is-ready {
    display: block;
  }
  .topPage .mainvisual-wrap {
    position: relative;
    height: 455px;
    padding-top: 110px;
    background-image: url(/_assets/images/top/mv-bg.png);
    background-size: 2600px auto;
    background-position: center bottom -20px;
  }
  .topPage .mainvisual__logo {
    width: 381px;
    margin-inline: auto;
  }
  .topPage .mainvisual__link {
    position: absolute;
    z-index: 10;
    right: 5.2083333333vw;
    bottom: 6.9444444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.1944444444vw;
    height: 13.1944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__link {
    right: 75px;
    bottom: 100px;
    width: 190px;
    height: 190px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .topPage .mainvisual__link {
    bottom: 100px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__link a {
    position: relative;
    z-index: 10;
    width: 9.2361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__link a {
    width: 133px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__link a:hover img {
    transform: scale(1.08);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .topPage .mainvisual__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 13.1944444444vw;
    height: 13.1944444444vw;
    background-image: url(/_assets/images/top/mv-btn-text.png);
    background-size: cover;
    background-position: center center;
    animation: 12s linear infinite rotation;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__link::after {
    width: 190px;
    height: 190px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi {
    position: absolute;
    left: 0;
    bottom: -15px;
  }
  .topPage .mainvisual__navi ul {
    display: flex;
  }
  .topPage .mainvisual__navi ul li {
    position: relative;
    bottom: -1.6666666667vw;
    margin-right: -3.4722222222vw;
    transition: ease 0.2s;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li {
    bottom: -24px;
    margin-right: -50px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(1) {
    z-index: 15;
  }
  .topPage .mainvisual__navi ul li:nth-of-type(2) {
    z-index: 14;
  }
  .topPage .mainvisual__navi ul li:nth-of-type(3) {
    z-index: 13;
  }
  .topPage .mainvisual__navi ul li:nth-of-type(4) {
    z-index: 12;
  }
  .topPage .mainvisual__navi ul li:nth-of-type(5) {
    z-index: 11;
  }
  .topPage .mainvisual__navi ul li:nth-of-type(6) {
    z-index: 10;
  }
  .topPage .mainvisual__navi ul li:nth-of-type(7) {
    z-index: 9;
  }
  .topPage .mainvisual__navi ul li a {
    display: block;
    font-size: 1.3888888889vw;
    width: 16.1111111111vw;
    height: 8.3333333333vw;
    background-image: url(/_assets/images/top/navi-bg.png);
    background-size: 16.1111111111vw 121px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li a {
    font-size: 20px;
    width: 232px;
    height: 120px;
    background-size: 232px 121px;
  }
}
@media (min-width: 769px) and (max-width: 1160px) {
  .topPage .mainvisual__navi ul li a {
    height: 100px;
  }
}
@media (min-width: 769px) and (max-width: 910px) {
  .topPage .mainvisual__navi ul li a {
    height: 95px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(1) a {
    padding: 0.8333333333vw 0 0 4.7222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(1) a {
    padding: 12px 0 0 68px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(2) a {
    padding: 0.8333333333vw 0 0 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(2) a {
    padding: 12px 0 0 55px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(3) a {
    padding: 0.8333333333vw 0 0 5vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(3) a {
    padding: 12px 0 0 72px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(4) a {
    padding: 0.8333333333vw 0 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(4) a {
    padding: 12px 0 0 30px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(5) a {
    padding: 0.8333333333vw 0 0 4.5833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(5) a {
    padding: 12px 0 0 66px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(6) a {
    padding: 0.8333333333vw 0 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(6) a {
    padding: 12px 0 0 30px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li:nth-of-type(7) a {
    padding: 0.8333333333vw 0 0 3.6111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li:nth-of-type(7) a {
    padding: 12px 0 0 52px;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__navi ul li.is_current, .topPage .mainvisual__navi ul li:hover {
    bottom: 0;
  }
  .topPage .mainvisual__navi ul li.is_current a, .topPage .mainvisual__navi ul li:hover a {
    color: #ffffff;
    background-image: url(/_assets/images/top/navi-bg-current.png);
    padding-top: 1.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .mainvisual__navi ul li.is_current a, .topPage .mainvisual__navi ul li:hover a {
    padding-top: 24px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks {
    position: relative;
    z-index: 20;
    top: -27px;
  }
  .topPage .entrylinks-wrap {
    padding-bottom: 6.25vw;
    background-color: #F7F6F4;
    border-top: 2px solid #ABA8AE;
    border-radius: 27px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .entrylinks-wrap {
    padding-bottom: 90px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__title {
    position: absolute;
    right: 130px;
    top: 100px;
    display: flex;
    justify-content: flex-end;
    width: 466px;
    height: 120px;
    background-image: url(/_assets/images/common/pct-stars.png);
    background-size: 118px auto;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .topPage .entrylinks__title img {
    width: 302px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .topPage .entrylinks__title {
    zoom: 0.7;
    top: 150px;
    right: 80px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list {
    display: none;
    padding-top: 75px;
    width: 89.7222222222%;
    margin-inline: auto;
    /*
    ul{
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	li{
    		position: relative;
    		width: calc(604 / 1292 * 100%);
    		margin-bottom: 95px;
    		&:nth-of-type(2n){
    			top: 212px;
    		}
    		a{
    			position: relative;
    			display: block;
    		}
    		&.dna{
    			.entrylinks__list__category{
    				color: #F60000;
    			}
    			.entrylinks__list-wrap{
    				border-color: #F60000;
    			}
    			a::after{
    				content: "";
    				position: absolute;
    				left: 0;
    				bottom: 28px;
    				width: 30px;
    				height: 16px;
    				background-image: url(/_assets/images/common/link-rd.png);
    				background-size: 30px 16px;
    			}
    		}
    		&.interview{
    			.entrylinks__list__category{
    				color: #0050AA;
    			}
    			.entrylinks__list-wrap{
    				border-color: #0050AA;
    			}
    			a::after{
    				content: "";
    				position: absolute;
    				left: 0;
    				bottom: 28px;
    				width: 30px;
    				height: 16px;
    				background-image: url(/_assets/images/common/link-bl.png);
    				background-size: 30px 16px;
    			}
    		}
    	}
    }
    */
  }
  .topPage .entrylinks__list__category {
    position: absolute;
    top: 0;
    left: 2.3611111111vw;
    transform: rotate(90deg);
    transform-origin: top left;
    font-size: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .entrylinks__list__category {
    font-size: 34px;
    left: 34px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list-wrap {
    padding-left: 2.0138888889vw;
    margin-left: 3.125vw;
    border-left: 2px solid black;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .entrylinks__list-wrap {
    padding-left: 29px;
    margin-left: 45px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list__thumb {
    margin-bottom: 40px;
  }
  .topPage .entrylinks__list__title {
    font-size: 2.4305555556vw;
    letter-spacing: 0;
    line-height: 1.4285714286;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .entrylinks__list__title {
    font-size: 35px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list__tag {
    font-size: 1.1805555556vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #717171;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .entrylinks__list__tag {
    font-size: 17px;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list__tag a {
    color: #717171;
  }
  .topPage .entrylinks__list__tag a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .topPage .entrylinks__list__tag span + span,
  .topPage .entrylinks__list__tag a + a {
    margin-left: 15px;
  }
  .topPage .entrylinks__list__tag:empty {
    display: none;
  }
  .topPage .entrylinks__list-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 75px;
    width: 89.7222222222%;
    margin-inline: auto;
  }
  .topPage .entrylinks__list-2col ul {
    width: 46.7492260062%;
  }
  .topPage .entrylinks__list-2col ul li {
    position: relative;
    margin-bottom: 95px;
  }
  .topPage .entrylinks__list-2col ul li > a {
    position: relative;
    display: block;
  }
  .topPage .entrylinks__list-2col ul li > a:hover .entrylinks__list__thumb img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .topPage .entrylinks__list-2col ul li > a:hover .entrylinks__list__title {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .topPage .entrylinks__list-2col ul li > span {
    position: relative;
    display: block;
  }
  .topPage .entrylinks__list-2col ul li.dna .entrylinks__list__category {
    color: #F60000;
  }
  .topPage .entrylinks__list-2col ul li.dna .entrylinks__list-wrap {
    border-color: #F60000;
  }
  .topPage .entrylinks__list-2col ul li.dna a::after,
  .topPage .entrylinks__list-2col ul li.dna span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 30px;
    height: 16px;
    background-image: url(/_assets/images/common/link-rd.png);
    background-size: 30px 16px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .topPage .entrylinks__list-2col ul li.dna a::after,
  .topPage .entrylinks__list-2col ul li.dna span::after {
    zoom: 0.6;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list-2col ul li.interview .entrylinks__list__category {
    color: #0050AA;
  }
  .topPage .entrylinks__list-2col ul li.interview .entrylinks__list-wrap {
    border-color: #0050AA;
  }
  .topPage .entrylinks__list-2col ul li.interview a::after,
  .topPage .entrylinks__list-2col ul li.interview span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 30px;
    height: 16px;
    background-image: url(/_assets/images/common/link-bl.png);
    background-size: 30px 16px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .topPage .entrylinks__list-2col ul li.interview a::after,
  .topPage .entrylinks__list-2col ul li.interview span::after {
    zoom: 0.6;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list-2col ul li.column .entrylinks__list__category {
    color: #000000;
  }
  .topPage .entrylinks__list-2col ul li.column .entrylinks__list-wrap {
    border-color: #000000;
  }
  .topPage .entrylinks__list-2col ul li.column a::after,
  .topPage .entrylinks__list-2col ul li.column span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 30px;
    height: 16px;
    background-image: url(/_assets/images/common/link-bk3.png);
    background-size: 30px 16px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .topPage .entrylinks__list-2col ul li.column a::after,
  .topPage .entrylinks__list-2col ul li.column span::after {
    zoom: 0.6;
  }
}
@media all and (min-width: 769px) {
  .topPage .entrylinks__list-2col #right-column {
    padding-top: 212px;
  }
  .topPage .keyword {
    position: relative;
    z-index: 21;
    margin-top: -103px;
  }
  .topPage .keyword__title {
    width: 100%;
    height: 76px;
    padding: 25px 0 0 5.2083333333vw;
    background-image: url(/_assets/images/top/keywords-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 76px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__title {
    padding: 25px 0 0 75px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__title > span {
    position: relative;
    font-size: 2.6388888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__title > span {
    font-size: 38px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__title > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3.4722222222vw;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
    background-image: url(/_assets/images/top/keywords-icon.png);
    background-size: 3.0555555556vw 3.0555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__title > span::after {
    right: -50px;
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    padding: 4.8611111111vw 0 2.7777777778vw 5.2083333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__lead {
    font-size: 18px;
    padding: 70px 0 40px 75px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__list {
    overflow: hidden;
  }
  .topPage .keyword__list ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 2.2222222222vw;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__list ul {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__list ul li {
    margin-right: 1.9444444444vw;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__list ul li {
    margin-right: 28px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__list ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    font-size: 2.1527777778vw;
    line-height: 5.4166666667vw;
    height: 5.4166666667vw;
    padding: 0 2.2222222222vw;
    background-color: #F7F6F4;
    border-radius: 2.7083333333vw;
    transition: background 0.3s ease;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__list ul li a {
    font-size: 31px;
    line-height: 78px;
    height: 78px;
    padding: 0 32px;
    border-radius: 39px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__list ul li a::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 2.7083333333vw;
    background: linear-gradient(90deg, #F60000 0%, #0050AA 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__list ul li a::before {
    border-radius: 39px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__list ul li a::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 2.5vw;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__list ul li a::after {
    border-radius: 36px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__list ul li a:hover {
    background: transparent;
  }
  .topPage .keyword__list ul li a:hover::before, .topPage .keyword__list ul li a:hover::after {
    opacity: 1;
  }
  .topPage .keyword__list ul li a span {
    position: relative;
    z-index: 1;
  }
  .topPage .keyword__link {
    text-align: right;
    padding-top: 2.4305555556vw;
    padding-right: 5.1388888889vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__link {
    padding-top: 35px;
    padding-right: 74px;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__link a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__link a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .topPage .keyword__link a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .topPage .keyword__link a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .topPage .keyword__link a:hover span {
    color: #FFFFFF;
  }
  .topPage .keyword__link a:hover span::after {
    background-image: url(/_assets/images/common/link-wh.png);
  }
  .topPage .keyword__link a span {
    position: relative;
  }
  .topPage .keyword__link a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .keyword__link a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history {
    position: relative;
    z-index: 22;
    margin-top: -74px;
  }
  .topPage .history__title {
    width: 100%;
    height: 74px;
    padding: 25px 0 0 5.2083333333vw;
    background-image: url(/_assets/images/top/history-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 74px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__title {
    padding: 25px 0 0 75px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__title > span {
    position: relative;
    font-size: 2.6388888889vw;
    color: white;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__title > span {
    font-size: 38px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__title > span::after {
    content: "";
    position: absolute;
    top: 0.6944444444vw;
    right: -4.1666666667vw;
    width: 3.2638888889vw;
    height: 2.9166666667vw;
    background-image: url(/_assets/images/top/history-icon.png);
    background-size: 3.2638888889vw 2.9166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__title > span::after {
    top: 10px;
    right: -60px;
    width: 47px;
    height: 42px;
    background-size: 47px 42px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5.5555555556vw 5.2083333333vw 7.5vw;
    background-color: #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history-wrap {
    padding: 80px 75px 108px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__detail {
    width: 42.5696594427%;
  }
  .topPage .history__detail__title {
    font-size: 3.4722222222vw;
    color: white;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__detail__title {
    font-size: 50px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__detail p {
    width: 34.0277777778vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    color: white;
    line-height: 1.8333333333;
    margin-bottom: 3.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__detail p {
    width: 490px;
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__detail__link a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    color: white;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #ffffff;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__detail__link a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__detail__link a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .topPage .history__detail__link a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .topPage .history__detail__link a:hover span {
    color: #000000;
  }
  .topPage .history__detail__link a:hover span::after {
    background-image: url(/_assets/images/common/link-bk.png);
  }
  .topPage .history__detail__link a span {
    position: relative;
  }
  .topPage .history__detail__link a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-wh.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .topPage .history__detail__link a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (min-width: 769px) {
  .topPage .history__pct {
    width: 55.572755418%;
    padding-top: 10px;
  }
  .topPage .history__pct a:hover img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual-wrap {
    position: relative;
    aspect-ratio: 0.5980861244;
    background-image: url(/_assets/images/top/mv-bg--sp.png);
    background-size: 100% auto;
    background-position: bottom center;
  }
  .topPage .mainvisual__logo {
    padding-top: 55.5%;
    width: 78.8%;
    margin-inline: auto;
  }
  .topPage .mainvisual__link {
    position: absolute;
    z-index: 10;
    right: 16px;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
  }
  .topPage .mainvisual__link a {
    position: relative;
    z-index: 10;
    width: 94px;
  }
  .topPage .mainvisual__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 136px;
    height: 136px;
    background-image: url(/_assets/images/top/mv-btn-text.png);
    background-size: cover;
    background-position: center center;
    animation: 12s linear infinite rotation;
  }
  .topPage .mainvisual__navi {
    display: none;
  }
  .topPage .entrylinks {
    position: relative;
    z-index: 20;
    top: -20px;
  }
  .topPage .entrylinks-wrap {
    padding-bottom: 25px;
    background-color: #F7F6F4;
    border-top: 2px solid #ABA8AE;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .topPage .entrylinks__title {
    display: none;
  }
  .topPage .entrylinks__list {
    padding-top: 37px;
    width: 91.5%;
    margin-inline: auto;
  }
  .topPage .entrylinks__list ul li {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
  }
  .topPage .entrylinks__list ul li > a,
  .topPage .entrylinks__list ul li > span {
    position: relative;
    display: block;
  }
  .topPage .entrylinks__list ul li.dna .entrylinks__list__category {
    color: #F60000;
  }
  .topPage .entrylinks__list ul li.dna .entrylinks__list-wrap {
    border-color: #F60000;
  }
  .topPage .entrylinks__list ul li.dna a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 20px;
    height: 12px;
    background-image: url(/_assets/images/common/link-rd.png);
    background-size: 20px 12px;
  }
  .topPage .entrylinks__list ul li.interview .entrylinks__list__category {
    color: #0050AA;
  }
  .topPage .entrylinks__list ul li.interview .entrylinks__list-wrap {
    border-color: #0050AA;
  }
  .topPage .entrylinks__list ul li.interview a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 20px;
    height: 12px;
    background-image: url(/_assets/images/common/link-bl.png);
    background-size: 20px 12px;
  }
  .topPage .entrylinks__list ul li.column .entrylinks__list__category {
    color: #000000;
  }
  .topPage .entrylinks__list ul li.column .entrylinks__list-wrap {
    border-color: #000000;
  }
  .topPage .entrylinks__list ul li.column a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 20px;
    height: 12px;
    background-image: url(/_assets/images/common/link-bk3.png);
    background-size: 20px 12px;
  }
  .topPage .entrylinks__list__category {
    position: absolute;
    top: 0;
    left: 20px;
    transform: rotate(90deg);
    transform-origin: top left;
    font-size: 20px;
  }
  .topPage .entrylinks__list-wrap {
    padding-left: 18px;
    margin-left: 28px;
    border-left: 1px solid black;
  }
  .topPage .entrylinks__list__thumb {
    margin-bottom: 18px;
  }
  .topPage .entrylinks__list__title {
    font-size: 26px;
    line-height: 1.3846153846;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .topPage .entrylinks__list__tag {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #717171;
    font-size: 14px;
  }
  .topPage .entrylinks__list__tag a + a,
  .topPage .entrylinks__list__tag span + span {
    margin-left: 15px;
  }
  .topPage .entrylinks__list__tag:empty {
    display: none;
  }
  .topPage .entrylinks__list-2col {
    display: none;
  }
  .topPage .keyword {
    overflow: hidden;
    position: relative;
    z-index: 21;
    margin-top: -40px;
  }
  .topPage .keyword__title {
    padding-top: 25px;
    padding-left: 4.3%;
    border-top: 1px solid #ABA8AE;
    border-left: 1px solid #ABA8AE;
    border-right: 1px solid #ABA8AE;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 20px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .topPage .keyword__title > span {
    position: relative;
    font-size: 24px;
  }
  .topPage .keyword__title > span::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -30px;
    width: 23px;
    height: 23px;
    background-image: url(/_assets/images/top/keywords-icon.png);
    background-size: 23px 23px;
  }
  .topPage .keyword__lead {
    width: 91.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.66;
    background-color: #ffffff;
    margin-inline: auto;
    padding-bottom: 20px;
  }
  .topPage .keyword__list {
    overflow: hidden;
  }
  .topPage .keyword__list ul {
    display: flex;
    flex-wrap: nowrap;
    width: 2000px;
    margin-bottom: 25px;
  }
  .topPage .keyword__list ul li {
    margin-right: 20px;
  }
  .topPage .keyword__list ul li a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    background-color: #F7F6F4;
    border-radius: 30px;
  }
  .topPage .keyword__link {
    padding-top: 15px;
    margin-bottom: 55px;
  }
  .topPage .keyword__link a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .topPage .keyword__link a span {
    position: relative;
  }
  .topPage .keyword__link a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 24px 24px;
  }
  .topPage .history {
    position: relative;
    z-index: 22;
  }
  .topPage .history__title {
    width: 100%;
    height: 74px;
    padding-top: 25px;
    padding-left: 4.3%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #000000;
  }
  .topPage .history__title > span {
    position: relative;
    font-size: 24px;
    color: white;
  }
  .topPage .history__title > span::after {
    content: "";
    position: absolute;
    top: 9px;
    right: -40px;
    width: 26px;
    height: 23px;
    background-image: url(/_assets/images/top/history-icon.png);
    background-size: 26px 23px;
  }
  .topPage .history-wrap {
    display: flex;
    flex-flow: column-reverse;
    padding: 30px 4.3% 60px;
    background-color: #000000;
  }
  .topPage .history__detail__title {
    font-size: 26px;
    color: white;
    margin-bottom: 20px;
  }
  .topPage .history__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: white;
    line-height: 1.6666666667;
    margin-bottom: 40px;
  }
  .topPage .history__detail__link a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    color: white;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .topPage .history__detail__link a span {
    position: relative;
  }
  .topPage .history__detail__link a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-wh.png);
    background-size: 24px 24px;
  }
  .topPage .history__pct {
    width: 100%;
    margin-bottom: 35px;
  }
}

.aboutPage {
  background-color: #F7F6F4;
}
@media all and (min-width: 769px) {
  .aboutPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .lead-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 89.7222222222vw;
    padding: 3.4722222222vw 0 4.1666666667vw;
    margin-inline: auto;
    border-bottom: 4px solid #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .lead-wrap {
    width: 1292px;
    padding: 50px 0 60px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .lead__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 28.4722222222vw;
    font-size: 3.4722222222vw;
    line-height: 1.44;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .lead__title {
    width: 410px;
    font-size: 50px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .lead__desc {
    width: 55.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .lead__desc {
    width: 800px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .lead__desc p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .lead__desc p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .lead__desc p + p {
    margin-top: 3.8rem;
  }
  .aboutPage .contents-wrap {
    width: 89.7222222222vw;
    padding: 4.8611111111vw 0 2.4305555556vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents-wrap {
    width: 1292px;
    padding: 70px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__title {
    font-size: 2.3611111111vw;
    margin-bottom: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__title {
    font-size: 34px;
    margin-bottom: 65px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .aboutPage .contents__entrylist-block {
    width: 50%;
    margin-bottom: 8.6805555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist-block {
    margin-bottom: 125px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist-block:nth-of-type(2n) {
    position: relative;
    top: 10.4166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist-block:nth-of-type(2n) {
    top: 150px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist__thumb {
    overflow: hidden;
    width: 31.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist__thumb {
    width: 456px;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist__thumb a img {
    will-change: transform;
    transition: transform 0.3s ease;
  }
  .aboutPage .contents__entrylist__thumb a:hover img {
    transform: scale(1.1);
  }
  .aboutPage .contents__entrylist__title {
    width: 31.6666666667vw;
    font-size: 2.5694444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist__title {
    width: 456px;
    font-size: 37px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist__desc {
    width: 31.6666666667vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist__desc {
    width: 456px;
    font-size: 37px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist__desc p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist__desc p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist__link a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist__link a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .aboutPage .contents__entrylist__link a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #F7F6F4;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .aboutPage .contents__entrylist__link a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .aboutPage .contents__entrylist__link a:hover span {
    color: #FFFFFF;
  }
  .aboutPage .contents__entrylist__link a:hover span::after {
    background-image: url(/_assets/images/common/link-wh.png);
  }
  .aboutPage .contents__entrylist__link a span {
    position: relative;
  }
  .aboutPage .contents__entrylist__link a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .aboutPage .contents__entrylist__link a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (max-width: 768px) {
  .aboutPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 30px;
    border-bottom: 2px solid #000000;
    margin-inline: auto;
  }
  .aboutPage .lead__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.44;
    margin-bottom: 20px;
  }
  .aboutPage .lead__desc p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .aboutPage .lead__desc p + p {
    margin-top: 2rem;
  }
  .aboutPage .contents-wrap {
    width: 91.5%;
    padding: 35px 0 20px;
    margin-inline: auto;
  }
  .aboutPage .contents__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .aboutPage .contents__entrylist-block {
    margin-bottom: 62px;
  }
  .aboutPage .contents__entrylist__thumb {
    margin-bottom: 12px;
  }
  .aboutPage .contents__entrylist__title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .aboutPage .contents__entrylist__desc {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .aboutPage .contents__entrylist__desc p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .aboutPage .contents__entrylist__link a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .aboutPage .contents__entrylist__link a span {
    position: relative;
  }
  .aboutPage .contents__entrylist__link a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 24px 24px;
  }
}

.dnaPage {
  background-color: #F7F6F4;
}
@media all and (min-width: 769px) {
  .dnaPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead-wrap {
    width: 89.7222222222vw;
    padding: 3.125vw 0 4.1666666667vw;
    margin-inline: auto;
    border-bottom: 4px solid #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead-wrap {
    width: 1292px;
    padding: 45px 0 60px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__title {
    font-size: 2.3611111111vw;
    color: #F60000;
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__title {
    font-size: 34px;
    margin-bottom: 55px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .lead__detail__thumb {
    width: 36.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__detail__thumb {
    width: 530px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail__text {
    width: 49.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__detail__text {
    width: 708px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail__text-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.4444444444vw;
    letter-spacing: -0.1rem;
    line-height: 1.359375;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__detail__text-head {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__detail__text p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail__text__taglink-date {
    font-size: 1.1805555556vw;
    margin-right: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__detail__text__taglink-date {
    font-size: 17px;
    margin-right: 30px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail__text__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.1805555556vw;
    color: #717171;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .lead__detail__text__taglink a {
    font-size: 17px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .lead__detail__text__taglink a + a {
    margin-left: 1rem;
  }
  .dnaPage .contents {
    width: 89.7222222222vw;
    margin-inline: auto;
    border-bottom: 4px solid #000000;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents {
    width: 1292px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__index {
    display: flex;
    flex-wrap: wrap;
    padding: 4.1666666667vw 0 5.9027777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__index {
    padding: 60px 0 85px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__index__title {
    width: 18.4027777778vw;
    font-size: 3.4027777778vw;
    line-height: 1.1;
    color: #F60000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__index__title {
    width: 265px;
    font-size: 49px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__index__list {
    width: calc(100% - 18.4027777778vw);
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__index__list {
    width: calc(100% - 265px);
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__index__list ul li {
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.6666666667vw;
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__index__list ul li {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__index__list ul li span {
    display: inline-block;
    vertical-align: top;
  }
  .dnaPage .contents__index__list ul li span:nth-of-type(1) {
    width: 6.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__index__list ul li span:nth-of-type(1) {
    width: 100px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents-main {
    width: 76.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-main {
    width: 1100px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub {
    width: 10.4166666667vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-sub {
    width: 150px;
    padding-bottom: 75px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub ul {
    position: sticky;
    top: 6.9444444444vw;
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-sub ul {
    top: 100px;
    padding-top: 60px;
  }
}
@media (min-width: 769px) and (max-height: 780px) {
  .dnaPage .contents-sub ul {
    top: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 99%;
    background-color: #000000;
  }
  .dnaPage .contents-sub ul li {
    position: relative;
    text-align: right;
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-sub ul li {
    margin-top: 100px;
  }
}
@media (min-width: 769px) and (max-height: 780px) {
  .dnaPage .contents-sub ul li {
    margin-top: 12.8205128205vh;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .dnaPage .contents-sub ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #B4B4B4;
    font-size: 1.3194444444vw;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-sub ul li a {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .dnaPage .contents-sub ul li a {
    letter-spacing: 0.1rem;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub ul li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-color: #000000;
    border-radius: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .dnaPage .contents-sub ul li a::before {
    top: calc(50% - 6px);
    zoom: 0.8;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub ul li.is-current::before {
    content: "イマココ";
    position: absolute;
    top: 0.25rem;
    left: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-sub ul li.is-current::before {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .dnaPage .contents-sub ul li.is-current::before {
    top: 0.8rem;
    left: -0.5rem;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-sub ul li.is-current a {
    color: #000000;
  }
  .dnaPage .contents-sub ul li.is-current a::before {
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-color: #F60000;
    border: 4px solid #F7F6F4;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .dnaPage .contents-sub ul li.is-current a::before {
    top: calc(50% - 10px);
    zoom: 0.8;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-block {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-block {
    margin-bottom: 75px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__title span {
    display: inline-block;
    width: 11.8055555556vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.9444444444vw;
    line-height: 1.4;
    letter-spacing: 0.5rem;
    color: #ffffff;
    padding-left: 1.1805555556vw;
    background-color: #F60000;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__title span {
    width: 170px;
    font-size: 28px;
    padding-left: 17px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.0972222222vw;
    line-height: 1.2711864407;
    margin-bottom: 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__title h2 {
    font-size: 59px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead {
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__lead p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__lead p strong.no-highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    display: inline;
    background-color: transparent !important;
  }
  .dnaPage .contents__lead p small {
    display: inline-block;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead p small {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead p a {
    color: #2C72E3;
  }
  .dnaPage .contents__lead p a:hover {
    text-decoration: underline;
  }
  .dnaPage .contents__lead-quote {
    padding: 1.9444444444vw 1.8055555556vw;
    border: 0.4166666667vw solid #DFDEDE;
    margin-top: 2.2222222222vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead-quote {
    padding: 28px 26px;
    border: 6px solid #DFDEDE;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__lead-col2__left {
    width: 41.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead-col2__left {
    width: 604px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead-col2__left-2 {
    width: 51.5972222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead-col2__left-2 {
    width: 743px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead-col2__right {
    width: 31.5972222222vw;
    padding-top: 10px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead-col2__right {
    width: 455px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__lead-col2__right-2 {
    width: 21.25vw;
    padding-top: 5px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__lead-col2__right-2 {
    width: 306px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__figure {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__figure {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__figure-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__figure-2col {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__figure-2col img {
    width: 37.8472222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__figure-2col img {
    width: 545px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__figure-2col.is-wide img {
    width: 38.0555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__figure-2col.is-wide img {
    width: 548px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__figure-caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.1111111111vw;
    letter-spacing: 0;
    line-height: 1.8125;
    padding-top: 1.7361111111vw;
    padding-bottom: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__figure-caption {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__figure-caption a {
    color: #2C72E3;
  }
  .dnaPage .contents__figure-caption a:hover {
    text-decoration: underline;
  }
  .dnaPage .contents__figure-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 2.1111111111;
    padding-bottom: 0.8333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__figure-title {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding: 2.7083333333vw 1.5277777778vw 2.0833333333vw 2.9166666667vw;
    border-radius: 1.875vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column {
    padding: 39px 22px 30px 42px;
    border-radius: 27px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column__text {
    width: 41.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column__text {
    width: 604px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .dnaPage .contents__column__text p span {
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column__pct {
    width: 28.1944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column__pct {
    width: 406px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01 {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 7.7777777778vw;
    font-size: 1.9444444444vw;
    line-height: 1.4642857143;
    writing-mode: vertical-rl;
    padding-top: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__title {
    width: 112px;
    font-size: 28px;
    padding-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__title span {
    position: relative;
    display: inline-block;
    right: -0.3472222222vw;
    padding: 2.7777777778vw 0 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__title span {
    right: -5px;
    padding: 40px 0 20px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__title span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.3472222222vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-top.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__title span::before {
    right: 5px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0.3472222222vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-bottom.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__title span::after {
    right: 5px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__text {
    width: 28.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__text {
    width: 410px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column01__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column01__text p + p {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__pct {
    position: relative;
    width: 31.5972222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__pct {
    width: 455px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column01__pct img {
    position: absolute;
    bottom: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column01__pct img {
    bottom: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-block02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-block02 {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-block02-left {
    width: 41.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-block02-left {
    width: 604px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents-block02-right {
    width: 31.6666666667vw;
    padding-top: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents-block02-right {
    width: 456px;
    padding-top: 65px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.8611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02 {
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 7.7777777778vw;
    font-size: 1.9444444444vw;
    line-height: 1.4642857143;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__title {
    width: 112px;
    font-size: 28px;
    padding-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__title span {
    position: relative;
    display: inline-block;
    right: -0.3472222222vw;
    padding: 2.7777777778vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__title span {
    right: -5px;
    padding: 40px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__title span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.3472222222vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-top.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__title span::before {
    right: 5px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0.3472222222vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-bottom.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__title span::after {
    right: 5px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__title span i {
    position: relative;
    font-style: normal;
  }
  .dnaPage .contents__column02__title span i:nth-of-type(1) {
    margin-top: -1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__title span i:nth-of-type(1) {
    margin-top: -27px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__title span i:nth-of-type(3) {
    margin-bottom: -0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__title span i:nth-of-type(3) {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__text {
    width: 64.7916666667vw;
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__text {
    width: 933px;
    margin-bottom: 55px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column02__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column02__pct-caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 1.5;
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column02__pct-caption {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column02__pct-caption a {
    color: #2C72E3;
  }
  .dnaPage .contents__column02__pct-caption a:hover {
    text-decoration: underline;
  }
  .dnaPage .contents__column03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03 {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 7.7777777778vw;
    font-size: 1.9444444444vw;
    line-height: 1.4642857143;
    writing-mode: vertical-rl;
    padding-top: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__title {
    width: 112px;
    font-size: 28px;
    padding-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__title span {
    position: relative;
    display: inline-block;
    right: 1.0416666667vw;
    padding: 2.7777777778vw 0 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__title span {
    right: 15px;
    padding: 40px 0 20px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__title span::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.0416666667vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-top.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__title span::before {
    right: -15px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1.0416666667vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-bottom.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__title span::after {
    right: -15px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__text {
    width: 39.0277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__text {
    width: 562px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column03__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column03__text p + p {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column03__pct {
    position: relative;
    width: 21.5972222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column03__pct {
    width: 311px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04 {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04__pct {
    position: relative;
    width: 31.5972222222vw;
    padding-top: 1rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04__pct {
    width: 455px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04__text {
    width: 41.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04__text {
    width: 604px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column04__text p + p {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column04__text p a {
    color: #2C72E3;
    text-decoration: underline;
  }
  .dnaPage .contents__column04__text p a:hover {
    text-decoration: none;
  }
  .dnaPage .contents__column04__text-quote {
    padding: 1.9444444444vw 1.8055555556vw;
    border: 0.4166666667vw solid #DFDEDE;
    margin-top: 1.3888888889vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04__text-quote {
    padding: 28px 26px;
    border: 6px solid #DFDEDE;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04__text-caption {
    padding-top: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04__text-caption {
    padding-top: 26px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column04__text-caption p {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column04__text-caption p {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05 {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 7.7777777778vw;
    font-size: 1.9444444444vw;
    line-height: 1.4642857143;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__title {
    width: 112px;
    font-size: 28px;
    padding-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__title span {
    position: relative;
    display: inline-block;
    right: 1.0416666667vw;
    padding: 2.0833333333vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__title span {
    right: 15px;
    padding: 30px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__title span::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.0416666667vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-top.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__title span::before {
    right: -15px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1.0416666667vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-bottom.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__title span::after {
    right: -15px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__title span i {
    position: relative;
    font-style: normal;
  }
  .dnaPage .contents__column05__title span i:nth-of-type(1) {
    top: 3px;
    left: 7px;
  }
  .dnaPage .contents__column05__title span i:nth-of-type(2) {
    top: 4px;
    right: 5px;
  }
  .dnaPage .contents__column05__text {
    width: 28.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__text {
    width: 410px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column05__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column05__text p + p {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column05__pct {
    position: relative;
    width: 31.5972222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column05__pct {
    width: 455px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06 {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06.is-reverse {
    flex-flow: row;
  }
  .dnaPage .contents__column06__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 7.7777777778vw;
    font-size: 1.9444444444vw;
    line-height: 1.4642857143;
    writing-mode: vertical-rl;
    padding-top: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__title {
    width: 112px;
    font-size: 28px;
    padding-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__title span {
    position: relative;
    display: inline-block;
    right: 1.0416666667vw;
    padding: 2.0833333333vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__title span {
    right: 15px;
    padding: 30px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__title span::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.0416666667vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-top.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__title span::before {
    right: -15px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1.0416666667vw;
    width: 7.7777777778vw;
    height: 1.25vw;
    background-image: url(/_assets/images/dna/quote-bottom.svg);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__title span::after {
    right: -15px;
    width: 112px;
    height: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__title span i {
    position: relative;
    font-style: normal;
  }
  .dnaPage .contents__column06__title span i:nth-of-type(1) {
    margin-top: -1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__title span i:nth-of-type(1) {
    margin-top: -27px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__title span i:nth-of-type(3) {
    margin-bottom: -0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__title span i:nth-of-type(3) {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__text {
    width: 40.4166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__text {
    width: 582px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column06__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column06__text p + p {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__column06__pct {
    position: relative;
    width: 21.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__column06__pct {
    width: 303px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__subtitle {
    padding-left: 2.0833333333vw;
    background-image: url(/_assets/images/dna/border-subtitle.png);
    background-position: left top;
    background-size: 10px 100%;
    background-repeat: no-repeat;
    margin-bottom: 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__subtitle {
    padding-left: 30px;
    margin-bottom: 27px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__subtitle-year {
    display: inline-block;
    font-size: 4.4444444444vw;
    line-height: 1;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__subtitle-year {
    font-size: 64px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__subtitle-text {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.5694444444vw;
    line-height: 1.4594594595;
    margin-left: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__subtitle-text {
    font-size: 37px;
    margin-left: 10px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__subtitle-title {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.5694444444vw;
    line-height: 1.4594594595;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__subtitle-title {
    font-size: 37px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo {
    position: relative;
    padding: 2.3611111111vw;
    border: 4px solid #000000;
    border-radius: 27px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo {
    padding: 34px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo + .contents__subtitle {
    margin-top: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo + .contents__subtitle {
    margin-top: 65px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__subtitle {
    font-size: 1.7361111111vw;
    color: #F60000;
    padding-left: 2.7777777778vw;
    margin-bottom: 1.8055555556vw;
    background-image: url(/_assets/images/dna/ico-pen.png);
    background-size: 2.2222222222vw 2.6388888889vw;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__subtitle {
    font-size: 25px;
    padding-left: 40px;
    margin-bottom: 26px;
    background-size: 32px 38px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__subtitle span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #000000;
    margin-right: 10px;
  }
  .dnaPage .contents__memo__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.5vw;
    line-height: 1.5;
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__text {
    width: 51.5277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__text {
    width: 742px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct {
    text-align: center;
    width: 15.9027777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct {
    width: 229px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct img {
    width: 11.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct img {
    width: 172px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct-caption {
    text-align: left;
  }
  .dnaPage .contents__memo__text {
    width: 37.6388888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__text {
    width: 542px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__text.is-wide {
    width: 100%;
  }
  .dnaPage .contents__memo__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__text p a {
    color: #2C72E3;
  }
  .dnaPage .contents__memo__text p a:hover {
    text-decoration: underline;
  }
  .dnaPage .contents__memo__text p small {
    display: inline-block;
    font-size: 1.1111111111vw;
    line-height: 1.8125;
    margin-top: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__text p small {
    font-size: 16px;
    margin-top: 26px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__pct {
    width: 29.7916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__pct {
    width: 429px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__pct-caption {
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    padding-top: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__pct-caption {
    font-size: 18px;
    padding-top: 25px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__memo__list ul li {
    width: 21.6666666667vw;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list ul li {
    width: 312px;
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list ul li:nth-of-type(4), .dnaPage .contents__memo__list ul li:nth-of-type(5), .dnaPage .contents__memo__list ul li:nth-of-type(6) {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list ul li:nth-of-type(4), .dnaPage .contents__memo__list ul li:nth-of-type(5), .dnaPage .contents__memo__list ul li:nth-of-type(6) {
    margin-bottom: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-ceo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__memo__list-ceo ul li {
    width: 16.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-ceo ul li {
    width: 232px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-ceo ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.5555555556;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-ceo ul li p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-authorized ul {
    display: flex;
    flex-wrap: wrap;
  }
  .dnaPage .contents__memo__list-authorized ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    width: 23.6111111111vw;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    margin-right: 80px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-authorized ul li {
    font-size: 18px;
    width: 340px;
    margin-right: 5.5555555556vw;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-authorized ul li span {
    display: inline-block;
  }
  .dnaPage .contents__memo__list-authorized ul li span:nth-of-type(1) {
    width: 18.0555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-authorized ul li span:nth-of-type(1) {
    width: 260px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-authorized ul li span:nth-of-type(2) {
    width: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-authorized ul li span:nth-of-type(2) {
    width: 60px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-authorized ul li:nth-of-type(2n) {
    width: 34.7222222222vw;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-authorized ul li:nth-of-type(2n) {
    width: 500px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__list-authorized ul li:nth-of-type(2n) span {
    display: inline-block;
  }
  .dnaPage .contents__memo__list-authorized ul li:nth-of-type(2n) span:nth-of-type(1) {
    width: 29.8611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__list-authorized ul li:nth-of-type(2n) span:nth-of-type(1) {
    width: 430px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__memo__episode-block + .contents__memo__episode-block {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode-block + .contents__memo__episode-block {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__figure {
    width: 13.8888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__figure {
    width: 200px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__figure-pct {
    text-align: center;
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__figure-pct {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__figure-pct img {
    width: 11.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__figure-pct img {
    width: 172px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__figure p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 1.7777777778;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__figure p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__detail {
    width: 54.6527777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__detail {
    width: 787px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__detail__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.9444444444vw;
    line-height: 1.4642857143;
    margin-bottom: 0.8333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__detail__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__episode__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    margin-top: 1.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__episode__detail p {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__table__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.8055555556vw;
    line-height: 1.5;
    margin-top: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__table__title {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__table p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__table p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__table p + table {
    margin-top: 1.5277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__table p + table {
    margin-top: 22px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__table table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__table table {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__table table tr th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    width: 10.8%;
    padding: 6px 0;
  }
  .dnaPage .contents__memo__table table tr td {
    width: 89.2%;
    padding: 6px 0;
  }
  .dnaPage .contents__memo__table table tr td strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .dnaPage .contents__memo__closebtn {
    position: absolute;
    top: 7.2222222222vw;
    right: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__closebtn {
    top: 104px;
    right: 34px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__closebtn span {
    cursor: pointer;
    display: inline-block;
    width: 9.375vw;
    font-size: 1.7361111111vw;
    padding-right: 3.3333333333vw;
    background-image: url(/_assets/images/common/link-close.png);
    background-size: 2.1527777778vw 2.1527777778vw;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__closebtn span {
    width: 135px;
    font-size: 25px;
    padding-right: 48px;
    background-size: 31px 31px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__dllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__memo__dllist dl {
    width: 34.0277777778vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__dllist dl {
    width: 490px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__dllist dl:nth-of-type(3), .dnaPage .contents__memo__dllist dl:nth-of-type(4) {
    margin-bottom: 0;
  }
  .dnaPage .contents__memo__dllist dl dt {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.9444444444vw;
    padding-left: 2.0833333333vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__dllist dl dt {
    font-size: 28px;
    padding-left: 30px;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__dllist dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.4861111111vw);
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    border-radius: 50%;
    background-color: #F60000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__dllist dl dt::before {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .contents__memo__dllist dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .contents__memo__dllist dl dd {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .relation-wrap {
    width: 89.7222222222vw;
    margin-bottom: 8.3333333333vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .relation-wrap {
    width: 1292px;
    margin-bottom: 120px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .relation__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .relation__entrylist {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8194444444vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .relation__entrylist {
    gap: 55px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .relation__entrylist-block {
    width: 27.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .relation__entrylist-block {
    width: 394px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .relation__entrylist-block a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .dnaPage .relation__entrylist-block a:hover img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .dnaPage .relation__entrylist__thumb {
    margin-bottom: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .relation__entrylist__thumb {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .relation__entrylist__title {
    font-size: 32px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .backbtn {
    text-align: center;
    margin-bottom: 11.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .backbtn {
    margin-bottom: 170px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .backbtn a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .backbtn a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .dnaPage .backbtn a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #F7F6F4;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .dnaPage .backbtn a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .dnaPage .backbtn a:hover span {
    color: #FFFFFF;
  }
  .dnaPage .backbtn a:hover span::after {
    background-image: url(/_assets/images/common/link-wh.png);
  }
  .dnaPage .backbtn a span {
    position: relative;
  }
  .dnaPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .dnaPage .backbtn a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (max-width: 768px) {
  .dnaPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 40px;
    margin-inline: auto;
    border-bottom: 2px solid #000000;
  }
  .dnaPage .lead__title {
    font-size: 27px;
    color: #F60000;
    margin-bottom: 30px;
  }
  .dnaPage .lead__detail__thumb {
    margin-bottom: 20px;
  }
  .dnaPage .lead__detail__text-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -0.1rem;
    line-height: 1.359375;
    margin-bottom: 25px;
  }
  .dnaPage .lead__detail__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    margin-bottom: 20px;
  }
  .dnaPage .lead__detail__text__taglink-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: -5px;
  }
  .dnaPage .lead__detail__text__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
  }
  .dnaPage .lead__detail__text__taglink a + a {
    margin-left: 1rem;
  }
  .dnaPage .contents {
    width: 91.5%;
    margin-inline: auto;
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
  }
  .dnaPage .contents__index {
    padding: 30px 0 40px;
  }
  .dnaPage .contents__index__title {
    font-size: 36px;
    line-height: 1.1;
    color: #F60000;
    margin-bottom: 20px;
  }
  .dnaPage .contents__index__list ul li {
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 18px;
  }
  .dnaPage .contents__index__list ul li span {
    display: inline-block;
    vertical-align: top;
  }
  .dnaPage .contents__index__list ul li span:nth-of-type(1) {
    width: 85px;
  }
  .dnaPage .contents__index__list ul li span:nth-of-type(1)::before {
    content: "▼";
  }
  .dnaPage .contents__index__list ul li span:nth-of-type(2) {
    width: calc(100% - 85px);
  }
  .dnaPage .contents-wrap {
    position: relative;
  }
  .dnaPage .contents-main {
    position: relative;
  }
  .dnaPage .contents-main #Dialog01,
  .dnaPage .contents-main #Dialog02,
  .dnaPage .contents-main #Dialog03,
  .dnaPage .contents-main #Dialog04,
  .dnaPage .contents-main #Dialog05 {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    position: relative;
    top: -70px;
  }
  .dnaPage .contents-sub {
    display: none;
  }
  .dnaPage .contents-block {
    margin-bottom: 40px;
  }
  .dnaPage .contents__title span {
    display: inline-block;
    width: 120px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.5rem;
    color: #ffffff;
    padding-left: 12px;
    background-color: #F60000;
    margin-bottom: 10px;
  }
  .dnaPage .contents__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2711864407;
    margin-bottom: 15px;
  }
  .dnaPage .contents__lead {
    margin-bottom: 30px;
  }
  .dnaPage .contents__lead p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    word-break: break-all;
  }
  .dnaPage .contents__lead p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__lead p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__lead p strong.no-highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    display: inline;
    background-color: transparent !important;
  }
  .dnaPage .contents__lead p small {
    display: inline-block;
    font-size: 13px;
  }
  .dnaPage .contents__lead p a {
    color: #2C72E3;
  }
  .dnaPage .contents__lead-quote {
    padding: 15px;
    border: 3px solid #DFDEDE;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .dnaPage .contents__lead-col2__left {
    margin-bottom: 20px;
  }
  .dnaPage .contents__lead-col2__left-2 {
    margin-bottom: 20px;
  }
  .dnaPage .contents__lead-col2__right {
    text-align: center;
  }
  .dnaPage .contents__lead-col2__right img {
    width: 70%;
  }
  .dnaPage .contents__lead-col2__right-2 {
    text-align: center;
  }
  .dnaPage .contents__lead-col2__right-2 img {
    width: 70%;
  }
  .dnaPage .contents__figure {
    margin-bottom: 40px;
  }
  .dnaPage .contents__figure-2col {
    margin-bottom: 30px;
  }
  .dnaPage .contents__figure-2col img {
    margin-bottom: 10px;
  }
  .dnaPage .contents__figure-2col.is-wide img {
    margin-bottom: 4px;
  }
  .dnaPage .contents__figure-2col.is-reverse-sp {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .dnaPage .contents__figure-caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.8125;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .dnaPage .contents__figure-caption a {
    color: #2C72E3;
  }
  .dnaPage .contents__figure-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8125;
    padding-bottom: 6px;
  }
  .dnaPage .contents__figure .sp-img-scroll-wrap {
    overflow-x: scroll;
    margin-right: -4.2%;
  }
  .dnaPage .contents__figure .sp-img-scroll-wrap img {
    width: 200%;
  }
  .dnaPage .contents__column {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .dnaPage .contents__column__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .dnaPage .contents__column__text p span {
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column__pct {
    position: relative;
  }
  .dnaPage .contents__column01 {
    margin-bottom: 40px;
  }
  .dnaPage .contents__column01__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4642857143;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column01__title span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .dnaPage .contents__column01__title span::before, .dnaPage .contents__column01__title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/_assets/images/dna/quote-left.svg);
    background-size: auto 88%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .dnaPage .contents__column01__title span::after {
    background-image: url(/_assets/images/dna/quote-right.svg);
    background-position: right center;
  }
  .dnaPage .contents__column01__text {
    margin-bottom: 20px;
  }
  .dnaPage .contents__column01__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column01__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column01__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column01__pct {
    text-align: center;
  }
  .dnaPage .contents__column01__pct img {
    width: 80%;
  }
  .dnaPage .contents-block02 {
    margin-bottom: 30px;
  }
  .dnaPage .contents__column02 {
    margin-bottom: 30px;
  }
  .dnaPage .contents__column02__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4642857143;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column02__title span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .dnaPage .contents__column02__title span::before, .dnaPage .contents__column02__title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/_assets/images/dna/quote-left.svg);
    background-size: auto 88%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .dnaPage .contents__column02__title span::after {
    background-image: url(/_assets/images/dna/quote-right.svg);
    background-position: right center;
  }
  .dnaPage .contents__column02__title span i {
    font-style: normal;
  }
  .dnaPage .contents__column02__text {
    margin-bottom: 20px;
  }
  .dnaPage .contents__column02__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column02__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column02__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column02__pct-caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .dnaPage .contents__column02__pct-caption a {
    color: #2C72E3;
  }
  .dnaPage .contents__column03 {
    margin-bottom: 30px;
  }
  .dnaPage .contents__column03__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4642857143;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column03__title span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .dnaPage .contents__column03__title span::before, .dnaPage .contents__column03__title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/_assets/images/dna/quote-left.svg);
    background-size: auto 88%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .dnaPage .contents__column03__title span::after {
    background-image: url(/_assets/images/dna/quote-right.svg);
    background-position: right center;
  }
  .dnaPage .contents__column03__text {
    margin-bottom: 20px;
  }
  .dnaPage .contents__column03__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column03__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column03__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column03__pct {
    text-align: center;
  }
  .dnaPage .contents__column03__pct img {
    width: 70%;
  }
  .dnaPage .contents__column04 {
    margin-bottom: 40px;
  }
  .dnaPage .contents__column04__pct {
    text-align: center;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column04__pct img {
    width: 80%;
  }
  .dnaPage .contents__column04__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column04__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column04__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column04__text p a {
    word-break: break-all;
    color: #2C72E3;
    text-decoration: underline;
  }
  .dnaPage .contents__column04__text p a:active {
    text-decoration: none;
  }
  .dnaPage .contents__column04__text-quote {
    padding: 15px;
    border: 3px solid #DFDEDE;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column04__text-caption {
    padding-top: 15px;
  }
  .dnaPage .contents__column04__text-caption p {
    font-size: 14px;
    line-height: 1.5;
  }
  .dnaPage .contents__column05 {
    margin-bottom: 30px;
  }
  .dnaPage .contents__column05__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4642857143;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column05__title span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .dnaPage .contents__column05__title span::before, .dnaPage .contents__column05__title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/_assets/images/dna/quote-left.svg);
    background-size: auto 88%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .dnaPage .contents__column05__title span::after {
    background-image: url(/_assets/images/dna/quote-right.svg);
    background-position: right center;
  }
  .dnaPage .contents__column05__title span i {
    font-style: normal;
  }
  .dnaPage .contents__column05__text {
    margin-bottom: 20px;
  }
  .dnaPage .contents__column05__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column05__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column05__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column05__pct {
    text-align: center;
  }
  .dnaPage .contents__column05__pct img {
    width: 70%;
  }
  .dnaPage .contents__column06 {
    margin-bottom: 30px;
  }
  .dnaPage .contents__column06__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4642857143;
    margin-bottom: 20px;
  }
  .dnaPage .contents__column06__title span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }
  .dnaPage .contents__column06__title span::before, .dnaPage .contents__column06__title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/_assets/images/dna/quote-left.svg);
    background-size: auto 88%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .dnaPage .contents__column06__title span::after {
    background-image: url(/_assets/images/dna/quote-right.svg);
    background-position: right center;
  }
  .dnaPage .contents__column06__title span i {
    font-style: normal;
  }
  .dnaPage .contents__column06__text {
    margin-bottom: 20px;
  }
  .dnaPage .contents__column06__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .contents__column06__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .dnaPage .contents__column06__text p + p {
    margin-top: 2rem;
  }
  .dnaPage .contents__column06__pct {
    text-align: center;
  }
  .dnaPage .contents__column06__pct img {
    width: 70%;
  }
  .dnaPage .contents__subtitle {
    padding-left: 20px;
    background-image: url(/_assets/images/dna/border-subtitle.png);
    background-position: left top;
    background-size: 5px 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .dnaPage .contents__subtitle-year {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
  }
  .dnaPage .contents__subtitle-text {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4594594595;
    margin-left: 3px;
  }
  .dnaPage .contents__subtitle-title {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4594594595;
  }
  .dnaPage .contents__memo {
    position: relative;
    padding: 20px;
    border: 2px solid #000000;
    border-radius: 15px;
  }
  .dnaPage .contents__memo + .contents__subtitle {
    margin-top: 30px;
  }
  .dnaPage .contents__memo__subtitle {
    font-size: 20px;
    color: #F60000;
    padding-left: 25px;
    background-image: url(/_assets/images/dna/ico-pen.png);
    background-size: 18px 20px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
  .dnaPage .contents__memo__subtitle span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #000000;
    margin-right: 7px;
  }
  .dnaPage .contents__memo__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .dnaPage .contents__memo-wrap {
    position: relative;
  }
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__text {
    position: relative;
  }
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct {
    text-align: center;
  }
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct img {
    width: 50%;
  }
  .dnaPage .contents__memo-wrap-dna3 .contents__memo__pct-caption {
    text-align: center;
  }
  .dnaPage .contents__memo__text {
    margin-bottom: 20px;
  }
  .dnaPage .contents__memo__text.is-wide {
    margin-bottom: 0;
  }
  .dnaPage .contents__memo__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    letter-spacing: -0.05rem;
  }
  .dnaPage .contents__memo__text p a {
    color: #2C72E3;
  }
  .dnaPage .contents__memo__text p small {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8125;
    margin-top: 15px;
  }
  .dnaPage .contents__memo__pct-caption {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 15px;
  }
  .dnaPage .contents__memo__list ul li {
    margin-bottom: 25px;
  }
  .dnaPage .contents__memo__list ul li:nth-of-type(6) {
    margin-bottom: 10px;
  }
  .dnaPage .contents__memo__list-ceo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dnaPage .contents__memo__list-ceo ul li {
    width: 45%;
  }
  .dnaPage .contents__memo__list-ceo ul li:nth-of-type(1), .dnaPage .contents__memo__list-ceo ul li:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .dnaPage .contents__memo__list-ceo ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .dnaPage .contents__memo__list-authorized ul li {
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
  .dnaPage .contents__memo__list-authorized ul li:last-child {
    margin-bottom: 0;
  }
  .dnaPage .contents__memo__list-authorized ul li span {
    display: inline-block;
  }
  .dnaPage .contents__memo__list-authorized ul li span:nth-of-type(1) {
    width: 85%;
  }
  .dnaPage .contents__memo__list-authorized ul li span:nth-of-type(2) {
    width: 15%;
    text-align: right;
  }
  .dnaPage .contents__memo__episode-block {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    margin-top: 20px;
  }
  .dnaPage .contents__memo__episode-block + .contents__memo__episode-block {
    margin-top: 40px;
  }
  .dnaPage .contents__memo__episode__figure {
    text-align: center;
    margin-top: 10px;
  }
  .dnaPage .contents__memo__episode__figure-pct {
    margin-bottom: 16px;
  }
  .dnaPage .contents__memo__episode__figure-pct img {
    width: 172px;
  }
  .dnaPage .contents__memo__episode__figure p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .dnaPage .contents__memo__episode__detail__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4642857143;
    margin-bottom: 10px;
  }
  .dnaPage .contents__memo__episode__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
    margin-top: 10px;
  }
  .dnaPage .contents__memo__table__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .dnaPage .contents__memo__table p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .dnaPage .contents__memo__table p + table {
    margin-top: 15px;
  }
  .dnaPage .contents__memo__table table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .dnaPage .contents__memo__table table tr th {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    padding: 6px 0 0;
  }
  .dnaPage .contents__memo__table table tr td {
    display: block;
    padding: 0 0 12px;
  }
  .dnaPage .contents__memo__table table tr td strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .dnaPage .contents__memo__closebtn {
    position: absolute;
    top: 11px;
    right: 15px;
  }
  .dnaPage .contents__memo__closebtn span {
    cursor: pointer;
    display: inline-block;
    width: 85px;
    font-size: 16px;
    padding-right: 25px;
    background-image: url(/_assets/images/common/link-close.png);
    background-size: 18px 18px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .dnaPage .contents__memo__dllist {
    padding-top: 10px;
  }
  .dnaPage .contents__memo__dllist dl {
    margin-bottom: 20px;
  }
  .dnaPage .contents__memo__dllist dl:nth-of-type(4) {
    margin-bottom: 0;
  }
  .dnaPage .contents__memo__dllist dl dt {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 8px;
  }
  .dnaPage .contents__memo__dllist dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F60000;
  }
  .dnaPage .contents__memo__dllist dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .dnaPage .relation-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .dnaPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .dnaPage .relation__entrylist {
    margin-bottom: 20px;
  }
  .dnaPage .relation__entrylist-block {
    margin-bottom: 40px;
  }
  .dnaPage .relation__entrylist__thumb {
    margin-bottom: 20px;
  }
  .dnaPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.40625;
  }
  .dnaPage .backbtn {
    margin-bottom: 80px;
  }
  .dnaPage .backbtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .dnaPage .backbtn a span {
    position: relative;
  }
  .dnaPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 24px 24px;
  }
}

.keywordsPage {
  background-color: #F7F6F4;
}
@media all and (min-width: 769px) {
  .keywordsPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .lead-wrap {
    width: 89.7222222222vw;
    padding: 3.125vw 0 2.4305555556vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .lead-wrap {
    width: 1292px;
    padding: 45px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .lead__title {
    font-size: 3.6111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .lead__title {
    font-size: 52px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .lead__title.is-small {
    font-size: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .lead__title.is-small {
    font-size: 34px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .entrylist .fade-in {
    transform: translateY(0px);
  }
  .keywordsPage .entrylist-wrap {
    width: 89.7222222222vw;
    margin-inline: auto;
    margin-bottom: 11.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .entrylist-wrap {
    width: 1292px;
    margin-bottom: 160px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .entrylist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .keywordsPage .entrylist ul li {
    width: 25%;
  }
  .keywordsPage .entrylist ul li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 11.5277777778vw;
    padding-left: 3.125vw;
    background-color: #000000;
    border: 4px solid #000000;
    margin-right: -4px;
    margin-bottom: -4px;
    will-change: transform;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .entrylist ul li a {
    height: 166px;
    padding-left: 45px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .entrylist ul li a::before {
    content: "";
    position: absolute;
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.1805555556vw;
    background-image: url(/_assets/images/common/link-bk2.png);
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .entrylist ul li a::before {
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 17px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .entrylist ul li a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .keywordsPage .entrylist ul li a span {
    display: inline-block;
    width: 15.9722222222vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.8055555556vw;
    line-height: 1.4615384615;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .entrylist ul li a span {
    width: 230px;
    font-size: 26px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .entrylist ul li a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .keywordsPage .entrylist ul li a:hover::before {
    background-image: url(/_assets/images/common/link-wh2.png);
  }
  .keywordsPage .entrylist ul li a:hover span {
    color: #FFFFFF;
  }
  .keywordsPage .contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 89.7222222222vw;
    margin-bottom: 4.8611111111vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents-wrap {
    width: 1292px;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__theme {
    width: 36.5277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents__theme {
    width: 526px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__theme span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 3.4722222222vw;
    line-height: 1.5;
    height: 36.5277777778vw;
    background-color: #ffffff;
    border: 4px solid #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents__theme span {
    font-size: 50px;
    height: 526px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__detail {
    width: 49.7222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents__detail {
    width: 716px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents__detail p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__detail p + p {
    margin-top: 2rem;
  }
  .keywordsPage .contents__detail p a {
    color: #2C72E3;
  }
  .keywordsPage .contents__detail p a:hover {
    text-decoration: underline;
  }
  .keywordsPage .contents__detail__taglink {
    margin-top: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents__detail__taglink {
    margin-top: 65px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__detail__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.1805555556vw;
    color: #717171;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .contents__detail__taglink a {
    font-size: 17px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .contents__detail__taglink a + a {
    margin-left: 1rem;
  }
  .keywordsPage .others-wrap {
    width: 89.7222222222vw;
    margin-bottom: 4.8611111111vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .others-wrap {
    width: 1292px;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .others__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .others__title {
    font-size: 34px;
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .others__keywords ul {
    display: flex;
    flex-wrap: wrap;
  }
  .keywordsPage .others__keywords ul li {
    margin-right: 1.9444444444vw;
    margin-bottom: 1.9444444444vw;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .others__keywords ul li {
    margin-right: 28px;
    margin-bottom: 28px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .others__keywords ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    font-size: 2.1527777778vw;
    line-height: 5.4166666667vw;
    height: 5.4166666667vw;
    padding: 0 2.2222222222vw;
    background-color: #ffffff;
    border-radius: 2.7083333333vw;
    transition: background 0.3s ease;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .others__keywords ul li a {
    font-size: 31px;
    line-height: 78px;
    height: 78px;
    padding: 0 32px;
    border-radius: 39px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .others__keywords ul li a::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 2.7083333333vw;
    background: linear-gradient(90deg, #F60000 0%, #0050AA 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .others__keywords ul li a::before {
    border-radius: 39px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .others__keywords ul li a::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 2.5vw;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .others__keywords ul li a::after {
    border-radius: 36px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .others__keywords ul li a:hover {
    background: transparent;
  }
  .keywordsPage .others__keywords ul li a:hover::before, .keywordsPage .others__keywords ul li a:hover::after {
    opacity: 1;
  }
  .keywordsPage .others__keywords ul li a span {
    position: relative;
    z-index: 1;
  }
  .keywordsPage .relation-wrap {
    width: 89.7222222222vw;
    margin-bottom: 4.8611111111vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .relation-wrap {
    width: 1292px;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .relation__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .relation__entrylist {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8194444444vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .relation__entrylist {
    margin-bottom: 40px;
    gap: 55px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .relation__entrylist-block {
    width: 27.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .relation__entrylist-block {
    width: 394px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .relation__entrylist-block a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .keywordsPage .relation__entrylist-block a:hover img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .keywordsPage .relation__entrylist__thumb {
    margin-bottom: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .relation__entrylist__thumb {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .relation__entrylist__title {
    font-size: 32px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .backbtn {
    text-align: center;
    margin-bottom: 11.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .backbtn {
    margin-bottom: 170px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .backbtn a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .backbtn a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .keywordsPage .backbtn a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #F7F6F4;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .keywordsPage .backbtn a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .keywordsPage .backbtn a:hover span {
    color: #FFFFFF;
  }
  .keywordsPage .backbtn a:hover span::after {
    background-image: url(/_assets/images/common/link-wh.png);
  }
  .keywordsPage .backbtn a span {
    position: relative;
  }
  .keywordsPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .keywordsPage .backbtn a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (max-width: 768px) {
  .keywordsPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 20px;
    margin-inline: auto;
  }
  .keywordsPage .lead__title {
    font-size: 30px;
  }
  .keywordsPage .lead__title.is-small {
    font-size: 24px;
  }
  .keywordsPage .entrylist .fade-in {
    transform: translateY(0px);
  }
  .keywordsPage .entrylist-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 80px;
  }
  .keywordsPage .entrylist ul li {
    width: 100%;
  }
  .keywordsPage .entrylist ul li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #ffffff;
    border: 2px solid #000000;
    margin-right: -2px;
    margin-bottom: -2px;
  }
  .keywordsPage .entrylist ul li a::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 20px;
    height: 17px;
    background-image: url(/_assets/images/common/link-bk2.png);
    background-size: 100% 100%;
  }
  .keywordsPage .entrylist ul li a span {
    display: inline-block;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.4615384615;
    padding-left: 20px;
  }
  .keywordsPage .contents-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .keywordsPage .contents__theme {
    margin-bottom: 20px;
  }
  .keywordsPage .contents__theme span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.5;
    aspect-ratio: 1;
    background-color: #ffffff;
    border: 2px solid #000000;
  }
  .keywordsPage .contents__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .keywordsPage .contents__detail p + p {
    margin-top: 2rem;
  }
  .keywordsPage .contents__detail p a {
    color: #2C72E3;
  }
  .keywordsPage .contents__detail__taglink {
    margin-top: 20px;
  }
  .keywordsPage .contents__detail__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
  }
  .keywordsPage .contents__detail__taglink a + a {
    margin-left: 1rem;
  }
  .keywordsPage .others-wrap {
    padding-left: 4.25%;
    margin-bottom: 50px;
  }
  .keywordsPage .others__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 25px;
  }
  .keywordsPage .others__keywords ul {
    display: flex;
    flex-wrap: wrap;
  }
  .keywordsPage .others__keywords ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .keywordsPage .others__keywords ul li a {
    display: block;
    max-width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 20px;
    line-height: 1.3333333333;
    padding: 14px 24px 17px 24px;
    background-color: #ffffff;
    border-radius: 30px;
  }
  .keywordsPage .relation-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .keywordsPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .keywordsPage .relation__entrylist {
    margin-bottom: 20px;
  }
  .keywordsPage .relation__entrylist-block {
    margin-bottom: 40px;
  }
  .keywordsPage .relation__entrylist__thumb {
    margin-bottom: 20px;
  }
  .keywordsPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.40625;
  }
  .keywordsPage .backbtn {
    margin-bottom: 80px;
  }
  .keywordsPage .backbtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .keywordsPage .backbtn a span {
    position: relative;
  }
  .keywordsPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 24px 24px;
  }
}

.historyPage {
  background-color: #F7F6F4;
}
.historyPage .navigation {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.historyPage .navigation.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media all and (min-width: 769px) {
  .historyPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .lead-wrap {
    width: 89.7222222222vw;
    padding: 3.125vw 0 6.9444444444vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .lead-wrap {
    width: 1292px;
    padding: 45px 0 100px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .lead__title {
    font-size: 3.6111111111vw;
    line-height: 1.4230769231;
    margin-bottom: 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .lead__title {
    font-size: 52px;
    margin-bottom: 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .lead__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .historyPage .lead__desc p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .lead__desc p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .lead__desc p + p {
    margin-top: 3.8rem;
  }
  .historyPage .lead__desc p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .historyPage .lead__desc__ico img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: auto;
    height: 24px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1400px) and (hover: none) and (pointer: coarse) {
  .historyPage .lead__desc__ico img {
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .historyPage .lead__desc__ico img {
    zoom: 0.7;
    line-height: 1.8;
  }
}
@media all and (min-width: 769px) {
  .historyPage .navigation {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .historyPage .navigation-wrap {
    width: 60.0694444444vw;
    padding-bottom: 2.7777777778vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .navigation-wrap {
    width: 865px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .historyPage .navigation ul li {
    width: 13.6111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .navigation ul li {
    width: 196px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8055555556vw;
    color: white;
    height: 4.7222222222vw;
    background-color: #ffffff;
    border-radius: 2.3611111111vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .navigation ul li a {
    font-size: 26px;
    height: 68px;
    border-radius: 34px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .navigation ul li a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .historyPage .navigation ul li a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .historyPage .navigation ul li a:hover span {
    color: #000000;
  }
  .historyPage .navigation ul li a:hover span::after {
    background-image: url(/_assets/images/history/ico-arrowdown-bk.png);
  }
  .historyPage .navigation ul li a span {
    position: relative;
  }
  .historyPage .navigation ul li a span::after {
    content: "";
    position: absolute;
    right: -2.4305555556vw;
    top: 50%;
    width: 0.9722222222vw;
    height: 0.4861111111vw;
    background-image: url(/_assets/images/history/ico-arrowdown.png);
    background-size: 0.9722222222vw 0.4861111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .navigation ul li a span::after {
    right: -35px;
    width: 14px;
    height: 7px;
    background-size: 14px 7px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block {
    background-color: #EAE8E4;
  }
  .historyPage .contents-block:nth-of-type(2n) {
    background-color: transparent;
  }
  .historyPage .contents-block:nth-of-type(2n) .contents__title {
    color: #EAE8E4;
  }
  .historyPage .contents-block:nth-of-type(2n) .contents__year {
    background-color: #F7F6F4;
  }
  .historyPage .contents-block:nth-of-type(2n) .contents__slogan__sub {
    color: #D8D4CE;
  }
  .historyPage .contents-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 89.7222222222vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-wrap {
    width: 1292px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-wrap-left {
    width: 50%;
  }
  .historyPage .contents-block-wrap-right {
    width: 50%;
    border-left: 4px solid #000000;
  }
  .historyPage .contents-block-wrap.is-last {
    padding-bottom: 143px;
    background-image: url(/_assets/images/history/bg-dot.png);
    background-position: calc(50% + 2px) bottom;
    background-repeat: no-repeat;
    background-size: 4px 143px;
  }
  .historyPage .contents-block-01 .contents__title {
    margin-bottom: 6.5972222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-01 .contents__title {
    margin-bottom: 95px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-01 .contents-block-wrap-right {
    margin-top: 4.1666666667vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-01 .contents-block-wrap-right {
    margin-top: 60px;
    padding-bottom: 30px 0 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-02 .contents-block-wrap-right {
    padding: 3.4722222222vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-02 .contents-block-wrap-right {
    padding: 50px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-03 .contents-block-wrap-right {
    padding: 3.125vw 0 2.6388888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-03 .contents-block-wrap-right {
    padding: 45px 0 38px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-04 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-04 .contents-block-wrap-right {
    padding: 40px 0 10px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-04 .contents__year {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-04 .contents__year {
    margin-bottom: 0;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-05 .contents__title {
    margin-bottom: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-05 .contents__title {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-05 .contents-block-wrap-left {
    padding-bottom: 5.4166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-05 .contents-block-wrap-left {
    padding-bottom: 78px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-05 .contents-block-wrap-right {
    padding: 5.5555555556vw 0 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-05 .contents-block-wrap-right {
    padding: 80px 0 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-05 .contents__year {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-05 .contents__year {
    margin-top: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-06 .contents__title {
    margin-bottom: 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-06 .contents__title {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-06 .contents-block-wrap-left {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-06 .contents-block-wrap-left {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-06 .contents-block-wrap-right {
    padding-top: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-06 .contents-block-wrap-right {
    padding-top: 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-07 .contents-block-wrap-right {
    padding: 2.4305555556vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-07 .contents-block-wrap-right {
    padding: 35px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-08 .contents-block-wrap-right {
    padding: 2.9861111111vw 0 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-08 .contents-block-wrap-right {
    padding: 43px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-09 .contents-block-wrap-right {
    padding: 3.125vw 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-09 .contents-block-wrap-right {
    padding: 45px 0 30px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-10 .contents__title {
    margin-bottom: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-10 .contents__title {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-10 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-10 .contents-block-wrap-right {
    padding: 40px 0 25px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-11 .contents__title {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-11 .contents__title {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-11 .contents-block-wrap-left {
    padding-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-11 .contents-block-wrap-left {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-11 .contents-block-wrap-right {
    padding-top: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-11 .contents-block-wrap-right {
    padding-top: 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-12 .contents__title {
    margin-bottom: 11.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-12 .contents__title {
    margin-bottom: 160px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-12 .contents-block-wrap-right {
    padding: 2.6388888889vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-12 .contents-block-wrap-right {
    padding: 38px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-13 .contents-block-wrap-right {
    padding: 2.4305555556vw 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-13 .contents-block-wrap-right {
    padding: 35px 0 30px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-14 .contents__title {
    margin-bottom: 17.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-14 .contents__title {
    margin-bottom: 250px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-14 .contents-block-wrap-right {
    padding: 2.4305555556vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-14 .contents-block-wrap-right {
    padding: 35px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-15 .contents__title {
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-15 .contents__title {
    margin-bottom: 55px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-15 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-15 .contents-block-wrap-right {
    padding: 40px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-16 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-16 .contents-block-wrap-right {
    padding: 40px 0 34px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-17 .contents__slogan {
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-17 .contents__slogan {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-17 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-17 .contents-block-wrap-right {
    padding: 40px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-18 .contents__slogan {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-18 .contents__slogan {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-18 .contents-block-wrap-right {
    padding: 2.5vw 0 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-18 .contents-block-wrap-right {
    padding: 36px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-19 .contents-block-wrap-left {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-19 .contents-block-wrap-left {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-19 .contents-block-wrap-right {
    padding-top: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-19 .contents-block-wrap-right {
    padding-top: 50px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-19 .contents__slogan {
    margin-bottom: 0;
  }
  .historyPage .contents-block-20 .contents__slogan {
    margin-bottom: 7.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-20 .contents__slogan {
    margin-bottom: 105px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-20 .contents-block-wrap-right {
    padding: 2.3611111111vw 0 2.5vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-20 .contents-block-wrap-right {
    padding: 34px 0 36px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-21 .contents__slogan {
    margin-bottom: 9.0277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-21 .contents__slogan {
    margin-bottom: 130px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-21 .contents-block-wrap-right {
    padding: 2.9166666667vw 0 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-21 .contents-block-wrap-right {
    padding: 42px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-22 .contents__slogan {
    margin-bottom: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-22 .contents__slogan {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-22 .contents-block-wrap-left {
    padding-bottom: 2.6388888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-22 .contents-block-wrap-left {
    padding-bottom: 38px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-22 .contents-block-wrap-right {
    padding-top: 2.6388888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-22 .contents-block-wrap-right {
    padding-top: 38px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-23 .contents__slogan {
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-23 .contents__slogan {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-23 .contents-block-wrap-right {
    padding: 2.6388888889vw 0 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-23 .contents-block-wrap-right {
    padding: 38px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-24 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 2.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-24 .contents-block-wrap-right {
    padding: 40px 0 33px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-25 .contents-block-wrap-right {
    padding-top: 2.6388888889vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-25 .contents-block-wrap-right {
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-26 .contents__slogan {
    margin-bottom: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-26 .contents__slogan {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-26 .contents-block-wrap-right {
    padding: 2.0833333333vw 0 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-26 .contents-block-wrap-right {
    padding: 30px 0 45px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-27 .contents__slogan {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-27 .contents__slogan {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-27 .contents-block-wrap-right {
    padding-top: 3.4722222222vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-27 .contents-block-wrap-right {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-28 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-28 .contents-block-wrap-right {
    padding: 40px 0 30px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-29 .contents__slogan {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-29 .contents__slogan {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-29 .contents-block-wrap-left {
    padding-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-29 .contents-block-wrap-left {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-29 .contents-block-wrap-right {
    padding-top: 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-29 .contents-block-wrap-right {
    padding-top: 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-30 .contents__slogan {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-30 .contents__slogan {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-30 .contents-block-wrap-right {
    padding: 2.0833333333vw 0 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-30 .contents-block-wrap-right {
    padding: 30px 0 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-31 .contents-block-wrap-right {
    padding: 3.4722222222vw 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-31 .contents-block-wrap-right {
    padding: 50px 0 30px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-32 .contents-block-wrap-right {
    padding: 2.7777777778vw 0 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-32 .contents-block-wrap-right {
    padding: 40px 0 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-33 .contents-block-wrap-right {
    padding: 2.6388888889vw 0 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-33 .contents-block-wrap-right {
    padding: 38px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-34 .contents-block-wrap-right {
    padding: 3.3333333333vw 0 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-34 .contents-block-wrap-right {
    padding: 48px 0 30px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-35 .contents-block-wrap-right {
    padding: 3.3333333333vw 0 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-35 .contents-block-wrap-right {
    padding: 48px 0 40px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-36 {
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-36 {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents-block-36 .contents-block-wrap-right {
    padding-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents-block-36 .contents-block-wrap-right {
    padding-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__title {
    color: #F7F6F4;
    font-size: 7.5694444444vw;
    line-height: 1.1009174312;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__title {
    font-size: 109px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__title span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 5vw;
    line-height: 1.1944444444;
    margin-left: 0.8333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__title span {
    font-size: 72px;
    margin-left: 12px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 77.9%;
  }
  .historyPage .contents__desc + .contents__desc {
    margin-top: 2.9861111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__desc + .contents__desc {
    margin-top: 43px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc + .contents__detail {
    margin-top: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__desc + .contents__detail {
    margin-top: 34px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc + .contents__year {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__desc + .contents__year {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc + dl {
    margin-top: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__desc + dl {
    margin-top: 34px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc__text {
    width: 48.3%;
  }
  .historyPage .contents__desc__text.is-no_pct {
    width: 81%;
  }
  .historyPage .contents__desc__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 1.6875;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__desc__text p {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc__text p + p {
    margin-top: 3.8rem;
  }
  .historyPage .contents__desc__text p + p.is-less-margin {
    margin-top: 1.5rem;
  }
  .historyPage .contents__desc__text p a {
    display: inline-block;
    margin: 0 5px;
  }
  .historyPage .contents__desc__text p a img {
    width: auto;
    height: 24px;
    vertical-align: middle;
    transition: ease 0.2s;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .historyPage .contents__desc__text p a img {
    zoom: 0.7;
    line-height: 1.8;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc__text p a img:hover {
    opacity: 0.5;
  }
  .historyPage .contents__desc__pct {
    width: 44.7%;
  }
  .historyPage .contents__desc.is-wide .contents__desc__text {
    width: 81%;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__desc.is-wide .contents__desc__text {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__desc.is-wide .contents__desc__pct {
    width: 81%;
  }
  .historyPage .contents__slogan {
    margin-top: 2.3611111111vw;
    margin-bottom: 6.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__slogan {
    margin-top: 34px;
    margin-bottom: 98px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__slogan__sub {
    color: #F7F6F4;
    font-size: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__slogan__sub {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__slogan__main span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    line-height: 1.2352941176;
    padding: 0 8px 15px;
    background-image: url(/_assets/images/history/bg-line.png);
    background-position: left bottom;
    background-size: 100% 5px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__slogan__main span {
    font-size: 34px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__year {
    position: relative;
    left: -85px;
    width: 170px;
    text-align: center;
    font-size: 3.3333333333vw;
    line-height: 1.25;
    padding: 0.5555555556vw 0;
    background-color: #EAE8E4;
    margin-bottom: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__year {
    font-size: 48px;
    padding: 8px 0;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__year span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    line-height: 1.2352941176;
    margin-left: 0.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__year span {
    font-size: 34px;
    margin-left: 8px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__month {
    position: relative;
    top: -0.6rem;
    font-size: 1.7361111111vw;
    line-height: 1.52;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__month {
    font-size: 25px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__month span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 1.5555555556;
    margin-left: 0.2777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__month span {
    font-size: 18px;
    margin-left: 4px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail + .contents__year {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__detail + .contents__year {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 76.3%;
    margin-left: 10.625vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__detail dl {
    margin-left: 153px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: -10.625vw;
    width: 9.0972222222vw;
    height: 2px;
    background-color: #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__detail dl::before {
    left: -153px;
    width: 131px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl.is-no_month::before {
    width: 13.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__detail dl.is-no_month::before {
    width: 192px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl + dl {
    margin-top: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__detail dl + dl {
    margin-top: 34px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl dt {
    width: 11.1%;
  }
  .historyPage .contents__detail dl dd {
    width: 84.1%;
  }
  .historyPage .contents__detail dl dd p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.5555555556;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .historyPage .contents__detail dl dd p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl dd p + p {
    margin-top: 1.8rem;
  }
  .historyPage .contents__detail dl dd p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .historyPage .contents__detail dl dd p a {
    display: inline-block;
    margin: 0 5px;
  }
  .historyPage .contents__detail dl dd p a img {
    width: auto;
    height: 24px;
    vertical-align: middle;
    transition: ease 0.2s;
  }
}
@media screen and (min-width: 769px) and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .historyPage .contents__detail dl dd p a img {
    zoom: 0.7;
    line-height: 1.8;
  }
}
@media all and (min-width: 769px) {
  .historyPage .contents__detail dl dd p a img:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .historyPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 35px;
    margin-inline: auto;
  }
  .historyPage .lead__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.44;
    margin-bottom: 30px;
  }
  .historyPage .lead__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .historyPage .lead__desc p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .historyPage .lead__desc p + p {
    margin-top: 2rem;
  }
  .historyPage .lead__desc__ico {
    display: inline-block;
    line-height: 1;
  }
  .historyPage .lead__desc__ico img {
    position: relative;
    top: -2px;
    width: auto;
    height: 20px;
    vertical-align: middle;
  }
  .historyPage .navigation {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .historyPage .navigation-wrap {
    width: 91.5%;
    padding-bottom: 30px;
    margin-inline: auto;
  }
  .historyPage .navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .historyPage .navigation ul li {
    width: 21.8666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 375px) {
  .historyPage .navigation ul li {
    width: 82px;
  }
}
@media all and (max-width: 768px) {
  .historyPage .navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8vw;
    line-height: 1;
    color: white;
    height: 40px;
    background-color: #000000;
    border-radius: 20px;
  }
}
@media (max-width: 768px) and (min-width: 375px) {
  .historyPage .navigation ul li a {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .historyPage .contents-block {
    position: relative;
    background-image: url(/_assets/images/history/bg-v_line--sp.png);
    background-repeat: repeat-y;
    background-size: 3px auto;
    background-position: center top;
    background-color: #EAE8E4;
  }
  .historyPage .contents-block:nth-of-type(2n) {
    background-color: transparent;
  }
  .historyPage .contents-block:nth-of-type(2n) .contents__title,
  .historyPage .contents-block:nth-of-type(2n) .contents__slogan__sub {
    color: #EAE8E4;
  }
  .historyPage .contents-block:nth-of-type(2n) .contents__year,
  .historyPage .contents-block:nth-of-type(2n) .contents__detail dl,
  .historyPage .contents-block:nth-of-type(2n) .contents__desc,
  .historyPage .contents-block:nth-of-type(2n) .contents__slogan {
    background-color: #F7F6F4;
  }
  .historyPage .contents-block-wrap {
    width: 91.5%;
    margin-inline: auto;
  }
  .historyPage .contents-block-wrap.is-last {
    padding-bottom: 100px;
    background-image: url(/_assets/images/history/bg-dot.png);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: 3px 100px;
  }
  .historyPage .contents-block-01 {
    padding: 40px 0 24px;
    background-repeat: no-repeat;
    background-size: 3px 95%;
    background-position: center bottom;
  }
  .historyPage .contents-block-01 .contents__year:nth-of-type(1) {
    margin-bottom: 48px;
  }
  .historyPage .contents-block-02, .historyPage .contents-block-03 {
    padding: 24px 0;
  }
  .historyPage .contents-block-04, .historyPage .contents-block-05, .historyPage .contents-block-06, .historyPage .contents-block-07, .historyPage .contents-block-08, .historyPage .contents-block-09, .historyPage .contents-block-10, .historyPage .contents-block-11, .historyPage .contents-block-12, .historyPage .contents-block-13, .historyPage .contents-block-14, .historyPage .contents-block-15, .historyPage .contents-block-16, .historyPage .contents-block-17, .historyPage .contents-block-18, .historyPage .contents-block-19, .historyPage .contents-block-20, .historyPage .contents-block-21, .historyPage .contents-block-22, .historyPage .contents-block-23, .historyPage .contents-block-24, .historyPage .contents-block-25, .historyPage .contents-block-26, .historyPage .contents-block-27, .historyPage .contents-block-28, .historyPage .contents-block-29, .historyPage .contents-block-30, .historyPage .contents-block-31, .historyPage .contents-block-32, .historyPage .contents-block-33, .historyPage .contents-block-34, .historyPage .contents-block-35 {
    padding: 92px 0 24px;
  }
  .historyPage .contents-block-04, .historyPage .contents-block-05, .historyPage .contents-block-29 {
    padding-bottom: 1px;
  }
  .historyPage .contents-block-36 {
    padding-top: 60px;
    background-size: 3px 70%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }
  .historyPage .contents-block-36 .contents-block-wrap-right {
    padding-top: 24px;
  }
  .historyPage .contents__title {
    position: absolute;
    top: 0;
    left: 4.53vw;
    color: #F7F6F4;
    font-size: 70px;
    line-height: 1.2857142857;
  }
  .historyPage .contents__title span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.3043478261;
    margin-left: 5px;
  }
  .historyPage .contents__desc {
    padding: 12px 0;
    background-color: #EAE8E4;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .historyPage .contents__desc__pct {
    text-align: center;
    margin-bottom: 20px;
  }
  .historyPage .contents__desc__pct img {
    width: 65.6%;
  }
  .historyPage .contents__desc__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0;
  }
  .historyPage .contents__desc__text p + p {
    margin-top: 1.8rem;
  }
  .historyPage .contents__desc__text p + p.is-less-margin {
    margin-top: 0.8rem;
  }
  .historyPage .contents__desc__text p a {
    display: inline-block;
    margin: 0 3px;
  }
  .historyPage .contents__desc__text p a img {
    width: auto;
    height: 20px;
    vertical-align: middle;
  }
  .historyPage .contents__desc + dl.sp-view {
    margin-top: -30px;
  }
  .historyPage .contents__slogan {
    text-align: center;
    padding: 6px 0 10px;
    background-color: #EAE8E4;
    margin-bottom: 24px;
  }
  .historyPage .contents__slogan__sub {
    color: #F7F6F4;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .historyPage .contents__slogan__main span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2857142857;
    padding: 0 5px 7px;
    background-image: url(/_assets/images/history/bg-line.png);
    background-position: left bottom;
    background-size: 100% 4px;
    background-repeat: no-repeat;
  }
  .historyPage .contents__year {
    text-align: center;
    font-size: 33px;
    line-height: 1.5151515152;
    padding: 3px 0;
    background-color: #EAE8E4;
    margin-bottom: 24px;
  }
  .historyPage .contents__year span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    margin-left: 6px;
  }
  .historyPage .contents__month {
    position: relative;
    top: -0.6rem;
    font-size: 23px;
    line-height: 1.5652173913;
  }
  .historyPage .contents__month span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.625;
    margin-left: 3px;
  }
  .historyPage .contents__detail + .contents__year {
    margin-top: 48px;
  }
  .historyPage .contents__detail dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0;
    background-color: #EAE8E4;
  }
  .historyPage .contents__detail dl.sp-width dd {
    position: relative;
    left: -9% !important;
  }
  .historyPage .contents__detail dl + dl {
    margin-top: 24px;
  }
  .historyPage .contents__detail dl + dl.is-no_month dd {
    position: relative;
    left: -9%;
  }
  .historyPage .contents__detail dl dt {
    width: 15%;
  }
  .historyPage .contents__detail dl dd {
    width: 81.6%;
  }
  .historyPage .contents__detail dl dd p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
  .historyPage .contents__detail dl dd p + p {
    margin-top: 1.8rem;
  }
  .historyPage .contents__detail dl dd p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .historyPage .contents__detail dl dd p a {
    display: inline-block;
    margin: 0 3px;
  }
  .historyPage .contents__detail dl dd p a img {
    width: auto;
    height: 20px;
    vertical-align: middle;
  }
}

.interviewPage {
  background-color: #F7F6F4;
}
@media all and (min-width: 769px) {
  .interviewPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead-wrap {
    width: 89.7222222222vw;
    padding: 3.125vw 0 4.1666666667vw;
    margin-inline: auto;
    border-bottom: 4px solid #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead-wrap {
    width: 1292px;
    padding: 45px 0 60px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__title {
    font-size: 2.3611111111vw;
    color: #0050AA;
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__title {
    font-size: 34px;
    margin-bottom: 55px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .interviewPage .lead__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interviewPage .lead__detail__thumb {
    width: 36.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__detail__thumb {
    width: 530px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__detail__text {
    width: 49.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__detail__text {
    width: 708px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__detail__text-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.4444444444vw;
    letter-spacing: -0.1rem;
    line-height: 1.359375;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__detail__text-head {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__detail__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    margin-bottom: 2.9166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__detail__text p {
    font-size: 18px;
    margin-bottom: 42px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__detail__text__taglink-date {
    font-size: 1.1805555556vw;
    margin-right: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__detail__text__taglink-date {
    font-size: 17px;
    margin-right: 30px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__detail__text__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.1805555556vw;
    color: #717171;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .lead__detail__text__taglink a {
    font-size: 17px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .lead__detail__text__taglink a + a {
    margin-left: 1rem;
  }
  .interviewPage .contents {
    width: 89.7222222222vw;
    margin-inline: auto;
    padding-bottom: 6.9444444444vw;
    border-bottom: 4px solid #000000;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents {
    width: 1292px;
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents-wrap {
    position: relative;
  }
  .interviewPage .contents__member {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4.1666666667vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__title {
    width: 26.5972222222vw;
    color: #0050AA;
    font-size: 3.4027777778vw;
    line-height: 1.3469387755;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__title {
    width: 383px;
    font-size: 49px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.7361111111vw;
    line-height: 1.4;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list__name {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.7333333333;
    margin-bottom: 1.9444444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list__title {
    font-size: 15px;
    margin-bottom: 28px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 2.125;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list__text {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 56.4583333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list dl {
    width: 813px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list dl + dl {
    margin-top: 4.0277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list dl + dl {
    margin-top: 58px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list dl dt {
    width: 10.2083333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list dl dt {
    width: 147px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__member__list dl dd {
    width: 41.25vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__member__list dl dd {
    width: 594px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk {
    padding: 0 6.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk {
    padding: 0 96px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 3.3333333333vw;
    line-height: 1.3333333333;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__title {
    font-size: 48px;
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.5vw;
    line-height: 1.5;
    color: #0050AA;
    margin-bottom: 1.5972222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__subtitle {
    font-size: 36px;
    margin-bottom: 23px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__figure + .contents__talk__list {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__figure + .contents__talk__list {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__figure + .contents__talk__title {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__figure + .contents__talk__title {
    margin-top: 105px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__figure + .contents__talk__subtitle {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__figure + .contents__talk__subtitle {
    margin-top: 105px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__figure-p0105 {
    padding-right: 6.25vw;
    margin-bottom: 5.9027777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__figure-p0105 {
    padding-right: 90px;
    margin-bottom: 85px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list + .contents__talk__figure {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list + .contents__talk__figure {
    margin-top: 50px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list + .contents__talk__title {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list + .contents__talk__title {
    margin-top: 105px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list + .contents__talk__subtitle {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list + .contents__talk__subtitle {
    margin-top: 105px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list + .contents__talk__text {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list + .contents__talk__text {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__question {
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__question {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__question p {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.25vw;
    text-indent: 54px;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__question p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__question p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3888888889vw;
    width: 36px;
    height: 1px;
    background-color: #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__question p::before {
    top: 20px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer + .contents__talk__list__question {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer + .contents__talk__list__question {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer + .contents__talk__list__answer-wrap {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer + .contents__talk__list__answer-wrap {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer-no_thumb {
    margin-top: 20px !important;
  }
  .interviewPage .contents__talk__list__answer-no_thumb + dl {
    margin-top: 35px !important;
  }
  .interviewPage .contents__talk__list__answer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list,
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list__question,
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list__answer {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list,
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list__question,
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list__answer {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer-wrap dl {
    width: 47.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer-wrap dl {
    width: 683px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer-wrap dl dd {
    width: 39.7222222222vw !important;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer-wrap dl dd {
    width: 572px !important;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interviewPage .contents__talk__list__answer dl + dl {
    margin-top: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer dl + dl {
    margin-top: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer dl dt {
    width: 6.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer dl dt {
    width: 87px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer dl dt p {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer dl dt p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer dl dd {
    width: 68.6805555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer dl dd {
    width: 989px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__answer dl dd p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__answer dl dd p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__figures {
    width: 26.1805555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__figures {
    width: 377px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__figures ul li + li {
    margin-top: 0.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__figures ul li + li {
    margin-top: 8px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__last {
    margin-top: 3.4722222222vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__last {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__last p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__list__last p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__list__last-w500 p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .interviewPage .contents__talk__text {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__text {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .contents__talk__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .contents__talk__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .relation-wrap {
    width: 89.7222222222vw;
    margin-bottom: 6.9444444444vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .relation-wrap {
    width: 1292px;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .relation__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .relation__entrylist {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8194444444vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .relation__entrylist {
    gap: 55px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .relation__entrylist-block {
    width: 27.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .relation__entrylist-block {
    width: 394px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .relation__entrylist-block a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .interviewPage .relation__entrylist-block a:hover img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .interviewPage .relation__entrylist__thumb {
    margin-bottom: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .relation__entrylist__thumb {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .relation__entrylist__title {
    font-size: 32px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .backbtn {
    text-align: center;
    margin-bottom: 11.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .backbtn {
    margin-bottom: 170px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .backbtn a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .backbtn a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .interviewPage .backbtn a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #F7F6F4;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .interviewPage .backbtn a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .interviewPage .backbtn a:hover span {
    color: #FFFFFF;
  }
  .interviewPage .backbtn a:hover span::after {
    background-image: url(/_assets/images/common/link-wh.png);
  }
  .interviewPage .backbtn a span {
    position: relative;
  }
  .interviewPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .interviewPage .backbtn a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (max-width: 768px) {
  .interviewPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 40px;
    margin-inline: auto;
    border-bottom: 2px solid #000000;
  }
  .interviewPage .lead__title {
    font-size: 27px;
    color: #0050AA;
    margin-bottom: 30px;
  }
  .interviewPage .lead__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .interviewPage .lead__detail__thumb {
    margin-bottom: 20px;
  }
  .interviewPage .lead__detail__text-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -0.1rem;
    line-height: 1.359375;
    margin-bottom: 25px;
  }
  .interviewPage .lead__detail__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    margin-bottom: 20px;
  }
  .interviewPage .lead__detail__text__taglink-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: -5px;
  }
  .interviewPage .lead__detail__text__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
  }
  .interviewPage .lead__detail__text__taglink a + a {
    margin-left: 1rem;
  }
  .interviewPage .contents {
    width: 91.5%;
    margin-inline: auto;
    padding-bottom: 50px;
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
  }
  .interviewPage .contents-wrap {
    position: relative;
  }
  .interviewPage .contents__member {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .interviewPage .contents__member__title {
    color: #0050AA;
    font-size: 30px;
    line-height: 1.3469387755;
    margin-bottom: 20px;
  }
  .interviewPage .contents__member__list__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .interviewPage .contents__member__list__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7333333333;
    margin-bottom: 15px;
  }
  .interviewPage .contents__member__list__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .interviewPage .contents__member__list dl + dl {
    margin-top: 50px;
  }
  .interviewPage .contents__member__list dl dt {
    text-align: center;
    margin-bottom: 20px;
  }
  .interviewPage .contents__member__list dl dt img {
    width: 50%;
  }
  .interviewPage .contents__talk__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3333333333;
    margin-bottom: 25px;
  }
  .interviewPage .contents__talk__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    color: #0050AA;
    margin-bottom: 12px;
  }
  .interviewPage .contents__talk__figure {
    overflow: hidden;
    margin: 0 -4.25%;
  }
  .interviewPage .contents__talk__figure + .contents__talk__list {
    margin-top: 25px;
  }
  .interviewPage .contents__talk__figure + .contents__talk__title {
    margin-top: 60px;
  }
  .interviewPage .contents__talk__figure + .contents__talk__subtitle {
    margin-top: 60px;
  }
  .interviewPage .contents__talk__list + .contents__talk__figure {
    margin-top: 30px;
  }
  .interviewPage .contents__talk__list + .contents__talk__title {
    margin-top: 60px;
  }
  .interviewPage .contents__talk__list + .contents__talk__subtitle {
    margin-top: 60px;
  }
  .interviewPage .contents__talk__list + .contents__talk__text {
    margin-top: 35px;
  }
  .interviewPage .contents__talk__list__question {
    margin-bottom: 30px;
  }
  .interviewPage .contents__talk__list__question p {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 2.1111111111;
    text-indent: 30px;
  }
  .interviewPage .contents__talk__list__question p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 22px;
    height: 1px;
    background-color: #000000;
  }
  .interviewPage .contents__talk__list__answer + .contents__talk__list__question {
    margin-top: 45px;
  }
  .interviewPage .contents__talk__list__answer + .contents__talk__list__answer-wrap {
    margin-top: 45px;
  }
  .interviewPage .contents__talk__list__answer-no_thumb {
    margin-top: 20px !important;
  }
  .interviewPage .contents__talk__list__answer-no_thumb + dl {
    margin-top: 35px !important;
  }
  .interviewPage .contents__talk__list__answer-wrap {
    position: relative;
  }
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list,
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list__question,
  .interviewPage .contents__talk__list__answer-wrap + .contents__talk__list__answer {
    margin-top: 45px;
  }
  .interviewPage .contents__talk__list__answer dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interviewPage .contents__talk__list__answer dl + dl {
    margin-top: 45px;
  }
  .interviewPage .contents__talk__list__answer dl dt {
    margin-bottom: 10px;
  }
  .interviewPage .contents__talk__list__answer dl dt img {
    width: 80px;
    vertical-align: middle;
    margin-right: 15px;
  }
  .interviewPage .contents__talk__list__answer dl dt p {
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .interviewPage .contents__talk__list__answer dl dd {
    width: 989px;
  }
  .interviewPage .contents__talk__list__answer dl dd p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .interviewPage .contents__talk__list__figures {
    display: none;
  }
  .interviewPage .contents__talk__list__last {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .interviewPage .contents__talk__list__last p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 2.1111111111;
  }
  .interviewPage .contents__talk__list__last-w500 p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .interviewPage .contents__talk__text {
    margin-bottom: 25px;
  }
  .interviewPage .contents__talk__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .interviewPage .relation-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .interviewPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .interviewPage .relation__entrylist {
    margin-bottom: 20px;
  }
  .interviewPage .relation__entrylist-block {
    margin-bottom: 40px;
  }
  .interviewPage .relation__entrylist__thumb {
    margin-bottom: 20px;
  }
  .interviewPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.40625;
  }
  .interviewPage .backbtn {
    margin-bottom: 80px;
  }
  .interviewPage .backbtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .interviewPage .backbtn a span {
    position: relative;
  }
  .interviewPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 24px 24px;
  }
}

.columnPage {
  background-color: #F7F6F4;
}
@media all and (min-width: 769px) {
  .columnPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead-wrap {
    width: 89.7222222222vw;
    padding: 3.125vw 0 4.1666666667vw;
    margin-inline: auto;
    border-bottom: 4px solid #000000;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead-wrap {
    width: 1292px;
    padding: 45px 0 60px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__title {
    font-size: 2.3611111111vw;
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__title {
    font-size: 34px;
    margin-bottom: 55px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .columnPage .lead__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .columnPage .lead__detail__thumb {
    width: 36.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__detail__thumb {
    width: 530px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__detail__text {
    width: 49.1666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__detail__text {
    width: 708px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__detail__text-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.4444444444vw;
    letter-spacing: -0.1rem;
    line-height: 1.359375;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__detail__text-head {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__detail__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    margin-bottom: 2.9166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__detail__text p {
    font-size: 18px;
    margin-bottom: 42px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__detail__text__taglink-date {
    font-size: 1.1805555556vw;
    margin-right: 2.0833333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__detail__text__taglink-date {
    font-size: 17px;
    margin-right: 30px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__detail__text__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.1805555556vw;
    color: #717171;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .lead__detail__text__taglink a {
    font-size: 17px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .lead__detail__text__taglink a + a {
    margin-left: 1rem;
  }
  .columnPage .contents {
    width: 89.7222222222vw;
    margin-inline: auto;
    padding-bottom: 5.5555555556vw;
    border-bottom: 4px solid #000000;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents {
    width: 1292px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents-wrap {
    position: relative;
  }
  .columnPage .contents__question {
    padding: 0 6.6666666667vw;
    margin-top: 6.5972222222vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__question {
    padding: 0 96px;
    margin-top: 95px;
    margin-bottom: 120px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__question-wrap {
    padding: 3.4722222222vw 7.9861111111vw 4.5138888889vw;
    background-color: #ffffff;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__question-wrap {
    padding: 50px 115px 65px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__question__title {
    text-align: center;
    margin-bottom: 2.9166666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__question__title {
    margin-bottom: 42px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__question__title span {
    position: relative;
    display: inline-block;
    font-size: 2.5vw;
    line-height: 1.6666666667;
    padding-right: 3.8194444444vw;
    background: url(/_assets/images/column/ico-mic.png) right top no-repeat;
    background-size: 2.5694444444vw 3.0555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__question__title span {
    font-size: 36px;
    padding-right: 55px;
    background-size: 37px 44px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__question__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 3.3333333333vw;
    line-height: 1.3333333333;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__question__text p {
    font-size: 48px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton {
    padding: 0 6.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton {
    padding: 0 96px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton-block {
    margin-bottom: 9.375vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton-block {
    margin-bottom: 135px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton-block.is-bottom_border {
    padding-bottom: 5.5555555556vw;
    border-bottom: 4px solid #000000;
    margin-bottom: 7.9861111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton-block.is-bottom_border {
    padding-bottom: 80px;
    margin-bottom: 115px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__num {
    display: flex;
    align-items: center;
    width: 14.7916666667vw;
    height: 2.9861111111vw;
    padding-left: 1.25vw;
    background: url(/_assets/images/column/bg-title.png);
    background-size: 100% 100%;
    margin-bottom: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__num {
    width: 213px;
    height: 43px;
    padding-left: 18px;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__num img {
    width: auto;
    height: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__num img {
    height: 20px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 3.3333333333vw;
    line-height: 1.3333333333;
    margin-bottom: 2.6388888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__title {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__speaker {
    margin-bottom: 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__speaker {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__speaker-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.7361111111vw;
    line-height: 1.4;
    margin-bottom: 0.3472222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__speaker-name {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__speaker-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.7333333333;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__speaker-title {
    font-size: 15px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__speaker dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .columnPage .contents__baton__speaker dl dt {
    width: 6.0416666667vw;
    margin-right: 2.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__speaker dl dt {
    width: 87px;
    margin-right: 32px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__figure {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__figure {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__text {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__text {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__baton__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__baton__text p + p {
    margin-top: 1rem;
  }
  .columnPage .contents__baton__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .columnPage .contents__epilogue {
    padding: 0 6.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__epilogue {
    padding: 0 96px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__epilogue__title {
    margin-bottom: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__epilogue__title {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__epilogue__title-sub {
    font-size: 2.3611111111vw;
    line-height: 1.2352941176;
    margin-bottom: 2.0138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__epilogue__title-sub {
    font-size: 34px;
    margin-bottom: 29px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__epilogue__title-main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.0972222222vw;
    line-height: 1.2711864407;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__epilogue__title-main {
    font-size: 59px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents__epilogue__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents__epilogue__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02 {
    width: 89.7222222222vw;
    padding-top: 6.7361111111vw;
    margin-inline: auto;
    border-bottom: 4px solid #000000;
    margin-bottom: 5.5555555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02 {
    width: 1292px;
    padding-top: 97px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02-wrap {
    padding: 0 6.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02-wrap {
    padding: 0 96px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02-block {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02-block {
    margin-bottom: 75px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__title span {
    display: inline-block;
    width: 11.8055555556vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.9444444444vw;
    line-height: 1.4;
    letter-spacing: 0.5rem;
    color: #ffffff;
    padding-left: 1.1805555556vw;
    background-color: #000000;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__title span {
    width: 170px;
    font-size: 28px;
    padding-left: 17px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4.0972222222vw;
    line-height: 1.2711864407;
    margin-bottom: 2.4305555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__title h2 {
    font-size: 59px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead {
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead p + p {
    margin-top: 2rem;
  }
  .columnPage .contents02__lead p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .columnPage .contents02__lead p strong.no-highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    display: inline;
    background-color: transparent !important;
  }
  .columnPage .contents02__lead p small {
    display: inline-block;
    font-size: 1.1111111111vw;
    line-height: 1.6;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead p small {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead p a {
    color: #2C72E3;
  }
  .columnPage .contents02__lead p a:hover {
    text-decoration: underline;
  }
  .columnPage .contents02__lead-quote {
    padding: 2.4305555556vw 2.0833333333vw;
    border: 0.4166666667vw solid #DFDEDE;
    margin-top: 2.2222222222vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote {
    padding: 28px 26px;
    border: 6px solid #DFDEDE;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote-photo {
    margin-top: 4rem !important;
    margin-bottom: 2rem;
  }
  .columnPage .contents02__lead-quote__comment-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .columnPage .contents02__lead-quote__comment__figure {
    width: 10.7638888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__figure {
    width: 155px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote__comment__figure-pct {
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__figure-pct {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote__comment__figure-pct img {
    width: 6.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__figure-pct img {
    width: 87px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote__comment__figure p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.0416666667vw;
    letter-spacing: 0;
    line-height: 1.7777777778;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__figure p {
    font-size: 15px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote__comment__figure p span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__figure p span {
    font-size: 25px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote__comment__detail {
    width: 58.2638888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__detail {
    width: 839px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__lead-quote__comment__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__lead-quote__comment__detail p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__figure {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__figure {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__figure-2col {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4166666667vw;
    margin-bottom: 3.8194444444vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__figure-2col {
    margin-bottom: 55px;
    gap: 6px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__figure-2col img {
    width: calc(50% - 0.2083333333vw);
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__figure-2col img {
    width: calc(50% - 3px);
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__figure-caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.1111111111vw;
    letter-spacing: 0;
    line-height: 1.8125;
    padding-top: 1.7361111111vw;
    padding-bottom: 1.7361111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__figure-caption {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__figure-caption a {
    color: #2C72E3;
  }
  .columnPage .contents02__figure-caption a:hover {
    text-decoration: underline;
  }
  .columnPage .contents02__figure-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 2.1111111111;
    padding-bottom: 0.8333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__figure-title {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo {
    position: relative;
    padding: 3.125vw 2.3611111111vw 1px;
    border: 4px solid #000000;
    border-radius: 27px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo {
    padding: 45px 34px 1px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo + .contents02__lead {
    margin-top: 4.5138888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo + .contents02__lead {
    margin-top: 65px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.5vw;
    line-height: 1.5;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo-wrap {
    margin-bottom: 4.0277777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo-wrap {
    margin-bottom: 58px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1111111111;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo__text p a {
    color: #2C72E3;
  }
  .columnPage .contents02__memo__text p a:hover {
    text-decoration: underline;
  }
  .columnPage .contents02__memo__text p small {
    display: inline-block;
    font-size: 1.1111111111vw;
    line-height: 1.8125;
    margin-top: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo__text p small {
    font-size: 16px;
    margin-top: 26px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 1.7361111111vw;
    line-height: 1.8;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo__name {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo__name small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo__name small {
    font-size: 15px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .contents02__memo__photo {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .contents02__memo__photo {
    margin-top: 40px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .relation-wrap {
    width: 89.7222222222vw;
    margin-bottom: 8.3333333333vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .relation-wrap {
    width: 1292px;
    margin-bottom: 120px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .relation__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .relation__entrylist {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8194444444vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .relation__entrylist {
    gap: 55px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .relation__entrylist-block {
    width: 27.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .relation__entrylist-block {
    width: 394px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .relation__entrylist-block a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .columnPage .relation__entrylist-block a:hover img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .columnPage .relation__entrylist__thumb {
    margin-bottom: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .relation__entrylist__thumb {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .relation__entrylist__title {
    font-size: 32px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .backbtn {
    text-align: center;
    margin-bottom: 11.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .backbtn {
    margin-bottom: 170px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .backbtn a {
    display: inline-block;
    font-size: 1.6666666667vw;
    line-height: 6.8055555556vw;
    height: 6.8055555556vw;
    padding: 0 4.8611111111vw 0 8.3333333333vw;
    background-color: #000000;
    border: 2px solid #ABA8AE;
    border-radius: 3.4027777778vw;
    will-change: transform;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .backbtn a {
    font-size: 24px;
    line-height: 98px;
    height: 98px;
    padding: 0 70px 0 120px;
    border-radius: 49px;
  }
}
@media all and (min-width: 769px) {
  .columnPage .backbtn a::after {
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #F7F6F4;
    width: 100%;
    height: 100%;
    transition: position 200ms 0s ease-out;
    pointer-events: none;
  }
  .columnPage .backbtn a:hover::after {
    left: 100%;
    transition: all 0.25s ease-out 0s;
  }
  .columnPage .backbtn a:hover span {
    color: #FFFFFF;
  }
  .columnPage .backbtn a:hover span::after {
    background-image: url(/_assets/images/common/link-wh.png);
  }
  .columnPage .backbtn a span {
    position: relative;
  }
  .columnPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -2.4305555556vw;
    top: 0;
    width: 1.875vw;
    height: 1.875vw;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 1.875vw 1.875vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .columnPage .backbtn a span::after {
    left: -35px;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
@media all and (max-width: 768px) {
  .columnPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 40px;
    margin-inline: auto;
    border-bottom: 2px solid #000000;
  }
  .columnPage .lead__title {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .columnPage .lead__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .columnPage .lead__detail__thumb {
    margin-bottom: 20px;
  }
  .columnPage .lead__detail__text-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -0.1rem;
    line-height: 1.359375;
    margin-bottom: 25px;
  }
  .columnPage .lead__detail__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    margin-bottom: 20px;
  }
  .columnPage .lead__detail__text__taglink-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: -5px;
  }
  .columnPage .lead__detail__text__taglink a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
  }
  .columnPage .lead__detail__text__taglink a + a {
    margin-left: 1rem;
  }
  .columnPage .contents {
    width: 91.5%;
    margin-inline: auto;
    padding-bottom: 50px;
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
  }
  .columnPage .contents-wrap {
    position: relative;
  }
  .columnPage .contents__question {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .columnPage .contents__question-wrap {
    padding: 20px 20px 30px;
    background-color: #ffffff;
  }
  .columnPage .contents__question__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .columnPage .contents__question__title span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.6666666667;
    padding-right: 30px;
    background: url(/_assets/images/column/ico-mic.png) right top no-repeat;
    background-size: 20px 24px;
  }
  .columnPage .contents__question__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3333333333;
  }
  .columnPage .contents__baton-block {
    margin-bottom: 70px;
  }
  .columnPage .contents__baton-block.is-bottom_border {
    padding-bottom: 25px;
    border-bottom: 2px solid #000000;
    margin-bottom: 50px;
  }
  .columnPage .contents__baton__num {
    display: flex;
    align-items: center;
    width: 150px;
    height: 30px;
    padding-left: 12px;
    background: url(/_assets/images/column/bg-title.png);
    background-size: 100% 100%;
    margin-bottom: 18px;
  }
  .columnPage .contents__baton__num img {
    width: auto;
    height: 15px;
  }
  .columnPage .contents__baton__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3333333333;
    margin-bottom: 20px;
  }
  .columnPage .contents__baton__speaker {
    text-align: center;
    margin-bottom: 25px;
  }
  .columnPage .contents__baton__speaker-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .columnPage .contents__baton__speaker-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7333333333;
  }
  .columnPage .contents__baton__speaker dl dt {
    text-align: center;
    margin-bottom: 10px;
  }
  .columnPage .contents__baton__speaker dl dt img {
    width: 85px;
  }
  .columnPage .contents__baton__figure {
    margin-bottom: 30px;
  }
  .columnPage .contents__baton__text {
    margin-bottom: 45px;
  }
  .columnPage .contents__baton__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .columnPage .contents__baton__text p + p {
    margin-top: 1rem;
  }
  .columnPage .contents__baton__text p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }
  .columnPage .contents__epilogue__title {
    margin-bottom: 25px;
  }
  .columnPage .contents__epilogue__title-sub {
    font-size: 24px;
    line-height: 1.2352941176;
    margin-bottom: 18px;
  }
  .columnPage .contents__epilogue__title-main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2711864407;
  }
  .columnPage .contents__epilogue__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .columnPage .contents__member {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .columnPage .contents__member__title {
    color: #0050AA;
    font-size: 30px;
    line-height: 1.3469387755;
    margin-bottom: 20px;
  }
  .columnPage .contents__member__list__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .columnPage .contents__member__list__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7333333333;
    margin-bottom: 15px;
  }
  .columnPage .contents__member__list__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .columnPage .contents__member__list dl + dl {
    margin-top: 50px;
  }
  .columnPage .contents__member__list dl dt {
    text-align: center;
    margin-bottom: 20px;
  }
  .columnPage .contents__member__list dl dt img {
    width: 50%;
  }
  .columnPage .contents__talk__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3333333333;
    margin-bottom: 25px;
  }
  .columnPage .contents__talk__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    color: #0050AA;
    margin-bottom: 12px;
  }
  .columnPage .contents__talk__figure {
    overflow: hidden;
    margin: 0 -4.25%;
  }
  .columnPage .contents__talk__figure + .contents__talk__list {
    margin-top: 25px;
  }
  .columnPage .contents__talk__figure + .contents__talk__title {
    margin-top: 60px;
  }
  .columnPage .contents__talk__figure + .contents__talk__subtitle {
    margin-top: 60px;
  }
  .columnPage .contents__talk__list + .contents__talk__figure {
    margin-top: 30px;
  }
  .columnPage .contents__talk__list + .contents__talk__title {
    margin-top: 60px;
  }
  .columnPage .contents__talk__list + .contents__talk__subtitle {
    margin-top: 60px;
  }
  .columnPage .contents__talk__list + .contents__talk__text {
    margin-top: 35px;
  }
  .columnPage .contents__talk__list__question {
    margin-bottom: 30px;
  }
  .columnPage .contents__talk__list__question p {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 2.1111111111;
    text-indent: 30px;
  }
  .columnPage .contents__talk__list__question p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 22px;
    height: 1px;
    background-color: #000000;
  }
  .columnPage .contents__talk__list__answer + .contents__talk__list__question {
    margin-top: 45px;
  }
  .columnPage .contents__talk__list__answer + .contents__talk__list__answer-wrap {
    margin-top: 45px;
  }
  .columnPage .contents__talk__list__answer-no_thumb {
    margin-top: 20px !important;
  }
  .columnPage .contents__talk__list__answer-no_thumb + dl {
    margin-top: 35px !important;
  }
  .columnPage .contents__talk__list__answer-wrap {
    position: relative;
  }
  .columnPage .contents__talk__list__answer-wrap + .contents__talk__list,
  .columnPage .contents__talk__list__answer-wrap + .contents__talk__list__question,
  .columnPage .contents__talk__list__answer-wrap + .contents__talk__list__answer {
    margin-top: 45px;
  }
  .columnPage .contents__talk__list__answer dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .columnPage .contents__talk__list__answer dl + dl {
    margin-top: 45px;
  }
  .columnPage .contents__talk__list__answer dl dt {
    margin-bottom: 10px;
  }
  .columnPage .contents__talk__list__answer dl dt img {
    width: 80px;
    vertical-align: middle;
    margin-right: 15px;
  }
  .columnPage .contents__talk__list__answer dl dt p {
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .columnPage .contents__talk__list__answer dl dd {
    width: 989px;
  }
  .columnPage .contents__talk__list__answer dl dd p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .columnPage .contents__talk__list__figures {
    display: none;
  }
  .columnPage .contents__talk__list__last {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .columnPage .contents__talk__list__last p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 2.1111111111;
  }
  .columnPage .contents__talk__list__last-w500 p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .columnPage .contents__talk__text {
    margin-bottom: 25px;
  }
  .columnPage .contents__talk__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
  }
  .columnPage .contents02 {
    width: 91.5%;
    margin-inline: auto;
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
  }
  .columnPage .contents02__title span {
    display: inline-block;
    width: 120px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.5rem;
    color: #ffffff;
    padding-left: 12px;
    background-color: #000000;
    margin-bottom: 10px;
  }
  .columnPage .contents02__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2711864407;
    margin-bottom: 15px;
  }
  .columnPage .contents02__lead {
    margin-bottom: 30px;
  }
  .columnPage .contents02__lead p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    word-break: break-all;
  }
  .columnPage .contents02__lead p + p {
    margin-top: 2rem;
  }
  .columnPage .contents02__lead p strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: inline;
    background-color: #F4FD00;
  }
  .columnPage .contents02__lead p strong.no-highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    display: inline;
    background-color: transparent !important;
  }
  .columnPage .contents02__lead p small {
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
  }
  .columnPage .contents02__lead p a {
    color: #2C72E3;
  }
  .columnPage .contents02__lead-quote {
    padding: 15px;
    border: 3px solid #DFDEDE;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .columnPage .contents02__lead-quote__comment-block {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .columnPage .contents02__lead-quote__comment__figure {
    text-align: center;
    margin-top: 10px;
  }
  .columnPage .contents02__lead-quote__comment__figure-pct {
    margin-bottom: 10px;
  }
  .columnPage .contents02__lead-quote__comment__figure-pct img {
    width: 130px;
  }
  .columnPage .contents02__lead-quote__comment__figure p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6666666667;
  }
  .columnPage .contents02__lead-quote__comment__figure p span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 18px;
  }
  .columnPage .contents02__lead-quote__comment__detail {
    margin-top: 5px;
  }
  .columnPage .contents02__lead-quote__comment__detail__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4642857143;
    margin-bottom: 10px;
  }
  .columnPage .contents02__lead-quote__comment__detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
  }
  .columnPage .contents02__figure {
    margin-bottom: 40px;
  }
  .columnPage .contents02__figure-2col {
    margin-bottom: 30px;
  }
  .columnPage .contents02__figure-2col img {
    margin-bottom: 5px;
  }
  .columnPage .contents02__figure-2col.is-wide img {
    margin-bottom: 4px;
  }
  .columnPage .contents02__figure-2col.is-reverse-sp {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .columnPage .contents02__figure-caption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.8125;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .columnPage .contents02__figure-caption a {
    color: #2C72E3;
  }
  .columnPage .contents02__figure-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8125;
    padding-bottom: 6px;
  }
  .columnPage .contents02__figure .sp-img-scroll-wrap {
    overflow-x: scroll;
    margin-right: -4.2%;
  }
  .columnPage .contents02__figure .sp-img-scroll-wrap img {
    width: 200%;
  }
  .columnPage .contents02__memo {
    position: relative;
    padding: 20px 20px 1px;
    border: 2px solid #000000;
    border-radius: 15px;
  }
  .columnPage .contents02__memo + .contents02__lead {
    margin-top: 30px;
  }
  .columnPage .contents02__memo__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .columnPage .contents02__memo-wrap {
    position: relative;
    margin-bottom: 30px;
  }
  .columnPage .contents02__memo__text {
    margin-bottom: 20px;
  }
  .columnPage .contents02__memo__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.1111111111;
    letter-spacing: -0.05rem;
  }
  .columnPage .contents02__memo__text p a {
    color: #2C72E3;
  }
  .columnPage .contents02__memo__text p small {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8125;
    margin-top: 15px;
  }
  .columnPage .contents02__memo__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .columnPage .contents02__memo__name small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
  }
  .columnPage .contents02__memo__photo {
    margin-top: 20px;
  }
  .columnPage .relation-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .columnPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .columnPage .relation__entrylist {
    margin-bottom: 20px;
  }
  .columnPage .relation__entrylist-block {
    margin-bottom: 40px;
  }
  .columnPage .relation__entrylist__thumb {
    margin-bottom: 20px;
  }
  .columnPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.40625;
  }
  .columnPage .backbtn {
    margin-bottom: 80px;
  }
  .columnPage .backbtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
    width: 77.86%;
    height: 86px;
    border: 2px solid #ABA8AE;
    border-radius: 43px;
    padding-left: 35px;
    margin-inline: auto;
  }
  .columnPage .backbtn a span {
    position: relative;
  }
  .columnPage .backbtn a span::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/_assets/images/common/link-bk.png);
    background-size: 24px 24px;
  }
}

.tagPage {
  background-color: #F7F6F4;
}
@media all and (min-width: 769px) {
  .tagPage {
    padding-top: 7.2222222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage {
    padding-top: 104px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .lead-wrap {
    width: 89.7222222222vw;
    padding: 3.125vw 0 2.4305555556vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .lead-wrap {
    width: 1292px;
    padding: 45px 0 35px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .lead__title {
    font-size: 3.6111111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .lead__title {
    font-size: 52px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .lead__title.is-small {
    font-size: 2.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .lead__title.is-small {
    font-size: 34px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others-wrap {
    width: 89.7222222222vw;
    margin-bottom: 4.8611111111vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .others-wrap {
    width: 1292px;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .others__title {
    font-size: 34px;
    margin-bottom: 45px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others__keywords ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tagPage .others__keywords ul li {
    margin-right: 1.9444444444vw;
    margin-bottom: 1.9444444444vw;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .others__keywords ul li {
    margin-right: 28px;
    margin-bottom: 28px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others__keywords ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    font-size: 2.1527777778vw;
    line-height: 5.4166666667vw;
    height: 5.4166666667vw;
    padding: 0 2.2222222222vw;
    background-color: #ffffff;
    border-radius: 2.7083333333vw;
    transition: background 0.3s ease;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .others__keywords ul li a {
    font-size: 31px;
    line-height: 78px;
    height: 78px;
    padding: 0 32px;
    border-radius: 39px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others__keywords ul li a::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 2.7083333333vw;
    background: linear-gradient(90deg, #F60000 0%, #0050AA 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .others__keywords ul li a::before {
    border-radius: 39px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others__keywords ul li a::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 2.5vw;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .others__keywords ul li a::after {
    border-radius: 36px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .others__keywords ul li a:hover {
    background: transparent;
  }
  .tagPage .others__keywords ul li a:hover::before, .tagPage .others__keywords ul li a:hover::after {
    opacity: 1;
  }
  .tagPage .others__keywords ul li a span {
    position: relative;
    z-index: 1;
  }
  .tagPage .relation-wrap {
    width: 89.7222222222vw;
    margin-bottom: 4.8611111111vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .relation-wrap {
    width: 1292px;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.3611111111vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .relation__title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .relation__entrylist {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8194444444vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .relation__entrylist {
    margin-bottom: 40px;
    gap: 55px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .relation__entrylist-block {
    width: 27.3611111111vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .relation__entrylist-block {
    width: 394px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .relation__entrylist-block a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .tagPage .relation__entrylist-block a:hover img {
    transform: scale(1.06);
    transition: transform 0.4s cubic-bezier(0.35, 3.35, 0.13, 0.36);
  }
  .tagPage .relation__entrylist__thumb {
    margin-bottom: 1.8055555556vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .relation__entrylist__thumb {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 769px) {
  .tagPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .tagPage .relation__entrylist__title {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  .tagPage .lead-wrap {
    width: 91.5%;
    padding: 25px 0 20px;
    margin-inline: auto;
  }
  .tagPage .lead__title {
    font-size: 30px;
  }
  .tagPage .lead__title.is-small {
    font-size: 24px;
  }
  .tagPage .others-wrap {
    padding-left: 4.25%;
    margin-bottom: 50px;
  }
  .tagPage .others__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 25px;
  }
  .tagPage .others__keywords ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tagPage .others__keywords ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .tagPage .others__keywords ul li a {
    display: block;
    max-width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 20px;
    line-height: 1.3333333333;
    padding: 14px 24px 17px 24px;
    background-color: #ffffff;
    border-radius: 30px;
  }
  .tagPage .relation-wrap {
    width: 91.5%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .tagPage .relation__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .tagPage .relation__entrylist {
    margin-bottom: 20px;
  }
  .tagPage .relation__entrylist-block {
    margin-bottom: 40px;
  }
  .tagPage .relation__entrylist__thumb {
    margin-bottom: 20px;
  }
  .tagPage .relation__entrylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.40625;
  }
}/*# sourceMappingURL=style.css.map */