@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ===== Fluid utilities (no @use) =====
   ≤767px = min, 768–1239px = 線形可変, ≥1240px = max
*/
/* 単位なし → px に強制（14 → 14px） */
/* 任意プロパティ1つ */
/* 2〜4値ショートハンド（padding, margin など） */
/* フォント用シュガー */
/* 旧API互換：unitlessでもOK（内部で px 化） */
/*
html--------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #162F29;
  margin: 0;
  padding: 0;
  font-family: zen-kaku-gothic-new, sans-serif !important;
  text-align: center;
  line-height: 1.6;
  position: relative;
  transition: all ease 0.4s;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

a {
  color: #8E0450;
  text-decoration: underline;
}

a:visited {
  color: #8E0450;
  text-decoration: underline;
}

a:hover {
  color: #8E0450;
  text-decoration: none;
}

a:active {
  color: #8E0450;
  text-decoration: underline;
}

ul {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  a:hover img {
    opacity: 1 !important;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
#js-vapor-wrapper {
  opacity: 0;
  filter: blur(40px);
  transition: filter 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  will-change: filter, opacity;
}
#js-vapor-wrapper.is-ready {
  opacity: 1;
  filter: blur(0);
}

/* header
===============================================================*/
header .logo {
  margin-bottom: 2em;
}
header .logo img {
  transform: scale(1);
  transition: all ease 0.4s;
}
header .logo img:hover {
  transform: scale(1.05);
  transition: all ease 0.4s;
}
header .logo h1 {
  font-size: clamp(10px, 0.8474576271vw + 3.4915254237px, 14px);
}
header .logo a {
  padding: 20px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 880px) {
  header .logo a {
    padding: 10px 15px;
  }
}
header .toggle-menu {
  display: none;
}

header.sp-header {
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: -200px;
  transition: all ease 0.4s;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 920px), screen and (max-height: 700px) {
  header.sp-header {
    visibility: visible;
    z-index: 1;
    top: 0;
    transition: all ease 0.4s;
    height: 70px;
    box-sizing: border-box;
    padding: 5px 15px;
    backdrop-filter: blur(3px);
  }
  header.sp-header .logo {
    margin-bottom: 0;
  }
  header.sp-header .logo a {
    padding: 0;
  }
  header.sp-header .logo img {
    transform: scale(1);
    transition: all ease 0.4s;
  }
  header.sp-header .logo img:hover {
    transform: scale(1);
    transition: all ease 0.4s;
  }
  header.sp-header .logo h1 {
    line-height: 1;
    font-size: clamp(9px, 0vw + 9px, 9px);
  }
  header.sp-header .toggle-menu {
    display: block;
    height: 80px;
    width: 80px;
    display: block;
    transform: scale(0.6);
    transform-origin: right top;
    border-radius: 15px;
    aspect-ratio: 80/80;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 99;
  }
  header.sp-header .toggle-menu span {
    width: 50px;
    height: 3px;
    display: block;
    border-radius: 2px;
    background-color: #8E0450;
    position: absolute;
    left: 15px;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  header.sp-header .toggle-menu span:nth-child(1) {
    top: 22px;
  }
  header.sp-header .toggle-menu span:nth-child(2) {
    top: 37px;
  }
  header.sp-header .toggle-menu em {
    top: 50px;
    position: absolute;
    right: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}

.openMenu .toggle-menu span:nth-child(1) {
  transform: rotate(20deg);
  top: 28px !important;
}

.openMenu .toggle-menu span:nth-child(2) {
  transform: rotate(-20deg);
  top: 28px !important;
}

aside {
  background: url(../images/ageha-moyou.svg) no-repeat top left;
  background-color: #f2f2f2;
  width: 250px;
  height: 100dvh;
  position: fixed;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
}
aside .gnav {
  text-align: left;
}
@media screen and (max-width: 920px) {
  aside .gnav {
    width: 80%;
  }
}
@media screen and (max-width: 920px) {
  aside .gnav ul {
    width: 100%;
  }
}
aside .gnav ul li {
  margin-bottom: 1em;
  font-size: clamp(18px, 0.8474576271vw + 11.4915254237px, 22px);
  line-height: 1.4;
  padding-left: 1.2em;
  transform: scale(1);
  transition: all ease 0.4s;
}
@media screen and (max-width: 920px) {
  aside .gnav ul li {
    padding-left: 1.5em;
    transform: scale(1.2);
    transform-origin: top left;
    margin-bottom: 1.5em;
  }
}
aside .gnav ul li.home {
  background: url(../images/ico-home.svg) no-repeat left 5px;
}
aside .gnav ul li.solution {
  background: url(../images/ico-solution.svg) no-repeat left 5px;
}
aside .gnav ul li.media {
  background: url(../images/ico-media.svg) no-repeat left 5px;
}
aside .gnav ul li.profile {
  background: url(../images/ico-profile.svg) no-repeat left 5px;
}
aside .gnav ul li.creator {
  background: url(../images/ico-creator.svg) no-repeat left 5px;
}
aside .gnav ul li.contact {
  background: url(../images/ico-contact.svg) no-repeat left 5px;
}
aside .gnav ul li:hover {
  transform: scale(1.1);
  transition: all ease 0.4s;
}
@media screen and (max-width: 920px) {
  aside .gnav ul li:hover {
    transform: scale(1.2);
  }
}
aside .gnav ul a {
  font-weight: bold;
  color: #162F29;
  position: relative;
  text-decoration: none;
  transition: all ease 0.4s;
}
@media screen and (max-width: 920px) {
  aside .gnav ul a {
    width: 100%;
  }
}
aside .gnav ul a span {
  display: block;
  font-size: clamp(11px, 0.2118644068vw + 9.3728813559px, 12px);
  color: #8E0450;
  letter-spacing: 0.1em;
  font-weight: normal;
}
aside .gnav ul.sub-menu {
  border-top: 1px solid #707070;
  padding-top: 1.5rem;
}
aside .gnav ul.sub-menu li {
  font-size: clamp(14px, 0.4237288136vw + 10.7457627119px, 16px);
  text-align: left;
}

@media screen and (max-width: 920px), screen and (max-height: 700px) {
  aside {
    right: 0;
    left: -300px;
    visibility: hidden;
    transition: all ease 0.4s;
  }
  aside .gnav {
    height: 0px;
    z-index: -1;
    visibility: hidden;
  }
  aside footer {
    display: none;
  }
  aside header {
    display: none;
  }
  .openMenu aside {
    visibility: visible;
    transition: all ease 0.4s;
    width: 100%;
    left: 0;
  }
  .openMenu aside .gnav {
    height: auto;
    z-index: 99;
    visibility: visible;
  }
}
/* footer
===============================================================*/
aside footer {
  position: absolute;
  bottom: 10px;
}
aside footer small {
  color: #000;
  font-size: clamp(10px, 0.4237288136vw + 6.7457627119px, 12px);
  letter-spacing: 0.1em;
  font-weight: bold;
}

footer .gototop {
  position: fixed;
  right: 1.5vw;
  bottom: 2vw;
  z-index: 10000;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
footer .gototop.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
footer .gototop a {
  display: block;
  background: url("../images/ico-gototop.svg") no-repeat right center/24px;
  width: 24px;
  height: 52px;
}
footer .gototop span {
  visibility: hidden;
  width: 0px;
  height: 0px;
  font-size: 1px;
  list-style: 1;
  display: block;
}
footer .sp-footer {
  position: fixed;
  bottom: -100px;
  width: 100%;
  transition: all ease 0.4s;
}
@media screen and (max-width: 920px), screen and (max-height: 700px) {
  footer .sp-footer {
    bottom: 0;
    height: 40px;
    z-index: 10000;
    background-color: rgba(142, 4, 80, 0.9);
    transition: all ease 0.4s;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
  }
  footer .sp-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }
  footer .sp-footer ul li {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    width: 33.3333333333%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer .sp-footer ul li:first-child {
    padding-left: 0;
    border-left: none;
  }
  footer .sp-footer a,
  footer .sp-footer div {
    font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    height: 40px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer .sp-footer a span,
  footer .sp-footer div span {
    display: inline-block;
  }
  footer .sp-footer a span.home,
  footer .sp-footer div span.home {
    background: url(../images/ico-f-home.svg) no-repeat left 50%;
    padding: 0 0 0 2em;
  }
  footer .sp-footer a span.pagetop,
  footer .sp-footer div span.pagetop {
    background: url(../images/ico-f-pagetop.svg) no-repeat left 50%;
    padding: 10px 0 10px 2em;
  }
  footer .sp-footer a span.togglemenu,
  footer .sp-footer div span.togglemenu {
    width: 30px;
    height: 2px;
    display: block;
    margin-right: 0.5em;
    background-color: #fff;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  footer .sp-footer a em,
  footer .sp-footer div em {
    display: block;
  }
  footer .sp-footer a span.togglemenu:nth-child(1),
  footer .sp-footer div span.togglemenu:nth-child(1) {
    top: 0;
  }
  footer .sp-footer a span.togglemenu:nth-child(2),
  footer .sp-footer div span.togglemenu:nth-child(2) {
    margin-top: 5px;
  }
}

.openMenu footer .toggle-menu span:nth-child(1) {
  transform: rotate(20deg) translateY(5px);
}

.openMenu footer .toggle-menu span:nth-child(2) {
  transform: rotate(-20deg) translateY(-2px);
}

/* body
===============================================================*/
main {
  margin-left: 250px;
  overflow: hidden;
  padding: 40px;
  transition: all ease 0.4s;
}
@media screen and (max-width: 920px), screen and (max-height: 700px) {
  main {
    margin-left: 0;
    transform: translateY(70px);
    transition: all ease 0.4s;
    padding: 5vw;
  }
}
.ly-inner {
  width: 1080px;
  margin: 0 auto;
  word-break: break-all;
  text-align: left;
}
@media screen and (max-width: 1430px) {
  .ly-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}

.ly-inner.swiper-area {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
}

.ly-inner.swiper-area + .ly-inner {
  margin-top: 5vw;
}

.top-role h2 {
  text-align: center;
  font-size: clamp(20px, 2.5423728814vw + 0.4745762712px, 32px);
  line-height: 1.3;
  margin-bottom: 1em;
}
.top-role h2 span {
  display: block;
  font-size: clamp(12px, 1.2711864407vw + 2.2372881356px, 18px);
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top-role .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.btn {
  text-align: center;
}
.btn a {
  width: 330px;
  height: 65px;
  background: #8E0450 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2222.848%22%20height%3D%2222.848%22%20viewBox%3D%220%200%2022.848%2022.848%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_82%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2082%22%20width%3D%2222.848%22%20height%3D%2222.848%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_57%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2057%22%20transform%3D%22translate(-15%20-48)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056%22%20transform%3D%22translate(15%2048)%22%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_197%22%20data-name%3D%22%E3%83%91%E3%82%B9%20197%22%20d%3D%22M68.034%2C49.416a1.548%2C1.548%2C0%2C0%2C1%2C2.19%2C0l3.712%2C3.713a1.548%2C1.548%2C0%2C0%2C1%2C0%2C2.19l-3.712%2C3.712a1.549%2C1.549%2C0%2C0%2C1-2.19-2.19l2.617-2.617-2.617-2.618a1.548%2C1.548%2C0%2C0%2C1%2C0-2.19%22%20transform%3D%22translate(-59.075%20-42.8)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_198%22%20data-name%3D%22%E3%83%91%E3%82%B9%20198%22%20d%3D%22M0%2C11.425A11.424%2C11.424%2C0%2C1%2C0%2C11.424%2C0%2C11.437%2C11.437%2C0%2C0%2C0%2C0%2C11.425m3.1%2C0a8.326%2C8.326%2C0%2C1%2C1%2C8.326%2C8.326A8.335%2C8.335%2C0%2C0%2C1%2C3.1%2C11.425%22%20transform%3D%22translate(0%20-0.001)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat right 1em top 50%;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(18px, 0.8474576271vw + 11.4915254237px, 22px);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
}
@media screen and (max-width: 640px) {
  .btn a {
    width: 100%;
    height: 50px;
    background-size: 10px;
  }
}
.btn a:hover {
  background-color: #000;
  transition: all ease 0.4s;
  background-position: right 0.8em top 50%;
}

.kv {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  height: clamp(250px, 32vw, 600px);
  border-radius: clamp(15px, 2vw, 30px);
  margin-bottom: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .kv {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%) translateY(-5vw);
    border-radius: 0;
    margin-bottom: 1rem;
  }
}
.kv h1 {
  position: absolute;
  bottom: 0.5em;
  left: 1.5em;
  z-index: 2;
  color: #fff;
  text-align: left;
  font-size: clamp(16px, 3.3898305085vw + -10.0338983051px, 32px);
  letter-spacing: 0.1em;
}
.kv h1 span {
  display: block;
  font-size: clamp(13px, 2.7542372881vw + -8.1525423729px, 26px);
}
.kv img,
.kv video {
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
  transform: scale(1) !important;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .kv img,
  .kv video {
    transform: scale(1.2) !important;
  }
}
.kv a:hover video {
  transform: scale(1.05) !important;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-reveal-img {
  opacity: 0;
  filter: blur(15px);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, filter;
}
.js-reveal-img.is-revealed {
  opacity: 1;
  filter: blur(0);
}

.top-solution-list,
.top-media-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .top-solution-list,
  .top-media-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.top-solution-list li,
.top-media-list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 920px) {
  .top-solution-list li,
  .top-media-list li {
    width: 100% !important;
  }
}
.top-solution-list li a,
.top-solution-list li span,
.top-media-list li a,
.top-media-list li span {
  text-decoration: none;
  color: #162F29;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 920px) {
  .top-solution-list li a,
  .top-solution-list li span,
  .top-media-list li a,
  .top-media-list li span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .top-solution-list li a,
  .top-solution-list li span,
  .top-media-list li a,
  .top-media-list li span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.top-solution-list li a:hover h3:after,
.top-solution-list li span:hover h3:after,
.top-media-list li a:hover h3:after,
.top-media-list li span:hover h3:after {
  width: 70px;
}
.top-solution-list li a:hover p,
.top-solution-list li span:hover p,
.top-media-list li a:hover p,
.top-media-list li span:hover p {
  text-decoration: underline;
}
.top-solution-list li figure,
.top-media-list li figure {
  position: relative;
  display: block;
}
@media screen and (max-width: 920px) {
  .top-solution-list li figure,
  .top-media-list li figure {
    width: 40%;
    padding-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .top-solution-list li figure,
  .top-media-list li figure {
    width: 100%;
  }
}
.top-solution-list li figure .img,
.top-media-list li figure .img {
  border-radius: 15px;
  aspect-ratio: 2/1.2;
  position: relative;
  overflow: hidden;
  display: block;
}
.top-solution-list li figure .img img,
.top-media-list li figure .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 920px) {
  .top-solution-list li .method,
  .top-media-list li .method {
    width: 55%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .top-solution-list li .method,
  .top-media-list li .method {
    width: 100%;
  }
}
.top-solution-list li h3,
.top-media-list li h3 {
  font-size: clamp(18px, 0.8474576271vw + 11.4915254237px, 22px);
  margin: 0.5em 0 1em;
  position: relative;
}
.top-solution-list li h3:after,
.top-media-list li h3:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  height: 3px;
  width: 50px;
  margin: auto;
  background: #8E0450;
  transition: all ease 0.4s;
}
@media screen and (max-width: 920px) {
  .top-solution-list li h3:after,
  .top-media-list li h3:after {
    left: 0;
    right: auto;
  }
}
.top-solution-list li p,
.top-media-list li p {
  font-size: clamp(15px, 0.6355932203vw + 10.1186440678px, 18px);
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 920px) {
  .top-solution-list li figure {
    width: 40%;
    padding-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .top-solution-list li figure {
    width: 100%;
  }
}
.top-solution-list li p {
  font-size: clamp(13px, 0.6355932203vw + 8.1186440678px, 16px);
  text-align: left;
}

.top-media-list li {
  text-align: left;
}
.top-media-list li a .img {
  aspect-ratio: 1200/630 !important;
  background: #CBCBCB;
  margin-bottom: 0.5em;
}
.top-media-list li a .img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.top-media-list li a:hover .img img {
  transform: scale(1.1);
  transition: all ease 0.4s;
}
.top-media-list li a time {
  font-size: clamp(11px, 0.4237288136vw + 7.7457627119px, 13px);
}
.top-media-list li a .cat {
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(11px, 0.2118644068vw + 9.3728813559px, 12px);
  background: #8E0450;
  line-height: 1;
  padding: 1px 1em;
  border-radius: 5px;
  color: #fff;
}
.top-media-list li a h3 {
  font-size: clamp(18px, 0.8474576271vw + 11.4915254237px, 22px);
  margin: 0.2em 0;
}
.top-media-list li a h3::after {
  display: none;
}
.top-media-list li a p {
  font-size: clamp(14px, 0.2118644068vw + 12.3728813559px, 15px);
  text-align: left;
}

.top-news-section {
  background: #ECECEC;
  padding: 3em;
  border-radius: 15px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .top-news-section {
    padding: 30px;
  }
}

.top-news-list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .top-news-list {
    width: 100%;
  }
}
.top-news-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.top-news-list li a,
.top-news-list li em {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  align-items: baseline;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem 0;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .top-news-list li a,
  .top-news-list li em {
    display: block;
  }
}
.top-news-list li a .date,
.top-news-list li em .date {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
}
@media screen and (max-width: 640px) {
  .top-news-list li a .date,
  .top-news-list li em .date {
    text-align: left;
    display: block;
  }
}
.top-news-list li a .text,
.top-news-list li em .text {
  min-width: 0;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 0.4237288136vw + 10.7457627119px, 16px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-news-list li a:hover .text,
.top-news-list li em:hover .text {
  text-decoration: underline;
}

.top-banner-section {
  margin-bottom: 5rem;
}

.more-link {
  text-align: right;
  padding-top: 2em;
}
.more-link a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2222.848%22%20height%3D%2222.848%22%20viewBox%3D%220%200%2022.848%2022.848%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_82%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2082%22%20width%3D%2222.848%22%20height%3D%2222.848%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_61%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2061%22%20transform%3D%22translate(-15%20-48)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056%22%20transform%3D%22translate(15%2048)%22%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_197%22%20data-name%3D%22%E3%83%91%E3%82%B9%20197%22%20d%3D%22M68.034%2C49.416a1.548%2C1.548%2C0%2C0%2C1%2C2.19%2C0l3.712%2C3.713a1.548%2C1.548%2C0%2C0%2C1%2C0%2C2.19l-3.712%2C3.712a1.549%2C1.549%2C0%2C0%2C1-2.19-2.19l2.617-2.617-2.617-2.618a1.548%2C1.548%2C0%2C0%2C1%2C0-2.19%22%20transform%3D%22translate(-59.075%20-42.8)%22%20fill%3D%22%238e0450%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat right 50%;
  padding-right: 1.5em;
}
.more-link a:hover {
  transform: scale(1.2);
}

.column2-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 880px) {
  .column2-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.column2-img figure {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 920px) {
  .column2-img figure {
    width: 100%;
  }
}
.column2-img figure a {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  display: block;
  aspect-ratio: 2/1;
}
.column2-img figure a figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #162F29;
  font-weight: bold;
  text-align: left;
  font-size: clamp(20px, 1.2711864407vw + 10.2372881356px, 26px);
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0.8em;
  border-radius: 5px;
}
.column2-img figure a figcaption span {
  font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
  color: #8E0450;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.column2-img figure a img {
  position: absolute;
  width: 100%;
  display: block;
  height: auto;
  transition: all ease 0.4s;
}
.column2-img figure a:hover img {
  transform: scale(1.05);
}

.top-block,
.top-store-area {
  text-align: left;
  margin-bottom: 7vw;
  position: relative;
}
@media screen and (max-width: 880px) {
  .top-block,
  .top-store-area {
    margin-bottom: 12vw;
  }
}
.top-block h2,
.top-store-area h2 {
  color: #F2F2F2;
  font-family: "Montserrat", zen-kaku-gothic-new, sans-serif !important;
  margin-bottom: 20px;
  position: relative;
  font-size: clamp(20px, 1.0593220339vw + 11.8644067797px, 25px);
}
.top-block h2 span,
.top-store-area h2 span {
  color: #F2F2F2;
}
.top-block h2:after,
.top-store-area h2:after {
  content: ".";
  color: #F2F2F2;
  position: absolute;
  top: -15px;
}
.top-block a,
.top-store-area a {
  color: #162F29;
  text-decoration: none;
}
.top-block figure,
.top-store-area figure {
  border-radius: clamp(15px, 5vw, 30px);
  overflow: hidden;
}
.top-block figure img,
.top-store-area figure img {
  transition: all ease 0.4s;
}
.top-block figure img:hover,
.top-store-area figure img:hover {
  transition: all ease 0.4s;
  transform: scale(1.1);
}
.top-block h3,
.top-store-area h3 {
  font-size: clamp(22px, 2.5423728814vw + 2.4745762712px, 34px);
  margin-bottom: 1em;
  margin-top: 1em;
}
.top-block p,
.top-store-area p {
  font-size: clamp(15px, 0.4237288136vw + 11.7457627119px, 17px);
}

.btn.normal {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
}
@media screen and (max-width: 880px) {
  .btn.normal {
    margin-top: 2vw;
  }
}
.btn.normal a {
  font-weight: bold;
  padding-right: 1em;
  border-radius: 50px;
  width: 130px;
  height: 35px;
  border: 1px solid #162F29;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #162F29;
  text-decoration: none;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.624%22%20height%3D%2211.352%22%20viewBox%3D%220%200%208.624%2011.352%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_13%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2013%22%20transform%3D%22translate(1.391%201.391)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M1%2C9.571%2C7.233%2C5.285%2C1%2C1%22%20transform%3D%22translate(-1%20-1)%22%20fill%3D%22none%22%20stroke%3D%22%23162f29%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat right 10px top 50%;
  color: #162F29;
  transition: all ease 0.4s;
}
.btn.normal a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.624%22%20height%3D%2211.352%22%20viewBox%3D%220%200%208.624%2011.352%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_84%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2084%22%20transform%3D%22translate(1.391%201.391)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M1%2C9.571%2C7.233%2C5.285%2C1%2C1%22%20transform%3D%22translate(-1%20-1)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: #162F29;
  background-position: right 8px top 50%;
  color: #fff;
  transition: all ease 0.4s;
}

.breadcrumb {
  margin-bottom: 30px;
  font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
}
.breadcrumb .ly-inner {
  width: 100%;
  padding: 0;
}
.breadcrumb ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  gap: 0;
  margin: 0;
  max-width: 100%;
}
.breadcrumb li {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.breadcrumb li:first-child a {
  background: url(../images/ico-home.svg) no-repeat left 50%/14px;
  padding-left: 1.4em;
}
.breadcrumb li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 8px;
  color: #CBCBCB;
  flex: 0 0 auto;
}
.breadcrumb a {
  color: #162F29;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb.fade-edges ul {
  mask-image: linear-gradient(to right, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
}
.breadcrumb ul::-webkit-scrollbar {
  height: 8px;
}
.breadcrumb ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.title-area {
  background: #ECECEC url(../images/second-back.svg) no-repeat right top/contain;
  border-radius: 15px;
  text-align: left;
  padding: 0 4vw;
  height: clamp(120px, 16.9491525424vw + -10.1694915254px, 200px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.title-area h1 {
  font-size: clamp(26px, 3.3898305085vw + -0.0338983051px, 42px);
  line-height: 1.2;
}
.title-area h1 span {
  color: #8E0450;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1.6949152542vw + 0.9830508475px, 22px);
}

.content h2 {
  font-size: clamp(26px, 1.2711864407vw + 16.2372881356px, 32px);
  position: relative;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 5px;
  background-color: #8E0450;
}
.content h2.media-tit {
  font-size: clamp(28px, 1.6949152542vw + 14.9830508475px, 36px);
  padding-bottom: 0;
}
.content h2.media-tit::after {
  display: none;
}
.content .read {
  padding: 0 3vw 3vw;
}
@media screen and (max-width: 640px) {
  .content .read {
    padding: 0 3vw 10vw;
  }
}
.content h3 {
  font-size: clamp(22px, 0.8474576271vw + 15.4915254237px, 26px);
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 0.7em;
}
.content h3:after {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #8E0450;
}
.content h3 span {
  font-weight: normal;
  color: #8E0450;
  display: inline-block;
  font-size: clamp(14px, 0.8474576271vw + 7.4915254237px, 18px);
  margin-left: 1em;
  letter-spacing: 0.1em;
}
.content p {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: clamp(16px, 0.4237288136vw + 12.7457627119px, 18px);
}
.content table {
  width: 100%;
  font-size: clamp(16px, 0.4237288136vw + 12.7457627119px, 18px);
}
.content table th {
  width: 20%;
  border-bottom: 1px solid #8E0450;
  text-align: center;
  padding: 1em;
  vertical-align: top;
}
.content table td {
  width: 80%;
  border-bottom: 1px solid #959595;
  padding: 1em;
}
.content table td dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  margin: 0;
}
.content table td dl dt {
  grid-column: 1;
  white-space: nowrap;
  margin: 0;
}
.content table td dl dd {
  grid-column: 2;
  margin: 0;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .content table th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding: 1em 1em 0;
    box-sizing: border-box;
    display: inline-block;
  }
  .content table td {
    width: 100%;
    border-bottom: 1px solid #8E0450;
    padding: 0.5em 1em 1em;
    display: inline-block;
    box-sizing: border-box;
  }
}
.content ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.content ul li {
  margin-bottom: 0.5em;
  font-size: clamp(16px, 0.4237288136vw + 12.7457627119px, 18px);
}
.content .top-media-list {
  margin: 0 0 3vw;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.content .top-media-list h3 {
  padding: 0;
}
.content .top-media-list li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1240px) {
  .content .top-media-list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 920px) {
  .content .top-media-list li {
    width: 100%;
  }
}
.content .btn {
  text-align: center;
}
.content .btn.moreMargin {
  margin-bottom: 5vw;
}
.content .btn a {
  margin: auto;
}

.vision-copy {
  margin-bottom: 1em;
  font-size: clamp(21px, 1.4830508475vw + 9.6101694915px, 28px);
  font-weight: 900;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .vision-copy {
    text-align: left;
  }
}
.vision-copy + p {
  line-height: 2;
  letter-spacing: 0.1em;
}

.solution-list {
  margin: 0 2vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .solution-list {
    margin-bottom: 5vw !important;
  }
}
.solution-list a,
.solution-list span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  text-decoration: none;
  color: #162F29;
}
@media screen and (max-width: 640px) {
  .solution-list a,
  .solution-list span {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.solution-list a figure,
.solution-list span figure {
  width: 350px;
  aspect-ratio: 4/2.5;
  overflow: hidden;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 640px) {
  .solution-list a figure,
  .solution-list span figure {
    width: 100%;
  }
}
.solution-list a figure img,
.solution-list span figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  transition: all ease 0.4s;
}
.solution-list a .method,
.solution-list span .method {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.solution-list a .method h3,
.solution-list span .method h3 {
  font-size: clamp(18px, 1.6949152542vw + 4.9830508475px, 26px);
  padding: 0;
  margin-bottom: 0.5em;
}
.solution-list a .method h3::after,
.solution-list span .method h3::after {
  display: none;
}
.solution-list a .method .link,
.solution-list span .method .link {
  text-align: right;
  align-self: flex-end;
  margin-top: auto;
  color: #fff;
  background-color: #8E0450;
  padding: 5px 1.5em;
  line-height: 1;
  border-radius: 15px;
  font-weight: bold;
  font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
  transition: all ease 0.4s;
}
.solution-list a:hover figure img,
.solution-list span:hover figure img {
  transform: scale(1.1);
  transition: all ease 0.4s;
}
.solution-list a:hover .link,
.solution-list span:hover .link {
  background-color: #000;
  transition: all ease 0.4s;
  transform: scale(1.05);
}

.sub-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 2vw 2vw;
  padding: 2vw 0 5vw;
}
@media screen and (max-width: 920px) {
  .sub-list {
    margin-bottom: 10vw;
  }
}
.sub-list figure {
  width: calc(50% - 10px);
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 1em;
}
@media screen and (max-width: 920px) {
  .sub-list figure {
    width: 100%;
  }
}
.sub-list figure a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2222.848%22%20height%3D%2222.848%22%20viewBox%3D%220%200%2022.848%2022.848%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_82%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2082%22%20width%3D%2222.848%22%20height%3D%2222.848%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_58%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2058%22%20transform%3D%22translate(-15%20-48)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056%22%20transform%3D%22translate(15%2048)%22%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_197%22%20data-name%3D%22%E3%83%91%E3%82%B9%20197%22%20d%3D%22M68.034%2C49.416a1.548%2C1.548%2C0%2C0%2C1%2C2.19%2C0l3.712%2C3.713a1.548%2C1.548%2C0%2C0%2C1%2C0%2C2.19l-3.712%2C3.712a1.549%2C1.549%2C0%2C0%2C1-2.19-2.19l2.617-2.617-2.617-2.618a1.548%2C1.548%2C0%2C0%2C1%2C0-2.19%22%20transform%3D%22translate(-59.075%20-42.8)%22%20fill%3D%22%238e0450%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_198%22%20data-name%3D%22%E3%83%91%E3%82%B9%20198%22%20d%3D%22M0%2C11.425A11.424%2C11.424%2C0%2C1%2C0%2C11.424%2C0%2C11.437%2C11.437%2C0%2C0%2C0%2C0%2C11.425m3.1%2C0a8.326%2C8.326%2C0%2C1%2C1%2C8.326%2C8.326A8.335%2C8.335%2C0%2C0%2C1%2C3.1%2C11.425%22%20transform%3D%22translate(0%20-0.001)%22%20fill%3D%22%238e0450%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat right 20px center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sub-list figure a:hover {
  background-position: right 15px center;
  transition: all 0.3s ease;
}
.sub-list figure a .img {
  overflow: hidden;
  aspect-ratio: 4/2.5;
  width: 30%;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .sub-list figure a .img {
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .sub-list figure a .img {
    width: 40%;
  }
}
.sub-list figure a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-list figure a figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
  height: 100%;
  font-weight: bold;
  width: 70%;
  position: relative;
  font-size: clamp(16px, 0.4237288136vw + 12.7457627119px, 18px);
}
.sub-list figure a figcaption span.num {
  left: 0;
  top: 0;
  font-size: clamp(10px, 0.4237288136vw + 6.7457627119px, 12px);
}

.swiper-pagination {
  transform: translateY(40px);
}

.swiper-slide img {
  border-radius: 15px;
  overflow: hidden;
}

figure.media-visual {
  border-radius: 15px;
  margin-bottom: 2vw;
  overflow: hidden;
}

.media-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.media-date p {
  margin: 0 1em 0 0;
}
.media-date .cat {
  line-height: 1;
  padding: 3px 1.5em;
  background-color: #8E0450;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(12px, 0.4237288136vw + 8.7457627119px, 14px);
}

.media-detail .column2-img {
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .media-detail .column2-img {
    margin-top: 6vw;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.media-detail .column2-img img {
  border-radius: 10px;
}
.media-detail .column2-img figcaption {
  display: inline-block;
  margin-top: 0.5em;
  font-size: clamp(10px, 0.4237288136vw + 6.7457627119px, 12px);
}
.media-detail .column2-txt {
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .media-detail .column2-txt {
    margin-top: 6vw;
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.media-detail .column2-txt figure {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .media-detail .column2-txt figure {
    width: 100%;
    margin-bottom: 1em;
  }
}
.media-detail .column2-txt p {
  width: 55%;
}
@media screen and (max-width: 640px) {
  .media-detail .column2-txt p {
    width: 100%;
  }
}
.media-detail .column2-txt img {
  border-radius: 10px;
}
.media-detail .column-img {
  width: 80%;
  margin: 3vw auto 5vw;
}
@media screen and (max-width: 640px) {
  .media-detail .column-img {
    width: 100%;
    margin: 6vw auto 10vw;
  }
}
.media-detail .column-img img {
  border-radius: 10px;
}
.media-detail .column-img figcaption {
  display: inline-block;
  margin-top: 0.5em;
  font-size: clamp(10px, 0.4237288136vw + 6.7457627119px, 12px);
}

.prof-area {
  background: #ECECEC;
  border-radius: 15px;
  margin: 3vw 0 5vw;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .prof-area {
    margin: 8vw 0 10vw;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.prof-area.cleator {
  background: #DBEEEA;
}
.prof-area figure {
  width: 30%;
  overflow: hidden;
  border-radius: 500px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 640px) {
  .prof-area figure {
    margin: 0 auto 5vw;
    width: 50%;
  }
}
.prof-area figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prof-area .prof-method {
  width: 65%;
}
.prof-area .prof-method h3 {
  margin-bottom: 1em;
  font-size: clamp(18px, 1.2711864407vw + 8.2372881356px, 24px);
  padding: 0;
}
.prof-area .prof-method h3:after {
  display: none;
}
.prof-area .prof-method h3 span {
  display: block;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .prof-area .prof-method {
    width: 100%;
  }
}

.faq {
  margin-bottom: 3vw;
}
.faq dt {
  border-bottom: 1px solid #CBCBCB;
  font-size: clamp(18px, 0.8474576271vw + 11.4915254237px, 22px);
  padding: 0.5em 0 0.5em 50px;
  font-weight: bold;
  position: relative;
}
.faq dt:before {
  content: "Q";
  position: absolute;
  left: 0.3em;
  top: 0;
  font-size: 30px;
  color: #8E0450;
  font-weight: bold;
}
.faq dd {
  font-size: clamp(15px, 0.6355932203vw + 10.1186440678px, 18px);
  padding: 0.5em 0 0.5em 50px;
  position: relative;
  margin-bottom: 1.5em;
}
.faq dd:before {
  content: "A";
  position: absolute;
  left: 0.3em;
  top: 0;
  font-size: 30px;
  color: #8E0450;
  font-weight: bold;
}

.prepare {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}
.prepare p {
  color: #8E0450;
  font-weight: bold;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=styles.css.map */