@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Raleway:ital,wght@1,600;1,700;1,800&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: 400;
}

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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 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;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
   * 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. Change font properties to `inherit` in Safari.
   */
::-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;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0E336F;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p + p {
  margin-top: 1.5em;
}

.l-inner {
  max-width: 1120px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}
.l-inner--s {
  max-width: 864px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-inner--s {
    padding: 0 20px;
  }
}
.l-inner--m {
  max-width: 1038px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-inner--m {
    padding: 0 20px;
  }
}
.l-inner--l {
  max-width: 1072px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-inner--l {
    padding: 0 20px;
  }
}

/* _footer.scss */
.l-footer {
  padding: 150px 0 600px;
  background-image: url(../img/bg-footer-pc.svg);
  background-size: 2254px 661px;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 90px 0 430px;
    background-image: url(../img/bg-footer-sp.svg);
    background-size: contain;
  }
}
.l-footer__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__ttl {
    font-size: 2rem;
  }
}
.l-footer__list {
  max-width: 777px;
  padding: 0 50px;
  box-sizing: content-box;
  display: flex;
  gap: 6.82%;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: 60px;
    display: block;
    max-width: 50%;
  }
  .l-footer__list li + li {
    margin-top: 50px;
  }
}
.l-footer small {
  display: block;
  text-align: center;
  margin-top: 70px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    margin-top: 31px;
  }
}

/* _header.scss */
.l-header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .l-header::before {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}
.l-header__logo {
  padding-left: 23px;
  width: 136px;
  position: relative;
  z-index: 20;
}
.l-header__nav {
  display: flex;
  align-items: center;
}

.l-header-ham {
  display: none;
  padding: 0 20px;
  position: relative;
  z-index: 25;
}
.l-header-ham__btn {
  width: 36px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-ham__btn {
    width: 28px;
    height: 16px;
  }
}
.l-header-ham__btn span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #0E336F;
  transition: opacity 0.3s, top 0.5s, transform 0.5s;
}
.l-header-ham__btn span:nth-of-type(1) {
  top: 0;
}
.l-header-ham__btn span:nth-of-type(2) {
  top: calc(50% - 1px);
  opacity: 1;
}
.l-header-ham__btn span:nth-of-type(3) {
  top: calc(100% - 2px);
}
.is-open .l-header-ham__btn span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.is-open .l-header-ham__btn span:nth-of-type(2) {
  top: calc(50% - 1px);
  opacity: 0;
}
.is-open .l-header-ham__btn span:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .l-header-ham {
    display: block;
  }
}

.l-header-nav--inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-nav--inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .is-open .l-header-nav--inner {
    opacity: 1;
    visibility: visible;
  }
  .l-header-nav--inner .p-mv__ttl {
    max-width: 350px;
    order: 1;
  }
  .l-header-nav--inner .p-mv__ttl img {
    width: 60%;
  }
}
.l-header-nav__main {
  display: flex;
  gap: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1359px) {
  .l-header-nav__main {
    font-size: 1.4rem;
    gap: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-nav__main {
    position: fixed;
    right: 0;
    top: 80px;
    padding: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #ffffff;
    height: 300px;
    width: 335px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    align-items: center;
    text-align: left;
    transform: translateX(120%);
    transition: transform ease-out 0.5s;
    z-index: 5;
  }
  .is-open .l-header-nav__main {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__main {
    box-shadow: none;
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0;
    order: 3;
    transform: translateX(0);
  }
}
.l-header-nav__main a {
  color: #0E336F;
}
@media screen and (max-width: 1280px) {
  .l-header-nav__main a {
    min-width: 8em;
    display: block;
  }
}
.l-header-nav__entry {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aaa;
  height: 80px;
  width: 160px;
  font-size: 2rem;
  font-weight: 600;
	text-align:center;
  color: #ffffff;
  margin-left: 18px;
  position: relative;
  z-index: 20;
  transition: font-size 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
}

@media screen and (max-width: 1359px) {
  .l-header-nav__entry {
    font-size: 2.4rem;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__entry {
    order: 2;
    margin-top: 40px;
    width: 100%;
    max-width: 350px;
    height: 60px;
    margin-left: 0;
  }
}

.l-main {
  padding-top: 80px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}

.c-breadcrumb {
  width: 100%;
  height: 60px;
  padding: 0 52px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 27px;
    height: 30px;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-weight: 400px;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 4px;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: 11px auto;
  background-position: center left;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.c-btn-round2 {
  width: 100%;
  margin: 70px auto 0;
  max-width: 464px;
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  border-radius: 500px;
  font-size: 2.2rem;
  font-weight: bold;
  transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
}

.c-btn-round a {
  width: 100%;
  margin: 70px auto 0;
  max-width: 464px;
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  border-radius: 500px;
  font-size: 2.2rem;
  font-weight: bold;
  transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
}
.c-btn-round a span {
  display: block;
  transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
}
.c-btn-round a:hover {
  transform: rotateX(15deg) rotateY(15deg);
}
.c-btn-round a:hover span {
  transform: translate(10px, -10px);
}

.c-btn-round2 {
  width: 100%;
  margin: 70px auto 0;
  max-width: 464px;
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  border-radius: 500px;
  font-size: 2.2rem;
  font-weight: bold;
  transition: transform 0.4s;
}



@media screen and (max-width: 767px) {
  .c-btn-round a {
    margin: 40px auto 0;
  }
}
.c-btn-round a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-right: 1em;
  transform: rotate(45deg);
  position: relative;
  top: 0.1em;
}
.c-btn-round--blue a {
  background-color: #0E336F;
}
.c-btn-round--pink a {
  background-color: #DE1069;
}
.c-btn-round--green a {
  background-color: #2F9648;
}

.c-btn-round--gray {
  background-color: #AAA;
}

.c-btn-pagetop {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: 130px;
  background-color: #0E336F;
}
@media screen and (max-width: 767px) {
  .c-btn-pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    width: 72px;
    height: 72px;
    margin: 70px auto 0;
  }
}
.c-btn-pagetop::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 53%;
  left: 50%;
  transition: top 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn-pagetop::before {
    width: 14px;
    height: 14px;
  }
}
.c-btn-pagetop:hover::before {
  top: 40%;
}

.c-btn-modal {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}
.c-btn-modal:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-btn-modal {
    width: 40px;
  }
}

.c-2columns {
  flex-wrap: wrap;
}
.c-2columns > * {
  width: 50%;
}

.c-hideText {
  position: relative;
}
.c-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-hideText--sp {
    position: relative;
  }
  .c-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

[data-scroll-in=fade-blur] {
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.3s, filter 0.3s;
}
[data-scroll-in=fade-blur].is-shown {
  opacity: 1;
  filter: blur(0);
}

[data-scroll-in=fade] {
  opacity: 0;
  transition: opacity 0.3s;
}
[data-scroll-in=fade].is-shown {
  opacity: 1;
}

[data-scroll-in=clip-right] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
[data-scroll-in=clip-right].is-shown {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

[data-scroll-in=clip-down] {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
[data-scroll-in=clip-down].is-shown {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-sec-ttl {
  margin-top: -85px;
}
#news .c-sec-ttl {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl {
    margin-top: -41px;
  }
  #news .c-sec-ttl {
    margin-top: 0;
  }
}
.c-sec-ttl__en {
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 12rem;
  line-height: 8.5rem;
  font-weight: 900;
  text-align: center;
  -webkit-clip-path: inset(120% 0 -20% 0);
          clip-path: inset(120% 0 -20% 0);
  transition: -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
}
.is-shown .c-sec-ttl__en {
  -webkit-clip-path: inset(-20% 0 -20% 0);
          clip-path: inset(-20% 0 -20% 0);
}
@media screen and (max-width: 767px) {
  .c-sec-ttl__en {
    font-size: 6rem;
    line-height: 4.1rem;
  }
}
#news .c-sec-ttl__en {
  background-color: #74BFD4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #news .c-sec-ttl__en {
    padding-top: 70px;
  }
}
#vision .c-sec-ttl__en {
  color: #F5F5F5;
}
#feature .c-sec-ttl__en {
  color: #74BFD4;
}
#theme .c-sec-ttl__en {
  color: #74BFD4;
}
#merit .c-sec-ttl__en {
  color: #ffffff;
}
#asset .c-sec-ttl__en {
  color: #74BFD4;
}
#media .c-sec-ttl__en {
  color: #ffffff;
}
#operation .c-sec-ttl__en {
  color: #74BFD4;
}
#mentor .c-sec-ttl__en {
  color: #74BFD4;
}
#apply .c-sec-ttl__en {
  color: #0E336F;
}
#schedule .c-sec-ttl__en {
  color: #ffffff;
}
.c-sec-ttl__ja {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  display: block;
}
.c-sec-ttl__ja span {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.5s ease 0.15s, filter 0.5s ease 0.15s;
}
.is-shown .c-sec-ttl__ja span {
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 767px) {
  .c-sec-ttl__ja {
    font-size: 2rem;
    padding-top: 25px;
  }
}
#news .c-sec-ttl__ja {
  color: #ffffff;
}
#vision .c-sec-ttl__ja {
  background-color: #F5F5F5;
}
#theme .c-sec-ttl__ja {
  color: #ffffff;
  background-color: #74BFD4;
}
#asset .c-sec-ttl__ja {
  color: #ffffff;
  background-color: #74BFD4;
}
#operation .c-sec-ttl__ja {
  color: #0E336F;
  background-color: #F5F5F5;
}
#mentor .c-sec-ttl__ja {
  background-color: #74BFD4;
}
#apply .c-sec-ttl__ja {
  background-color: #0E336F;
}

.c-sec-msg {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-sec-msg {
    font-size: 1.8rem;
    padding-top: 40px;
    text-align: left;
  }
}
.c-sec-msg + p {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .c-sec-msg + p {
    margin-top: 27px;
  }
}

.c-txt-ribbon {
  background-color: #0E336F;
  text-align: center;
  padding: 10px 0;
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 55px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-txt-ribbon {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin: 40px -20px 0;
    font-size: 2.4rem;
  }
}
.c-txt-ribbon span {
  background-color: #0E336F;
}
@media screen and (max-width: 767px) {
  .c-txt-ribbon span {
    display: inline-block;
    padding: 0 0.2em;
  }
}
.c-txt-ribbon--pink {
  background-color: #DE1069;
}
@media screen and (max-width: 767px) {
  .c-txt-ribbon--pink {
    background-color: transparent;
  }
}
.c-txt-ribbon--pink span {
  background-color: #DE1069;
}

.c-tac {
  text-align: center;
}

.c-align-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.wf-rale {
  font-family: "Raleway", sans-serif;
  font-style: italic;
}

.p-apply {
  color: #ffffff;
}
.p-apply .c-sec-bg {
  background-color: #0E336F;
  padding-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .p-apply .c-sec-bg {
    padding-bottom: 111px;
  }
}

.p-apply-list {
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .p-apply-list {
    padding-top: 44px;
  }
}
.p-apply-list__row {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-apply-list__row {
    display: block;
  }
}
.p-apply-list__row + .p-apply-list__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-apply-list__row + .p-apply-list__row {
    margin-top: 40px;
  }
}
.p-apply-list__term {
  width: 4.2em;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-apply-list__def {
    margin-top: 23px;
  }
}
.p-apply-list__list li::before {
  content: "・";
}
.p-apply-list__table {
  color: #0E336F;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-apply-list__table {
    display: block;
  }
  .p-apply-list__table tr + tr {
    display: block;
    border-top: 4px solid #0E336F;
  }
}
.p-apply-list__table .viewpoint {
  width: 14.07%;
  min-width: 115px;
}
.p-apply-list__table .content,
.p-apply-list__table .ie {
  width: 42.96%;
}
.p-apply-list__table thead {
  background-color: #B5DAE5;
}
@media screen and (max-width: 767px) {
  .p-apply-list__table thead {
    display: none;
  }
}
.p-apply-list__table th,
.p-apply-list__table td {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .p-apply-list__table th,
.p-apply-list__table td {
    display: block;
  }
}
.p-apply-list__table th + th,
.p-apply-list__table td + td {
  border-left: 1px solid #0E336F;
}
@media screen and (max-width: 767px) {
  .p-apply-list__table th + th,
.p-apply-list__table td + td {
    border-left: none;
  }
}
.p-apply-list__table th {
  font-weight: bold;
  text-align: center;
}
.p-apply-list__table td {
  border-top: 4px solid #0E336F;
}
@media screen and (max-width: 767px) {
  .p-apply-list__table td {
    border-top: 1px solid #0E336F;
    padding-top: 45px;
    position: relative;
  }
  .p-apply-list__table td::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #0E336F;
    background-color: #B5DAE5;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-apply-list__table td:nth-of-type(1)::before {
    content: "観点";
  }
  .p-apply-list__table td:nth-of-type(2)::before {
    content: "内容";
  }
  .p-apply-list__table td:nth-of-type(3)::before {
    content: "評価ポイント例";
  }
}
.p-apply-list__table td dl div {
  display: flex;
}
.p-apply-list__table td dl div + div {
  margin-top: 0.5em;
}
.p-apply-list__table td dl div dt {
  flex-shrink: 0;
  min-width: 7em;
}
.p-apply-list__table td dl div dt::before {
  content: "・";
}
.p-apply-list__table td dl div dd {
  padding-left: 1em;
  text-indent: -1em;
}
.p-apply-list__table td dl div dd::before {
  content: "：";
}
.p-apply-list__table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-apply-list__table td ul li::before {
  content: "・";
}
.p-apply-list__table .p-apply-list__table--term {
  text-align: center;
  vertical-align: middle;
}
.p-apply-list__table .p-apply-list__table--term strong {
  display: block;
  font-size: 1.8rem;
}
.p-apply-list__table .p-apply-list__table--term small {
  display: block;
  font-size: 1.4rem;
}

.p-asset {
  color: #ffffff;
}
.p-asset .c-sec-bg {
  background-color: #74BFD4;
  padding-bottom: 285px;
  background-image: url(../img/bg-asset.svg);
  background-size: clamp(1680px, 100%, 100%) auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-asset .c-sec-bg {
    padding-bottom: 161px;
    background-size: clamp(900px, 100%, 100%) auto;
  }
  .p-asset .c-sec-bg .c-sec-msg {
    text-align: center;
  }
}

.p-asset-list {
  margin-top: 74px;
  display: flex;
  gap: 65px 1.96%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-asset-list {
    margin-top: 50px;
    gap: 50px;
  }
}
.p-asset-list__item {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-asset-list__item {
    font-size: 1.8rem;
  }
}
.p-asset-list__item small {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-asset-list__item small {
    margin-top: 0.3em;
  }
}
.p-asset-list__item--50 {
  width: 49.02%;
}
@media screen and (max-width: 767px) {
  .p-asset-list__item--50 {
    width: 100%;
  }
}
.p-asset-list__imgs {
  display: flex;
  margin-bottom: 13px;
}
.p-asset-list__imgs--col4 {
  gap: 0 1.96%;
}
@media screen and (max-width: 767px) {
  .p-asset-list__imgs--col4 {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
  }
  .p-asset-list__imgs--col4 figure {
    width: 47.76%;
  }
}
.p-asset-list__imgs--col2 {
  gap: 0 4.01%;
}
.p-asset-list__imgs figure {
  opacity: 0;
  transform: rotate(-7deg);
  transform-origin: 0% -20%;
  transition: opacity 0.5s, transform 0.5s;
}
.p-asset-list__imgs figure:nth-of-type(2) {
  transition-delay: 0.15s;
}
.p-asset-list__imgs figure:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-asset-list__imgs figure:nth-of-type(4) {
  transition-delay: 0.45s;
}
@media screen and (min-width: 768px) {
  .\--delay .p-asset-list__imgs figure:nth-of-type(1) {
    transition-delay: 0.3s;
  }
  .\--delay .p-asset-list__imgs figure:nth-of-type(2) {
    transition-delay: 0.45s;
  }
}
.is-shown .p-asset-list__imgs figure {
  opacity: 1;
  transform: rotate(0deg);
}

.p-entry {
  padding: 140px 0 200px;
  background-color: #74BFD4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-entry {
    width: 100%;
    text-align: center;
    padding: 80px 0 70px;
  }
}
.p-entry__ttl a {
  width: 100%;
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #DE1069;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995), opacity 0.5s;
}

.p-entry__ttl p {
  width: 100%;
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #aaa;
  border-radius: 8px;
  font-size: 4.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-entry__ttl a > span {
    transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
  }
  .p-entry__ttl a:hover {
    transform: rotateX(15deg) rotateY(15deg);
  }
  .p-entry__ttl a:hover > span {
    transform: translate(15px, -15px);
  }
}
@media screen and (max-width: 767px) {
  .p-entry__ttl a {
    position: relative;
    opacity: 0.8;
  }
}
.p-entry__ttl a strong {
  font-size: 8rem;
  font-weight: 800;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl a strong {
    padding: 0;
    font-size: 6rem;
    display: block;
  }
}
.p-entry__ttl--fz07 {
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--fz07 {
    display: block;
  }
}
.p-entry__ttl--inner {
  display: flex;
  align-items: center;
  max-width: 576px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--inner {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--inner {
    display: inline-block;
    width: auto;
  }
}
.p-entry__ttl--inner::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-entry__ttl--inner::after {
    right: 30px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.p-entry__ttl--small {
  margin-top: 23px;
}
.p-entry__ttl--small a {
  background-color: #0E336F;
  height: 116px;
}
.p-entry__ttl--small a .p-entry__ttl--inner {
  justify-content: center;
}

.p-entry-share {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-entry-share {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-entry-share__ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry-share__ttl {
    width: 100%;
    text-align: center;
  }
}

.p-entry-sns {
  display: flex;
  gap: 7.46%;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-entry-sns {
    display: block;
    margin-top: 70px;
  }
}
.p-entry-sns__item {
  max-width: 500px;
  width: 46.27%;
}
@media screen and (max-width: 767px) {
  .p-entry-sns__item {
    width: 100%;
    margin: auto;
  }
  .p-entry-sns__item + .p-entry-sns__item {
    margin-top: 40px;
  }
}
.p-entry-sns__ttl {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
}
.p-entry-sns__embed {
  margin-top: 35px;
  height: 730px;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .p-entry-sns__embed {
    height: 450px;
  }
}

.p-feature .c-sec-bg {
  padding-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .p-feature .c-sec-bg {
    padding-bottom: 111px;
  }
  .p-feature .c-sec-bg .c-sec-msg {
    text-align: center;
  }
}
.p-feature__svg {
  width: 100%;
  height: auto;
}
.p-feature small {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-feature-svg {
    margin-top: 50px;
  }
}
.p-feature-svg__btn--round {
  transition: transform 0.5s;
}
.\--is-top:hover .p-feature-svg__btn--round {
  transform: translateY(-20px);
}
.\--is-bottom:hover .p-feature-svg__btn--round {
  transform: translateY(20px);
}
.p-feature-svg__btn circle {
  transition: fill 0.5s;
}
.p-feature-svg__btn:hover {
  cursor: pointer;
}
.p-feature-svg__btn:hover circle {
  fill: #FFF45F;
}

.p-feature-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 60px;
  transition: opacity 0.5s, visibility 0.5s;
}
.p-feature-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-feature-modal__close {
  pointer-events: auto;
  top: clamp(-2000px, 60px - (100vh - 100%) / 2, -60px);
  right: clamp(-2000px, 60px - (100vw - 100%) / 2, -60px);
}
@media screen and (max-width: 767px) {
  .p-feature-modal__close {
    top: -20px;
    right: -10px;
    z-index: 999;
  }
}
.p-feature-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-feature-modal__wrapper {
  pointer-events: none;
  width: calc(100% - 120px);
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-feature-modal__wrapper {
    width: calc(100% - 40px);
  }
}
.p-feature-modal__container {
  overflow: visible;
}
.p-feature-modal__slide {
  background-color: #ffffff;
}
.p-feature-modal__slide--inner {
  pointer-events: auto;
  min-height: 594px;
  display: flex;
  flex-direction: column;
}
.p-feature-modal__ttl {
  background-color: #0E336F;
  color: #ffffff;
  text-align: center;
  padding: 5px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 93px;
}
.p-feature-modal__ttl--main {
  font-size: 2rem;
  display: block;
}
.p-feature-modal__ttl--main::before {
  content: "＜";
}
.p-feature-modal__ttl--main::after {
  content: "＞";
}
.p-feature-modal__ttl--sub {
  display: block;
}
.p-feature-modal__ttl--sub span {
  display: inline-block;
  vertical-align: top;
}
.p-feature-modal figure {
  position: relative;
}
.p-feature-modal figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 160px;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 499px) {
  .p-feature-modal figure.shinjuku-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-feature-modal figure figcaption {
  position: absolute;
  bottom: 0.2em;
  right: 1em;
  font-size: 1.2rem;
  color: #000;
}
.p-feature-modal figure figcaption::before {
  content: "※";
}
.p-feature-modal__info {
  padding: 20px 20px 20px;
  flex-grow: 1;
}
.p-feature-modal__term {
  font-size: 1.8rem;
  color: #DE1069;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 0.3em;
}
.p-feature-modal__def + .p-feature-modal__term {
  margin-top: 1em;
}
.p-feature-modal__list li a {
  text-decoration: underline;
  color: #000;
}
.p-feature-modal__list li::before {
  content: "・";
}
.p-feature-modal__btn {
  pointer-events: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-feature-modal__btn {
    top: calc(4.2em + 80px);
  }
}
.p-feature-modal__btn--next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .p-feature-modal__btn--next {
    right: -20px;
  }
}
.p-feature-modal__btn--prev {
  left: -60px;
}
@media screen and (max-width: 767px) {
  .p-feature-modal__btn--prev {
    left: -20px;
  }
}

.p-loader {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-animation: loading 1s linear 3s 1 forwards;
          animation: loading 1s linear 3s 1 forwards;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-loader img {
  max-width: 500px;
  width: 80%;
  -webkit-animation: loadingImg 0.5s linear 0.5s 1 forwards;
          animation: loadingImg 0.5s linear 0.5s 1 forwards;
  opacity: 0;
}
@-webkit-keyframes loadingImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-media .c-sec-bg {
  padding-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .p-media .c-sec-bg {
    padding-bottom: 111px;
  }
}
.p-media__row {
  display: flex;
  gap: 4.48%;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .p-media__row {
    display: block;
    margin-top: 50px;
  }
}

.p-media-sec {
  width: 47.76%;
}
@media screen and (max-width: 767px) {
  .p-media-sec {
    width: 100%;
  }
  .p-media-sec + .p-media-sec {
    margin-top: 66px;
  }
}
.p-media-sec__ttl {
  height: 60px;
  line-height: 55px;
  background-color: #0E336F;
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.p-media-sec--green .p-media-sec__ttl {
  background-color: #2F9648;
}
.p-media-sec__screen {
  max-width: 238px;
  width: 80%;
  margin: 34px auto 0;
}
.p-media-sec__logo {
  margin: 50px auto 0;
  max-width: 400px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-media-sec__logo {
    width: 100%;
    margin-top: 20px;
  }
}
.p-media-sec__txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  min-height: 6em;
}
@media screen and (max-width: 767px) {
  .p-media-sec__txt {
    font-size: 1.8rem;
  }
}

.p-mentor .c-sec-bg {
  padding-bottom: 285px;
  background-color: #74BFD4;
  background-image: url(../img/bg-mentor.svg);
  background-size: clamp(1680px, 100%, 100%) auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mentor .c-sec-bg {
    padding-bottom: 161px;
    background-size: 100% auto;
  }
}

.p-mentor-list {
  padding-top: 76px;
  display: flex;
  justify-content: center;
  gap: 30px 1.54%;
  flex-wrap: wrap;
  width: 100%;
}
.p-mentor-list.\--center {
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .p-mentor-list {
    gap: 50px 9.85%;
    max-width: 500px;
    margin: auto;
  }
}
.p-mentor-list__item {
  width: 18.768%;
  opacity: 0;
  transform: rotate(-7deg);
  transform-origin: 0% -20%;
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 980px) {
  .is-shown .p-mentor-list__item:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(4) {
    transition-delay: 0.3s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(5) {
    transition-delay: 0.4s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(6) {
    transition-delay: 0.5s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(7) {
    transition-delay: 0.6s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(8) {
    transition-delay: 0.7s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(9) {
    transition-delay: 0.8s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(10) {
    transition-delay: 0.9s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(11) {
    transition-delay: 1s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(12) {
    transition-delay: 1.1s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(13) {
    transition-delay: 1.2s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(14) {
    transition-delay: 1.3s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(15) {
    transition-delay: 1.4s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(16) {
    transition-delay: 1.5s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(17) {
    transition-delay: 1.6s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(18) {
    transition-delay: 1.7s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(19) {
    transition-delay: 1.8s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(20) {
    transition-delay: 1.9s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(21) {
    transition-delay: 2s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(22) {
    transition-delay: 2.1s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(23) {
    transition-delay: 2.2s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(24) {
    transition-delay: 2.3s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(25) {
    transition-delay: 2.4s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(26) {
    transition-delay: 2.5s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(27) {
    transition-delay: 2.6s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(28) {
    transition-delay: 2.7s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(29) {
    transition-delay: 2.8s;
  }
  .is-shown .p-mentor-list__item:nth-of-type(30) {
    transition-delay: 2.9s;
  }
  .is-shown .p-mentor-list__item {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 979px) {
  .p-mentor-list__item.is-shown:nth-of-type(2n) {
    transition-delay: 0.2s;
  }
  .p-mentor-list__item.is-shown {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 979px) {
  .p-mentor-list__item {
    width: 45.075%;
  }
}
.p-mentor-list__item figure {
  position: relative;
  padding-top: 104.17%;
  background-color: #ffffff;
}
.p-mentor-list__item figure picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mentor-list__item figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-mentor-list__name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.7em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mentor-list__name {
    margin-top: 0.5em;
  }
}

.p-merit .c-sec-bg {
  padding-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .p-merit .c-sec-bg {
    padding-bottom: 111px;
    text-align: center;
  }
  .p-merit .c-sec-bg .c-sec-msg {
    text-align: center;
  }
  .p-merit .c-sec-bg figure {
    width: 60%;
    margin: auto;
    max-width: 300px;
  }
}

.p-merit-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-merit-list {
    font-size: 1.6rem;
    display: block;
    font-weight: normal;
  }
}
.p-merit-list small {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 1em;
  display: block;
}
.p-merit-list small::before {
  content: "※";
}
.p-merit-list small + small {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-merit-list small {
    font-size: 1.4rem;
  }
}
.p-merit-list__item {
  width: 30%;
  white-space: nowrap;
}
@media screen and (max-width: 1079px) {
  .p-merit-list__item {
    white-space: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-merit-list__item {
    width: 100%;
  }
  .p-merit-list__item + .p-merit-list__item {
    margin-top: 45px;
  }
}
.p-merit-list__figure {
  opacity: 0;
  transform: translateY(0) rotateX(-60deg);
  transition: opacity 0.3s, transform 0.6s cubic-bezier(0.375, 1.65, 0.47, 1.005);
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .p-merit-list.is-shown .p-merit-list__figure {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
@media screen and (max-width: 767px) {
  .p-merit-list__item.is-shown .p-merit-list__figure {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
.p-merit-list__ttl {
  margin-top: 46px;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.3s 0.2s, transform 0.6s cubic-bezier(0.375, 1.65, 0.47, 1.005) 0.2s;
}
@media screen and (min-width: 768px) {
  .p-merit-list.is-shown .p-merit-list__ttl {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1079px) {
  .p-merit-list__ttl--flow br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-merit-list__ttl {
    margin-top: 25px;
  }
  .p-merit-list__item.is-shown .p-merit-list__ttl {
    opacity: 1;
    transform: translateY(0);
  }
  .p-merit-list__ttl--flow br {
    display: block;
  }
}
.p-merit-list__list {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.3s 0.2s, transform 0.6s cubic-bezier(0.375, 1.65, 0.47, 1.005) 0.2s;
}
@media screen and (min-width: 768px) {
  .p-merit-list.is-shown .p-merit-list__list {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .p-merit-list__item.is-shown .p-merit-list__list {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-merit-list__note {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.3s 0.2s, transform 0.6s cubic-bezier(0.375, 1.65, 0.47, 1.005) 0.2s;
}
@media screen and (min-width: 768px) {
  .p-merit-list.is-shown .p-merit-list__note {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .p-merit-list__item.is-shown .p-merit-list__note {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .p-merit-list.is-shown .p-merit-list__item:nth-of-type(2) .p-merit-list__figure {
    transition-delay: 0.2s;
  }
  .p-merit-list.is-shown .p-merit-list__item:nth-of-type(2) .p-merit-list__ttl, .p-merit-list.is-shown .p-merit-list__item:nth-of-type(2) .p-merit-list__list, .p-merit-list.is-shown .p-merit-list__item:nth-of-type(2) .p-merit-list__note {
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .p-merit-list.is-shown .p-merit-list__item:nth-of-type(3) .p-merit-list__figure {
    transition-delay: 0.4s;
  }
  .p-merit-list.is-shown .p-merit-list__item:nth-of-type(3) .p-merit-list__ttl, .p-merit-list.is-shown .p-merit-list__item:nth-of-type(3) .p-merit-list__list, .p-merit-list.is-shown .p-merit-list__item:nth-of-type(3) .p-merit-list__note {
    transition-delay: 0.6s;
  }
}

.p-mv {
  height: calc(100vh - 80px - 54px);
  width: 100%;
  background-image: url(../img/bg-mv-pc.png);
  background-position: top 50% left -50%;
  background-size: cover;
  position: relative;
  -webkit-animation: swingbg 2.5s cubic-bezier(0.6, 1.34, 0.66, 0.995) 3s 1 forwards;
          animation: swingbg 2.5s cubic-bezier(0.6, 1.34, 0.66, 0.995) 3s 1 forwards;
  filter: blur(5px);
}
@-webkit-keyframes swingbg {
  0% {
    background-position: top 50% left 10%;
    filter: blur(5px);
  }
  100% {
    background-position: top 50% left 50%;
    filter: blur(0);
  }
}
@keyframes swingbg {
  0% {
    background-position: top 50% left 10%;
    filter: blur(5px);
  }
  100% {
    background-position: top 50% left 50%;
    filter: blur(0);
  }
}
@media screen and (max-width: 979px) {
  .p-mv {
    height: calc(100vh - 60px);
    background-image: url(../img/bg-mv-sp.png);
    background-position: top 50% left 50%;
    min-height: 170vw;
    -webkit-animation: swingbgsp 2.5s cubic-bezier(0.6, 1.34, 0.66, 0.995) 3s 1 forwards;
            animation: swingbgsp 2.5s cubic-bezier(0.6, 1.34, 0.66, 0.995) 3s 1 forwards;
  }
  @-webkit-keyframes swingbgsp {
    0% {
      background-position: top 50% left 50%;
      filter: blur(5px);
    }
    100% {
      background-position: top 0% left 50%;
      filter: blur(0);
    }
  }
  @keyframes swingbgsp {
    0% {
      background-position: top 50% left 50%;
      filter: blur(5px);
    }
    100% {
      background-position: top 0% left 50%;
      filter: blur(0);
    }
  }
}
.webp .p-mv {
  background-image: url(../img/bg-mv-pc.webp);
}
@media screen and (max-width: 979px) {
  .webp .p-mv {
    background-image: url(../img/bg-mv-sp.webp);
  }
}
.p-mv__ttl {
  -webkit-clip-path: polygon(0 0, 0 0, 0 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  transform: translateX(-20%);
  -webkit-animation: clipTtl 1.5s cubic-bezier(0.11, 0.99, 0.465, 1.005) 3.2s 1 forwards;
          animation: clipTtl 1.5s cubic-bezier(0.11, 0.99, 0.465, 1.005) 3.2s 1 forwards;
}
@-webkit-keyframes clipTtl {
  0% {
    transform: translateX(-40%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  }
  25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 0 87%, 0 100%, 0 100%);
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 100% 87%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 100% 87%, 100% 100%, 0 100%);
  }
}
@keyframes clipTtl {
  0% {
    transform: translateX(-40%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  }
  25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 0 29%, 0 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 0 58%, 0 87%, 0 87%, 0 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 0 87%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 0 87%, 0 100%, 0 100%);
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 100% 87%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 29%, 100% 29%, 100% 58%, 100% 58%, 100% 87%, 100% 87%, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 979px) {
  .p-mv__ttl {
    display: none;
  }
}
.p-mv__content {
  width: 50%;
  padding-left: 5.7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 979px) {
  .p-mv__content {
    padding: 0 20px;
    width: 100%;
  }
}
.p-mv__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 710px;
}
.p-mv__links .c-txt-ribbon--pink {
  font-size: 1.8rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 979px) {
  .p-mv__links {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    max-width: 440px;
    transform: translateX(-50%);
  }
}
.p-mv__link {
  flex-grow: 1;
  margin-top: 45px;
  max-width: 350px;
  min-width: 250px;
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: showMvBtn 0.8s cubic-bezier(0.255, 1.55, 0.465, 1.005) 4.5s 1 forwards;
          animation: showMvBtn 0.8s cubic-bezier(0.255, 1.55, 0.465, 1.005) 4.5s 1 forwards;
  filter: blur(5px);
}

.p-mv__link2 {
  flex-grow: 1;
  margin-top: 45px;
  max-width: 350px;
  min-width: 250px;
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: showMvBtn 0.8s cubic-bezier(0.255, 1.55, 0.465, 1.005) 4.5s 1 forwards;
          animation: showMvBtn 0.8s cubic-bezier(0.255, 1.55, 0.465, 1.005) 4.5s 1 forwards;
  filter: blur(5px);
}


.p-mv__link:nth-of-type(2) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
@-webkit-keyframes showMvBtn {
  0% {
    transform: translateY(20px);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes showMvBtn {
  0% {
    transform: translateY(20px);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (max-width: 979px) {
  .p-mv__link {
    max-width: unset;
    margin-top: 20px;
  }
	
  .p-mv__link2 {
    max-width: unset;
    margin-top: 20px;
  }
}
.p-mv__link a {
  display: flex;
  background-color: #DE1069;
  height: 75px;
  align-items: center;
  width: 100%;
  padding: 0 13%;
  color: #ffffff;
  border-radius: 500px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  min-width: 200px;
  white-space: nowrap;
  justify-content: center;
  box-shadow: 0px 10px 0px #AA0F51;
  transform: translateY(-10px);
  transition: transform 0.5s, box-shadow 0.5s, color 0.5s;
}

.p-mv__link2 p {
  display: flex;
  background-color: #AAA;
  height: 75px;
  align-items: center;
  width: 100%;
  padding: 0 13%;
  color: #ffffff;
  border-radius: 500px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  min-width: 200px;
  white-space: nowrap;
  justify-content: center;
margin-top:-10px
}

@media screen and (max-width: 979px) {
  .p-mv__link a {
    height: 60px;
  }
	
  .p-mv__link2 p {
    height: 60px;
  }
	
}
.p-mv__link a:hover {
  box-shadow: 0px 0px 0px transparent;
  transform: translateY(0px);
  color: rgba(255, 255, 255, 0.5);
}
.p-mv__link a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-right: 1em;
  transform: rotate(45deg);
  position: relative;
  top: 0.1em;
}
.p-mv__scroll {
  position: absolute;
  bottom: calc(6em + 200px);
  left: 22px;
  width: 6em;
  font-size: 1.6rem;
  line-height: 16px;
  transform-origin: bottom left;
  transform: rotate(90deg);
}
.p-mv__scroll::before {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.p-mv__scroll::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: #74BFD4;
  position: absolute;
  bottom: 0;
  left: 100%;
  -webkit-clip-path: polygon(-91% 0, -1% 0, -1% 100%, -91% 100%);
          clip-path: polygon(-91% 0, -1% 0, -1% 100%, -91% 100%);
  -webkit-animation: scrollBarMove 4s cubic-bezier(0.11, 0.95, 0.355, 1) 0s infinite forwards;
          animation: scrollBarMove 4s cubic-bezier(0.11, 0.95, 0.355, 1) 0s infinite forwards;
}
@-webkit-keyframes scrollBarMove {
  0% {
    -webkit-clip-path: polygon(-91% 0, -1% 0, -1% 100%, -91% 100%);
            clip-path: polygon(-91% 0, -1% 0, -1% 100%, -91% 100%);
  }
  100% {
    -webkit-clip-path: polygon(101% 0, 191% 0, 191% 100%, 101% 100%);
            clip-path: polygon(101% 0, 191% 0, 191% 100%, 101% 100%);
  }
}
@keyframes scrollBarMove {
  0% {
    -webkit-clip-path: polygon(-91% 0, -1% 0, -1% 100%, -91% 100%);
            clip-path: polygon(-91% 0, -1% 0, -1% 100%, -91% 100%);
  }
  100% {
    -webkit-clip-path: polygon(101% 0, 191% 0, 191% 100%, 101% 100%);
            clip-path: polygon(101% 0, 191% 0, 191% 100%, 101% 100%);
  }
}

.p-news {
  background-color: #74BFD4;
  padding-bottom: 180px;
  background-image: url(../img/bg-news.svg);
  background-size: clamp(1680px, 100%, 100%) auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.p-news.\--empty {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 130px;
  }
  .p-news.\--empty {
    padding-bottom: 180px;
  }
}
.p-news__more {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.68%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    display: block;
    margin-top: 40px;
  }
}
.p-news__more.is-shown {
  max-height: 1000px;
}
@media screen and (max-width: 767px) {
  .p-news__more.is-shown {
    max-height: 3000px;
  }
}
.p-news__articles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.68%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__articles {
    display: block;
  }
}
.p-news__articles > article {
  opacity: 0;
  transform: rotate(-7deg);
  transform-origin: 0% -20%;
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 768px) {
  .p-news__articles > article:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .p-news__articles > article:nth-of-type(3) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .p-news__articles.is-shown > article {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .p-news__articles > article.is-shown {
    opacity: 1;
    transform: rotate(0deg);
  }
}
.p-news__article {
  width: 31.52%;
}
@media screen and (max-width: 767px) {
  .p-news__article {
    width: 100%;
  }
  .p-news__article + .p-news__article {
    margin-top: 40px;
  }
}
.p-news__article a {
  color: #ffffff;
  position: relative;
  display: block;
}
.p-news__article a[href="#"] {
  pointer-events: none;
}
.p-news__article a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, rgba(0, 47, 75, 0.5), rgba(220, 66, 37, 0.5));
  mix-blend-mode: overlay;
  pointer-events: none;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  filter: blur(5px);
}
.p-news__article a:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}
.p-news__article h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-news__article h3 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.p-news__article time {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  display: inline-block;
  margin-top: 0.2em;
}
.p-news .p-news__more-link {
  margin: 70px auto;
  max-width: 464px;
  display: flex;
  background-color: #0E336F;
  height: 75px;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  border-radius: 500px;
  font-size: 2.2rem;
  font-weight: bold;
  transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
}
@media screen and (max-width: 767px) {
  .p-news .p-news__more-link {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .p-news .p-news__more-link span {
    display: block;
    transition: transform 0.4s cubic-bezier(0.685, 1.65, 0.66, 0.995);
  }
  .p-news .p-news__more-link:hover {
    transform: rotateX(15deg) rotateY(15deg);
  }
  .p-news .p-news__more-link:hover span {
    transform: translate(10px, -10px);
  }
}
.p-news .p-news__more-link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-right: 1em;
  transition: transform 0.5s;
  transform: rotate(135deg);
  position: relative;
  top: -0.2em;
}
.p-news .p-news__more-link.is-active::before {
  transform: rotate(135deg) rotateX(180deg) rotateZ(-90deg) translateY(10px);
}

.p-operation .c-sec-bg {
  background-color: #F5F5F5;
  padding-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .p-operation .c-sec-bg {
    padding-bottom: 111px;
  }
}
.p-operation__chart {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-operation__chart {
    padding-top: 40px;
  }
}

.p-operation-msg {
  margin-top: 132px;
  display: flex;
  gap: 3.54%;
}
@media screen and (max-width: 767px) {
  .p-operation-msg {
    display: block;
    margin-top: 40px;
  }
}
.p-operation-msg > * {
  width: 48.23%;
}
@media screen and (max-width: 767px) {
  .p-operation-msg > * {
    width: 100%;
  }
}
.p-operation-msg__ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 12px;
}
.p-operation-msg__name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.p-schedule {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    padding-bottom: 70px;
  }
}
.p-schedule figure {
  max-width: 864px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .p-schedule figure {
    margin-top: 45px;
  }
}

.p-theme {
  color: #ffffff;
}
.p-theme .c-sec-bg {
  background-color: #74BFD4;
  padding-bottom: 180px;
  overflow: hidden;
  background-image: url(../img/bg-theme.svg);
  background-size: clamp(1680px, 100%, 100%) auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-theme .c-sec-bg {
    padding-bottom: 111px;
    background-size: clamp(680px, 100%, 100%) auto;
  }
}
.p-theme__img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-theme__img {
    margin-top: 40px;
  }
}
.p-theme .swiper {
  overflow: visible;
}

.p-theme-list {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-theme-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 979px) {
  .p-theme-list__container {
    max-width: 448px;
    margin: auto;
  }
}
.p-theme-list__nav {
  top: 25%;
  transform: translateY(-50%);
  z-index: 20;
}
.p-theme-list__nav--next {
  right: -25px;
}
.p-theme-list__nav--prev {
  left: -25px;
}
.p-theme-list__card {
  display: block;
  border: 3px solid #0E336F;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
.p-theme-list__card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, rgba(0, 47, 75, 0.5), rgba(220, 66, 37, 0.5));
  mix-blend-mode: color-dodge;
  pointer-events: none;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  border-radius: 20px;
  filter: blur(5px);
  z-index: 20;
}
.p-theme-list__card:hover {
  background-color: #E5E5E5;
}
.p-theme-list__card:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}
.p-theme-list__card figure {
  margin-top: 0;
  padding-top: 53.57%;
  position: relative;
}
.p-theme-list__card figure picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-theme-list__card figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-theme-list__ttl {
  width: 82.37%;
  margin: 20px auto 0;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0E336F;
  border-radius: 200px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  font-size: clamp(1.5rem, 2.1vw, 2.3rem);
}
.p-theme-modal .p-theme-list__ttl {
  width: 100%;
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal .p-theme-list__ttl {
    max-width: 252px;
    height: 34px;
  }
}
@media screen and (max-width: 979px) {
  .p-theme-list__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-theme-list__ttl {
    font-size: 1.6rem;
  }
}
.p-theme-list__ttl--long {
  justify-content: flex-start;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal .p-theme-list__ttl--long {
    padding-left: 40px;
  }
}
.p-theme-list__ttl::before {
  content: attr(data-theme-num);
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #0E336F;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal .p-theme-list__ttl::before {
    width: 26px;
    height: 26px;
    top: 3.5px;
    left: 3.5px;
    font-size: 1.6rem;
  }
}
.p-theme-list__dsc {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(4.5em + 60px);
  padding: 30px 0;
}
.p-theme-modal .p-theme-list__dsc {
  width: 90%;
  padding-bottom: 0.5em;
  min-height: 93px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal .p-theme-list__dsc {
    width: 95%;
    font-size: 1.6rem;
  }
}
.p-theme-list__dsc strong {
  color: #0E336F;
}
.p-theme-list__btn {
  border-top: 1px solid #0E336F;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.p-theme-list__btn img {
  width: 127px;
}
.p-theme-list .swiper-horizontal > .swiper-pagination-bullets,
.p-theme-list .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-theme-list .swiper-pagination-custom,
.p-theme-list .swiper-pagination-fraction {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-theme-list .swiper-horizontal > .swiper-pagination-bullets,
.p-theme-list .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-theme-list .swiper-pagination-custom,
.p-theme-list .swiper-pagination-fraction {
    margin-top: 30px;
  }
}
.p-theme-list .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-theme-list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.p-theme-list .swiper-pagination-bullet {
  opacity: 1;
  background-color: #E5E5E5;
  width: 15px;
  height: 15px;
}
.p-theme-list .swiper-pagination-bullet-active {
  background-color: #DE1069;
}

.p-theme-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 60px;
  transition: opacity 0.5s, visibility 0.5s;
  color: #000;
}
.p-theme-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-theme-modal__close {
  pointer-events: auto;
  top: -30px;
  right: -30px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__close {
    top: -20px;
    right: -20px;
  }
}
.p-theme-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-theme-modal__wrapper {
  pointer-events: none;
  width: calc(100% - 120px);
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-theme-modal__wrapper {
    width: calc(100% - 40px);
    max-height: 90vh;
  }
}
.p-theme-modal__container {
  overflow: visible;
  pointer-events: none;
}
.p-theme-modal__slide {
  background-color: #ffffff;
}
.p-theme-modal__slide--inner {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__slide--inner {
    max-height: 90vh;
    overflow-y: scroll;
    overflow-x: visible;
  }
}
.p-theme-modal figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
  -o-object-position: center;
     object-position: center;
}
.p-theme-modal figure img.\--pos-top {
  -o-object-position: top center;
     object-position: top center;
}
.p-theme-modal__info {
  padding: 17px 0 30px;
  width: 90%;
  margin: auto;
  border-top: 1px solid #D4D4D4;
  min-height: 351px;
}
.p-theme-modal__other {
  padding: 17px 0 30px;
  width: 90%;
  margin: 20px auto 0;
  border-top: 1px solid #D4D4D4;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  min-height: 424px;
}
.p-theme-modal__row {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__row {
    display: block;
  }
}
.p-theme-modal__row + .p-theme-modal__row {
  margin-top: 25px;
}
.p-theme-modal__term {
  color: #0E336F;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__term br {
    display: none;
  }
}
.\--exp .p-theme-modal__term {
  width: 7em;
}
@media screen and (max-width: 767px) {
  .\--exp .p-theme-modal__term {
    width: auto;
  }
}
.\--dev .p-theme-modal__term {
  width: 5em;
}
@media screen and (max-width: 767px) {
  .\--dev .p-theme-modal__term {
    width: auto;
  }
}
.\--mobility .p-theme-modal__term {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .\--mobility .p-theme-modal__term {
    width: auto;
  }
}
.\--content .p-theme-modal__term {
  width: 6em;
}
@media screen and (max-width: 767px) {
  .\--content .p-theme-modal__term {
    width: auto;
  }
}
.p-theme-modal__def strong {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
.p-theme-modal__def strong::before {
  content: "・";
}
.p-theme-modal__def small {
  font-size: 1.4rem;
  display: block;
  line-height: 1.3;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-theme-modal__def li + li {
  margin-top: 5px;
}
.p-theme-modal__btn {
  pointer-events: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__btn {
    top: calc(4.2em + 80px);
  }
}
.p-theme-modal__btn--next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__btn--next {
    right: -20px;
  }
}
.p-theme-modal__btn--prev {
  left: -60px;
}
@media screen and (max-width: 767px) {
  .p-theme-modal__btn--prev {
    left: -20px;
  }
}

.p-vision {
  text-align: center;
}
.p-vision .c-sec-bg {
  background-color: #F5F5F5;
  padding-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .p-vision .c-sec-bg {
    padding-bottom: 111px;
  }
  .p-vision .c-sec-bg p {
    text-align: left;
  }
  .p-vision .c-sec-bg h3 {
    text-align: center;
  }
}
.p-vision__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px 22px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-vision__list {
    margin-top: 30px;
    display: block;
  }
}
.p-vision__list + p {
  margin-top: 50px;
  text-align: center;
}
.p-vision__card {
  width: calc((100% - 44px) / 3);
  border: 3px solid #0E336F;
  border-radius: 10px;
  color: #ffffff;
  padding: 26px 0 30px;
  transform: translate(20px, -20px) rotateZ(5deg) rotateY(45deg);
  opacity: 0;
  transition: opacity 0.3s, transform 0.6s;
}
@media screen and (min-width: 768px) {
  .is-shown .p-vision__card {
    opacity: 1;
    transform: translate(0, 0) rotateZ(0) rotateY(0deg);
  }
  .is-shown .p-vision__card:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .is-shown .p-vision__card:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  .is-shown .p-vision__card:nth-of-type(4) {
    transition-delay: 0.3s;
  }
  .is-shown .p-vision__card:nth-of-type(5) {
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .p-vision__card.is-shown {
    opacity: 1;
    transform: translate(0, 0) rotateZ(0) rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .p-vision__card {
    width: 100%;
    max-width: 273px;
    margin: auto;
  }
  .p-vision__card + .p-vision__card {
    margin-top: 10px;
  }
}
.p-vision__card--cost {
  background-color: #5D9AD4;
}
.p-vision__card--earning {
  background-color: #B763A0;
}
.p-vision__card--collab {
  background-color: #E68352;
}
.p-vision__card--eco {
  background-color: #777777;
}
.p-vision__card--eco .p-vision__term {
  margin-bottom: 0.8em;
}
.p-vision__card--safety {
  background-color: #3EA094;
}
.p-vision__card--safety .p-vision__term {
  margin-bottom: 1.2em;
}
.p-vision__card figure {
  width: 63%;
  margin: auto;
}
.p-vision__term {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  min-height: 50px;
}
.p-vision__txt {
  display: flex;
  margin-top: 22px;
  height: 4.5em;
  align-items: center;
  justify-content: center;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

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

.sp-only-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only-inline {
    display: inline;
  }
}

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

.sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only-flex {
    display: flex;
  }
}

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

.mT0 {
  margin-top: 0px;
}

@media screen and (max-width: 979px) {
  .mT20 {
    margin-top: 20px;
  }
}
.mB20 {
  margin-bottom: 20px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 30px;
  }
}

.u-pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-pt120 {
    padding-top: 30px;
  }
  .p-mv__links .c-txt-ribbon--pink{
    display:inline-block;
    margin-top:0px!important;
    padding-top:0px!important;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height:1.7rem;
    position: relative;
    bottom:-1rem;
  }
  .p-mv__links .c-txt-ribbon--pink span{
    font-size: 1.5rem;
  }
}

.u-pt-half {
  padding-top: 0.6em;
}

.u-fwb {
  font-weight: bold;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-uppercase-none {
  text-transform: none;
}

/* ==========================================================================
 Foundation
============================================================================*/
/* ==========================================================================
 layout
============================================================================*/
/* ==========================================================================
 object
============================================================================*/
/*# sourceMappingURL=maps/style.css.map */
