@use "sass:map";
@use "sass:math";
@use "sass:color";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  word-break: break-all;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

address {
  font-style: normal;
}

p {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

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

img {
  vertical-align: bottom;
  height: auto;
}

figure {
  margin: 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 */
}

/**
   * 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: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * 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"] {
  -webkit-appearance: button;
}

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  box-sizing: border-box;
  /* 1 */
  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. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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 odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*
* default mixins.
* ------------------------------
*
*
*/
.fs_15 {
  font-size: 0.94em !important;
}

@media screen and (max-width: 767px) {
  .fs_15 {
    font-size: 0.5em !important;
  }
}

.fs_16 {
  font-size: 1em !important;
}

.fs_18 {
  font-size: 1.13em !important;
}

@media screen and (max-width: 767px) {
  .fs_18 {
    font-size: 0.94em !important;
  }
}

.fs_20 {
  font-size: 1.25em !important;
}

@media screen and (max-width: 767px) {
  .fs_20 {
    font-size: 0.94em !important;
  }
}

.fs_22 {
  font-size: 1.38em !important;
}

@media screen and (max-width: 767px) {
  .fs_22 {
    font-size: 0.88em !important;
  }
}

.fs_24 {
  font-size: 1.5em !important;
}

.fs_26 {
  font-size: 1.63em !important;
}

.fs_27 {
  font-size: 1.69em !important;
}

@media screen and (max-width: 767px) {
  .fs_27 {
    font-size: 1.13em !important;
  }
}

.fs_28 {
  font-size: 1.75em !important;
}

.fs_30 {
  font-size: 1.88em !important;
}

.fs_36 {
  font-size: 2.25em !important;
}

@media screen and (max-width: 767px) {
  .fs_36 {
    font-size: 1.57em !important;
  }
}

.fc_white {
  color: #fff;
  text-shadow: #777 1px 0 17px;
}

.fc_gray {
  color: #CBCED3;
}

.udgothic {
  font-family: "BIZ UDGothic", sans-serif;
}

.udmincho {
  font-family: "BIZ UDPMincho", serif;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.unbound {
  font-family: "Unbounded", sans-serif;
}

.ls_00 {
  letter-spacing: 0;
}

.ls_07 {
  letter-spacing: 0.07em;
}

.lh_16 {
  line-height: 1.6;
}

.lh_18 {
  line-height: 1.8;
}

.lh_20 {
  line-height: 2;
}

html {
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 80%;
  }
}

@media screen and (max-width: 1160px) {
  html {
    font-size: 70%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

body {
  line-height: 2;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #002E65;
  position: relative;
}

body.is_fixed {
  overflow: hidden;
  height: 100vh !important;
  position: fixed;
  left: 0;
}

main {
  overflow: hidden;
}

a {
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

.loading_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.loading_block.show {
  opacity: 0;
  pointer-events: none;
}

.loader {
  color: #002e65;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.inner_block {
  width: 100%;
  max-width: 1330px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.inner_block--key_word {
  position: relative;
}

@media screen and (max-width: 1700px) {
  .inner_block {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1160px) {
  .inner_block {
    max-width: 900px;
  }
}

@media screen and (max-width: 767px) {
  .inner_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top_white_round {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: relative;
}

.top_white_round::before {
  content: "";
  position: relative;
  top: -4.1vw;
  left: 0;
  width: 100%;
  height: 4.1vw;
  display: block;
  background-image: url(../images/top/round_border_bottom_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 9999;
}

@media screen and (max-width: 575px) {
  .header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.menu_btn {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  border: none;
  background: none;
  width: 115px;
  height: 115px;
  position: fixed;
  top: 33px;
  right: 40px;
  background-color: #42474a;
  border-radius: 50%;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background-color 0.3s ease;
  animation-delay: 1.5s;
}

.menu_btn__line {
  width: 40.87%;
  display: block;
  border-top: 1px solid #fff;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}

.menu_btn__txt {
  margin-top: 9px;
}

.menu_btn.active .menu_btn__line:nth-child(2) {
  opacity: 0;
}

.menu_btn.active .menu_btn__line:nth-child(1) {
  transform: rotate(18deg);
  top: 12px;
}

.menu_btn.active .menu_btn__line:nth-child(3) {
  transform: rotate(-18deg);
  top: -2px;
}

.menu_btn.scrolled {
  background-color: #002E65;
}

@media screen and (max-width: 1700px) {
  .menu_btn {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .menu_btn {
    width: 90px;
    height: 90px;
    font-size: 12px;
    top: 20px;
    right: 20px;
  }
  .menu_btn__txt {
    margin-top: 5px;
  }
}

@media screen and (max-width: 575px) {
  .menu_btn {
    border-radius: 0 0 8px 8px;
    width: 77px;
    height: 60px;
    font-size: 8px;
    gap: 3px;
    top: 0;
    right: 10px;
  }
  .menu_btn__txt {
    margin-top: 3px;
  }
  .menu_btn.active .menu_btn__line:nth-child(1) {
    top: 6px;
  }
}

.global_nav_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.global_nav_list__item {
  width: 100%;
}

.global_nav_list__link {
  text-decoration: none;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  line-height: 1.5;
  font-weight: 500;
}

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

.modal_menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.modal_menu_wrap.open {
  opacity: 1;
  pointer-events: auto;
}

.modal_menu {
  display: flex;
  align-items: center;
  height: calc(100vh - 130px);
  overflow: auto;
}

.modal_menu_img {
  position: relative;
  display: table;
  width: 47%;
  flex: 0 0 auto;
  height: 449px;
  border-radius: 8px;
  overflow: hidden;
}

.modal_menu_img__logo {
  width: 53%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.modal_menu_img__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .modal_menu_img {
    width: 100%;
    height: 37vw;
  }
  .modal_menu_img__logo {
    width: 48vw;
  }
}

.modal_menu_nav {
  flex: 1 0 auto;
}

.modal_menu_nav_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal_menu_nav_inner {
    gap: 25px;
  }
}

.modal_menu_list__item {
  width: 100%;
  border-top: 1px solid #002E65;
}

.modal_menu_list__item:last-child {
  border-bottom: 1px solid #002E65;
}

.modal_menu_list__link {
  text-decoration: none;
  color: #002E65;
  font-size: 1.63em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  position: relative;
  padding: 36px 16px;
  line-height: 1.2;
}

.modal_menu_list__link::after {
  width: 26px;
  height: 26px;
  background-image: url(../images/common/circle_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  content: "";
}

@media screen and (max-width: 767px) {
  .modal_menu_list__link {
    font-size: 1.07em;
    padding: 20px 10px;
  }
}

.modal_menu_inner {
  max-width: 1470px;
  width: 80vw;
  display: flex;
  gap: 65px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .modal_menu_inner {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 30px;
  }
}

.fade_in_menu {
  position: fixed;
  padding: 36px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--fullvh);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  width: 200px;
  left: -200px;
  transition: left 0.5s ease-in-out;
}

.fade_in_menu.show {
  left: 0;
  pointer-events: auto;
}

.fade_in_menu.hide_important {
  left: -200px !important;
  pointer-events: none;
}

@media screen and (max-width: 1700px) {
  .fade_in_menu {
    width: 180px;
    padding: 36px 20px;
  }
  .fade_in_menu__logo {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .fade_in_menu {
    display: none;
  }
}

.side_nav_list {
  line-height: 1.5;
}

.side_nav_list > * + * {
  margin-top: 1rem;
}

.side_nav_list__link {
  text-decoration: none;
  color: #002E65;
  font-size: 0.94em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  position: relative;
}

.contact_block {
  padding-top: 11.25rem;
}

@media screen and (max-width: 767px) {
  .contact_block {
    padding-top: 6.25rem;
  }
}

.footer_nav,
.footer_logo {
  width: 100%;
  max-width: 1570px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .footer_nav,
  .footer_logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer_nav {
  margin-bottom: 8.44rem;
}

@media screen and (max-width: 767px) {
  .footer_nav {
    margin-bottom: 3.13rem;
  }
}

.footer_nav_list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  gap: 20px;
}

.footer_nav_list__item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .footer_nav_list {
    flex-wrap: wrap;
    gap: 5%;
  }
  .footer_nav_list__item {
    width: 47.5%;
  }
}

.nav_btn {
  display: block;
  text-align: center;
  border-top: 1px solid #002E65;
  text-align: left;
  text-decoration: none;
  color: #002E65;
  line-height: 1.5;
  position: relative;
  padding: 18px 23px;
}

.nav_btn__ja {
  font-size: 1.25em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.nav_btn__en {
  font-size: 0.69em;
  font-weight: 400;
  font-family: "Unbounded", sans-serif;
}

.nav_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/top/nav_btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .nav_btn {
    padding: 15px 10px;
  }
  .nav_btn__ja {
    font-size: 0.94em;
  }
  .nav_btn__en {
    font-size: 0.63em;
  }
}

@media screen and (max-width: 767px) {
  .nav_btn__ja {
    font-size: 0.63em;
    margin-bottom: 0.1rem;
  }
  .nav_btn__en {
    font-size: 0.38em;
  }
  .nav_btn::after {
    width: 15px;
    height: 15px;
  }
}

.footer_logo_list {
  list-style: none;
  display: flex;
  gap: 29px;
}

@media screen and (max-width: 1700px) {
  .footer_logo_list__jpeaks {
    width: 168px;
    height: auto;
  }
  .footer_logo_list__nagaoka {
    width: 157px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer_logo_list__jpeaks {
    width: 108px;
  }
  .footer_logo_list__nagaoka {
    width: 102px;
  }
}

.footer_form {
  margin-bottom: 14.69rem;
}

@media screen and (max-width: 767px) {
  .footer_form {
    margin-bottom: 4.38rem;
  }
}

.footer_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8.13rem;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    flex-direction: column;
  }
}

.copyright {
  font-size: 15px;
  font-family: "BIZ UDPMincho", serif;
  color: #002e65;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 0.63em;
  }
}

.flex_box {
  display: flex;
  align-items: center;
}

.flex_box__txt {
  flex: 1;
}

.flex_box--press {
  gap: 0;
}

.flex_box--access {
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.flex_box--project {
  gap: 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .flex_box__img {
    max-width: 50%;
    flex: 0 1 auto;
  }
  .flex_box__img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .flex_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .flex_box__txt {
    width: 100%;
  }
  .flex_box__img {
    max-width: 100%;
  }
  .flex_box__img--project {
    width: 124%;
    max-width: unset;
    position: relative;
    left: -13%;
  }
  .flex_box--press {
    gap: 50px;
  }
  .flex_box--access {
    align-items: flex-start;
    gap: 30px;
  }
}

.back_character {
  position: relative;
}

.back_character::before {
  text-align: center;
  display: block;
  white-space: pre;
  position: absolute;
  content: "3 KEYWORDS";
  font-size: 9em;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #edf1f5;
  opacity: 0.64;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  left: 64px;
}

.back_character--fourtarget::before {
  content: "FOUR TARGETS\A FOR SOCIAL CHANGE";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 1.9em;
}

.back_character--sxresearch::before {
  content: "SX RESEARCH\A UNIVERSITY";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0.85em;
  color: rgba(255, 255, 255, 0.14);
}

.back_character--cooperation::before {
  content: "PARTNER\A UNIVERSITIES";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0.85em;
  color: rgba(255, 255, 255, 0.14);
}

@media screen and (max-width: 1700px) {
  .back_character::before {
    font-size: 7vw;
  }
}

@media screen and (max-width: 1160px) {
  .back_character--fourtarget::before {
    content: "FOUR TARGETS\A FOR SOCIAL CHANGE";
  }
  .back_character--keyword::before {
    left: 70px;
  }
  .back_character--sxresearch::before, .back_character--cooperation::before {
    top: 1.7em;
  }
}

.shadow_shift {
  position: relative;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .shadow_shift {
    margin-left: 0;
  }
}

.z_index_1 {
  position: relative;
  z-index: 1;
}

.img_ttl_width {
  max-width: 100%;
  height: auto;
}

.show_sp {
  display: none;
}

@media screen and (max-width: 575px) {
  .show_sp {
    display: block;
  }
}

.show_tb {
  display: none;
}

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

@media screen and (max-width: 575px) {
  .hide_sp {
    display: none;
  }
}

.solid_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 55px 75px;
  background: #002e65;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 22px;
  line-height: 1.5;
  text-align: left;
}

.solid_btn__ttl {
  font-size: 2.57em;
  font-weight: 400;
  font-family: "Unbounded", sans-serif;
}

.solid_btn__txt {
  font-size: 0.88em;
  font-weight: 300;
}

.solid_btn::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/top/solid_btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.solid_btn--small {
  padding: 24px 40px;
}

.solid_btn--small .solid_btn__ttl {
  font-size: 2em;
}

.solid_btn--small .solid_btn__txt {
  font-size: 0.69em;
}

@media screen and (max-width: 767px) {
  .solid_btn {
    border-radius: 5px;
    padding: 24px 20px;
  }
  .solid_btn__ttl {
    font-size: 1.38em;
  }
  .solid_btn__txt {
    font-size: 0.57em;
  }
  .solid_btn--small {
    border-radius: 4px;
    padding: 24px 40px;
  }
  .solid_btn--small .solid_btn__ttl {
    font-size: 1.25em;
  }
  .solid_btn--small .solid_btn__txt {
    font-size: 0.57em;
  }
  .solid_btn::after {
    width: 40px;
    height: 40px;
  }
}

.modal_btn {
  display: flex;
  width: 190px;
  height: 190px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #002E65;
  font-size: 1.75em;
  font-weight: 500;
  font-family: "BIZ UDPMincho", serif;
  position: relative;
  text-align: center;
  line-height: 1.3;
}

.modal_btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  background-image: url(../images/common/down_double_arrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1700px) {
  .modal_btn {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 1160px) {
  .modal_btn {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .modal_btn {
    width: 17vw;
    height: 17vw;
    font-size: clamp(12px, 2.8vw, 28px);
  }
  .modal_btn::after {
    width: 4px;
    height: 4px;
    bottom: 7px;
  }
}

.img_ttl {
  position: relative;
  padding-left: 70px;
}

.img_ttl__en {
  color: #cbced3;
  font-size: 0.94em;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Unbounded", sans-serif;
}

.img_ttl__ja {
  text-align: left;
}

.img_ttl::before {
  content: "";
  display: block;
  width: 36px;
  height: 24px;
  background-image: url(../images/common/ttl_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 38px;
  left: 10px;
}

.img_ttl--project::before {
  top: 22px;
}

.img_ttl__ttl {
  margin-bottom: -8px;
}

@media screen and (max-width: 1700px) {
  .img_ttl {
    padding-left: 50px;
  }
  .img_ttl::before {
    width: 24px;
    height: 16px;
    top: 37px;
  }
  .img_ttl--project::before {
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .img_ttl {
    padding-left: 27px;
  }
  .img_ttl::before {
    width: 16px;
    height: 10px;
    left: 0;
    top: 19px;
  }
  .img_ttl--project::before {
    top: 43%;
  }
  .img_ttl__ja {
    margin-bottom: 0.2rem;
  }
  .img_ttl__en {
    font-size: 0.5em;
  }
  .img_ttl__ttl {
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 575px) {
  .img_ttl--project::before {
    top: 43%;
  }
}

.mark_ttl {
  position: relative;
  padding-left: 56px;
}

.mark_ttl :where(p) {
  color: #cbced3;
  font-size: 0.94em;
  font-weight: 400;
  font-family: "Unbounded", sans-serif;
}

.mark_ttl__ttl {
  font-family: "BIZ UDPMincho", sans-serif;
  font-size: 2.5em;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.5;
}

.mark_ttl::before {
  content: "";
  display: block;
  width: 36px;
  height: 24px;
  background-image: url(../images/common/ttl_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1.1em;
  left: 10px;
}

.mark_ttl--vertical {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.mark_ttl--vertical::before {
  content: "";
  display: block;
  width: 36px;
  height: 24px;
  background-image: url(../images/common/ttl_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1700px) {
  .mark_ttl::before {
    top: 0.9em;
  }
  .mark_ttl--vertical::before {
    top: -35px;
  }
}

@media screen and (max-width: 1160px) {
  .mark_ttl::before {
    top: 0.7em;
  }
  .mark_ttl--vertical::before {
    top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .mark_ttl {
    padding-left: 30px;
  }
  .mark_ttl__ttl {
    font-size: 1.38em;
  }
  .mark_ttl::before {
    width: 22px;
    height: 15px;
    top: 0.6em;
    left: 0;
  }
  .mark_ttl--vertical {
    padding-left: 0;
  }
  .mark_ttl--vertical::before {
    top: -20px;
    left: 50%;
  }
}

.gray_mark_ttl {
  font-size: 1.32em;
  font-family: "BIZ UDPMincho", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  position: relative;
  line-height: 1.5;
}

.gray_mark_ttl::before {
  content: "";
  display: block;
  width: 36px;
  height: 24px;
  background-image: url(../images/common/ttl_mark_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .gray_mark_ttl {
    font-size: 0.85em;
  }
  .gray_mark_ttl::before {
    top: -20px;
    width: 18px;
    height: 12px;
  }
}

@use "sass:map";
@use "sass:math";
@use "sass:color";
@use "sass:map";
@use "sass:math";
@use "sass:color";
/*
* default mixins.
* ------------------------------
*
*
*/
.mb_default {
  margin-bottom: 21.88rem;
}

@media screen and (max-width: 767px) {
  .mb_default {
    margin-bottom: 4.38rem;
  }
}

.mt_00 {
  margin-top: 0rem !important;
}

.mt_01 {
  margin-top: 1rem !important;
}

.mt_02 {
  margin-top: 2rem !important;
}

.mt_03 {
  margin-top: 3rem !important;
}

.mt_04 {
  margin-top: 4rem !important;
}

.mt_05 {
  margin-top: 5rem !important;
}

.mb_00 {
  margin-bottom: 0rem !important;
}

.mb_01 {
  margin-bottom: 1rem !important;
}

.mb_02 {
  margin-bottom: 2rem !important;
}

.mb_03 {
  margin-bottom: 3rem !important;
}

.mb_04 {
  margin-bottom: 4rem !important;
}

.mb_05 {
  margin-bottom: 5rem !important;
}

.mb_06 {
  margin-bottom: 6rem !important;
}

.mb_07 {
  margin-bottom: 7rem !important;
}

.mb_08 {
  margin-bottom: 8rem !important;
}

.mb_09 {
  margin-bottom: 9rem !important;
}

.mb_010 {
  margin-bottom: 10rem !important;
}

.pt_00 {
  padding-top: 0rem;
}

.pt_01 {
  padding-top: 1rem;
}

.pt_02 {
  padding-top: 2rem;
}

.pt_03 {
  padding-top: 3rem;
}

.pt_04 {
  padding-top: 4rem;
}

.pt_05 {
  padding-top: 5rem;
}

.pb_00 {
  padding-bottom: 0rem !important;
}

.pb_01 {
  padding-bottom: 1rem !important;
}

.pb_02 {
  padding-bottom: 2rem !important;
}

.pb_03 {
  padding-bottom: 3rem !important;
}

.pb_04 {
  padding-bottom: 4rem !important;
}

.pb_05 {
  padding-bottom: 5rem !important;
}

.mt_n1 {
  margin-top: -1rem !important;
}

.mt_n2 {
  margin-top: -2rem !important;
}

.mt_n3 {
  margin-top: -3rem !important;
}

.mt_n4 {
  margin-top: -4rem !important;
}

.mt_n5 {
  margin-top: -5rem !important;
}

.mb_n1 {
  margin-bottom: -1rem !important;
}

.mb_n2 {
  margin-bottom: -2rem !important;
}

.mb_n3 {
  margin-bottom: -3rem !important;
}

.mb_n4 {
  margin-bottom: -4rem !important;
}

.mb_n5 {
  margin-bottom: -5rem !important;
}

.mb_n6 {
  margin-bottom: -6rem !important;
}

.mb_n7 {
  margin-bottom: -7rem !important;
}

.mb_n8 {
  margin-bottom: -8rem !important;
}

.mb_n9 {
  margin-bottom: -9rem !important;
}

.mb_n10 {
  margin-bottom: -10rem !important;
}

.pt_n1 {
  padding-top: -1rem;
}

.pt_n2 {
  padding-top: -2rem;
}

.pt_n3 {
  padding-top: -3rem;
}

.pt_n4 {
  padding-top: -4rem;
}

.pt_n5 {
  padding-top: -5rem;
}

.pb_n1 {
  padding-bottom: -1rem !important;
}

.pb_n2 {
  padding-bottom: -2rem !important;
}

.pb_n3 {
  padding-bottom: -3rem !important;
}

.pb_n4 {
  padding-bottom: -4rem !important;
}

.pb_n5 {
  padding-bottom: -5rem !important;
}

.mt_sss {
  margin-top: 0.18887rem !important;
}

.mb_sss {
  margin-bottom: 0.18887rem !important;
}

.mr_sss {
  margin-right: 0.18887rem !important;
}

.ml_sss {
  margin-left: 0.18887rem !important;
}

.pt_sss {
  padding-top: 0.18887rem !important;
}

.pb_sss {
  padding-bottom: 0.18887rem !important;
}

.pr_sss {
  padding-right: 0.18887rem !important;
}

.pl_sss {
  padding-left: 0.18887rem !important;
}

.mt_ss {
  margin-top: 0.30559rem !important;
}

.mb_ss {
  margin-bottom: 0.30559rem !important;
}

.mr_ss {
  margin-right: 0.30559rem !important;
}

.ml_ss {
  margin-left: 0.30559rem !important;
}

.pt_ss {
  padding-top: 0.30559rem !important;
}

.pb_ss {
  padding-bottom: 0.30559rem !important;
}

.pr_ss {
  padding-right: 0.30559rem !important;
}

.pl_ss {
  padding-left: 0.30559rem !important;
}

.mt_s {
  margin-top: 0.49444rem !important;
}

.mb_s {
  margin-bottom: 0.49444rem !important;
}

.mr_s {
  margin-right: 0.49444rem !important;
}

.ml_s {
  margin-left: 0.49444rem !important;
}

.pt_s {
  padding-top: 0.49444rem !important;
}

.pb_s {
  padding-bottom: 0.49444rem !important;
}

.pr_s {
  padding-right: 0.49444rem !important;
}

.pl_s {
  padding-left: 0.49444rem !important;
}

.mt_x {
  margin-top: 0.8rem !important;
}

.mb_x {
  margin-bottom: 0.8rem !important;
}

.mr_x {
  margin-right: 0.8rem !important;
}

.ml_x {
  margin-left: 0.8rem !important;
}

.pt_x {
  padding-top: 0.8rem !important;
}

.pb_x {
  padding-bottom: 0.8rem !important;
}

.pr_x {
  padding-right: 0.8rem !important;
}

.pl_x {
  padding-left: 0.8rem !important;
}

.mt_xx {
  margin-top: 1.3rem !important;
}

.mb_xx {
  margin-bottom: 1.3rem !important;
}

.mr_xx {
  margin-right: 1.3rem !important;
}

.ml_xx {
  margin-left: 1.3rem !important;
}

.pt_xx {
  padding-top: 1.3rem !important;
}

.pb_xx {
  padding-bottom: 1.3rem !important;
}

.pr_xx {
  padding-right: 1.3rem !important;
}

.pl_xx {
  padding-left: 1.3rem !important;
}

.mt_xxx {
  margin-top: 2.1rem !important;
}

.mb_xxx {
  margin-bottom: 2.1rem !important;
}

.mr_xxx {
  margin-right: 2.1rem !important;
}

.ml_xxx {
  margin-left: 2.1rem !important;
}

.pt_xxx {
  padding-top: 2.1rem !important;
}

.pb_xxx {
  padding-bottom: 2.1rem !important;
}

.pr_xxx {
  padding-right: 2.1rem !important;
}

.pl_xxx {
  padding-left: 2.1rem !important;
}

.mt_xxxx {
  margin-top: 3.39rem !important;
}

.mb_xxxx {
  margin-bottom: 3.39rem !important;
}

.mr_xxxx {
  margin-right: 3.39rem !important;
}

.ml_xxxx {
  margin-left: 3.39rem !important;
}

.pt_xxxx {
  padding-top: 3.39rem !important;
}

.pb_xxxx {
  padding-bottom: 3.39rem !important;
}

.pr_xxxx {
  padding-right: 3.39rem !important;
}

.pl_xxxx {
  padding-left: 3.39rem !important;
}

.mt_xxxxx {
  margin-top: 5.49rem !important;
}

.mb_xxxxx {
  margin-bottom: 5.49rem !important;
}

.mr_xxxxx {
  margin-right: 5.49rem !important;
}

.ml_xxxxx {
  margin-left: 5.49rem !important;
}

.pt_xxxxx {
  padding-top: 5.49rem !important;
}

.pb_xxxxx {
  padding-bottom: 5.49rem !important;
}

.pr_xxxxx {
  padding-right: 5.49rem !important;
}

.pl_xxxxx {
  padding-left: 5.49rem !important;
}

.mt_xxxxxx {
  margin-top: 8.88rem !important;
}

.mb_xxxxxx {
  margin-bottom: 8.88rem !important;
}

.mr_xxxxxx {
  margin-right: 8.88rem !important;
}

.ml_xxxxxx {
  margin-left: 8.88rem !important;
}

.pt_xxxxxx {
  padding-top: 8.88rem !important;
}

.pb_xxxxxx {
  padding-bottom: 8.88rem !important;
}

.pr_xxxxxx {
  padding-right: 8.88rem !important;
}

.pl_xxxxxx {
  padding-left: 8.88rem !important;
}

.mt_xxxxxxx {
  margin-top: 14.36rem !important;
}

.mb_xxxxxxx {
  margin-bottom: 14.36rem !important;
}

.mr_xxxxxxx {
  margin-right: 14.36rem !important;
}

.ml_xxxxxxx {
  margin-left: 14.36rem !important;
}

.pt_xxxxxxx {
  padding-top: 14.36rem !important;
}

.pb_xxxxxxx {
  padding-bottom: 14.36rem !important;
}

.pr_xxxxxxx {
  padding-right: 14.36rem !important;
}

.pl_xxxxxxx {
  padding-left: 14.36rem !important;
}

.mt_xxxxxxxx {
  margin-top: 23.23rem !important;
}

.mb_xxxxxxxx {
  margin-bottom: 23.23rem !important;
}

.mr_xxxxxxxx {
  margin-right: 23.23rem !important;
}

.ml_xxxxxxxx {
  margin-left: 23.23rem !important;
}

.pt_xxxxxxxx {
  padding-top: 23.23rem !important;
}

.pb_xxxxxxxx {
  padding-bottom: 23.23rem !important;
}

.pr_xxxxxxxx {
  padding-right: 23.23rem !important;
}

.pl_xxxxxxxx {
  padding-left: 23.23rem !important;
}

.mt_xxxxxxxxx {
  margin-top: 37.58rem !important;
}

.mb_xxxxxxxxx {
  margin-bottom: 37.58rem !important;
}

.mr_xxxxxxxxx {
  margin-right: 37.58rem !important;
}

.ml_xxxxxxxxx {
  margin-left: 37.58rem !important;
}

.pt_xxxxxxxxx {
  padding-top: 37.58rem !important;
}

.pb_xxxxxxxxx {
  padding-bottom: 37.58rem !important;
}

.pr_xxxxxxxxx {
  padding-right: 37.58rem !important;
}

.pl_xxxxxxxxx {
  padding-left: 37.58rem !important;
}

.mt_xxxxxxxxxx {
  margin-top: 60.8rem !important;
}

.mb_xxxxxxxxxx {
  margin-bottom: 60.8rem !important;
}

.mr_xxxxxxxxxx {
  margin-right: 60.8rem !important;
}

.ml_xxxxxxxxxx {
  margin-left: 60.8rem !important;
}

.pt_xxxxxxxxxx {
  padding-top: 60.8rem !important;
}

.pb_xxxxxxxxxx {
  padding-bottom: 60.8rem !important;
}

.pr_xxxxxxxxxx {
  padding-right: 60.8rem !important;
}

.pl_xxxxxxxxxx {
  padding-left: 60.8rem !important;
}

.mt_xxxxxxxxxxx {
  margin-top: 98.38rem !important;
}

.mb_xxxxxxxxxxx {
  margin-bottom: 98.38rem !important;
}

.mr_xxxxxxxxxxx {
  margin-right: 98.38rem !important;
}

.ml_xxxxxxxxxxx {
  margin-left: 98.38rem !important;
}

.pt_xxxxxxxxxxx {
  padding-top: 98.38rem !important;
}

.pb_xxxxxxxxxxx {
  padding-bottom: 98.38rem !important;
}

.pr_xxxxxxxxxxx {
  padding-right: 98.38rem !important;
}

.pl_xxxxxxxxxxx {
  padding-left: 98.38rem !important;
}

@media screen and (max-width: 767px) {
  .mbs_sss {
    margin-bottom: 0.18887rem !important;
  }
  .mbs_ss {
    margin-bottom: 0.30559rem !important;
  }
  .mbs_s {
    margin-bottom: 0.49444rem !important;
  }
  .mbs_x {
    margin-bottom: 0.8rem !important;
  }
  .mbs_xx {
    margin-bottom: 1.3rem !important;
  }
  .mbs_xxx {
    margin-bottom: 2.1rem !important;
  }
  .mbs_xxxx {
    margin-bottom: 3.39rem !important;
  }
  .mbs_xxxxx {
    margin-bottom: 5.49rem !important;
  }
  .mbs_xxxxxx {
    margin-bottom: 8.88rem !important;
  }
  .mbs_xxxxxxx {
    margin-bottom: 14.36rem !important;
  }
  .mbs_xxxxxxxx {
    margin-bottom: 23.23rem !important;
  }
  .mbs_xxxxxxxxx {
    margin-bottom: 37.58rem !important;
  }
  .mbs_xxxxxxxxxx {
    margin-bottom: 60.8rem !important;
  }
  .mbs_xxxxxxxxxxx {
    margin-bottom: 98.38rem !important;
  }
  .mbs_00 {
    margin-bottom: 0 !important;
  }
}

.ta_center {
  text-align: center;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .ta_center_sp {
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 767px) {
  .ta_left_tb {
    text-align: left;
  }
}

.animation_child {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

.animation.inview .animation_child {
  animation: fadeInUp_transform 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.animation--relative.inview .animation_child {
  animation: fadeInUp 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.animation--margin.inview .animation_child {
  animation: fadeInUp_margin 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    top: 20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInUp_transform {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp_margin {
  from {
    opacity: 0;
    margin-top: 20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/*# sourceMappingURL=base.min.css.map */