/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --main-color: #2953d2;
  --white-color: #fff;
  --black-color: #000;
  --bg-color: #f7f7f7;
  --head-transition: 0.4s ease;
  --menu-transition: 0.4s ease;
  --svg-blank: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%230c0c0c%22%20d%3D%22M13.3%2018H4.2c-.6%200-1.1-.2-1.5-.6s-.6-1-.6-1.5V6.7c0-.6.2-1.1.6-1.5s1-.6%201.5-.6h5c.3%200%20.5.2.5.5s-.2.5-.5.5h-5c-.3%200-.6.1-.8.3-.2.2-.3.5-.3.8v9.2c0%20.3.1.6.3.8.2.2.5.3.8.3h9.2c.3%200%20.6-.1.8-.3s.3-.5.3-.8v-5c0-.3.2-.5.5-.5s.5.2.5.5v5c0%20.6-.2%201.1-.6%201.5s-1%20.6-1.5.6ZM8.3%2012.2c-.1%200-.3%200-.4-.1-.2-.2-.2-.5%200-.7L16.3%203h-3.8c-.3%200-.5-.2-.5-.5s.2-.5.5-.5h5c0%200%20.1%200%20.2%200%200%200%20.1%200%20.2%200h0s0%200%200%200h0s0%200%200%200h0s0%200%200%20.1c0%200%200%20.1%200%20.2v5c0%20.3-.2.5-.5.5s-.5-.2-.5-.5v-3.8l-8.3%208.3c0%200-.2.1-.4.1Z%22/%3E%3C/svg%3E");
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #2b2b2b;
  background: #1755D7;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a, button {
  color: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.l-inner {
  max-width: 117.2rem;
  padding: 0 5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 2.3rem;
  }
}

.logo {
  aspect-ratio: 169/78;
  width: 100%;
  height: auto;
  fill: #fff;
}

.c-bg--w {
  background-color: #F7F7F7;
}

.l-footer {
  text-align: center;
  padding: 8rem 0 6rem;
  background: linear-gradient(180deg, #263B7A 0%, #466CE0 100%);
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 10.5rem 0 2.7rem;
    font-size: 1.2rem;
  }
}
.l-footer__logo {
  width: 37.8rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 26.3rem;
  }
}
.l-footer__link {
  width: 22.6rem;
  margin: 3.2rem auto 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    width: 24rem;
    margin-top: 2.4rem;
  }
}
.l-footer__sns {
  display: flex;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.2rem auto;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin: 6.7rem auto 5.8rem;
  }
}
.l-footer_copy {
  color: #fff;
}

.l-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-color);
  z-index: 2;
  transition: padding var(--head-transition);
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  .l-header {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    font-size: 2.5641025641vw;
    padding: 2.3rem 2rem 2rem 1.2rem;
  }
}
.l-header.is-open .logo {
  fill: #fff;
}
.l-header.is-open .c-nav__btn span {
  background-color: #fff;
}
.l-header .open {
  display: none;
}
.l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding: 0;
  gap: 1%;
}
.l-header__logo {
  transition: all var(--head-transition);
  flex: 0 0 33.2rem;
  z-index: 5;
  position: relative;
  margin-top: 3.8rem;
  left: 8.3rem;
}
.l-header__logo .logo {
  fill: #1755D7;
  will-change: filter;
  transform: filter var(--head-transition);
}
@media screen and (min-width: 1030px) {
  .l-header__logo .logo {
    fill: #1755D7 !important;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    flex: 0 0 27.2%;
    left: 6.8%;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    flex-basis: 16.8rem;
    margin: 0;
    left: 0;
  }
}
.l-header.is-scrolling {
  z-index: 3;
  height: 10rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header.is-scrolling {
    padding: 2rem 2rem 2rem 1.7rem;
  }
}
.l-header.is-scrolling .l-header__logo {
  margin-top: 1.4rem;
  width: 15.4em;
  min-width: auto;
  left: 4.4em;
  flex-basis: 15.4em;
}
@media screen and (max-width: 1280px) {
  .l-header.is-scrolling .l-header__logo {
    flex-basis: 12.6%;
    left: 3.6%;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-scrolling .l-header__logo {
    flex-basis: 12.4rem;
    margin: 0;
    left: 0;
  }
}

.l-nav {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 1030px) {
  .l-nav {
    display: flex !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1030px) {
  .l-nav {
    opacity: 0;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    color: #fff;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .l-nav::before {
    content: "";
    display: block;
    width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg_menu.png) bottom center/100% auto no-repeat;
    background-color: #002E7A;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    height: calc(100vh - 9.6rem);
  }
}
.l-nav .l-footer__sns {
  margin-top: 4.7rem;
  display: none;
  gap: 2.3rem;
}
@media screen and (max-width: 1030px) {
  .l-nav .l-footer__sns {
    display: flex;
    margin-top: 8.7rem;
  }
}
.l-nav .l-footer__sns .c-icon--sns {
  width: 4.4rem;
}

.c-nav {
  line-height: 1;
  white-space: nowrap;
}
.c-nav__list {
  display: flex;
  gap: 2.4em;
  align-items: flex-end;
  margin-top: 4.7rem;
  padding-right: 19.2rem;
}
@media screen and (max-width: 1030px) {
  .c-nav__list {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 7em;
    padding: 7em 0 4em;
    position: relative;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__list {
    gap: 3.8rem;
    padding: 4.4rem 0 4rem;
  }
}
.c-nav__link {
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0;
  border-bottom: 2px solid transparent;
}
@media (any-hover: hover) {
  .c-nav__link:hover {
    opacity: 1;
    border-color: var(--main-color);
  }
}
@media screen and (max-width: 1030px) {
  .c-nav__link {
    border: none;
    font-size: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__link {
    font-size: 1.8rem;
  }
}
.c-nav__link--contact {
  color: var(--white-color);
  padding: 0.6rem 2.1rem;
  height: 10rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: linear-gradient(130.05deg, #2953D2 4.68%, #102D8C 62.16%, #081849 117.48%);
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  border: none;
}
@media screen and (max-width: 1030px) {
  .c-nav__link--contact {
    flex-direction: row;
    font-size: 1.4rem;
    width: 16.8rem;
    justify-content: center;
    border-radius: 3rem;
    background: #1755D7;
    height: auto;
    margin: 4.3rem auto 0;
    gap: 0.6rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__link--contact {
    margin-top: 0;
  }
}
.c-nav__contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.8rem;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .c-nav__contact {
    position: static;
    width: auto;
    height: auto;
  }
}
.c-nav__btn {
  position: absolute;
  right: 2.2rem;
  display: none;
  width: 3.2rem;
  height: 3.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1030px) {
  .c-nav__btn {
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__btn {
    top: 2.6rem;
    right: 2rem;
  }
}
.c-nav__btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--main-color);
  transition: all var(--menu-transition);
}
.c-nav__btn span:nth-child(1) {
  top: 25%;
}
.c-nav__btn span:nth-child(2) {
  top: 48%;
}
.c-nav__btn span:nth-child(3) {
  top: 71%;
}
@media screen and (max-width: 1030px) {
  .c-nav__btn {
    display: block;
  }
  .c-nav__btn.is-open span:nth-child(1) {
    top: 48%;
    transform: rotate(45deg);
  }
  .c-nav__btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .c-nav__btn.is-open span:nth-child(3) {
    top: 48%;
    transform: rotate(-45deg);
  }
}
.c-nav .icon {
  width: 2rem;
  display: flex;
}
.c-nav .icon img {
  width: 100%;
  vertical-align: baseline;
}

.c-sec {
  padding: 6.4rem 0 13rem;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 4rem 0 5rem;
  }
}
.c-sec__inner {
  padding: 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-sec__inner {
    padding: 0;
  }
}
.c-sec__block {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-sec__block {
    margin-top: 5rem;
  }
}

.l-anchor-cnt {
  scroll-margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .l-anchor-cnt {
    scroll-margin-top: 9.35rem;
  }
}

.c-ttl--01 {
  font-family: "Reem Kufi", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-ttl--01 {
    font-size: 3rem;
    margin-bottom: 3.6rem;
    line-height: 1.125;
  }
}
.c-ttl--01__sub {
  display: block;
  font-size: 1.6rem;
  color: var(--main-color);
  font-weight: bold;
}
.c-ttl--02 {
  font-family: "Reem Kufi", sans-serif;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-ttl--02 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.c-ttl--02__sub {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .c-ttl--02__sub {
    font-size: 1.6rem;
  }
}
.c-ttl--03 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-ttl--03 {
    font-size: 2.4rem;
  }
}

.c-txt--gradation {
  background: linear-gradient(90.83deg, #244abb 31.81%, #00d6d7 108.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.f-base {
  font-size: 1.6rem;
  line-height: 1.625;
}
.f-en {
  font-family: "Reem Kufi", sans-serif;
  font-weight: 400;
}
.f-jp {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
}

.c-icon {
  display: inline-block;
}
.c-icon--blank, .p-ours-list__link::after {
  background-color: currentColor;
  -webkit-mask: var(--svg-blank) center/contain no-repeat;
          mask: var(--svg-blank) center/contain no-repeat;
  width: 2rem;
  height: 2rem;
}
.c-icon--sns {
  display: inline-block;
  width: 4rem;
}
.c-icon--sns img {
  width: 100%;
}

.l-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
}
.l-bg__cnt {
  width: 100%;
  margin-top: auto;
}
.l-bg video, .l-bg canvas {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-bg video, .l-bg canvas {
    bottom: -10%;
  }
}

.p-hero .l-inner {
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-hero .l-inner {
    padding: 2.9rem 0 0;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-hero .l-inner {
    padding: 1.8rem 1.6rem 0;
  }
}
.p-hero .l-inner::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 75%;
  background-color: var(--bg-color);
}
@media screen and (max-width: 768px) {
  .p-hero .l-inner::before {
    height: 80%;
  }
}
.p-hero__ttl {
  font-size: 5vw;
  font-weight: 500;
  color: var(--white-color);
  position: absolute;
  left: 8.5%;
  top: 17.4%;
  z-index: 1;
  width: 21.7%;
}
@media screen and (max-width: 768px) {
  .p-hero__ttl {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    width: 14.5rem;
    margin: auto;
  }
}
.p-hero__movie {
  margin-left: auto;
  display: block;
  aspect-ratio: 16/9;
  filter: drop-shadow(-3.9rem 5.1rem 1.6rem rgba(0, 0, 0, 0.17));
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-hero__movie {
    width: 72.5%;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__movie {
    margin-top: 2rem;
  }
}
.p-hero__movie iframe, .p-hero__movie video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-about {
  text-align: center;
  padding-bottom: 16.2rem;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-bottom: 7rem;
  }
}
.p-about__text {
  width: 52.8rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    width: 34.4rem;
    margin-top: 1rem;
  }
}
.p-about__text img {
  width: 100%;
}
.p-about__logo {
  max-width: 38.6rem;
  margin: 6rem auto 0;
  mix-blend-mode: overlay;
}
.p-about__logo .logo {
  position: relative;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .p-about__logo {
    width: 25rem;
    margin-top: 6.6rem;
  }
}

.p-conversation {
  position: relative;
  opacity: 1;
  background-color: #F7F7F7;
}
.p-conversation::before {
  content: "";
  display: block;
  width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EDF1FF;
  top: 30%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-conversation::before {
    top: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-conversation {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }
}
.p-conversation .l-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-conversation__cnt {
    margin-top: 2rem;
  }
}
.p-conversation__cnt + .p-conversation__cnt {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-conversation__cnt + .p-conversation__cnt {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-conversation__ttl {
    font-size: 3.6rem;
    letter-spacing: 2%;
    margin-bottom: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-conversation__ttl {
    margin-bottom: 1.6rem;
    font-size: 3.2rem;
  }
}
.p-conversation__person {
  background: linear-gradient(91.33deg, #2953d2 25.65%, #152b6c 103.91%);
  font-size: 1.8rem;
  border-radius: 1rem;
  color: var(--white-color);
  padding: 0.7rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem 0 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-conversation__person {
    font-size: 1.6rem;
    padding: 0.4rem 2.3rem;
    margin-bottom: 1.6rem;
  }
}

.p-movie {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-movie {
    margin: 0 -2.3rem 2rem;
  }
}
.p-movie__area {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-movie__area iframe {
  width: 100%;
  height: 100%;
}
.p-movie__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  cursor: pointer;
}
.p-movie__thumbnail picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: filter;
  transition: filter 0.3s ease;
}
@media (any-hover: hover) {
  .p-movie__thumbnail picture img:hover {
    filter: brightness(0.8);
  }
}
.p-movie__thumbnail.is-active {
  opacity: 0;
  pointer-events: none;
}
.p-movie__ttl {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .p-movie__ttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__text {
    padding: 0 1rem;
  }
}
.p-movie__play {
  position: absolute;
  width: 24.6%;
  height: 44.1%;
  right: 3.9%;
  bottom: 7.8%;
  pointer-events: none;
  overflow: hidden;
}
.p-movie__play img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-movie__play {
    width: 10.2rem;
    height: 10.3rem;
  }
}
.p-movie ._anim::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_play_text.svg) center/cover no-repeat;
  animation: rotateAnimation 20s linear infinite;
  transform-origin: center;
}

.p-list-caption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1.6rem 1.4rem;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-list-caption {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
    gap: 1.5rem 0;
  }
}
.p-list-caption__btn {
  padding: 0.5rem 1.7rem 0.5rem 1.1rem;
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  gap: 1.9rem;
  border-radius: 1rem;
  color: #545e7b;
  border: 1px solid #545e7b;
  transition: 0.3s ease;
  font-size: 1.4rem;
}
@media (any-hover: hover) {
  .p-list-caption__btn:hover {
    background-color: #545e7b;
    color: var(--white-color);
  }
}
@media screen and (max-width: 768px) {
  .p-list-caption__btn {
    padding: 0.75rem 2rem 0.7rem 1.2rem;
  }
}
.p-list-caption .is-active {
  background-color: #545e7b;
  color: var(--white-color);
  pointer-events: none;
}
.p-list-caption__time {
  font-weight: 400;
  flex: 0 0 4.5rem;
}
.p-list-caption__ttl {
  line-height: 1.4;
  flex: 1 1 auto;
  text-align: left;
}

.p-topics {
  background: #EDF1FF;
}
.p-topics__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  color: var(--black-color);
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-topics__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.7rem;
    margin-top: 1.5rem;
  }
}
.p-topics__list__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.3rem;
}
@media (any-hover: hover) {
  .p-topics__list__link:hover {
    opacity: 1;
  }
  .p-topics__list__link:hover .p-topics__list__fig img {
    transform: scale(105%);
  }
}
.p-topics__list__ttl {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  flex-grow: 1;
  line-height: 1.4;
}
.p-topics__list__text {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-topics__list__fig {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-topics__list__fig img {
  will-change: transform;
  transform: scale(100%);
  transition: transform 0.4s ease-out;
  width: 100%;
}
.p-topics__list .c-icon {
  flex: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-topics__list .c-icon {
    flex: 0 0 1.8rem;
  }
}
.p-topics__list__time {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 1rem;
  gap: 1rem;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(90deg, #39E4D9 0%, #0C2D71 100%);
  border-radius: 0px 0px 10rem 0px;
}
@media screen and (max-width: 768px) {
  .p-topics__list__time {
    font-size: 1.2rem;
  }
}

.p-conversation-next {
  background-color: #F7F7F7;
  position: relative;
  padding: 5rem 0 9.8rem;
}
@media screen and (max-width: 768px) {
  .p-conversation-next {
    padding: 4.8rem 0 7.5rem;
  }
  .p-conversation-next .l-inner {
    padding: 0;
  }
}
.p-conversation-next__fig {
  position: relative;
}
.p-conversation-next__fig::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../img/bg_x.png) center/auto 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .p-conversation-next__fig::before {
    background-image: url(../img/bg_x_sp.png);
    mix-blend-mode: multiply;
  }
}
.p-conversation-next__cnt {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: 1;
  color: var(--white-color);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-conversation-next__cnt {
    bottom: 1.7rem;
  }
}
.p-conversation-next__post {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
  .p-conversation-next__post {
    font-size: 1.2rem;
    margin-bottom: -0.7rem;
  }
}
.p-conversation-next__name {
  font-size: 4.8rem;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-conversation-next__name {
    font-size: 2.8rem;
  }
}

.p-ours {
  color: #fff;
}

.p-ours-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-ours-list {
    gap: 2rem;
    width: 33.3rem;
  }
}
.p-ours-list__item {
  border-radius: 2.5rem;
  overflow: hidden;
}
.p-ours-list__box {
  display: flex;
  padding: 3.5rem 6.9rem 2.5rem 2.9rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
  gap: 3.5%;
  align-items: center;
  backdrop-filter: blur(1rem);
}
@media screen and (max-width: 768px) {
  .p-ours-list__box {
    flex-direction: column;
    padding: 3.5rem 2.6rem 5.4rem;
  }
}
.p-ours-list__link {
  position: relative;
}
.p-ours-list__link::after {
  content: "";
  display: block;
  width: 100%;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  bottom: 3.3rem;
  right: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-ours-list__link::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 4rem;
    bottom: 1.9rem;
  }
}
.p-ours-list__fig {
  width: 50.4%;
  flex-shrink: 0;
  box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.5);
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .p-ours-list__fig {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-ours-list__detail {
    padding: 0 1.5rem 0 0.9rem;
    margin: auto;
  }
}
.p-ours-list__ttl {
  font-size: 3.2rem;
  line-height: 1.1176470588;
}
@media screen and (max-width: 768px) {
  .p-ours-list__ttl {
    margin-top: 1.4rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.p-ours-list__text {
  font-size: 1.4rem;
  margin-top: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-ours-list__text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-d--pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-d--sp {
    display: none !important;
  }
}

svg .text {
  animation: rotateAnimation 10s linear infinite;
  transform-origin: center;
}/*# sourceMappingURL=style.css.map */