@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
* {
  min-height: 0;
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
          appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
          appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
          appearance: none; /* Firefox 36+ */
  appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
          appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

[type=text],
select,
textarea {
  font-size: 100%;
}

button,
[type=submit] {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: 0;
          appearance: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*
@include arrow-icon;
.btn-ellipse-wrap {
  width: pc(32);
}
*/
/* color */
:root {
  --primary: rgba(11, 50, 102, 1);
  --primary-500: rgba(41, 112, 204, 1);
  --primary-300: rgba(46, 126, 229, 1);
  --primary-100: rgba(161, 191, 229, 1);
  --primary-50: rgba(235, 242, 250, 1);
  --secondary: rgba(0, 167, 234, 1);
  --secondary-500: rgba(0, 167, 234, 1);
  --secondary-300: rgba(138, 203, 229, 1);
  --secondary-50: rgba(229, 248, 255, 1);
  --accent: rgba(204, 38, 38, 1);
  --accent-300: rgba(255, 92, 51, 1);
  --support: rgba(255, 230, 46, 1);
  --text: rgba(26, 26, 26, 1);
  --text-light: rgba(102, 102, 102, 1);
  --em: var(--accent-300);
  --bg-primary: #ffffff;
  --bg-pink: #fcebeb;
  --line-primary: var(--primary-500);
  --line: rgba(128, 128, 128, 1);
  --line-subtl: rgba(204, 204, 204, 1);
  --duration: 0.35s;
  --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in: cubic-bezier(0.11, 0, 0.5, 0);
}

/* box width */
.toggle-btn {
  display: block;
  position: fixed;
  z-index: 20;
  top: 6.1538461538vw;
  right: 4.1025641026vw;
  width: 11.2820512821vw;
  height: 5.641025641vw;
  background: url("data:image/svg+xml,%3csvg%20width='62'%20height='30'%20viewBox='0%200%2062%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.53%202H50.53'%20stroke='%23114FA0'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3cpath%20d='M0.529999%2015H60.53'%20stroke='%232EBAE2'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3cpath%20d='M10.53%2028H50.53'%20stroke='%23114FA0'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e") no-repeat;
  background-size: contain;
}
.nav-open .toggle-btn {
  background: url("data:image/svg+xml,%3csvg%20width='61'%20height='30'%20viewBox='0%200%2061%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='61'%20height='30'/%3e%3cpath%20d='M6%2028L56%202'%20stroke='%23114FA0'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3cpath%20d='M6%202L56%2028'%20stroke='%23114FA0'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e") no-repeat;
  background-size: contain;
}

.global-header .outer-box {
  transform: translateY(-110%);
}
.transition-none .global-header .outer-box {
  transition: none;
  transition-duration: 0s !important;
}
.global-header .outer-box::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.5s;
}
.global-header.is_white .outer-box::after {
  opacity: 1;
}
.global-header.is_up .outer-box {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s var(--ease-out), opacity 1s;
}
.global-header.is_down .outer-box {
  opacity: 0;
  transform: translateY(-110%);
  transition: transform 0.5s var(--ease-out), opacity 0.5s;
}

.contents-header .outer-box {
  position: relative;
  margin-top: 17.9487179487vw;
  width: 100vw;
}
.contents-header .bread {
  position: relative;
  z-index: 2;
  font-size: clamp(8.64px, 0.8333333333vw, 12px);
  padding: 0 clamp(25.5984px, 3.3333333333vw, 48px) clamp(12.7992px, 1.6666666667vw, 24px);
}
.contents-header .bread span[typeof=ListItem] + span[typeof=ListItem]::before {
  content: "／";
  display: inline-block;
  margin-inline: 0.5em;
}
.contents-header .inner-box {
  width: 89.7435897436vw;
  margin: auto;
}
.contents-header .header-text {
  position: relative;
  z-index: 1;
}
.contents-header .page-title {
  position: relative;
  z-index: 2;
  padding-top: 14.358974359vw;
}
.contents-header .page-title span {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.contents-header .page-title .jp {
  padding-left: 10.5128205128vw;
  font-size: 3.8461538462vw;
}
.contents-header .page-title .jp {
  background: url("data:image/svg+xml,%3csvg%20width='50'%20height='19'%20viewBox='0%200%2050%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4715_5236)'%3e%3cpath%20d='M38.688%206.7187C31.5315%206.46493%2010.7981%206.75677%2010.3667%206.78214C8.4507%206.90269%202.46162%208.0764%200%209.30086C0.469484%209.89723%207.11204%2011.7498%2010.373%2011.8957C13.3866%2012.0289%2032.1216%2011.9338%2038.688%2011.883C45.8888%2011.8323%2049.9937%209.23742%2049.9937%209.23742C49.9937%209.23742%2045.8825%206.97247%2038.688%206.7187Z'%20fill='%2333AED2'/%3e%3cpath%20d='M36.0551%201.96679C32.4008%200.437794%2028.4609%200.0888541%2027.56%200.0444434C27.56%200.0444434%2022.9286%200.0317547%2020.4987%200.0571322C18.386%200.0380991%2016.2797%200.019066%2014.167%203.28325e-05C14.0528%203.28325e-05%2013.2661%20-0.0190003%2012.7015%200.602748C12.2891%201.0532%2012.2383%201.57344%2012.232%201.74474V4.5426L27.7376%204.51723C27.7376%204.51723%2031.3412%204.61874%2035.0337%204.46013C38.7324%204.29517%2039.7348%203.67342%2039.7348%203.67342C39.7348%203.67342%2038.4152%202.95651%2036.0615%201.96679H36.0551Z'%20fill='%23124B94'/%3e%3cpath%20d='M36.2201%2016.7048C32.7624%2018.0815%2028.9939%2018.57%2028.093%2018.6144C28.093%2018.6144%2022.8969%2018.6969%2020.4734%2018.7032C18.3607%2018.7223%2016.2544%2018.6335%2014.148%2018.6588C14.0338%2018.6588%2013.0314%2018.6335%2012.6888%2018.1703C12.3209%2017.6818%2012.213%2017.2504%2012.213%2016.9141V14.2685L27.7187%2014.148C27.7187%2014.148%2031.3223%2014.0465%2035.0147%2014.2051C38.7135%2014.37%2039.8301%2015.0489%2039.8301%2015.0489C39.8301%2015.0489%2038.5993%2015.7658%2036.2265%2016.7111L36.2201%2016.7048Z'%20fill='%23124B94'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4715_5236'%3e%3crect%20width='50'%20height='18.7096'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat left center;
  background-size: 8.2051282051vw 3.0769230769vw;
  margin-bottom: 2.0512820513vw;
}
.contents-header .page-title .en {
  font-size: 12.3076923077vw;
}
.contents-header .page-title .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--primary-500);
}
.contents-header .lead-title {
  font-size: 5.641025641vw;
}
.contents-header .lead-title {
  font-weight: 700;
  margin-bottom: 8.2051282051vw;
}
.contents-header .lead-title .em {
  color: var(--primary-500);
}
.contents-header .lead-text {
  font-size: 4.1025641026vw;
}
.contents-header .lead-text {
  font-weight: 700;
  line-height: 1.75;
}
.contents-header.complex .header-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -36.6666666667vw;
  width: 104.358974359vw;
  height: 85.1282051282vw;
}
.contents-header.complex .header-bg img,
.contents-header.complex .header-bg picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contents-header.simple .outer-box {
  position: relative;
  height: 51.2820512821vw;
}
.contents-header.simple .inner-box::after {
  content: "";
  display: block;
  position: absolute;
  top: -7.6923076923vw;
  left: 3.0769230769vw;
  width: 57.6923076923vw;
  height: 47.1794871795vw;
  z-index: 1;
  background: url("data:image/svg+xml,%3csvg%20width='225'%20height='184'%20viewBox='0%200%20225%20184'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M217.032%2022.2756C238.916%2052.0276%20215.205%20112.881%20152.261%20153.471C89.3345%20194.062%2030.4686%20191.037%209.1059%20162.797C-10.0706%20137.458%201.85975%2096.4649%2037.1938%2060.7883C48.2573%2049.6286%2060.9477%2039.1758%2074.4365%2030.3294C126.62%20-3.86929%20191.331%20-12.6514%20217.032%2022.2756Z'%20fill='url(%23paint0_linear_4139_9491)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4139_9491'%20x1='77.1763'%20y1='85.2161'%20x2='101.489'%20y2='186.79'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.9'/%3e%3cstop%20offset='0.982522'%20stop-color='white'%20stop-opacity='0.5'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;
  background-size: contain;
}
.contents-header.simple .header-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 51.2820512821vw;
}
.contents-header.simple .header-bg img,
.contents-header.simple .header-bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-header .page-title {
  width: max-content;
  overflow: hidden;
}
.contents-header .page-title .jp {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.75s var(--ease-out);
}
.contents-header .page-title .en {
  transform: translateY(100%);
  transition: transform 1.25s var(--ease-out) 0.2s;
}
.contents-header .lead-box {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.75s var(--ease-out) 0.6s, opacity 1.25s var(--ease-out) 0.6s;
}
.contents-header .inner-box::after {
  opacity: 0;
  transition: opacity 2s var(--ease-out) 0.6s;
}
.contents-header.complex .header-bg,
.contents-header.complex .header-ellipse01,
.contents-header.complex .header-ellipse02,
.contents-header.complex .header-ellipse03 {
  opacity: 0;
  transition: opacity 2s var(--ease-out) 0.6s;
}
.contents-header .header-ellipse {
  opacity: 0;
  transition: opacity 1.5s var(--ease-out) 0.6s;
}
.contents-header .interview-header-bg picture {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1.5s var(--ease-out) 0.8s;
}
.contents-header .interview-header-bg .affiliation,
.contents-header .interview-header-bg .name {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s var(--ease-out) 1s;
}
.loaded .contents-header .page-title .jp {
  opacity: 1;
  transform: translateX(0);
}
.loaded .contents-header .page-title .en {
  transform: translateY(0);
}
.loaded .contents-header .lead-box,
.loaded .contents-header .interview-header-bg .affiliation,
.loaded .contents-header .interview-header-bg .name {
  opacity: 1;
  transform: translateY(0);
}
.loaded .contents-header .inner-box::after,
.loaded .contents-header .header-bg,
.loaded .contents-header .header-ellipse,
.loaded .contents-header .header-ellipse01,
.loaded .contents-header .header-ellipse02,
.loaded .contents-header .header-ellipse03 {
  opacity: 1;
}
.loaded .contents-header .interview-header-bg picture {
  opacity: 1;
  transform: translateX(0);
}
.global-footer .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.global-footer .outer-box {
  padding-top: 12.3076923077vw;
  padding-bottom: 8.2051282051vw;
  margin-top: 14.358974359vw;
  background-color: var(--primary-500);
  color: #fff;
}
.global-footer .outer-box a {
  color: #fff;
}
.global-footer .footer-btn-list {
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
  margin-bottom: 10.2564102564vw;
}
.global-footer .footer-btn-list li {
  flex: 1;
}
.global-footer .footer-btn-list .footer-btn {
  position: relative;
  display: block;
  background-color: #fff;
  color: var(--text);
  font-weight: 700;
  font-size: 4.1025641026vw;
}
.global-footer .footer-btn-list .footer-btn {
  line-height: 1;
  padding: 6.1538461538vw 8.2051282051vw;
  border-radius: clamp(58.663px, 7.6388888889vw, 110px);
}
.global-footer .footer-btn-list .footer-btn {
  position: relative;
}
.global-footer .footer-btn-list .footer-btn .btn-ellipse-wrap {
  aspect-ratio: 36553/29795;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.global-footer .footer-btn-list .footer-btn:hover .btn-ellipse-wrap {
  transform: translateY(-50%) scale(1.1);
}
.global-footer .footer-btn-list .footer-btn:hover .btn-ellipse-wrap .arrow {
  animation: arrow-move 0.8s var(--ease-out);
}
.global-footer .footer-btn-list .footer-btn .btn-ellipse-wrap {
  right: 8.2051282051vw;
  width: 10vw;
}
.global-footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
  margin-bottom: 6.1538461538vw;
}
.global-footer .footer-content .logo-link {
  display: block;
  margin-bottom: 4.1025641026vw;
}
.global-footer .footer-content .logo-link img {
  width: 74.358974359vw;
  height: 8.7179487179vw;
}
.global-footer .footer-content .text-link.blank {
  font-size: 3.3333333333vw;
}
.global-footer .footer-content .text-link.blank {
  font-weight: 600;
}
.global-footer .footer-content .text-info {
  font-size: 3.3333333333vw;
}
.global-footer .footer-content .text-info {
  line-height: 2;
  margin-top: 8.2051282051vw;
}
.global-footer .footer-menu {
  display: grid;
  row-gap: 5.1282051282vw;
  grid-template: "menu1 menu3" auto "menu2 menu4" auto "menu5 menu6" auto/1fr 1fr;
}
.global-footer .footer-menu > li:nth-child(1) {
  grid-area: menu1;
}
.global-footer .footer-menu > li:nth-child(2) {
  grid-area: menu2;
}
.global-footer .footer-menu > li:nth-child(3) {
  grid-area: menu3;
}
.global-footer .footer-menu > li:nth-child(4) {
  grid-area: menu4;
}
.global-footer .footer-menu > li:nth-child(5) {
  grid-area: menu5;
}
.global-footer .footer-menu > li:nth-child(6) {
  grid-area: menu6;
}
.global-footer .footer-menu > li:nth-child(7) {
  grid-area: menu7;
}
.global-footer .footer-menu-title {
  font-size: 3.5897435897vw;
}
.global-footer .footer-menu-title {
  font-weight: 500;
  margin-bottom: 3.0769230769vw;
}
.global-footer .footer-children-menu {
  font-size: 2.8205128205vw;
}
.global-footer .footer-children-menu {
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 1.0256410256vw;
}
.global-footer .footer-children-menu li {
  position: relative;
  padding-left: 4.1025641026vw;
}
.global-footer .footer-children-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3.0769230769vw;
  height: 0.1282051282vw;
  background-color: #fff;
}
.global-footer .copyright {
  text-align: center;
  font-size: 2.5641025641vw;
}

html {
  font-size: 62.5%;
  width: 100vw;
}

html > body {
  overflow-x: clip;
  font-family: YakuHanJP, "Noto Sans JP", serif !important;
  font-weight: 400;
  font-size: 3.8461538462vw;
}
html > body {
  background-color: var(--bg-primary);
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--text);
}

.global-header {
  transition: opacity 0.5s;
}

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.no-scroll .global-header {
  opacity: 0;
}

a {
  color: var(--text);
  text-decoration: none;
}

picture {
  display: block;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 2em;
  line-height: 1.75;
}
p:last-child {
  margin-bottom: 0;
}

.for-sp {
  display: block;
}

.for-pc {
  display: none;
}

.text-center {
  text-align: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  font-weight: 700;
  border-radius: 7.6923076923vw;
  padding: 4.6153846154vw 3.5897435897vw;
  letter-spacing: 0.05em;
  background: #fff;
  font-size: 3.8461538462vw;
}
.btn {
  font-weight: 700;
}
.btn::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: url("data:image/svg+xml,%3csvg%20width='10'%20height='7'%20viewBox='0%200%2010%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.06667%200L4.49933%206.8L0%200H9.06667Z'%20fill='black'/%3e%3c/svg%3e") center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  margin-top: 0.1em;
}

.round-btn {
  position: relative;
  display: block;
  cursor: pointer;
  width: 68.7179487179vw;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 6.1538461538vw;
  padding: 4.1025641026vw 6.1538461538vw;
  font-size: 3.8461538462vw;
}
.round-btn {
  letter-spacing: 0.05em;
  min-width: max-content;
}
.round-btn .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  border-radius: 20.5128205128vw;
  transition: transform 0.5s var(--ease-out);
  transform: scale(1);
}
.round-btn .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.round-btn .text::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url("data:image/svg+xml,%3csvg%20width='10'%20height='12'%20viewBox='0%200%2010%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200L9.58333%205.75L0%2011.5V0Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;
  background-size: contain;
  margin-right: 0.75em;
  margin-top: 0.1em;
}
.round-btn:hover .bg {
  transform: scale(1.1);
}

.header-entry-btn {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 6.1538461538vw;
  padding: 3.5897435897vw;
  font-size: 4.1025641026vw;
  letter-spacing: 0.05em;
  min-width: max-content;
}
.header-entry-btn .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  border-radius: 6.1538461538vw;
  transition: transform 0.5s var(--ease-out);
  transform: scale(1);
}
.header-entry-btn .text {
  position: relative;
  z-index: 1;
}
.header-entry-btn:hover .bg {
  transform: scale(1.1);
}

.view-btn {
  display: flex;
  border: 1px solid var(--primary-500);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  border-radius: 15.3846153846vw;
  color: var(--primary-500);
  padding: 3.0769230769vw 8.2051282051vw;
  width: 66.6666666667vw;
  margin: auto;
}
.view-btn::after {
  content: "";
  display: block;
  width: 10.2564102564vw;
  height: 8.2051282051vw;
  background: url("data:image/svg+xml,%3csvg%20width='53'%20height='43'%20viewBox='0%200%2053%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M36.3633%200.643555C42.3215%200.161248%2047.3862%201.66837%2050.2402%205.53418C52.6378%208.78322%2052.5992%2013.8339%2050.0547%2019.3389C47.5195%2024.8235%2042.5344%2030.6535%2035.2588%2035.3301H35.2578C27.9775%2040.0108%2020.9594%2042.159%2015.1738%2042.3389C9.37693%2042.519%204.88366%2040.7276%202.52344%2037.6182C0.405926%2034.8292%20-0.0242475%2031.1454%201.11328%2027.0938C2.2519%2023.0385%204.95428%2018.6519%209.0332%2014.5469C11.4309%2012.1363%2014.1601%209.86922%2017.0605%207.91602L17.6426%207.5293C23.6743%203.58925%2030.4144%201.12512%2036.3633%200.643555Z'%20stroke='%232970CC'/%3e%3cpath%20d='M19%2020L25.5%2026L32%2020'%20stroke='%232970CC'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat;
  background-size: contain;
}

.back-btn {
  display: flex;
  background-color: var(--primary-500);
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  border-radius: 15.3846153846vw;
  color: #fff;
  padding: 4.1025641026vw 8.2051282051vw;
  width: 66.6666666667vw;
  margin: auto;
}
.back-btn::after {
  content: "";
  display: block;
  width: 10.2564102564vw;
  height: 8.2051282051vw;
  background: url("data:image/svg+xml,%3csvg%20width='53'%20height='43'%20viewBox='0%200%2053%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M50.6424%205.2375C55.7488%2012.1572%2050.216%2026.3105%2035.5287%2035.751C20.8454%2045.1915%207.10956%2044.488%202.12478%2037.92C-2.34987%2032.0266%200.433956%2022.4924%208.67882%2014.1948C11.2604%2011.5992%2014.2216%209.16813%2017.3691%207.11065C29.5455%20-0.843277%2044.6454%20-2.88581%2050.6424%205.2375Z'%20fill='%232970CC'/%3e%3crect%20x='14.7245'%20y='21.4253'%20width='13.5319'%20height='1.12766'%20rx='0.56383'%20fill='white'/%3e%3cpath%20d='M27.1288%2019.9666V24.0451C27.1288%2024.4244%2027.4957%2024.6955%2027.8583%2024.584L34.0375%2022.6845C34.5572%2022.5247%2034.572%2021.7946%2034.0593%2021.6138L27.8801%2019.4349C27.5133%2019.3056%2027.1288%2019.5777%2027.1288%2019.9666Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;
  background-size: contain;
}

.text-link.blank {
  display: inline-block;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.75%200H7.1668C7.7957%200.628906%208.78008%201.61328%2010.1199%202.95312L5.44414%207.62891L4.9793%208.09375L5.90625%209.0207L6.37109%208.55586L11.0469%203.88008C12.3867%205.21992%2013.3711%206.2043%2014%206.8332V0H8.75ZM12.6875%203.6668L10.3332%201.3125H12.6875V3.6668ZM0.65625%202.625H0V14H11.375V8.75H10.0625V12.6875H1.3125V3.9375H5.25V2.625H0.65625Z'%20fill='%231A1A1A'/%3e%3c/svg%3e") right center no-repeat;
  background-size: 1em;
  padding-right: 1.5em;
}
.text-link.blank.white {
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.75%200H7.1668C7.7957%200.628906%208.78008%201.61328%2010.1199%202.95312L5.44414%207.62891L4.9793%208.09375L5.90625%209.0207L6.37109%208.55586L11.0469%203.88008C12.3867%205.21992%2013.3711%206.2043%2014%206.8332V0H8.75ZM12.6875%203.6668L10.3332%201.3125H12.6875V3.6668ZM0.65625%202.625H0V14H11.375V8.75H10.0625V12.6875H1.3125V3.9375H5.25V2.625H0.65625Z'%20fill='white'/%3e%3c/svg%3e") right center no-repeat;
}

.viewmore {
  display: inline-block;
  width: fit-content;
  padding-right: 2.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--primary-500);
  font-size: 4.1025641026vw;
}
.viewmore {
  position: relative;
}
.viewmore .btn-ellipse-wrap {
  aspect-ratio: 36553/29795;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.viewmore:hover .btn-ellipse-wrap {
  transform: translateY(-50%) scale(1.1);
}
.viewmore:hover .btn-ellipse-wrap .arrow {
  animation: arrow-move 0.8s var(--ease-out);
}
.viewmore .btn-ellipse-wrap {
  width: 2.1em;
}
.viewmore.white {
  color: #fff;
}
.viewmore.white::after {
  background: url("data:image/svg+xml,%3csvg%20width='53'%20height='43'%20viewBox='0%200%2053%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M36.3633%200.643555C42.3215%200.161248%2047.3862%201.66837%2050.2402%205.53418C52.6378%208.78322%2052.5992%2013.8339%2050.0547%2019.3389C47.5195%2024.8235%2042.5344%2030.6535%2035.2588%2035.3301H35.2578C27.9775%2040.0108%2020.9594%2042.159%2015.1738%2042.3389C9.37693%2042.519%204.88366%2040.7276%202.52344%2037.6182C0.405926%2034.8292%20-0.0242475%2031.1454%201.11328%2027.0938C2.2519%2023.0385%204.95428%2018.6519%209.0332%2014.5469C11.4309%2012.1363%2014.1601%209.86922%2017.0605%207.91602L17.6426%207.5293C23.6743%203.58925%2030.4144%201.12512%2036.3633%200.643555Z'%20stroke='%232970CC'%20fill='%23ffffff'/%3e%3crect%20x='14.7245'%20y='21.4253'%20width='13.5319'%20height='1.12766'%20rx='0.56383'%20fill='%232970CC'/%3e%3cpath%20d='M27.1288%2019.9666V24.0451C27.1288%2024.4244%2027.4957%2024.6955%2027.8583%2024.584L34.0375%2022.6845C34.5572%2022.5247%2034.572%2021.7946%2034.0593%2021.6138L27.8801%2019.4349C27.5133%2019.3056%2027.1288%2019.5777%2027.1288%2019.9666Z'%20fill='%232970CC'/%3e%3c/svg%3e") no-repeat center;
  background-size: contain;
}

.heading-content {
  font-size: 6.1538461538vw;
}
.heading-content {
  font-weight: 700;
  margin-bottom: 5.1282051282vw;
  text-align: center;
}
.heading-content .sub {
  display: block;
  font-size: 3.0769230769vw;
}
.heading-content .sub {
  color: var(--primary-500);
  font-weight: 400;
  margin-bottom: 3.0769230769vw;
}

.heading-content + p.text-center {
  font-size: 4.1025641026vw;
}

.heading01 {
  font-size: 7.6923076923vw;
}
.heading01 {
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 5.1282051282vw;
}
.heading01 .sub {
  display: block;
  font-size: 3.8461538462vw;
}
.heading01 .sub {
  color: var(--text);
}
.heading01.white {
  color: #fff;
}
.heading01.white .sub {
  color: #fff;
}

.heading02 {
  font-size: 6.1538461538vw;
}
.heading02 {
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 2.0512820513vw;
}

.heading03 {
  font-size: 6.1538461538vw;
}
.heading03 {
  font-weight: 700;
  margin-bottom: 6.1538461538vw;
  text-align: center;
}

.heading04, .news-detail .news-body h3 {
  font-size: 4.1025641026vw;
}
.heading04, .news-detail .news-body h3 {
  font-weight: 700;
  margin-bottom: 5.1282051282vw;
  border-left: 1.0256410256vw solid var(--primary-500);
  padding-left: 4.1025641026vw;
}

.heading05 {
  font-size: 7.6923076923vw;
}
.heading05 {
  font-weight: 700;
  margin-bottom: 3.0769230769vw;
}

.heading06 {
  font-size: 5.641025641vw;
}
.heading06 {
  font-weight: 700;
  margin-bottom: 8.2051282051vw;
}

.heading07 {
  font-size: 5.1282051282vw;
}
.heading07 {
  font-weight: 700;
  margin-bottom: 4.1025641026vw;
}

.heading08 {
  font-size: 4.6153846154vw;
}
.heading08 {
  font-weight: 700;
  margin-bottom: 8.2051282051vw;
}

.heading09 {
  display: flex;
  align-items: center;
  font-size: 7.6923076923vw;
}
.heading09 {
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 5.1282051282vw;
}
.heading09 .sub {
  display: block;
  font-size: 4.1025641026vw;
}
.heading09 .sub {
  letter-spacing: 0;
  color: var(--text);
  margin-left: 1.5em;
}

.heading10 {
  display: flex;
  align-items: center;
  font-size: 6.1538461538vw;
}
.heading10 {
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 8.2051282051vw;
}
.heading10 .en {
  display: block;
  letter-spacing: 0.1em;
  font-size: 7.6923076923vw;
}
.heading10 .sub {
  display: block;
  font-size: 4.1025641026vw;
}
.heading10 .sub {
  color: var(--text);
  margin-left: 1.5em;
}

.sub-heading {
  font-weight: 700;
  line-height: 1.75;
}
.contents-section .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.contents-section .outer-box {
  position: relative;
  z-index: 1;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
}
.contents-section .inner-box {
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 10.2564102564vw 6.1538461538vw;
}

body:has(.contents-section) .global-footer .outer-box {
  margin-top: 0;
}

.content-wrapper {
  background-color: #fff;
  color: var(--text);
  border-radius: 4.1025641026vw;
  padding: 10.2564102564vw 6.1538461538vw;
}
.dl-style01 > dt, .dl-style01 > dd {
  display: block;
  position: relative;
  line-height: 1.75;
}
.dl-style01 > dt::before, .dl-style01 > dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.dl-style01 > dt > ul:not(.ul-style03) > li, .dl-style01 > dd > ul:not(.ul-style03) > li {
  margin-bottom: 0.5em;
}
.dl-style01 > dt > ul:not(.ul-style03) > li:last-child, .dl-style01 > dd > ul:not(.ul-style03) > li:last-child {
  margin-bottom: 0;
}
.dl-style01 > dt > ul:not(.ul-style03) > li:last-child, .dl-style01 > dd > ul:not(.ul-style03) > li:last-child .dl-style03 {
  align-items: center;  
}
.dl-style01 > dt {
  font-size: 4.1025641026vw;
}
.dl-style01 > dt {
  font-weight: 700;
  color: var(--primary-500);
}
.dl-style01 > dt::before {
  background: linear-gradient(90deg, #2970cc 24.83%, #2ebae2 100.63%);
}
.dl-style01 > dd:last-child {
  padding-bottom: 0;
}
.dl-style01 > dd p {
  margin-bottom: 1em;
}
.dl-style01 > dd p:last-child {
  margin-bottom: 0;
}

.dl-style02 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dl-style02 dt,
.dl-style02 dd {
  display: block;
  position: relative;
  line-height: 1.75;
  padding-inline: 2.5641025641vw;
  padding-block: 4.1025641026vw;
  font-size: 3.8461538462vw;
}
.dl-style02 dt,
.dl-style02 dd {
  font-weight: 700;
  box-sizing: border-box;
}
.dl-style02 dt::before,
.dl-style02 dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--line-subtl);
}
.dl-style02 dt {
  width: 80%;
}
.dl-style02 dt:nth-last-child(2) {
  padding-bottom: 0;
}
.dl-style02 dd {
  width: 20%;
  text-align: right;
}
.dl-style02 dd:last-child {
  padding-bottom: 0;
}

.dl-style03 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dl-style03 dt,
.dl-style03 dd {
  display: block;
  position: relative;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
.dl-style03 dt {
  width: 9em;
  font-weight: 700;
}
.dl-style03 dt:nth-last-child(2) {
  margin-bottom: 0;
}
.dl-style03 dd {
  width: calc(100% - 9em);
}
.dl-style03 dd:last-child {
  margin-bottom: 0;
}
.dl-style03 dd:last-child > ul {
  margin-bottom: 0;
}
.dl-style03 dd > ul {
  margin-bottom: 0.5em;
}

.time-table-title {
  font-size: 3.8461538462vw;
}
.time-table-title {
  font-weight: 700;
}

.time-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.time-table dt,
.time-table dd {
  font-weight: 700;
  line-height: 1.75;
}
.time-table dt {
  width: 4em;
}
.time-table dt:nth-last-child(2) {
  padding-bottom: 0;
}
.time-table dd {
  width: calc(100% - 4em);
}
.time-table dd:last-child {
  padding-bottom: 0;
}

.ul-style01 {
  padding-left: 1.5em;
}
.ul-style01 li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.ul-style01 li:last-child {
  margin-bottom: 0;
}

.ul-style02 li {
  margin-bottom: 1em;
}
.ul-style02 li:last-child {
  margin-bottom: 0;
}

.ul-style03 {
  padding-left: 1.5em;
}
.ul-style03 li {
  list-style: disc;
}
.ul-style03 li:last-child {
  margin-bottom: 0;
}

.ol-style01 {
  padding-left: 1.5em;
}
.ol-style01 li {
  list-style: auto;
}
.ol-style01 li:last-child {
  margin-bottom: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  display: block;
  margin-right: 1em;
}

.flex-col2 {
  display: flex;
  flex-wrap: wrap;
}
.flex-col2 > * {
  display: block;
  width: 50%;
}

#main-visual .inner-box {
  margin: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 24.8717948718vw;
}
#main-visual .mv-title {
  position: absolute;
  display: block;
  top: 19.7435897436vw;
  left: 4.358974359vw;
  z-index: 10;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 800;
  font-size: 3.5897435897vw;
  letter-spacing: 0.1em;
}
#main-visual .mv-entry-btn-wrapper {
  position: absolute;
  z-index: 10;
  top: 26.9230769231vw;
  left: 0;
  width: 44.1025641026vw;
}
#main-visual .mv-entry-btn-wrapper .header-entry-btn {
  font-size: 3.3333333333vw;
}
#main-visual .mv-entry-btn-wrapper .header-entry-btn .bg {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mv-stage {
  position: relative;
  width: 100%;
  height: 152.5641025641vw;
}
.mv-stage > div {
  position: absolute;
  z-index: 2;
}
.mv-stage > div img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 1s var(--ease-out);
}
.mv-stage > div img.default {
  z-index: 2;
  opacity: 1;
}
.mv-stage > div img.over {
  z-index: 1;
  opacity: 0;
}
.mv-stage > div.person.fuwa-ani {
  cursor: pointer;
}
.mv-stage > div.person.fuwa-ani:hover .default {
  opacity: 0;
}
.mv-stage > div.person.fuwa-ani:hover .over {
  opacity: 1;
}
.mv-stage .person01 {
  top: 66.1538461538vw;
  left: 33.3333333333vw;
  width: 51.5384615385vw;
  aspect-ratio: 520/539;
  z-index: 3;
}
.mv-stage .person02 {
  top: 56.1538461538vw;
  left: 5.3846153846vw;
  width: 34.6153846154vw;
  aspect-ratio: 357/340;
  z-index: 4;
}
.mv-stage .person03 {
  top: 3.3333333333vw;
  left: 63.5897435897vw;
  width: 31.0256410256vw;
  aspect-ratio: 340/312;
}
.mv-stage .person04 {
  top: 20.5128205128vw;
  left: 5.641025641vw;
  width: 32.0512820513vw;
  aspect-ratio: 274/256;
}
.mv-stage .person05 {
  top: 42.0512820513vw;
  left: 64.1025641026vw;
  width: 30.7692307692vw;
  aspect-ratio: 286/254;
  z-index: 2;
}
.mv-stage .person06 {
  top: 105.3846153846vw;
  left: 69.7435897436vw;
  width: 25.8974358974vw;
  aspect-ratio: 195/220;
}
.mv-stage .person07 {
  top: 30.7692307692vw;
  left: 36.9230769231vw;
  width: 28.4615384615vw;
  aspect-ratio: 193/183;
}
.mv-stage .ellipse01 {
  cursor: auto;
  top: 13.3333333333vw;
  left: 46.1538461538vw;
  width: 12.8205128205vw;
  height: 10.5128205128vw;
}
.mv-stage .ellipse02 {
  cursor: auto;
  top: 96.4102564103vw;
  left: 5.3846153846vw;
  width: 15.8974358974vw;
  height: 13.0769230769vw;
}
.mv-stage .ellipse03 {
  cursor: auto;
  display: none;
}
.mv-stage .ellipse04 {
  cursor: auto;
  display: none;
}
.mv-stage .mv-copy {
  cursor: auto;
  bottom: 3.0769230769vw;
  left: 5.8974358974vw;
  width: max-content;
  height: 3em;
  font-size: 9.2307692308vw;
}
.mv-stage .mv-copy {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.055em;
  overflow: hidden;
}
.mv-stage .person,
.mv-stage .ellipse {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s var(--ease-out);
}
.mv-stage .person.hidden,
.mv-stage .ellipse.hidden {
  opacity: 0;
  transform: scale(0.7);
}

#main-visual .mv-title,
#main-visual .mv-entry-btn-wrapper {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.75s;
}
#main-visual .mv-title.hidden,
#main-visual .mv-entry-btn-wrapper.hidden {
  opacity: 0;
  transform: translateX(-50px);
}

/* ふわふわアニメーション */
@keyframes fuwafuwa {
  0% {
    transform: translateY(-2.5%);
  }
  100% {
    transform: translateY(2.5%);
  }
}
.animation-text > span {
  display: inline-block;
  overflow: hidden;
}
.animation-text > span > span {
  display: inline-block;
  transform: translateY(100%);
  transition: all 0.5s var(--ease-out);
}
.animation-text.is-active > span > span {
  transform: translateY(0);
}

.fuwa-ani {
  animation: fuwafuwa 2.2s ease-in-out infinite alternate-reverse;
  animation-delay: -1.1s;
}

#animation_container {
  position: fixed;
  z-index: 3;
  inset: 0;
  opacity: 100;
  transition: opacity 0.75s 2.5s;
  width: 100%;
  height: 100svh;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
}
#animation_container > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#animation_container > div picture,
#animation_container > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#animation_container > div.opening01 {
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.9s, transform 4s;
}
#animation_container > div.opening02 {
  z-index: 2;
  transform: translate(calc(-50% - 2.2222222222vw), -50%) scale(1.127);
  transition: opacity 1s, transform 4s;
  transition-delay: 1.25s, 1.25s;
}
.loaded #animation_container {
  opacity: 0;
}
.loaded #animation_container > div.opening01 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.07);
}
.loaded #animation_container > div.opening02 {
  opacity: 1;
  transform: translate(calc(-50% - 5vw), -50%) scale(1.127);
}
#introduction .inner-box {
  width: 89.7435897436vw;
  margin: auto;
}
#introduction .outer-box {
  position: relative;
  margin-top: 13.5897435897vw;
  overflow-x: clip;
}
#introduction .outer-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 94.8717948718vw;
  height: 100%;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  border-radius: clamp(34.1312px, 4.4444444444vw, 64px) 0 0 clamp(34.1312px, 4.4444444444vw, 64px);
}
#introduction .inner-box {
  position: relative;
  z-index: 1;
  padding-top: 10.2564102564vw;
  padding-bottom: 28.2051282051vw;
}
#introduction .text-box {
  margin-left: 11.2820512821vw;
}
#introduction .text-box .heading01 {
  color: #fff;
  margin-bottom: 5.1282051282vw;
}
#introduction .text-box p {
  color: #fff;
  font-size: 3.8461538462vw;
}
#introduction .text-box p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#introduction .pict {
  position: absolute;
  z-index: 2;
}
#introduction .pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#introduction .pict.train {
  bottom: -9.4871794872vw;
  right: 0.5128205128vw;
  width: 85.641025641vw;
  height: 29.2307692308vw;
}
#introduction .pict.people {
  z-index: 4;
  bottom: -44.358974359vw;
  right: 15.641025641vw;
  width: auto;
  height: 56.6666666667vw;
  aspect-ratio: 652/1003;
}
#introduction .pict.tower {
  z-index: 3;
  bottom: -0.2564102564vw;
  right: -1.2820512821vw;
  width: 20vw;
  height: 74.6153846154vw;
  overflow: hidden;
}
#introduction .outer-box::after {
  transition: transform 0.85s var(--ease-out);
  transform: translateX(100%);
}
#introduction .text-box {
  transition: all 1.5s var(--ease-out) 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
#introduction .pict.tower img {
  transition: all 0.5s var(--ease-out) 0.75s;
  opacity: 0;
  transform: translateY(30px);
}
#introduction .pict.train {
  transition: all 1s var(--ease-out) 1s;
  opacity: 0;
  transform: translateX(30px);
}
#introduction .pict.people {
  transition: all 1s var(--ease-out) 1.25s;
  opacity: 0;
  transform: translateY(20px);
}
#introduction.is-active .outer-box::after {
  transform: translateX(0);
}
#introduction.is-active .text-box,
#introduction.is-active .pict.tower img,
#introduction.is-active .pict.people {
  opacity: 1;
  transform: translateY(0);
}
#introduction.is-active .pict.train {
  opacity: 1;
  transform: translateX(0);
}

#business .outer-box {
  position: relative;
  margin-top: 17.9487179487vw;
  padding-left: 7.1794871795vw;
  padding-right: 13.3333333333vw;
  overflow-x: hidden;
}
#business .outer-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 93.8461538462vw;
  height: 100%;
  background: url(/img/top_business_bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 clamp(34.1312px, 4.4444444444vw, 64px) clamp(34.1312px, 4.4444444444vw, 64px) 0;
}
#business .inner-box {
  position: relative;
  z-index: 1;
  padding-top: 10.2564102564vw;
  padding-bottom: 9.2307692308vw;
  width: 100%;
}
#business .text-box {
  grid-area: text;
  color: #fff;
}
#business .text-box .heading01,
#business .text-box .sub {
  color: #fff;
}
#business .pict-link {
  width: 100%;
}
#business .pict-link a {
  display: block;
  width: 100%;
}
#business .pict-link a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
#business .pict-link a figure {
  position: relative;
  border-radius: 6.1538461538vw;
  margin-bottom: 3.0769230769vw;
  width: 100%;
  height: 44.8717948718vw;
  overflow: hidden;
}
#business .pict-link a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  display: block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transform: translate(-50%, -50%) scale(1);
}
.transition-none #business .pict-link a figure img {
  transition: none;
  transition-duration: 0s;
}
#business .pict-link a .link-next {
  position: relative;
  display: inline-block;
  padding-right: 2.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 3.8461538462vw;
}
#business .pict-link a .link-next {
  position: relative;
}
#business .pict-link a .link-next .btn-ellipse-wrap {
  aspect-ratio: 36553/29795;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#business .pict-link a .link-next:hover .btn-ellipse-wrap {
  transform: translateY(-50%) scale(1.1);
}
#business .pict-link a .link-next:hover .btn-ellipse-wrap .arrow {
  animation: arrow-move 0.8s var(--ease-out);
}
#business .pict-link a .link-next .btn-ellipse-wrap {
  width: 2.1em;
}
#business .pict-link.gallery {
  grid-area: gallery;
}
#business .pict-link.gallery a .link-next {
  font-size: 3.8461538462vw;
}
#business .pict-link.number {
  grid-area: number;
}
#business .pict-link.business {
  grid-area: business;
}
#business .outer-box::after {
  transition: transform 0.85s var(--ease-out);
  transform: translateX(-100%);
}
#business .text-box {
  transition: all 1.5s var(--ease-out) 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
#business .pict-link.gallery {
  transition: all 1s var(--ease-out) 0.75s;
  opacity: 0;
  transform: translateY(30px);
}
#business .pict-link.number {
  transition: all 1s var(--ease-out) 1s;
  opacity: 0;
  transform: translateY(30px);
}
#business .pict-link.business {
  transition: all 1s var(--ease-out) 1.25s;
  opacity: 0;
  transform: translateY(30px);
}
#business.is-active .outer-box::after {
  transform: translateX(0);
}
#business.is-active .text-box,
#business.is-active .pict-link.gallery,
#business.is-active .pict-link.number,
#business.is-active .pict-link.business {
  opacity: 1;
  transform: translateY(0);
}
#interview .inner-box {
  width: 89.7435897436vw;
  margin: auto;
}
#interview .outer-box {
  position: relative;
  margin-top: 15.3846153846vw;
  overflow-x: hidden;
}
#interview .outer-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: clamp(123.7256px, 16.1111111111vw, 232px);
  background-color: rgb(242, 242, 242);
}
#interview .inner-box {
  position: relative;
  z-index: 1;
}
#interview .section-header {
  margin-bottom: 6.1538461538vw;
}
#interview .interview-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.6923076923vw;
}
#interview .interview-list a {
  position: relative;
  display: block;
}
#interview .interview-list a:hover .picture figure.front-img {
  z-index: 1;
  transform: rotateY(180deg);
}
#interview .interview-list a:hover .picture figure.back-img {
  z-index: 2;
  transform: rotateY(0);
}
#interview .interview-list a:hover .picture .bg {
  transform: translate(-50%, -50%) scale(1.2);
}
#interview .interview-list .picture {
  position: relative;
  width: 100%;
  aspect-ratio: 517/859;
  margin-bottom: 4.1025641026vw;
}
#interview .interview-list .picture figure {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#interview .interview-list .picture figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#interview .interview-list .picture figure.back-img {
  z-index: 1;
  transform: rotateY(-180deg);
}
#interview .interview-list .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(133.325px, 17.3611111111vw, 250px);
  height: clamp(108.7932px, 14.1666666667vw, 204px);
  background: url("data:image/svg+xml,%3csvg%20width='251'%20height='204'%20viewBox='0%200%20251%20204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M240.914%2024.6461C265.206%2057.5643%20238.885%20124.894%20169.015%20169.803C99.1645%20214.713%2033.8213%20211.367%2010.1079%20180.122C-11.1787%20152.086%202.06439%20106.731%2041.2865%2067.2572C53.5674%2054.9099%2067.6542%2043.3448%2082.6273%2033.557C140.553%20-4.28105%20212.385%20-13.9977%20240.914%2024.6461Z'%20fill='url(%23paint0_linear_3575_8470)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3575_8470'%20x1='249.758'%20y1='101.79'%20x2='0'%20y2='101.79'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%231B5DB3'/%3e%3cstop%20offset='1'%20stop-color='%232EA6E2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s var(--ease-out);
}
#interview .interview-list li:nth-child(2n) .bg {
  background: url("data:image/svg+xml,%3csvg%20width='251'%20height='204'%20viewBox='0%200%20251%20204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M240.914%2024.6461C265.206%2057.5643%20238.885%20124.894%20169.015%20169.803C99.1645%20214.713%2033.8213%20211.367%2010.1079%20180.122C-11.1787%20152.086%202.06439%20106.731%2041.2865%2067.2572C53.5674%2054.9099%2067.6542%2043.3448%2082.6273%2033.557C140.553%20-4.28105%20212.385%20-13.9977%20240.914%2024.6461Z'%20fill='url(%23paint0_linear_3575_8524)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3575_8524'%20x1='253.581'%20y1='49.7682'%20x2='-8.05772'%20y2='161.154'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2300BDE6'/%3e%3cstop%20offset='1'%20stop-color='%23B3EFFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat;
  background-size: contain;
}
#interview .interview-list h3 {
  font-size: 3.8461538462vw;
}
#interview .interview-list h3 {
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 2.5641025641vw;
}
#interview .interview-list .info {
  font-weight: 700;
}
#interview .interview-list .info-department {
  display: block;
  font-size: 2.5641025641vw;
}
#interview .interview-list .info-department {
  margin-bottom: 1.5384615385vw;
}
#interview .interview-list .info-name {
  font-size: 3.5897435897vw;
}
#interview .interview-list .info-name::after {
  content: " / ";
  font-size: 3.2051282051vw;
}
#interview .interview-list .info-year {
  font-size: 2.0512820513vw;
}
#interview .section-header {
  transition: all 0.5s var(--ease-out);
  opacity: 0;
  transform: translateY(30px);
}
#interview .interview-list {
  opacity: 0;
  transition: all 2s var(--ease-out) 0.5s;
  transform: translateX(calc(100% + 2.7777777778vw));
}
#interview.is-active .section-header {
  opacity: 1;
  transform: translateY(0);
}
#interview.is-active .interview-list {
  opacity: 1;
  transform: translateX(0);
}
#workstyle .inner-box {
  width: 89.7435897436vw;
  margin: auto;
}
#workstyle .outer-box {
  margin-top: 15.3846153846vw;
  overflow: hidden;
}
#workstyle .text-box p {
  line-height: 1.75;
}
#workstyle .workstyle-box01 .heading01 {
  grid-area: title;
}
#workstyle .workstyle-box01 .text-box {
  grid-area: text;
  font-weight: 700;
}
#workstyle .workstyle-box01 figure {
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
#workstyle .workstyle-box01 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#workstyle .workstyle-box01 figure {
  grid-area: figure;
}
#workstyle .workstyle-box02 figure {
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
#workstyle .workstyle-box02 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#workstyle .workstyle-box02 .text-box {
  font-weight: 700;
}
#workstyle .workstyle-box01 {
  transition: all 1s var(--ease-out);
}
#workstyle .workstyle-box02 {
  transition: all 1s var(--ease-out) 0.5s;
}
#workstyle .workstyle-box01,
#workstyle .workstyle-box02 {
  opacity: 0;
  transform: translateY(30px);
}
#workstyle.is-active .workstyle-box01,
#workstyle.is-active .workstyle-box02 {
  opacity: 1;
  transform: translateY(0);
}
#ideal .inner-box {
  width: 89.7435897436vw;
  margin: auto;
}
#ideal .outer-box {
  margin-top: 15.3846153846vw;
}
#ideal .inner-box {
  border-radius: 6.1538461538vw;
  background: linear-gradient(-288deg, #2970cc 24.83%, #2ebae2 100.63%);
  padding: 9.2307692308vw 5.1282051282vw 9.2307692308vw;
  overflow: clip;
}
#ideal .ideal-box .text-box {
  color: #fff;
}
#ideal .ideal-box .text-box .heading01 {
  margin-bottom: 2.0512820513vw;
}
#ideal .ideal-box figure {
  width: 65.641025641vw;
}
#ideal .ideal-box .fukidashi {
  display: none;
}
#ideal .ideal-box .fukidashi li {
  position: relative;
  display: flex;
}
#ideal .ideal-box .fukidashi li::before {
  content: "";
  display: block;
  position: absolute;
  top: clamp(23.4652px, 3.0555555556vw, 44px);
  left: 0;
  transform: translateX(-97%);
  width: clamp(12.7992px, 1.6666666667vw, 24px);
  height: clamp(9.5994px, 1.25vw, 18px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #fff;
}
#ideal .ideal-box .fukidashi li span {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: clamp(8.5328px, 1.1111111111vw, 16px);
  padding: clamp(12.7992px, 1.6666666667vw, 24px) clamp(12.7992px, 1.6666666667vw, 24px);
  font-size: clamp(15.84px, 1.5277777778vw, 22px);
  color: var(--primary-500);
  font-weight: 700;
}
#ideal .text-box,
#ideal figure,
#ideal .fukidashi li {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s var(--ease-out);
}
#ideal figure {
  transition-delay: 0.25s;
}
#ideal .fukidashi li:nth-child(1) {
  transition-delay: 0.5s;
}
#ideal .fukidashi li:nth-child(2) {
  transition-delay: 0.75s;
}
#ideal .fukidashi li:nth-child(3) {
  transition-delay: 1s;
}
#ideal.is-active .text-box,
#ideal.is-active figure,
#ideal.is-active .fukidashi li {
  opacity: 1;
  transform: translateY(0);
}
#news .inner-box {
  width: 89.7435897436vw;
  margin: auto;
}
#news .outer-box {
  margin-top: 15.3846153846vw;
}
.top-news-wrapper .news-list {
  display: flex;
  gap: 8.2051282051vw;
}
.top-news-wrapper .news-item {
  width: 76.9230769231vw;
}
.top-news-wrapper .news-item a {
  display: block;
}
.top-news-wrapper .news-item a:hover .news-figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.top-news-wrapper .news-item .news-figure {
  position: relative;
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.top-news-wrapper .news-item .news-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-news-wrapper .news-item .news-figure {
  aspect-ratio: 3/2;
  margin-bottom: 4.1025641026vw;
}
.top-news-wrapper .news-item .news-figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  display: block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transform: translate(-50%, -50%) scale(1);
}
.transition-none .top-news-wrapper .news-item .news-figure img {
  transition: none;
  transition-duration: 0s;
}
.top-news-wrapper .news-item .news-date {
  display: block;
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 1.0256410256vw;
}
.top-news-wrapper .news-item .news-title {
  font-size: 4.1025641026vw;
}
#business-contents-nav .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#business-contents-nav .outer-box {
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  padding-block: 6.1538461538vw;
}
#business-contents-nav .contents-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1025641026vw;
}
#business-contents-nav .contents-nav a {
  display: block;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  text-align: center;
  padding: 3.0769230769vw 2.5641025641vw 4.1025641026vw;
}
#business-contents-nav .contents-nav a .num {
  display: block;
  font-size: 7.1794871795vw;
}
#business-contents-nav .contents-nav a .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: var(--primary-500);
  margin-bottom: 0.5128205128vw;
}
#business-contents-nav .contents-nav a .text {
  display: block;
  font-size: 3.8461538462vw;
}
#business-contents-nav .contents-nav a .text {
  font-weight: 700;
  background: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.75%200.75L8.25%207.75L15.75%200.75'%20stroke='%232970CC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat bottom center;
  background-size: 4.6153846154vw 2.3076923077vw;
  padding-bottom: clamp(19.1988px, 2.5vw, 36px);
}
#business-contents .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}

.business-img-text-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 14.358974359vw;
}
.business-img-text-box:last-child {
  margin-bottom: 0;
}
.business-img-text-box figure {
  overflow: hidden;
}
.business-img-text-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1;
  margin-bottom: 6.1538461538vw;
}
.business-heading span {
  display: block;
}
.business-heading .num {
  font-size: 17.6923076923vw;
}
.business-heading .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8;
  font-weight: 400;
  color: var(--primary-500);
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 0.2em;
}
.business-heading .sub {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 700;
  margin-bottom: 1.0256410256vw;
}
.business-heading .main {
  font-size: 7.6923076923vw;
}
.business-heading .main {
  letter-spacing: 0.1em;
  font-weight: 700;
  grid-column: 2/3;
  grid-row: 2/3;
}

.business-lead {
  font-size: 4.6153846154vw;
}
.business-lead {
  font-weight: 700;
  color: var(--primary-500);
  margin-bottom: 4.1025641026vw;
}

.senpai-btn {
  position: relative;
  display: block;
  background-color: var(--primary-500);
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: 9.2307692308vw 21.7948717949vw 9.2307692308vw 27.6923076923vw;
}
.senpai-btn span {
  display: block;
}
.senpai-btn .sub {
  font-size: 4.6153846154vw;
}
.senpai-btn .text {
  font-size: 6.1538461538vw;
}
.senpai-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.senpai-btn::before {
  left: 6.1538461538vw;
  width: 15.3846153846vw;
  height: 18.7179487179vw;
  background: url(/img/btn_senpai_01.png) no-repeat center;
  background-size: contain;
}
.senpai-btn {
  position: relative;
}
.senpai-btn .btn-ellipse-wrap {
  aspect-ratio: 36553/29795;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.senpai-btn:hover .btn-ellipse-wrap {
  transform: translateY(-50%) scale(1.1);
}
.senpai-btn:hover .btn-ellipse-wrap .arrow {
  animation: arrow-move 0.8s var(--ease-out);
}
.senpai-btn .btn-ellipse-wrap {
  right: 6.1538461538vw;
  width: 10.2564102564vw;
}
.senpai-btn.senpai02:before {
  background: url(/img/btn_senpai_02.png) no-repeat center;
  background-size: contain;
}
.senpai-btn.senpai03:before {
  background: url(/img/btn_senpai_03.png) no-repeat center;
  background-size: contain;
}
.senpai-btn.senpai04:before {
  background: url(/img/btn_senpai_04.png) no-repeat center;
  background-size: contain;
}

.page-data .global-footer .outer-box {
  margin-top: 0;
}
#data-contents .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#data-contents .outer-box {
  padding-block: 6.1538461538vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
}
#data-contents .data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#data-contents .data-list li {
  display: block;
  background-color: #fff;
  border: 1px solid var(--primary-500);
  border-radius: 2.5641025641vw;
  padding: 4.1025641026vw 3.0769230769vw;
}
#data-contents .data-list li h2 {
  font-size: 4.1025641026vw;
}
#data-contents .data-list li img {
  margin-top: 4.1025641026vw;
  margin-bottom: 5.1282051282vw;
}
#data-contents .data-list li .data-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.5641025641vw;
}
#data-contents .data-list li .data-box .num {
  display: block;
  font-size: 9.4871794872vw;
}
#data-contents .data-list li .data-box .num {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--primary-500);
  text-align: right;
}
#data-contents .data-list li .data-box .num.digit-1 {
  width: 0.75em;
}
#data-contents .data-list li .data-box .num.digit-15 {
  width: 1em;
}
#data-contents .data-list li .data-box .num.digit-2 {
  width: 1.2em;
}
#data-contents .data-list li .data-box .num.digit-3 {
  width: 1.8em;
}
#data-contents .data-list li .data-box .num.digit-4 {
  width: 2.3em;
}
#data-contents .data-list li .data-box .num.digit-45 {
  width: 2.5em;
}
#data-contents .data-list li .data-box .unit {
  font-size: 4.1025641026vw;
}
#data-contents .data-list li .data-box .unit {
  color: #666;
  margin-right: 0.2em;
}
#data-contents .data-list li .data-box .num + .unit {
  margin-left: 0.2em;
  margin-right: 0;
}
#data-contents .data-list li .sub-data {
  text-align: center;
  font-size: 2.8205128205vw;
}
#data-contents .data-list li .sub-data {
  font-weight: 700;
}

.data-notice {
  color: #fff;
  margin-top: 1em;
}

.page-gallery .global-footer .outer-box {
  margin-top: 0;
}
.page-gallery .contents-header.complex .header-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) -3.25%, rgba(255, 255, 255, 0) 63.14%);
}
.page-gallery .header-ellipse01,
.page-gallery .header-ellipse02,
.page-gallery .header-ellipse03 {
  position: absolute;
  z-index: 0;
}
.page-gallery .header-ellipse01 img,
.page-gallery .header-ellipse02 img,
.page-gallery .header-ellipse03 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-gallery .header-ellipse01 {
  top: 6.4102564103vw;
  left: 35.8974358974vw;
  width: 12.0512820513vw;
  height: 9.7435897436vw;
}
.page-gallery .header-ellipse02 {
  top: 56.1538461538vw;
  left: 7.1794871795vw;
  width: 20vw;
  height: 16.4102564103vw;
}
.page-gallery .header-ellipse03 {
  display: none;
}
#gallery-about .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#gallery-about .outer-box {
  margin-top: 12.3076923077vw;
  margin-bottom: 10.7692307692vw;
}
#gallery-about .heading03 {
  margin-bottom: 6.1538461538vw;
  text-align: left;
}

.movie-link {
  cursor: pointer;
}
.movie-link figure {
  position: relative;
  display: block;
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.movie-link figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-link figure {
  aspect-ratio: 16/9;
  margin-bottom: 3.0769230769vw;
}
.movie-link figure::before, .movie-link figure::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.movie-link figure::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.movie-link figure::after {
  z-index: 3;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA1WSURBVHgB7Z1dSJR7Hsf/jqM+U5NNaeIBWYaQrQsvYoMosxuJNoJuIohz09kuthshehHdLha8WIgkMGLtpgtPEERw6iYCSwyLs7WwS7RhJOTCEEqDWow2OuM4Y/v7zvrMGXVenvd5Xn4fGCd1zJf5zu/9+f2rBJOjr6/Pv2vXLimRSEi1tbVSOp2WVldX/XSTvn//7gd4HN4v9PVVVVVp3ID87+rq6iR9WTKVSiUDgUCyq6srLpgcVcKjQGzBYDBEAgmSXoI+ny9YTFhGQ98nTt8PwoQYY/Pz83H6edLCg3hGgBDcli1bGulJD5I1a7RKbEqBKOnFAEHONTQ0xM+dO5cUHsDVAhwYGAglk0lYuRC5w5BwEPQiiUmSNEc/e8zNbtt1AhwaGpKi0WgzxXDNdrNyWoG7phfQ3I4dO6bcZhldIUC41507dzaTtWt0mqVTCywj3UV7enqiwgU4WoAkPKmurq65pqamBVmq8BCwihAjxYsRJ1tFRwoQsd3KykrY7dZOKfR3iDpViI4SIAuvNE4UoiMECFdLJZS9LDxlOEmIthYgkguK8cJUu2sRjGqcIETbCvD69estVAMLey25MBokK5lMJmLXrNl2AhwcHAwuLi62srs1FgiRSlVv7WYNbSXAa9euwd2GBWMa1PeOXL16NSJsgi0EiCQjEAi0YSBAMKZjJ2tYcQFyrFcZMCqG2LC3t3dKVJCKCZAzXHtALnlqeXk5UqlxsIoIkF2uvaikS7ZcgOhmkOlvY5drLyBCSZLGrR79slSA/f39zRR77BWMbVldXZ20Mi70CYtAiYXFZ3/IErbiuRIWUS0sgOt7zoJEGOrs7BSjo6MxYTKmu2ASXytnus7EiqK1qQK8cePGXko2mgXjWDDQ0N3dPSFMwrQYEG6Xxed88BzCiwmTMEWAHPO5C4RQZiUmhichLD53YlZiYmgMiL4u0njBuBZyyRNGzhYa5oIxx8ficz+o5aKbJQzCEAGit5tMJtsE4wnQSsUCAGEAumNATLVs27btD27ZQsAowhePx0MdHR0zY2Njq0IHui0gRqpYfN4Dk0x47oVOdAkQSQd3ObwLnntoQOhAswAR92GSWTCeBhrQEw9qFiDFfft4po+BBmZmZjQnoJoEiGIzx32MDOJBKs2EhQZUCxCulzsdzEbS6XQYtWChEtUChOsVDFMALBQQKlElQIzUs+tlioFtFmqzYsUC5KyXUQI0guaE0scrFmAwGOTEgykLsmI1BWpFAoT14+FSRikoUCutDSoSIKyfYBgVzM7OKroCsqwA2foxWkBComRsq6wA2foxWsE+73KPKSlAtn6MHpRYwZICZOvH6KWcFSwqQLZ+jBHACpbKiIsKkK0fYxSxWKyoISsqQF4SzhhFJpNpKdYdKShA7vkyRoLuCA6TLPS5Yj07T8V+nZ2d++rr65snJyffjo+Pu+IUSruBk0zpbtPewU0XpiP52Lp160HhAdra2pqPHj06QK2j3AtuYWFh+NWrV3dZiMbT2Nj4z41rgDe5YLIEnrnIqL29/ad88QH6/Y9DlKdPn/6jYAylUDKySYDkrxuFR9iyZUvB4VqIMhwO/+XixYv3T548eVgwhkB5xSYBrrswHSPVqVTqd8IjHDx48HSpTf34HLmNTrjq5eXl/87MzFi6wNttIBk5ceJE7OnTpzk3vM4CUrrMpZcCwC0T98+ePfsTxCgYPazT2DoBrmUqTBGampr+xPGhPqg1t06AOReM7Le2ttZT263KueBC4PGhUKjjwIEDx8ml/Gd6evqrYBRDDQ7p8OHDU/JOmZwFpNYbn1qkAiQqR44cuXP+/Pledsvq2LVrV87T5rtgdr8ayI8PBaMISuhyxi4nQD63TR+ID1G24fiwPPmlvmwMiEYx4bntplpiwFLI8eH+/fs7lpaW/sVlm8KgHCPHgVkLuH37drZ+BlJXV9cKt8zxYXEo5chmw7IL5vqfCchtPY4PN1NdXZ01elkBcvxnHsiWOT7cTDqd/k2A1AHh2T+TkfvL7Jb/j2z0skkIuYnfCw9idBKiBMSHxGmv95flRMSnZacbox8e+8oWpCVfIpFg91shvD72Be35qP/LAqwwEOKePXv+5rX4ENrzUTbCArQJ+W29H374wfWhEbTno3oMC9BmoGxz5syZO26PD1dXV/0+ysT4qAUbkh8futUtw/j50AQWjG2BEN3a1kulUn4fHzbjDBAfHjt27I6b2nowfixAB4GiudvaeixAByLHh11dXQNOdstY/2LYiemM9QQCgX1Ojw9ZgC5AbuudOnXquHAYLECXALe8e/dux1lCFqDLIAE6qqfMAmQqCmX2vqRgXAFllfHx8fF/CIdQVVWVZgvoEqixH339+vUlJ+01hAD9eCMYxwKrNzMz83B0dPSXz58/O2q6ml40aT/ekAgF4zywzfXx48eDThOeTG1tbdqPGJC6IYJxDolE4u2HDx/uPn/+/K1wMFkLSAJMZzIZwdgfxHmfPn26++jRo2HhAqqrq5MYSEiyAO2Nk+O8UkB7/lQqxWUYG7O0tPTry5cvB924tR/a81NDO0m/pGDshVvivFJAe/7Z2dnk1q1bBWMP4G6np6fvPnjw4Bfhcrq6uuK+vr6+NHdD7EE0Gr17//79H70gPrzQcJ8dRqVgME7+mK+OqxBwty9evLjupdOZZKOXFeCaGnlFr8WgrPLu3bvrbo7zigGjl73HGyrD8CZPC5HLKvfu3ftZeJcY3mQFGI/HY5yIWMOXL18eDg8P/+ymep4W5ufns79/dhqGExHzQZz35s2bS0NDQ3/3uvjgAaA5/Dt3RVxVVdUc3XnmpEyrQJz38ePHwSdPnvwqmCzUgsu9AHMCpD9UnKdijMOt7TODmJP/kRMgdUPmOA40Bj70ujQNDQ2bLSB8cn9/f4ysIG/M14gX2md6ofJLLP/U9HVbEWpqamLkilmAKoG7jUQig24ZkzITiv/m8t/fuJYjJhjFcJynHhLgOo2tuyjp0qVLMS7HKAPu9tmzZ39GMZnFpwxoCwMI+R/zF3hQlF7ZYcEUZHl5efL9+/eDHOepZ63Ut45NAqQKdZSy4bBg1uGlMSmz2LFjx9TGj226LpiyYVykxLFgHmifeWVMyiw2Zr+5jxd6sCRJc+RqPJ8Ne3FMyixWVlYK/g0LCvDr16/RYDAYdvvySvo9h7FxdOPHvTwmZQZIPq5cuVJQgAVXc6AoTenylHA5IyMjD3HRj/w+4jxMJd+8efNHFp9xlArpilo4LyQjKJ/cvn37r4cOHWoNBAJB6mJMcknFeKj1Fin2uZLTB9Sa28etOUYPpJ9od3f3RLHPl9yORa25iGAYHZSyfqCkANEZ4ZIMoxVYv0Kll3zK7gdkK8hopZz1A2UFyFaQ0YIS6wcUbUilUsWEYBgVKLF+QJEA0Z7zQl2QMQal1g8o3hG9sLAQ4XW+TDnQ9VBq/bKPV/pAdEdqa2sjgmFKkMlkIkqtH1C1Jf/ChQtTnJAwxYD16+npUTW4ofqYBmrPTQqGKcDOnTtV989VCxAj1X6/PyIYJg9oQo3rldF0UA3VBiPyfjeGgeuFJoQGNJ+UlEgkxjkrZqABLa5XRrMAURvkrJiBBrS4XhldZ8UhK+YCtXfBcw8NCB3oPqwQBWqOB70H4j4890In1UInY2Njqx0dHV/r6upwUjefvukBID7EfZR4pIRODBHMWq94XDCeQJKkcT1xXz6GWay1sS2emnE55OkmN67X0IOhLhNtGC5Suxc8t3qTjo2YshJ1YGAgnE6nw4JxDRCf1mJzKUxJGvCDcnnGPZglPmBa1nr58uVJDCYKxtHgOTRLfNn/X5gMu2PnAi8GQyJMxJK1+CxC52Gm283HsnMZWITOwSrxAUsPBrl161bL8vJyq2BsC2q5aqea9WD5yTSDg4PBZDLZRv1jPh7WRmCsCt0sNBSEhVjeu0UV/du3b295Gbp9wDBJQ0PDv60WH9A9jKCFsbGxdHt7ezQQCPjI5NcLpmIg011cXJwwYrBACxU/HA5xYSqVcv02VrsBl4thUqNba6p/DmED+vr6pG3btu3juNAa4HKbmpoMm2jRg62Ox+RSjflYWWJRgu3OZ2VraA44JoFcrqGjVEZg2wOC+/v7mylADrMQ9WGXWK8YFcmClTAyMhKnTHmurq4OyUlQMKpBhkslr/He3l7brlNxxBHpcMtr55Y0C6YscLehUGjCDklGORwhQBkWYmkgPLqLVKKgrBVHCVCGhbgeJwpPxpEClJGFiLNMvJasrPVup8jVRp3gaovhaAHmg6y5pqammeqIrj5YB9YOx97jPD8sDRUOxzUClIFVrK+vbyH33OgWq4jBDRwk7nRrVwjXCTAfjH5lMpkQ3RqdZhnX4rrszYmxnVJcLcB81uJF1BMbyZpAmLaqLcLK4Uh7eqHEl5aW5tzgXpXgGQFuhJ5g//bt2yHC0JogJatECbGRhYtjKIC+Z5yIeUVwG/GsAIsBt51IJCRqX0lkjSQK+CUSih/jYvm3Ql8rD9kiQ8WNxIXYLU1iS6ZSqWQgEEjOzs4mvSq2QvwPKYV0JWfKJFoAAAAASUVORK5CYII=) no-repeat center;
  background-size: contain;
  margin: auto;
  width: 20.5128205128vw;
  height: 20.5128205128vw;
}
.movie-link .movie-title {
  font-size: 4.1025641026vw;
}
.movie-link .movie-title {
  font-weight: 700;
}
#gallery-list .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#gallery-list .outer-box {
  padding-top: 10.2564102564vw;
  padding-block: 10.2564102564vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  color: #fff;
}
#gallery-list .outer-box a {
  color: #fff;
}
#gallery-list .heading03 {
  margin-bottom: 6.1538461538vw;
}

.movie-list {
  margin-top: 6.1538461538vw;
  gap: 8.2051282051vw;
}
.movie-list figure {
  margin-bottom: 3.0769230769vw;
}

.page-interview {
  overflow-x: clip !important;
}
.page-interview .global-footer .outer-box {
  margin-top: 0;
}
.page-interview .contents-header.complex {
  overflow-x: hidden;
}
.page-interview .contents-header.complex .lead-box .affiliation {
  font-weight: 700;
  margin-bottom: 1.0256410256vw;
}
.page-interview .contents-header.complex .lead-box .name {
  font-size: 5.1282051282vw;
}
.page-interview .contents-header.complex .lead-box .name {
  font-weight: 700;
  line-height: 1.8;
}
.page-interview .contents-header.complex .lead-text {
  font-weight: 400;
}
.page-interview .contents-header.complex .btn-box {
  margin-top: 9.2307692308vw;
}

.interview-header-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -31.5384615385vw;
  width: 104.358974359vw;
  height: 85.1282051282vw;
}
.interview-header-bg img,
.interview-header-bg picture {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.interview-header-bg {
  color: #fff;
}
.interview-header-bg .affiliation {
  position: absolute;
  left: 18.4615384615vw;
  bottom: 15.3846153846vw;
  z-index: 3;
  font-size: 2.5641025641vw;
}
.interview-header-bg .affiliation {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
}
.interview-header-bg .name {
  position: absolute;
  z-index: 3;
  font-size: 5.641025641vw;
}
.interview-header-bg .name {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.3em;
  left: 7.6923076923vw;
  bottom: 8.4615384615vw;
}
.interview-header-bg .header-person {
  position: absolute;
  left: -7.6923076923vw;
  bottom: 0;
  z-index: 2;
  width: 104.358974359vw;
  height: 87.6923076923vw;
}
.interview-header-bg .header-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-header-bg .header-ellipse {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0.5128205128vw;
  width: 104.358974359vw;
  height: 85.1282051282vw;
}
.interview-header-bg .header-ellipse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-section .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.interview-section .outer-box {
  padding-bottom: 8.2051282051vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  color: #fff;
}
.interview-section .inner-box {
  position: relative;
}
.interview-section .sticky-box {
  background: url("data:image/svg+xml,%3csvg%20width='417'%20height='342'%20viewBox='0%200%20417%20342'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M402.214%2041.3628C442.797%2096.5198%20398.895%20209.41%20282.126%20284.72C189.947%20344.272%20102.445%20353.212%2050.2456%20328.361L52.6594%20323.209C104.406%20347.757%20188.438%20329.27%20275.487%20273.204C382.149%20204.258%20434.349%20102.733%20397.839%2045.9087C387.882%2030.3011%20373.097%2019.694%20354.993%2013.6328L356.955%208.17767C375.36%2014.845%20390.749%2025.7552%20402.214%2041.2113V41.3628Z'%20fill='white'/%3e%3cpath%20d='M356.955%208.32922L354.993%2013.7843C301.436%20-4.09626%20218.611%2018.3302%20144.989%2068.3352C122.359%2083.6397%20101.54%2099.3989%2082.8325%20118.34C22.9389%20178.952%20-10.8549%20258.051%2022.7881%20300.025C30.9348%20310.026%2040.8919%20317.754%2052.6594%20323.361L50.2456%20328.513C36.5168%20321.997%2025.2019%20313.056%2016.9043%20302.146C-18.6999%20255.172%203.47732%20179.104%2068.9529%20112.885C89.4705%2092.1254%20113.006%2072.7296%20137.898%2056.3643C211.521%208.02616%20298.57%20-13.0365%20356.955%208.32922Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;
  background-size: contain;
}
.interview-section .sticky-box figure {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 149.7435897436vw;
  transition: transform 0.7s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.interview-section .sticky-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-section .sticky-box figure.back-img {
  z-index: 1;
  transform: rotateY(-180deg);
}
.interview-section .sticky-box.is-end .front-img {
  z-index: 1;
  transform: rotateY(180deg);
}
.interview-section .sticky-box.is-end .back-img {
  z-index: 2;
  transform: rotateY(0);
}
.interview-section .sticky-box .sticky-name {
  position: absolute;
  z-index: 3;
  bottom: 0;
  color: #fff;
  font-size: 14.1025641026vw;
}
.interview-section .sticky-box .sticky-name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-weight: 500;
  text-indent: 0.5em;
  line-height: 1.1;
  left: 50%;
  transform: translateX(-50%);
}
.interview-section .question {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: var(--text);
  font-size: 4.1025641026vw;
}
.interview-section .question {
  font-weight: 700;
  border-left: 1.0256410256vw solid var(--primary-500);
  border-radius: 0 2.0512820513vw 2.0512820513vw 0;
  padding: 1.5384615385vw 2.0512820513vw;
  margin-bottom: 4.1025641026vw;
}
.interview-section .question .small {
  display: inline;
  font-size: 0.8em;
}
.interview-section .question:before {
  content: "Q.";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 5.8974358974vw;
}
.interview-section .question:before {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
}
.interview-section p + .question {
  margin-top: 8.2051282051vw;
}
.interview-section .heading10 {
  display: block;
  color: #fff;
}
.interview-section .heading10 .sub {
  display: block;
  color: #fff;
  margin-left: 0;
}
.interview-section .time-table {
  margin-bottom: 13.3333333333vw;
}
.interview-section .interview-img {
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.interview-section .interview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-section .interview-img {
  aspect-ratio: 16/9;
  margin-bottom: 6.1538461538vw;
}
.interview-nav-section .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.interview-nav-section .outer-box {
  padding-block: 8.2051282051vw;
  background-color: var(--primary-50);
}
.interview-nav-section .heading03 {
  margin-bottom: 7.1794871795vw;
}

.interview-nav {
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
.interview-nav li {
  display: block;
  flex: 1;
}
.interview-nav li a {
  display: block;
  position: relative;
}
.interview-nav li a .btn-ellipse-wrap {
  aspect-ratio: 36553/29795;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.interview-nav li a:hover .btn-ellipse-wrap {
  transform: translateY(-50%) scale(1.1);
}
.interview-nav li a:hover .btn-ellipse-wrap .arrow {
  animation: arrow-move 0.8s var(--ease-out);
}
.interview-nav li a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.interview-nav li figure {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.interview-nav li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-nav li figure {
  margin-bottom: 4.1025641026vw;
}
.interview-nav li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  display: block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transform: translate(-50%, -50%) scale(1);
}
.transition-none .interview-nav li figure img {
  transition: none;
  transition-duration: 0s;
}
.interview-nav li .title {
  font-size: 4.1025641026vw;
}
.interview-nav li .title {
  font-weight: 700;
  margin-bottom: 1.0256410256vw;
}
.interview-nav li .info {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 2.0512820513vw 10.2564102564vw 3.0769230769vw 0;
}
.interview-nav li .info .btn-ellipse-wrap {
  width: 7.9487179487vw;
}
.interview-nav li .info-name {
  font-size: 4.6153846154vw;
}
.interview-nav li .info-year {
  font-size: 3.0769230769vw;
}
.interview-nav li .info-year::before {
  content: " / ";
}

.page-interview.interview-01 li.menu-01 {
  display: none;
}

.page-interview.interview-02 li.menu-02 {
  display: none;
}

.page-interview.interview-03 li.menu-03 {
  display: none;
}

.page-interview.interview-04 li.menu-04 {
  display: none;
}
.page-benefits .contents-header.complex .header-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) -3.25%, rgba(255, 255, 255, 0) 63.14%);
}
.page-benefits .header-ellipse01,
.page-benefits .header-ellipse02 {
  position: absolute;
  z-index: 0;
}
.page-benefits .header-ellipse01 img,
.page-benefits .header-ellipse02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-benefits .header-ellipse01 {
  top: 6.4102564103vw;
  left: 35.8974358974vw;
  width: 12.0512820513vw;
  height: 9.7435897436vw;
}
.page-benefits .header-ellipse02 {
  top: 56.1538461538vw;
  left: 7.1794871795vw;
  width: 20vw;
  height: 16.4102564103vw;
}
.page-benefits .global-footer .outer-box {
  margin-top: 0;
}
#benefits .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#benefits .outer-box {
  padding-block: 8.2051282051vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
}
#benefits .contents-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1025641026vw;
}
#benefits .contents-nav a {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 3.0769230769vw 2.5641025641vw 6.1538461538vw;
  display: flex;
}
#benefits .contents-nav a img {
  display: block;
  width: 16.1538461538vw;
  height: 12.5641025641vw;
}
#benefits .contents-nav a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 3.5897435897vw;
  width: 3.8461538462vw;
  height: 1.7948717949vw;
  transform: translate(50%, 50%);
  background: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.75%200.75L8.25%207.75L15.75%200.75'%20stroke='%232970CC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;
  background-size: cover;
}
#benefits .contents-nav a .text {
  display: block;
  font-size: 3.8461538462vw;
}
#benefits .contents-nav a .text {
  font-weight: 700;
}
#benefits .content-wrapper {
  margin-top: 8.2051282051vw;
}
#benefits .title-benefits {
  display: flex;
  align-items: center;
  color: var(--text);
}
.page-education .contents-header.complex .header-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) -3.25%, rgba(255, 255, 255, 0) 63.14%);
}
.page-education .header-ellipse01,
.page-education .header-ellipse02 {
  position: absolute;
  z-index: 0;
}
.page-education .header-ellipse01 img,
.page-education .header-ellipse02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-education .header-ellipse01 {
  top: 6.4102564103vw;
  left: 35.8974358974vw;
  width: 12.0512820513vw;
  height: 9.7435897436vw;
}
.page-education .header-ellipse02 {
  top: 56.1538461538vw;
  left: 7.1794871795vw;
  width: 20vw;
  height: 16.4102564103vw;
}
#education01 .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#education01 .outer-box {
  padding-top: 9.2307692308vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  color: #fff;
}
#education01 .img-text-box {
  display: flex;
  gap: 10.2564102564vw;
}
#education01 .img-text-box figure {
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
#education01 .img-text-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#education01 .img-text-box .text-box {
  color: #fff;
}
#education01 .content-white {
  background-color: #fff;
  color: var(--text);
  margin-top: 11.2820512821vw;
  padding: 10.2564102564vw 4.1025641026vw;
}
#education01 .content-white .heading03 {
  margin-bottom: 4.1025641026vw;
}
#education01 .content-white .width-s {
  margin-bottom: 6.1538461538vw;
}
#education01 .content-white .step-img {
  width: 100%;
  height: auto;
  margin-inline: auto;
}
#education01 .content-white .step-img img {
  width: 100%;
  height: auto;
}

.personal-license-box {
  border-radius: 6.1538461538vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  color: #fff;
  padding: 4.1025641026vw 6.1538461538vw 8.2051282051vw;
  margin-top: 8.2051282051vw;
}
.personal-license-box figure {
  grid-area: img;
}
.personal-license-box figure figcaption {
  font-size: 3.0769230769vw;
}
.personal-license-box figure figcaption {
  text-align: center;
  margin-top: 2.0512820513vw;
}
.personal-license-box .license-title {
  grid-area: title;
  font-size: 4.1025641026vw;
}
.personal-license-box .scroll-wrapper {
  grid-area: text;
  width: 100%;
}
.personal-license-box .up-arrow-list {
  display: flex;
  gap: 12.3076923077vw;
}
.personal-license-box .up-arrow-list li {
  position: relative;
  flex: 1;
}
.personal-license-box .up-arrow-list li::after {
  content: "";
  display: block;
  position: absolute;
  right: -6.4102564103vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3076923077vw;
  height: 6.1538461538vw;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='48'%20viewBox='0%200%2020%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L18.617%2023.8646L1%2046.7293'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;
  background-size: contain;
}
.personal-license-box .up-arrow-list li:last-child::after {
  display: none;
}
.personal-license-box .up-arrow-list .arrow-list-title {
  font-size: 3.8461538462vw;
}
.personal-license-box .up-arrow-list .arrow-list-title {
  font-weight: 700;
  margin-bottom: 2.0512820513vw;
}
#education02 .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#education02 .outer-box {
  padding-top: 0;
}

.education02-box {
  margin-top: 10.2564102564vw;
}
.education02-box .btn-box {
  margin-top: 10.2564102564vw;
}
.education02-box .btn-box a {
  margin: auto;
}
.license-gallery figure img {
  border-radius: 3.0769230769vw;
  margin-bottom: 2.0512820513vw;
}
.license-gallery figure figcaption {
  text-align: center;
}

.license-notice {
  text-align: right;
  margin-top: 2em;
}

.page-entry-home .global-footer .outer-box {
  margin-top: 0;
}

.page-entry .contents-section .inner-box {
  position: relative;
}
#entry-home .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
#entry-home .outer-box {
  padding-top: 8.2051282051vw;
  padding-bottom: 13.8461538462vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  color: #fff;
}
#entry-home .inner-box {
  position: relative;
}

.entry-home-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw;
}
.entry-home-nav li .lower-btn {
  margin-left: auto;
}

.lower-btn {
  position: relative;
  display: block;
  background-color: #fff;
  color: var(--text);
  font-weight: 700;
  font-size: 5.1282051282vw;
}
.lower-btn {
  line-height: 1;
  padding: 5.3846153846vw 8.2051282051vw;
  border-radius: clamp(58.663px, 7.6388888889vw, 110px);
  border: 1px solid var(--primary-500);
}
.lower-btn .sub {
  display: block;
  font-size: 3.0769230769vw;
}
.lower-btn .sub {
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 2.0512820513vw;
}
.lower-btn .small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 4.1025641026vw;
}
.lower-btn {
  position: relative;
}
.lower-btn .btn-ellipse-wrap {
  aspect-ratio: 36553/29795;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lower-btn:hover .btn-ellipse-wrap {
  transform: translateY(-50%) scale(1.1);
}
.lower-btn:hover .btn-ellipse-wrap .arrow {
  animation: arrow-move 0.8s var(--ease-out);
}
.lower-btn .btn-ellipse-wrap {
  right: 10.2564102564vw;
  width: 10.2564102564vw;
}
.entry-message .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.entry-message .outer-box {
  padding-top: 8.2051282051vw;
  padding-bottom: 10.2564102564vw;
  background-color: #fff;
}
.entry-message .img-text-box {
  display: flex;
  flex-direction: column;
  gap: 6.1538461538vw;
}
.entry-message .img-text-box figure {
  width: 100%;
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.entry-message .img-text-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-message .img-text-box figure {
  aspect-ratio: 3/2;
}
.entry-message .img-text-box .text-box .heading06 {
  color: var(--primary-500);
}
.entry-flow .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.entry-flow .outer-box {
  padding-block: 8.2051282051vw;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  color: #fff;
}
.entry-flow p {
  font-size: 4.6153846154vw;
}

.flow-list {
  width: max-content;
  display: flex;
  gap: 3.3333333333vw;
}
.flow-list li {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24.8717948718vw;
  color: var(--text);
}
.flow-list li .text {
  font-size: 3.5897435897vw;
}
.flow-list li .text {
  font-weight: 500;
}
.flow-list li::before {
  font-size: 4.6153846154vw;
}
.flow-list li::before {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  color: var(--primary-500);
}
.flow-list li:nth-child(1)::before {
  content: "1";
}
.flow-list li:nth-child(2)::before {
  content: "2";
}
.flow-list li:nth-child(3)::before {
  content: "3";
}
.flow-list li:nth-child(4)::before {
  content: "4";
}
.flow-list li:nth-child(5)::before {
  content: "5";
}
.flow-list li:nth-child(6)::before {
  content: "6";
}
.flow-list li:nth-child(7)::before {
  content: "7";
}
.flow-list li:nth-child(8)::before {
  content: "8";
}
.flow-list li:nth-child(9)::before {
  content: "9";
}
.flow-list li:nth-child(10)::before {
  content: "10";
}
.entry-nav-section .inner-box {
  width: 91.7948717949vw;
  margin: auto;
}
.entry-nav-section .outer-box {
  background-color: #f2f2f2;
  padding-block: 10.2564102564vw;
}
.entry-nav-section .entry-nav {
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw;
}
.entry-nav-section .entry-nav li {
  flex: 1;
}
.entry-nav-section .entry-nav .lower-btn {
  width: auto;
}

.entry-highschool li.highschool {
  display: none;
}

.entry-newgrads li.newgrads {
  display: none;
}

.entry-career li.career {
  display: none;
}

.entry-training li.training {
  display: none;
}

.entryform-wrapper {
  position: fixed;
  z-index: 5;
  bottom: 8.2051282051vw;
  right: 8.2051282051vw;
  width: 22.5641025641vw;
  height: 22.5641025641vw;
}

.entryform-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  font-size: 2.8205128205vw;
  letter-spacing: 0.05em;
  min-width: max-content;
  width: 22.5641025641vw;
  height: 22.5641025641vw;
}
.entryform-btn .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  background: linear-gradient(288deg, #2970cc 24.83%, #2ebae2 100.63%);
  border-radius: 50%;
  transition: transform 0.5s var(--ease-out);
  transform: scale(1);
}
.entryform-btn .text {
  position: relative;
  z-index: 1;
  text-align: center;
}
.entryform-btn:hover .bg {
  transform: scale(1.1);
}

.page-candidate {
  overflow-x: clip !important;
}

.candidate-box {
  position: relative;
  width: 100%;
}
.candidate-box .candidate-sticky {
  display: none;
}
.candidate-box .candidate-sticky.img01 {
  left: 0;
}
.candidate-box .candidate-sticky.img02 {
  right: 0;
}
.candidate-list li {
  border: 1px solid var(--line-subtl);
  border-radius: 6.1538461538vw;
  padding: 4.1025641026vw 4.1025641026vw 8.2051282051vw;
  margin-bottom: 8.2051282051vw;
}
.candidate-list li:last-child {
  margin-bottom: 0;
}
.candidate-list li p {
  margin-bottom: 1.5em;
}
.candidate-list li p:last-child {
  margin-bottom: 0;
}

.candidate-title {
  font-size: 5.1282051282vw;
}
.candidate-title {
  font-weight: 700;
  margin-bottom: 4.1025641026vw;
}
.candidate-title .num {
  font-size: 8.2051282051vw;
}
.candidate-title .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--primary-500);
  font-weight: 400;
}

.marker {
  font-weight: 700;
  display: inline;
}
.marker span {
  background-image: linear-gradient(74deg, #00bde5 8.43%, #b2efff 89.44%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}

details.faq-item {
  position: relative;
  border-top: 2px solid var(--line-subtl);
}
details.faq-item::details-content {
  content-visibility: unset;
  display: block grid;
}
details.faq-item:not([open])::details-content {
  grid-template-rows: 0fr;
}
details.faq-item[open] summary.faq-q .icon {
  background: url("data:image/svg+xml,%3csvg%20width='16'%20height='2'%20viewBox='0%200%2016%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-0.000156194%201.24V-2.38419e-07C0.519844%200.0399998%201.35984%200.0799999%202.53984%200.0799999H13.6198C14.6598%200.0799999%2015.2598%200.0399998%2015.6598%20-2.38419e-07V1.24C15.2998%201.22%2014.5598%201.18%2013.6398%201.18H2.53984C1.43984%201.18%200.539844%201.2%20-0.000156194%201.24Z'%20fill='%23666666'/%3e%3c/svg%3e") no-repeat center;
  background-size: 3.8461538462vw 2.8205128205vw;
}
details.faq-item[open]::details-content {
  grid-template-rows: 1fr;
}
details.faq-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 10.2564102564vw;
  height: 2px;
  background: linear-gradient(90deg, #2970cc 24.83%, #2ebae2 100.63%);
}
details.faq-item summary.faq-q {
  display: flex;
  cursor: pointer;
  font-size: 4.1025641026vw;
}
details.faq-item summary.faq-q {
  font-weight: 700;
  padding-top: 6.1538461538vw;
}
details.faq-item summary.faq-q:before {
  content: "Q.";
  display: block;
  color: var(--primary-500);
  font-size: 5.1282051282vw;
}
details.faq-item summary.faq-q:before {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  width: 10.2564102564vw;
  line-height: 1.1;
  padding-left: 0.25em;
  box-sizing: border-box;
}
details.faq-item summary.faq-q .faq-q-text {
  display: block;
  flex: 1;
  padding-inline: 2.5641025641vw;
}
details.faq-item summary.faq-q .icon {
  display: block;
  width: clamp(29.8648px, 3.8888888889vw, 56px);
  background: url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.6087%209.632V11.004H11.0047V20.636H9.60469V11.004H0.00068748V9.632H9.60469V-2.38419e-07H11.0047V9.632H20.6087Z'%20fill='%23666666'/%3e%3c/svg%3e") no-repeat center;
  background-size: 5.1282051282vw 3.8461538462vw;
}
details.faq-item .content {
  overflow: hidden;
}
details.faq-item .faq-a-inner {
  display: flex;
  padding-top: 5.1282051282vw;
}
details.faq-item .faq-a-inner:before {
  content: "A.";
  display: block;
  color: var(--accent-300);
  font-size: 5.1282051282vw;
}
details.faq-item .faq-a-inner:before {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  width: 10.2564102564vw;
  line-height: 1.1;
  padding-left: 0.25em;
  box-sizing: border-box;
}
details.faq-item .faq-a-inner .faq-a-text {
  display: block;
  flex: 1;
  padding: 0 10.2564102564vw 0 2.5641025641vw;
  line-height: 1.75;
}
details.faq-item .faq-a-inner .faq-a-text a {
  text-decoration: underline;
}

.faq-item + .faq-item {
  margin-top: 6.1538461538vw;
}

/*タブ切り替え全体のスタイル*/

/*タブのスタイル*/
.tab_item {
  display: block;
  position: absolute;
  top: 0;
  left: 5.1282051282vw;
  transform: translateY(-99%);
  background-color: var(--primary-500);
  color: #fff;
  text-align: center;
  font-size: 4.1025641026vw;
}
.tab_item {
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 37.9487179487vw;
  padding: 2.5641025641vw 4.1025641026vw;
  border-radius: 3.0769230769vw 3.0769230769vw 0 0;
}
.tab_item[for=works] {
  left: 45.641025641vw;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#selection:checked ~ #selection_content,
#works:checked ~ #works_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: var(--primary-500);
}

.news-list.index li {
  margin-bottom: 10.2564102564vw;
}
.news-list.index li a:hover .news-figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-list.index li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.news-list.index li .news-figure {
  position: relative;
  grid-area: img;
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.news-list.index li .news-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list.index li .news-figure {
  border-radius: 4.1025641026vw;
  aspect-ratio: 3/2;
  margin-bottom: 6.1538461538vw;
}
.news-list.index li .news-figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  display: block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transform: translate(-50%, -50%) scale(1);
}
.transition-none .news-list.index li .news-figure img {
  transition: none;
  transition-duration: 0s;
}
.news-list.index li .news-date {
  display: block;
  grid-area: date;
  font-size: 3.0769230769vw;
}
.news-list.index li .news-date {
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 2.0512820513vw;
}
.news-list.index li .news-title {
  grid-area: title;
  font-size: 4.1025641026vw;
}
.news-list.index li .news-title {
  margin-bottom: 3.0769230769vw;
}
.news-list.index li .news-body {
  grid-area: body;
  line-height: 1.75;
}

.news-detail .news-date {
  display: block;
  font-size: 3.0769230769vw;
}
.news-detail .news-date {
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 2.0512820513vw;
}
.news-detail .news-title {
  font-size: 6.1538461538vw;
}
.news-detail .news-title {
  margin-bottom: 6.1538461538vw;
}
.news-detail .news-figure {
  border-radius: 6.1538461538vw;
  overflow: hidden;
}
.news-detail .news-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail .news-figure {
  margin-bottom: 5.1282051282vw;
  aspect-ratio: 3/2;
}
.news-detail .news-body {
  margin-bottom: 8.2051282051vw;
}
.news-detail .news-body img {
  margin-bottom: 1em;
}
.news-detail .news-body ul {
  margin: 0 0 7.6923076923vw 1.5em;
}
.news-detail .news-body ul > li {
  display: list-item;
  margin-bottom: 0.5em;
  list-style-type: disc;
  line-height: 1.5;
}
.news-detail .news-body ol {
  margin: 0 0 7.6923076923vw 1.5em;
}
.news-detail .news-body ol > li {
  display: list-item;
  margin-bottom: 0.5em;
  list-style-type: auto;
  line-height: 1.5;
}
.news-detail .news-body ul > li ul,
.news-detail .news-body ul > li ol,
.news-detail .news-body ol > li ul,
.news-detail .news-body ol > li ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-detail .news-body h2 {
  font-size: 5.1282051282vw;
}
.news-detail .news-body h2 {
  margin-bottom: 4.1025641026vw;
}
.news-detail .news-body h4 {
  font-size: 3.8461538462vw;
}
.news-detail .news-body h4 {
  font-weight: 700;
  margin-bottom: 2.0512820513vw;
}
.news-detail .news-body p {
  line-height: 1.75;
}

.page-404 .global-footer .outer-box {
  margin-top: 0;
}

.notfound-section {
  position: relative;
  width: 100%;
  height: 120.5128205128vw;
  overflow: hidden;
}
.notfound-section .img-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notfound-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notfound-section .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  width: max-content;
  max-width: 88.4615384615vw;
}
.notfound-section .text-box p {
  font-size: 3.0769230769vw;
}
@media (width < 1024px){
  .global-header .global-menu.nav-menu {
    display: none;
  }
}
@media (768px <= width){
  .global-header .outer-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: clamp(17.0656px, 2.2222222222vw, 32px) clamp(21.332px, 2.7777777778vw, 40px);
  }
  .global-header .inner-box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
  }
  .global-header .site-branding {
    position: relative;
    z-index: 20;
    width: clamp(169.5894px, 22.0833333333vw, 318px);
    height: auto;
  }
  .global-header .site-branding a {
    display: block;
  }
  .global-header .nav-stage {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: clamp(45.3305px, 5.9027777778vw, 85px);
  }
  .global-header .nav-stage .entry-btn-wrapper {
    margin-left: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  body.top .global-header .nav-stage .entry-btn-wrapper {
    display: none;
  }
  .global-header .nav-stage .entry-btn-wrapper .header-entry-btn {
    width: clamp(95.994px, 12.5vw, 180px);
    min-width: max-content;
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
    padding: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .global-header .global-menu {
    display: flex;
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .global-header .global-menu > li {
    position: relative;
  }
  .global-header .global-menu .header-bar-menu-title {
    display: block;
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
    font-weight: 500;
    line-height: clamp(20.2654px, 2.6388888889vw, 38px);
  }
  .global-header .lowermenu-layer {
    position: absolute;
    width: clamp(191.988px, 25vw, 360px);
    top: clamp(19.7321px, 2.5694444444vw, 37px);
    left: 0;
    background-color: #fff;
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
    padding: clamp(17.0656px, 2.2222222222vw, 32px) clamp(17.0656px, 2.2222222222vw, 32px) clamp(22.3986px, 2.9166666667vw, 42px);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all var(--duration) ease-out;
  }
  .global-header li.has-child {
    padding-right: clamp(8.5328px, 1.1111111111vw, 16px);
    background: url("data:image/svg+xml,%3csvg%20width='10'%20height='7'%20viewBox='0%200%2010%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.06667%200L4.49933%206.8L0%200H9.06667Z'%20fill='black'/%3e%3c/svg%3e") no-repeat right center;
    background-size: clamp(4.7997px, 0.625vw, 9px) clamp(3.62644px, 0.4722222222vw, 6.8px);
    background-position: right clamp(9.0661px, 1.1805555556vw, 17px);
  }
  .global-header li.has-child:hover .lowermenu-layer {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .header-layer-menu-title {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
    font-weight: 700;
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .header-children-menu li {
    border-bottom: 1px solid var(--line-subtl);
  }
  .header-children-menu li a {
    display: block;
    padding-block: clamp(8.5328px, 1.1111111111vw, 16px);
    color: var(--primary-500);
    font-size: clamp(12.96px, 1.25vw, 18px);
    font-weight: 700;
    position: relative;
  }
  .header-children-menu li a .btn-ellipse-wrap {
    aspect-ratio: 36553/29795;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header-children-menu li a:hover .btn-ellipse-wrap {
    transform: translateY(-50%) scale(1.1);
  }
  .header-children-menu li a:hover .btn-ellipse-wrap .arrow {
    animation: arrow-move 0.8s var(--ease-out);
  }
  .header-children-menu li a .btn-ellipse-wrap {
    width: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .megadrop-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 clamp(17.0656px, 2.2222222222vw, 32px) clamp(17.0656px, 2.2222222222vw, 32px);
    padding: clamp(95.994px, 12.5vw, 180px) clamp(21.332px, 2.7777777778vw, 40px) clamp(42.664px, 5.5555555556vw, 80px);
    font-weight: 700;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all var(--duration);
  }
  .megadrop-nav .parent-site-wrapper {
    position: absolute;
    top: calc(clamp(21.332px, 2.7777777778vw, 40px) + 20px);
    left: clamp(209.5869px, 27.2916666667vw, 393px);
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .megadrop-nav .mega-menu {
    display: grid;
    grid-template-rows: auto 1fr;
    row-gap: clamp(15.999px, 2.0833333333vw, 30px);
    justify-content: center;
    margin: auto;
  }
  .megadrop-nav .mega-menu > li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-right: clamp(30.3981px, 3.9583333333vw, 57px);
  }
  .megadrop-nav .mega-menu > li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-right: clamp(28.7982px, 3.75vw, 54px);
  }
  .megadrop-nav .mega-menu > li:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/3;
    margin-right: clamp(28.7982px, 3.75vw, 54px);
  }
  .megadrop-nav .mega-menu > li:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/3;
    margin-right: clamp(28.7982px, 3.75vw, 54px);
  }
  .megadrop-nav .mega-menu > li:nth-child(5) {
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .megadrop-nav .mega-menu > li:nth-child(6) {
    grid-column: 5/6;
    grid-row: 2/3;
  }
  .megadrop-nav .mega-menu-title {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .megadrop-nav .mega-children-menu {
    padding-left: 1.25em;
  }
  .megadrop-nav .mega-children-menu > li {
    list-style: disc;
    margin-top: clamp(11.7326px, 1.5277777778vw, 22px);
  }
  .megadrop-nav .next-link {
    display: block;
    width: max-content;
    padding-right: clamp(22.9319px, 2.9861111111vw, 43px);
    position: relative;
  }
  .megadrop-nav .next-link .btn-ellipse-wrap {
    aspect-ratio: 36553/29795;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .megadrop-nav .next-link:hover .btn-ellipse-wrap {
    transform: translateY(-50%) scale(1.1);
  }
  .megadrop-nav .next-link:hover .btn-ellipse-wrap .arrow {
    animation: arrow-move 0.8s var(--ease-out);
  }
  .megadrop-nav .next-link .btn-ellipse-wrap {
    width: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .nav-open .megadrop-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .menu-layer {
    position: fixed;
    z-index: 15;
    top: 0;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background: rgba(27, 93, 178, 0.8);
  }
  .toggle-btn {
    top: clamp(21.59865px, 2.8125vw, 40.5px);
    right: clamp(21.332px, 2.7777777778vw, 40px);
    width: clamp(32.5313px, 4.2361111111vw, 61px);
    height: clamp(15.999px, 2.0833333333vw, 30px);
  }
  .contents-header .outer-box {
    margin-top: 0;
    padding-top: clamp(54.3966px, 7.0833333333vw, 102px);
  }
  .contents-header .inner-box {
    width: 100%;
    max-width: 1440px;
    padding-bottom: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .contents-header .header-text {
    margin-inline: clamp(46.9304px, 6.1111111111vw, 88px);
    width: clamp(301.8478px, 39.3055555556vw, 566px);
  }
  .contents-header .page-title {
    padding-top: clamp(22.3986px, 2.9166666667vw, 42px);
    margin-bottom: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .contents-header .page-title .jp {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .contents-header .page-title .jp {
    background-size: clamp(26.665px, 3.4722222222vw, 50px) clamp(10.1327px, 1.3194444444vw, 19px);
    padding-left: clamp(31.998px, 4.1666666667vw, 60px);
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .contents-header .page-title .en {
    font-size: clamp(80.64px, 7.7777777778vw, 112px);
  }
  .contents-header .lead-title {
    font-size: clamp(21.6px, 2.0833333333vw, 30px);
  }
  .contents-header .lead-title {
    margin-bottom: clamp(19.1988px, 2.5vw, 36px);
  }
  .contents-header .lead-text {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .contents-header.complex .inner-box {
    position: relative;
    min-height: clamp(345.5784px, 45vw, 648px);
  }
  .contents-header.complex .header-bg {
    width: clamp(436.2394px, 56.8055555556vw, 818px);
    height: clamp(355.7111px, 46.3194444444vw, 667px);
    right: -5.1388888889vw;
  }
  .contents-header.simple .outer-box {
    height: clamp(319.98px, 41.6666666667vw, 600px);
  }
  .contents-header.simple .inner-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .contents-header.simple .inner-box::after {
    top: -3.6111111111vw;
    left: 1.875vw;
    width: clamp(322.6465px, 42.0138888889vw, 605px);
    height: clamp(263.4502px, 34.3055555556vw, 494px);
  }
  .contents-header.simple .header-bg {
    height: clamp(319.98px, 41.6666666667vw, 600px);
  }
  .contents-header.simple.short .outer-box {
    height: clamp(266.65px, 34.7222222222vw, 500px);
  }
  .contents-header.simple.short .header-bg {
    height: clamp(266.65px, 34.7222222222vw, 500px);
  }
  .global-footer .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .global-footer .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .global-footer .outer-box {
    margin-top: clamp(51.1968px, 6.6666666667vw, 96px);
    padding-top: clamp(42.664px, 5.5555555556vw, 80px);
    padding-bottom: clamp(25.5984px, 3.3333333333vw, 48px);
  }
  .global-footer .footer-btn-list {
    flex-direction: row;
    gap: clamp(19.1988px, 2.5vw, 36px);
    margin-bottom: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .global-footer .footer-btn-list .footer-btn {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  .global-footer .footer-btn-list .footer-btn {
    padding: clamp(21.332px, 2.7777777778vw, 40px) clamp(25.5984px, 3.3333333333vw, 48px);
    border-radius: clamp(53.33px, 6.9444444444vw, 100px);
  }
  .global-footer .footer-btn-list .footer-btn .btn-ellipse-wrap {
    right: clamp(25.5984px, 3.3333333333vw, 48px);
    width: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .global-footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(45.3305px, 5.9027777778vw, 85px);
    margin-bottom: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .global-footer .footer-content .logo-link {
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .global-footer .footer-content .logo-link img {
    width: clamp(169.5894px, 22.0833333333vw, 318px);
    height: clamp(20.2654px, 2.6388888889vw, 38px);
  }
  .global-footer .footer-content .text-link.blank {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .global-footer .footer-content .text-info {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .global-footer .footer-content .text-info {
    line-height: 1.75;
    margin-top: clamp(5.333px, 0.6944444444vw, 10px);
  }
  .global-footer .footer-menu {
    column-gap: clamp(25.5984px, 3.3333333333vw, 48px);
    row-gap: 0;
    grid-template: "menu1 menu2 menu3 menu4 menu5" auto "menu1 menu2 menu3 menu4 menu6" 1fr/auto auto auto auto auto;
  }
  .global-footer .footer-menu-title {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .global-footer .footer-menu-title {
    margin-bottom: clamp(10.666px, 1.3888888889vw, 20px);
  }
  .global-footer .footer-children-menu {
    font-size: clamp(8.64px, 0.8333333333vw, 12px);
  }
  .global-footer .footer-children-menu {
    gap: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .global-footer .footer-children-menu li {
    padding-left: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .global-footer .footer-children-menu li::before {
    width: clamp(6.3996px, 0.8333333333vw, 12px);
    height: clamp(0.26665px, 0.0347222222vw, 0.5px);
  }
  .global-footer .copyright {
    font-size: clamp(7.2px, 0.6944444444vw, 10px);
  }
  html > body {
    font-size: clamp(11.52px, 1.1111111111vw, 16px);
  }
  .for-sp {
    display: none;
  }
  .for-pc {
    display: block;
  }
  .btn {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .btn {
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
    padding: clamp(6.3996px, 0.8333333333vw, 12px) clamp(12.7992px, 1.6666666667vw, 24px);
    width: clamp(213.32px, 27.7777777778vw, 400px);
    min-width: max-content;
  }
  .round-btn {
    font-size: clamp(11.52px, 1.1111111111vw, 16px);
  }
  .round-btn {
    width: clamp(157.8568px, 20.5555555556vw, 296px);
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
    padding: clamp(12.7992px, 1.6666666667vw, 24px) clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .round-btn .bg {
    border-radius: clamp(43.7306px, 5.6944444444vw, 82px);
  }
  .header-entry-btn {
    font-size: clamp(12.96px, 1.25vw, 18px);
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
    padding: clamp(6.3996px, 0.8333333333vw, 12px) clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .header-entry-btn .bg {
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .view-btn {
    width: clamp(138.658px, 18.0555555556vw, 260px);
    padding: clamp(6.3996px, 0.8333333333vw, 12px) clamp(17.0656px, 2.2222222222vw, 32px);
    border-radius: clamp(31.998px, 4.1666666667vw, 60px);
  }
  .view-btn::after {
    width: clamp(21.332px, 2.7777777778vw, 40px);
    height: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .back-btn {
    width: clamp(138.658px, 18.0555555556vw, 260px);
    padding: clamp(8.5328px, 1.1111111111vw, 16px) clamp(17.0656px, 2.2222222222vw, 32px);
    border-radius: clamp(31.998px, 4.1666666667vw, 60px);
  }
  .back-btn::after {
    width: clamp(21.332px, 2.7777777778vw, 40px);
    height: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .viewmore {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .heading-content {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  .heading-content {
    margin-bottom: clamp(14.9324px, 1.9444444444vw, 28px);
  }
  .heading-content .sub {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .heading-content .sub {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .heading-content + p.text-center {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .heading01 {
    font-size: clamp(34.56px, 3.3333333333vw, 48px);
  }
  .heading01 {
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .heading01 .sub {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .heading01 .sub {
    margin-bottom: clamp(2.1332px, 0.2777777778vw, 4px);
  }
  .heading02 {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  .heading02 {
    margin-bottom: clamp(10.666px, 1.3888888889vw, 20px);
  }
  .heading03 {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  .heading03 {
    margin-bottom: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  .heading04, .news-detail .news-body h3 {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .heading04, .news-detail .news-body h3 {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
    border-width: clamp(2.1332px, 0.2777777778vw, 4px);
    padding-left: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .heading05 {
    font-size: clamp(34.56px, 3.3333333333vw, 48px);
  }
  .heading05 {
    margin-bottom: clamp(10.666px, 1.3888888889vw, 20px);
  }
  .heading06 {
    font-size: clamp(21.6px, 2.0833333333vw, 30px);
  }
  .heading06 {
    margin-bottom: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .heading07 {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .heading07 {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .heading08 {
    font-size: clamp(17.28px, 1.6666666667vw, 24px);
  }
  .heading08 {
    margin-bottom: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .heading09 {
    font-size: clamp(34.56px, 3.3333333333vw, 48px);
  }
  .heading09 {
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .heading09 .sub {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .heading10 {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  .heading10 {
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .heading10 .en {
    font-size: clamp(34.56px, 3.3333333333vw, 48px);
  }
  .heading10 .sub {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .heading10 .sub {
    margin-top: clamp(9.0661px, 1.1805555556vw, 17px);
  }
  .heading10 .en + .sub {
    margin-top: clamp(6.9329px, 0.9027777778vw, 13px);
  }
  .contents-section .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .contents-section .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .contents-section .inner-box {
    border-radius: clamp(25.5984px, 3.3333333333vw, 48px);
    padding: clamp(42.664px, 5.5555555556vw, 80px);
    transform: translateY(-5.5555555556vw);
  }
  .content-wrapper {
    border-radius: clamp(25.5984px, 3.3333333333vw, 48px);
    padding: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .width-s {
    width: clamp(367.977px, 47.9166666667vw, 690px);
    margin: auto;
  }
  .dl-style01 {
    display: flex;
    flex-wrap: wrap;
    width: clamp(597.296px, 77.7777777778vw, 1120px);
    margin: auto;
  }
  .dl-style01 > dt, .dl-style01 > dd {
    padding-block: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .dl-style01 > dt {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .dl-style01 > dt {
    width: clamp(127.992px, 16.6666666667vw, 240px);
  }
  .dl-style01 > dd {
    width: clamp(469.304px, 61.1111111111vw, 880px);
    padding-inline: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .dl-style01 > dd::before {
    background-color: var(--line-subtl);
  }
  .dl-style02 dt,
  .dl-style02 dd {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .dl-style02 dt,
  .dl-style02 dd {
    padding-inline: clamp(8.5328px, 1.1111111111vw, 16px);
    padding-block: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .time-table-title {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .time-table dt {
    width: 6em;
  }
  .time-table dd {
    width: calc(100% - 6em);
  }
  #main-visual .inner-box {
    padding-top: clamp(54.3966px, 7.0833333333vw, 102px);
  }
  #main-visual .mv-title {
    position: absolute;
    display: block;
    z-index: 10;
    top: clamp(67.1958px, 8.75vw, 126px);
    left: clamp(29.8648px, 3.8888888889vw, 56px);
    font-size: clamp(11.7326px, 1.5277777778vw, 22px);
  }
  #main-visual .mv-entry-btn-wrapper {
    top: clamp(92.7942px, 12.0833333333vw, 174px);
    left: 0;
    width: clamp(149.324px, 19.4444444444vw, 280px);
  }
  #main-visual .mv-entry-btn-wrapper .header-entry-btn {
    font-size: clamp(9.5994px, 1.25vw, 18px);
  }
  .mv-stage {
    height: clamp(479.97px, 62.5vw, 900px);
  }
  .mv-stage .person01 {
    top: clamp(109.8598px, 14.3055555556vw, 206px);
    left: clamp(266.65px, 34.7222222222vw, 500px);
    width: clamp(277.316px, 36.1111111111vw, 520px);
    height: clamp(287.4487px, 37.4305555556vw, 539px);
  }
  .mv-stage .person02 {
    top: clamp(181.8553px, 23.6805555556vw, 341px);
    left: clamp(21.332px, 2.7777777778vw, 40px);
    width: clamp(190.3881px, 24.7916666667vw, 357px);
    height: clamp(181.322px, 23.6111111111vw, 340px);
  }
  .mv-stage .person03 {
    top: clamp(0.5333px, 0.0694444444vw, 1px);
    left: clamp(532.2334px, 69.3055555556vw, 998px);
    width: clamp(181.322px, 23.6111111111vw, 340px);
    height: clamp(166.3896px, 21.6666666667vw, 312px);
  }
  .mv-stage .person04 {
    top: clamp(18.6655px, 2.4305555556vw, 35px);
    left: clamp(163.1898px, 21.25vw, 306px);
    width: clamp(146.1242px, 19.0277777778vw, 274px);
    height: clamp(136.5248px, 17.7777777778vw, 256px);
  }
  .mv-stage .person05 {
    top: clamp(160.5233px, 20.9027777778vw, 301px);
    left: clamp(594.6295px, 77.4305555556vw, 1115px);
    width: clamp(152.5238px, 19.8611111111vw, 286px);
    height: clamp(135.4582px, 17.6388888889vw, 254px);
  }
  .mv-stage .person06 {
    top: clamp(326.9129px, 42.5694444444vw, 613px);
    left: clamp(594.6295px, 77.4305555556vw, 1115px);
    width: clamp(103.9935px, 13.5416666667vw, 195px);
    height: clamp(117.326px, 15.2777777778vw, 220px);
  }
  .mv-stage .person07 {
    top: clamp(4.7997px, 0.625vw, 9px);
    left: clamp(403.1748px, 52.5vw, 756px);
    width: clamp(102.9269px, 13.4027777778vw, 193px);
    height: clamp(97.5939px, 12.7083333333vw, 183px);
  }
  .mv-stage .ellipse01 {
    top: clamp(102.3936px, 13.3333333333vw, 192px);
    left: clamp(63.996px, 8.3333333333vw, 120px);
    width: clamp(42.664px, 5.5555555556vw, 80px);
    height: clamp(34.6645px, 4.5138888889vw, 65px);
  }
  .mv-stage .ellipse02 {
    top: clamp(330.646px, 43.0555555556vw, 620px);
    left: clamp(505.5684px, 65.8333333333vw, 948px);
    width: clamp(82.6615px, 10.7638888889vw, 155px);
    height: clamp(46.3971px, 6.0416666667vw, 87px);
  }
  .mv-stage .ellipse03 {
    display: block;
    top: clamp(28.2649px, 3.6805555556vw, 53px);
    left: clamp(338.1122px, 44.0277777778vw, 634px);
    width: clamp(33.0646px, 4.3055555556vw, 62px);
    height: clamp(26.665px, 3.4722222222vw, 50px);
  }
  .mv-stage .ellipse04 {
    display: block;
    top: clamp(296.5148px, 38.6111111111vw, 556px);
    left: clamp(695.4232px, 90.5555555556vw, 1304px);
    width: clamp(33.0646px, 4.3055555556vw, 62px);
    height: clamp(26.665px, 3.4722222222vw, 50px);
  }
  .mv-stage .mv-copy {
    font-size: clamp(66.96px, 6.4583333333vw, 93px);
  }
  .mv-stage .mv-copy {
    line-height: 1.5;
    bottom: clamp(3.7331px, 0.4861111111vw, 7px);
    left: clamp(18.1322px, 2.3611111111vw, 34px);
    height: 1.5em;
  }
  #introduction .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #introduction .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #introduction .outer-box {
    margin-top: clamp(40.5308px, 5.2777777778vw, 76px);
  }
  #introduction .outer-box::after {
    width: 89.2361111111vw;
  }
  #introduction .inner-box {
    padding-top: clamp(43.7306px, 5.6944444444vw, 82px);
    padding-bottom: clamp(223.986px, 29.1666666667vw, 420px);
  }
  #introduction .text-box {
    margin-left: clamp(149.324px, 19.4444444444vw, 280px);
  }
  #introduction .text-box .heading01 {
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  #introduction .text-box p {
    font-size: clamp(14.4px, 1.3888888889vw, 20px);
  }
  #introduction .text-box p {
    font-weight: 700;
    line-height: 2.3;
  }
  #introduction .pict.train {
    bottom: clamp(-29.8648px, -3.8888888889vw, -56px);
    left: clamp(19.1988px, 2.5vw, 36px);
    width: clamp(585.0301px, 76.1805555556vw, 1097px);
    height: clamp(199.9875px, 26.0416666667vw, 375px);
  }
  #introduction .pict.people {
    bottom: clamp(-125.3255px, -16.3194444444vw, -235px);
    right: clamp(138.658px, 18.0555555556vw, 260px);
    width: auto;
    height: clamp(303.981px, 39.5833333333vw, 570px);
  }
  #introduction .pict.tower {
    bottom: 0;
    right: 0;
    width: clamp(119.9925px, 15.625vw, 225px);
    height: clamp(445.8388px, 58.0555555556vw, 836px);
  }
  #business .outer-box {
    margin-top: clamp(55.4632px, 7.2222222222vw, 104px);
    padding-inline: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  #business .outer-box::after {
    width: 89.2361111111vw;
  }
  #business .inner-box {
    display: grid;
    grid-template: "text blank" clamp(49.0636px, 6.3888888889vw, 92px) "text number" auto "gallery number" auto "gallery business" 1fr/auto auto;
    column-gap: clamp(40.5308px, 5.2777777778vw, 76px);
    row-gap: clamp(19.1988px, 2.5vw, 36px);
    max-width: 1312px;
    margin-inline: auto;
    padding-top: clamp(43.7306px, 5.6944444444vw, 82px);
    padding-bottom: clamp(50.1302px, 6.5277777778vw, 94px);
  }
  #business .text-box {
    width: clamp(325.313px, 42.3611111111vw, 610px);
  }
  #business .text-box p {
    font-weight: 700;
  }
  #business .pict-link a figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  #business .pict-link a .link-next {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  #business .pict-link.gallery {
    width: clamp(397.8418px, 51.8055555556vw, 746px);
  }
  #business .pict-link.gallery figure {
    height: clamp(223.986px, 29.1666666667vw, 420px);
  }
  #business .pict-link.gallery a .link-next {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  #business .pict-link.number {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: clamp(261.317px, 34.0277777778vw, 490px);
  }
  #business .pict-link.number figure {
    height: clamp(147.1908px, 19.1666666667vw, 276px);
  }
  #business .pict-link.business {
    width: clamp(261.317px, 34.0277777778vw, 490px);
  }
  #business .pict-link.business figure {
    height: clamp(147.1908px, 19.1666666667vw, 276px);
  }
  #interview .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #interview .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #interview .outer-box {
    margin-top: clamp(47.997px, 6.25vw, 90px);
    padding-bottom: clamp(25.5984px, 3.3333333333vw, 48px);
  }
  #interview .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: clamp(21.332px, 2.7777777778vw, 40px);
    margin-bottom: clamp(31.998px, 4.1666666667vw, 60px);
  }
  #interview .section-header .heading01 {
    margin-bottom: 0;
  }
  #interview .section-header .lead {
    width: 100%;
    max-width: 455px;
    font-weight: 700;
    margin-bottom: 0.7em;
  }
  #interview .interview-list {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(29.8648px, 3.8888888889vw, 56px);
    padding-inline: clamp(14.9324px, 1.9444444444vw, 28px);
  }
  #interview .interview-list .picture {
    margin-bottom: 0;
  }
  #interview .interview-list h3 {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  #interview .interview-list h3 {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  #interview .interview-list .info-department {
    font-size: clamp(8.64px, 0.8333333333vw, 12px);
  }
  #interview .interview-list .info-department {
    margin-bottom: clamp(2.1332px, 0.2777777778vw, 4px);
  }
  #interview .interview-list .info-name {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  #interview .interview-list .info-name::after {
    font-size: clamp(14.4px, 1.3888888889vw, 20px);
  }
  #interview .interview-list .info-year {
    font-size: clamp(8.64px, 0.8333333333vw, 12px);
  }
  #workstyle .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #workstyle .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #workstyle .outer-box {
    margin-top: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #workstyle .workstyle-box01 {
    display: grid;
    column-gap: clamp(42.664px, 5.5555555556vw, 80px);
    grid-template: "title figure" auto "text figure" minmax(0, 1fr)/clamp(279.9825px, 36.4583333333vw, 525px) clamp(362.644px, 47.2222222222vw, 680px);
    margin-bottom: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #workstyle .workstyle-box01 figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  #workstyle .workstyle-box01 figure {
    height: clamp(203.7206px, 26.5277777778vw, 382px);
  }
  #workstyle .workstyle-box02 {
    display: flex;
    align-items: center;
    column-gap: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #workstyle .workstyle-box02 figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  #workstyle .workstyle-box02 figure {
    width: clamp(362.644px, 47.2222222222vw, 680px);
    height: clamp(203.7206px, 26.5277777778vw, 382px);
  }
  #workstyle .workstyle-box02 .text-box {
    width: clamp(273.0496px, 35.5555555556vw, 512px);
  }
  #ideal .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #ideal .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #ideal .outer-box {
    margin-top: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #ideal .inner-box {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
    padding: clamp(36.2644px, 4.7222222222vw, 68px) clamp(25.5984px, 3.3333333333vw, 48px) clamp(30.9314px, 4.0277777778vw, 58px) clamp(31.998px, 4.1666666667vw, 60px);
  }
  #ideal .ideal-box {
    display: flex;
  }
  #ideal .ideal-box .text-box {
    flex: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #ideal .ideal-box .text-box .heading01 {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  #ideal .ideal-box figure {
    width: clamp(191.988px, 25vw, 360px);
  }
  #ideal .ideal-box .fukidashi {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
    width: clamp(253.8508px, 33.0555555556vw, 476px);
    padding-left: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  #news .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #news .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #news .outer-box {
    margin-top: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .top-news-wrapper {
    margin-bottom: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  .top-news-wrapper .news-list {
    gap: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .top-news-wrapper .news-item {
    width: clamp(213.32px, 27.7777777778vw, 400px);
  }
  .top-news-wrapper .news-item .news-figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .top-news-wrapper .news-item .news-figure {
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .top-news-wrapper .news-item .news-date {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .top-news-wrapper .news-item .news-title {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .business .contents-header.complex .header-bg {
    top: -2.5vw;
    width: clamp(418.6405px, 54.5138888889vw, 785px);
    height: clamp(346.645px, 45.1388888889vw, 650px);
  }
  #business-contents-nav .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #business-contents-nav .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #business-contents-nav .outer-box {
    padding-block: clamp(25.5984px, 3.3333333333vw, 48px);
  }
  #business-contents-nav .contents-nav {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  #business-contents-nav .contents-nav a {
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
    padding: clamp(9.5994px, 1.25vw, 18px) clamp(8.5328px, 1.1111111111vw, 16px) clamp(10.666px, 1.3888888889vw, 20px);
  }
  #business-contents-nav .contents-nav a .num {
    font-size: clamp(28.8px, 2.7777777778vw, 40px);
  }
  #business-contents-nav .contents-nav a .num {
    margin-bottom: 0;
  }
  #business-contents-nav .contents-nav a .text {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  #business-contents-nav .contents-nav a .text {
    background-size: clamp(9.5994px, 1.25vw, 18px) clamp(4.7997px, 0.625vw, 9px);
    padding-bottom: clamp(11.7326px, 1.5277777778vw, 22px);
  }
  #business-contents .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #business-contents .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #business-contents .outer-box {
    margin-top: clamp(51.1968px, 6.6666666667vw, 96px);
  }
  .business-img-text-box {
    flex-direction: row;
    gap: clamp(34.1312px, 4.4444444444vw, 64px);
    margin-bottom: clamp(68.2624px, 8.8888888889vw, 128px);
  }
  .business-img-text-box.reverse {
    flex-direction: row-reverse;
  }
  .business-img-text-box.reverse figure {
    margin-left: 0;
    margin-right: -5.5555555556vw;
    border-radius: clamp(34.1312px, 4.4444444444vw, 64px) 0 0 clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .business-img-text-box figure {
    margin-left: -5.5555555556vw;
    border-radius: 0 clamp(34.1312px, 4.4444444444vw, 64px) clamp(34.1312px, 4.4444444444vw, 64px) 0;
    width: 46.5277777778vw;
    max-height: clamp(305.5809px, 39.7916666667vw, 573px);
  }
  .business-img-text-box .text-box {
    width: clamp(386.6425px, 50.3472222222vw, 725px);
  }
  .business-heading {
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .business-heading .num {
    font-size: clamp(64.8px, 6.25vw, 90px);
  }
  .business-heading .num {
    line-height: 1;
  }
  .business-heading .sub {
    margin-bottom: clamp(4.2664px, 0.5555555556vw, 8px);
  }
  .business-heading .main {
    font-size: clamp(34.56px, 3.3333333333vw, 48px);
  }
  .business-lead {
    font-size: clamp(17.28px, 1.6666666667vw, 24px);
  }
  .business-lead {
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .senpai-btn {
    padding: clamp(12.7992px, 1.6666666667vw, 24px) clamp(70.9289px, 9.2361111111vw, 133px) clamp(12.7992px, 1.6666666667vw, 24px) clamp(94.9274px, 12.3611111111vw, 178px);
    margin-top: clamp(19.1988px, 2.5vw, 36px);
  }
  .senpai-btn .sub {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .senpai-btn .sub {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .senpai-btn .text {
    font-size: clamp(17.28px, 1.6666666667vw, 24px);
  }
  .senpai-btn::before {
    left: clamp(25.5984px, 3.3333333333vw, 48px);
    width: clamp(52.2634px, 6.8055555556vw, 98px);
    height: clamp(63.996px, 8.3333333333vw, 120px);
  }
  .senpai-btn .btn-ellipse-wrap {
    right: clamp(25.5984px, 3.3333333333vw, 48px);
    width: clamp(28.2649px, 3.6805555556vw, 53px);
  }
  #data-contents .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #data-contents .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #data-contents .outer-box {
    padding-block: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #data-contents .data-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #data-contents .data-list li {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
    padding: clamp(14.9324px, 1.9444444444vw, 28px) clamp(17.0656px, 2.2222222222vw, 32px) clamp(10.666px, 1.3888888889vw, 20px);
  }
  #data-contents .data-list li h2 {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  #data-contents .data-list li img {
    margin-top: clamp(6.3996px, 0.8333333333vw, 12px);
    margin-bottom: 0;
  }
  #data-contents .data-list li .data-box {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  #data-contents .data-list li .data-box .num {
    font-size: clamp(63.36px, 6.1111111111vw, 88px);
  }
  #data-contents .data-list li .data-box .unit {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  #data-contents .data-list li .sub-data {
    font-size: clamp(14.4px, 1.3888888889vw, 20px);
  }
  .page-gallery .contents-header.complex .header-bg::before {
    display: none;
  }
  .page-gallery .header-ellipse01 {
    top: 0;
    left: clamp(359.9775px, 46.875vw, 675px);
    width: clamp(124.7922px, 16.25vw, 234px);
    height: clamp(101.8603px, 13.2638888889vw, 191px);
  }
  .page-gallery .header-ellipse02 {
    top: clamp(255.984px, 33.3333333333vw, 480px);
    left: clamp(77.3285px, 10.0694444444vw, 145px);
    width: clamp(101.8603px, 13.2638888889vw, 191px);
    height: clamp(83.1948px, 10.8333333333vw, 156px);
  }
  .page-gallery .header-ellipse03 {
    display: block;
    top: clamp(307.1808px, 40vw, 576px);
    left: clamp(670.3581px, 87.2916666667vw, 1257px);
    width: clamp(75.1953px, 9.7916666667vw, 141px);
    height: clamp(61.3295px, 7.9861111111vw, 115px);
  }
  #gallery-about .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #gallery-about .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #gallery-about .outer-box {
    margin-top: clamp(12.7992px, 1.6666666667vw, 24px);
    margin-bottom: 0;
  }
  #gallery-about .heading03 {
    margin-bottom: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .movie-link figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .movie-link figure {
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .movie-link figure::after {
    width: clamp(42.664px, 5.5555555556vw, 80px);
    height: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .movie-link .movie-title {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  #gallery-list .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #gallery-list .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #gallery-list .outer-box {
    margin-top: clamp(31.998px, 4.1666666667vw, 60px);
    padding-top: clamp(42.664px, 5.5555555556vw, 80px);
    padding-bottom: clamp(38.3976px, 5vw, 72px);
  }
  #gallery-list .heading03 {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .movie-list {
    margin-top: clamp(38.3976px, 5vw, 72px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .movie-list figure {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .page-interview .contents-header.complex .lead-box .affiliation {
    margin-bottom: clamp(2.1332px, 0.2777777778vw, 4px);
  }
  .page-interview .contents-header.complex .lead-box .name {
    font-size: clamp(14.4px, 1.3888888889vw, 20px);
  }
  .page-interview .contents-header.complex .btn-box {
    margin-top: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .interview-header-bg {
    width: clamp(437.306px, 56.9444444444vw, 820px);
    height: clamp(382.9094px, 49.8611111111vw, 718px);
    top: -3.125vw;
    right: -7.2222222222vw;
  }
  .interview-header-bg .affiliation {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .interview-header-bg .affiliation {
    left: clamp(86.3946px, 11.25vw, 162px);
    bottom: clamp(78.9284px, 10.2777777778vw, 148px);
  }
  .interview-header-bg .name {
    font-size: clamp(34.56px, 3.3333333333vw, 48px);
  }
  .interview-header-bg .name {
    left: clamp(42.664px, 5.5555555556vw, 80px);
    bottom: clamp(37.331px, 4.8611111111vw, 70px);
  }
  .interview-header-bg .header-person {
    left: -3.75vw;
    bottom: clamp(1.0666px, 0.1388888889vw, 2px);
    width: clamp(437.306px, 56.9444444444vw, 820px);
    height: clamp(382.9094px, 49.8611111111vw, 718px);
  }
  .interview-header-bg .header-ellipse {
    bottom: clamp(1.5999px, 0.2083333333vw, 3px);
    left: 1.0416666667vw;
    width: clamp(436.7727px, 56.875vw, 819px);
    height: clamp(355.7111px, 46.3194444444vw, 667px);
  }
  .interview-section .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .interview-section .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .interview-section .outer-box {
    padding-block: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .interview-section .inner-box {
    display: flex;
    align-items: flex-start;
  }
  .interview-section .sticky-box {
    position: sticky;
    top: clamp(21.332px, 2.7777777778vw, 40px);
    left: 0;
    width: clamp(213.32px, 27.7777777778vw, 400px);
    height: clamp(453.305px, 59.0277777778vw, 850px);
  }
  .interview-section .sticky-box figure {
    height: clamp(453.305px, 59.0277777778vw, 850px);
  }
  .interview-section .sticky-box .sticky-name {
    font-size: clamp(59.04px, 5.6944444444vw, 82px);
  }
  .interview-section .text-box {
    width: clamp(373.31px, 48.6111111111vw, 700px);
    margin-left: auto;
  }
  .interview-section .question {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .interview-section .question {
    padding: clamp(4.2664px, 0.5555555556vw, 8px) clamp(8.5328px, 1.1111111111vw, 16px);
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
    border-width: clamp(4.2664px, 0.5555555556vw, 8px);
    border-radius: 0 clamp(4.2664px, 0.5555555556vw, 8px) clamp(4.2664px, 0.5555555556vw, 8px) 0;
  }
  .interview-section .question:before {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .interview-section p + .question {
    margin-top: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .interview-section .time-table {
    margin-bottom: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .interview-section .interview-img {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .interview-section .interview-img {
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .interview-nav-section .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .interview-nav-section .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .interview-nav-section .outer-box {
    padding-top: clamp(25.5984px, 3.3333333333vw, 48px);
    padding-bottom: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .interview-nav-section .heading03 {
    margin-bottom: clamp(19.1988px, 2.5vw, 36px);
  }
  .interview-nav {
    flex-direction: row;
    gap: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .interview-nav li figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .interview-nav li figure {
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .interview-nav li .title {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .interview-nav li .title {
    margin-bottom: clamp(2.1332px, 0.2777777778vw, 4px);
  }
  .interview-nav li .info {
    padding: clamp(4.2664px, 0.5555555556vw, 8px) clamp(21.332px, 2.7777777778vw, 40px) clamp(6.3996px, 0.8333333333vw, 12px) 0;
  }
  .interview-nav li .info .btn-ellipse-wrap {
    width: clamp(16.5323px, 2.1527777778vw, 31px);
  }
  .interview-nav li .info-name {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .interview-nav li .info-year {
    font-size: clamp(8.64px, 0.8333333333vw, 12px);
  }
  .page-benefits .contents-header.complex .inner-box {
    padding-top: clamp(28.7982px, 3.75vw, 54px);
    padding-bottom: clamp(85.328px, 11.1111111111vw, 160px);
  }
  .page-benefits .contents-header.complex .header-bg {
    top: -2.7777777778vw;
    width: clamp(418.6405px, 54.5138888889vw, 785px);
    height: clamp(346.645px, 45.1388888889vw, 650px);
  }
  .page-benefits .contents-header.complex .header-bg::before {
    display: none;
  }
  .page-benefits .header-ellipse01 {
    display: none;
  }
  .page-benefits .header-ellipse02 {
    display: none;
  }
  #benefits .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #benefits .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #benefits .outer-box {
    padding-block: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #benefits .contents-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  #benefits .contents-nav a {
    align-items: center;
    gap: clamp(8.5328px, 1.1111111111vw, 16px);
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px);
    padding: clamp(17.0656px, 2.2222222222vw, 32px) clamp(31.998px, 4.1666666667vw, 60px) clamp(17.0656px, 2.2222222222vw, 32px) clamp(17.0656px, 2.2222222222vw, 32px);
  }
  #benefits .contents-nav a img {
    width: clamp(50.39685px, 6.5625vw, 94.5px);
    height: clamp(39.19755px, 5.1041666667vw, 73.5px);
  }
  #benefits .contents-nav a::after {
    right: clamp(21.332px, 2.7777777778vw, 40px);
    bottom: 50%;
    width: clamp(7.9995px, 1.0416666667vw, 15px);
    height: clamp(3.7331px, 0.4861111111vw, 7px);
  }
  #benefits .contents-nav a .text {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  #benefits .content-wrapper {
    margin-top: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  #benefits .dl-style01.dl-benefits dt {
    width: clamp(170.656px, 22.2222222222vw, 320px);
  }
  #benefits .dl-style01.dl-benefits dd {
    width: clamp(426.64px, 55.5555555556vw, 800px);
  }
  #benefits .title-benefits {
    gap: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  #benefits .title-benefits img {
    width: clamp(50.6635px, 6.5972222222vw, 95px);
  }
  .page-education .contents-header.complex .inner-box {
    padding-top: clamp(28.7982px, 3.75vw, 54px);
    padding-bottom: clamp(85.328px, 11.1111111111vw, 160px);
  }
  .page-education .contents-header.complex .header-bg {
    top: -2.7777777778vw;
    width: clamp(418.6405px, 54.5138888889vw, 785px);
    height: clamp(346.645px, 45.1388888889vw, 650px);
  }
  .page-education .contents-header.complex .header-bg::before {
    display: none;
  }
  .page-education .header-ellipse01,
  .page-education .header-ellipse02 {
    display: none;
  }
  #education01 .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #education01 .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #education01 .outer-box {
    padding-block: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #education01 .img-text-box {
    align-items: flex-start;
    gap: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  #education01 .img-text-box figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  #education01 .img-text-box figure {
    aspect-ratio: 1;
  }
  #education01 .content-white {
    margin-top: clamp(25.5984px, 3.3333333333vw, 48px);
    border-radius: clamp(25.5984px, 3.3333333333vw, 48px);
    padding: clamp(38.3976px, 5vw, 72px) clamp(42.664px, 5.5555555556vw, 80px) clamp(42.664px, 5.5555555556vw, 80px);
  }
  #education01 .content-white .heading03 {
    margin-bottom: clamp(21.332px, 2.7777777778vw, 40px);
  }
  #education01 .content-white .width-s {
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  #education01 .content-white .step-img {
    max-width: clamp(287.982px, 37.5vw, 540px);
  }
  .personal-license-box {
    display: grid;
    grid-template: "img title" auto "img text" 1fr/clamp(79.995px, 10.4166666667vw, 150px) 1fr;
    column-gap: clamp(25.5984px, 3.3333333333vw, 48px);
    row-gap: clamp(19.1988px, 2.5vw, 36px);
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
    padding: clamp(17.0656px, 2.2222222222vw, 32px) clamp(21.332px, 2.7777777778vw, 40px);
    margin-top: clamp(25.5984px, 3.3333333333vw, 48px);
  }
  .personal-license-box figure figcaption {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .personal-license-box figure figcaption {
    margin-top: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .personal-license-box .license-title {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .personal-license-box .up-arrow-list {
    gap: clamp(53.33px, 6.9444444444vw, 100px);
  }
  .personal-license-box .up-arrow-list li::after {
    width: clamp(8.5328px, 1.1111111111vw, 16px);
    height: clamp(25.5984px, 3.3333333333vw, 48px);
    right: -3.4027777778vw;
  }
  .personal-license-box .up-arrow-list .arrow-list-title {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .personal-license-box .up-arrow-list .arrow-list-title {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  #education02 .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #education02 .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #education02 .outer-box {
    padding-top: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .education02-box {
    margin-top: clamp(38.3976px, 5vw, 72px);
    width: clamp(597.296px, 77.7777777778vw, 1120px);
    margin-inline: auto;
  }
  .education02-box .btn-box {
    margin-top: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .license-box {
    margin-top: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .license-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .license-gallery figure img {
    border-radius: clamp(6.3996px, 0.8333333333vw, 12px);
    margin-bottom: clamp(4.2664px, 0.5555555556vw, 8px);
  }
  #entry-home .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  #entry-home .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  #entry-home .outer-box {
    padding-top: clamp(42.664px, 5.5555555556vw, 80px);
    padding-bottom: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  #entry-home .inner-box {
    min-height: clamp(361.0441px, 47.0138888889vw, 677px);
  }
  .entry-home-img {
    position: absolute;
    z-index: 0;
    width: clamp(436.2394px, 56.8055555556vw, 818px);
    height: clamp(355.7111px, 46.3194444444vw, 667px);
  }
  .entry-home-nav {
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
    padding-top: clamp(35.7311px, 4.6527777778vw, 67px);
    margin-right: -1.6666666667vw;
    margin-left: clamp(343.4452px, 44.7222222222vw, 644px);
  }
  .entry-home-nav li:nth-child(4) {
    padding-right: clamp(63.996px, 8.3333333333vw, 120px);
  }
  .entry-home-nav li:nth-child(3) {
    padding-right: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .entry-home-nav li:nth-child(2) {
    padding-right: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .lower-btn {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  .lower-btn {
    width: clamp(287.982px, 37.5vw, 540px);
    padding: clamp(18.1322px, 2.3611111111vw, 34px) clamp(25.5984px, 3.3333333333vw, 48px);
    border-radius: clamp(53.33px, 6.9444444444vw, 100px);
  }
  .lower-btn .sub {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .lower-btn .sub {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .lower-btn .small {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .lower-btn .btn-ellipse-wrap {
    right: clamp(25.5984px, 3.3333333333vw, 48px);
    width: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .page-entry .dl-style01 {
    margin-top: clamp(25.5984px, 3.3333333333vw, 48px);
  }
  .entry-message .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .entry-message .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .entry-message .outer-box {
    padding-top: clamp(38.3976px, 5vw, 72px);
    padding-bottom: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .entry-message .img-text-box {
    flex-direction: row;
    gap: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .entry-message .img-text-box figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .entry-message .img-text-box figure {
    width: clamp(319.98px, 41.6666666667vw, 600px);
  }
  .entry-message .img-text-box .text-box {
    flex: 1;
  }
  .entry-flow .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .entry-flow .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .entry-flow .outer-box {
    padding-block: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  .entry-flow p {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .flow-list {
    width: 100%;
    justify-content: center;
    gap: clamp(17.0656px, 2.2222222222vw, 32px);
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .flow-list li {
    width: clamp(106.66px, 13.8888888889vw, 200px);
  }
  .flow-list li .text {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .flow-list li .text {
    font-weight: 700;
  }
  .flow-list li::before {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  .entry-nav-section .outer-box {
    padding-inline: clamp(42.664px, 5.5555555556vw, 80px);
  }
  .entry-nav-section .inner-box {
    width: 100%;
    max-width: 1280px;
  }
  .entry-nav-section .outer-box {
    padding-block: clamp(34.1312px, 4.4444444444vw, 64px);
  }
  .entry-nav-section .entry-nav {
    flex-direction: row;
    gap: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .entry-nav-section .entry-nav .lower-btn {
    min-width: max-content;
    padding-right: clamp(53.33px, 6.9444444444vw, 100px);
  }
  .entryform-wrapper {
    bottom: clamp(17.0656px, 2.2222222222vw, 32px);
    right: clamp(45.8638px, 5.9722222222vw, 86px);
    width: clamp(65.0626px, 8.4722222222vw, 122px);
    height: clamp(65.0626px, 8.4722222222vw, 122px);
  }
  .entryform-btn {
    font-size: clamp(11.52px, 1.1111111111vw, 16px);
    width: clamp(65.0626px, 8.4722222222vw, 122px);
    height: clamp(65.0626px, 8.4722222222vw, 122px);
  }
  .page-candidate .contents-section .inner-box {
    padding-inline: clamp(26.665px, 3.4722222222vw, 50px);
  }
  .candidate-box {
    display: flex;
    margin-top: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  .candidate-box .candidate-sticky {
    display: block;
    position: sticky;
    z-index: 1;
    top: clamp(53.33px, 6.9444444444vw, 100px);
    width: clamp(120.5258px, 15.6944444444vw, 226px);
    height: clamp(176.5223px, 22.9861111111vw, 331px);
  }
  .candidate-list {
    width: clamp(333.3125px, 43.4027777778vw, 625px);
    margin: auto;
  }
  .candidate-list li {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
    border-color: var(--primary-500);
    padding: clamp(17.0656px, 2.2222222222vw, 32px) clamp(21.332px, 2.7777777778vw, 40px) clamp(21.332px, 2.7777777778vw, 40px);
    margin-bottom: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .candidate-title {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  .candidate-title {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .candidate-title .num {
    font-size: clamp(23.04px, 2.2222222222vw, 32px);
  }
  details.faq-item[open] summary.faq-q .icon {
    background-size: clamp(11.7326px, 1.5277777778vw, 22px) clamp(11.1993px, 1.4583333333vw, 21px);
  }
  details.faq-item:before {
    width: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  details.faq-item summary.faq-q {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  details.faq-item summary.faq-q {
    padding-top: clamp(19.1988px, 2.5vw, 36px);
  }
  details.faq-item summary.faq-q:before {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  details.faq-item summary.faq-q:before {
    width: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  details.faq-item summary.faq-q .faq-q-text {
    padding-inline: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  details.faq-item summary.faq-q .icon {
    background-size: clamp(14.9324px, 1.9444444444vw, 28px) clamp(11.1993px, 1.4583333333vw, 21px);
  }
  details.faq-item .faq-a-inner {
    padding-top: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  details.faq-item .faq-a-inner:before {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  details.faq-item .faq-a-inner:before {
    width: clamp(29.8648px, 3.8888888889vw, 56px);
  }
  details.faq-item .faq-a-inner .faq-a-text {
    padding: 0 clamp(42.664px, 5.5555555556vw, 80px) 0 clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .faq-item + .faq-item {
    margin-top: clamp(19.1988px, 2.5vw, 36px);
  }
  .tab_item {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .tab_item {
    left: clamp(51.1968px, 6.6666666667vw, 96px);
    width: clamp(285.8488px, 37.2222222222vw, 536px);
    border-radius: clamp(12.7992px, 1.6666666667vw, 24px) clamp(12.7992px, 1.6666666667vw, 24px) 0 0;
    padding: clamp(12.7992px, 1.6666666667vw, 24px);
  }
  .tab_item[for=works] {
    left: clamp(345.5784px, 45vw, 648px);
  }
  .news-list.index li {
    border-bottom: 1px solid var(--line-subtl);
    padding-bottom: clamp(21.332px, 2.7777777778vw, 40px);
    margin-bottom: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .news-list.index li a {
    display: grid;
    grid-template: "img date" auto "img title" auto "img body" 1fr/clamp(159.99px, 20.8333333333vw, 300px) 1fr;
    column-gap: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .news-list.index li .news-figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .news-list.index li .news-figure {
    border-radius: clamp(8.5328px, 1.1111111111vw, 16px);
    margin-bottom: 0;
  }
  .news-list.index li .news-date {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
  .news-list.index li .news-date {
    padding-top: clamp(8.5328px, 1.1111111111vw, 16px);
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .news-list.index li .news-title {
    font-size: clamp(15.84px, 1.5277777778vw, 22px);
  }
  .news-list.index li .news-title {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .news-detail .news-date {
    font-size: clamp(11.52px, 1.1111111111vw, 16px);
  }
  .news-detail .news-date {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .news-detail .news-title {
    font-size: clamp(25.92px, 2.5vw, 36px);
  }
  .news-detail .news-title {
    margin-bottom: clamp(19.1988px, 2.5vw, 36px);
  }
  .news-detail .news-figure {
    border-radius: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .news-detail .news-figure {
    max-width: clamp(426.64px, 55.5555555556vw, 800px);
    margin-inline: auto;
    margin-bottom: clamp(17.0656px, 2.2222222222vw, 32px);
  }
  .news-detail .news-body {
    margin-bottom: clamp(21.332px, 2.7777777778vw, 40px);
  }
  .news-detail .news-body ul {
    margin-bottom: clamp(15.999px, 2.0833333333vw, 30px);
  }
  .news-detail .news-body ol {
    margin-bottom: clamp(15.999px, 2.0833333333vw, 30px);
  }
  .news-detail .news-body h2 {
    font-size: clamp(20.16px, 1.9444444444vw, 28px);
  }
  .news-detail .news-body h2 {
    margin-bottom: clamp(8.5328px, 1.1111111111vw, 16px);
  }
  .news-detail .news-body h4 {
    font-size: clamp(12.96px, 1.25vw, 18px);
  }
  .news-detail .news-body h4 {
    margin-bottom: clamp(6.3996px, 0.8333333333vw, 12px);
  }
  .notfound-section {
    height: clamp(399.975px, 52.0833333333vw, 750px);
  }
  .notfound-section .text-box {
    padding-top: clamp(54.3966px, 7.0833333333vw, 102px);
  }
  .notfound-section .text-box p {
    font-size: clamp(10.08px, 0.9722222222vw, 14px);
  }
}
@media (768px > width){
  .contents-header .bread {
    display: none;
  }
  .contents-header.complex .outer-box {
    overflow-x: hidden;
  }
  .contents-header.simple .page-title {
    padding-left: 1.0256410256vw;
  }
  .global-footer .footer-content .text-link.blank {
    padding-left: 2.5641025641vw;
  }
  .global-footer .footer-children-menu li a {
    display: block;
    padding-block: 1.0256410256vw;
  }
  .heading10 .sub {
    margin-top: 5.1282051282vw;
  }
  .heading10 .en + .sub {
    margin-top: 3.8461538462vw;
  }
  .contents-section .outer-box {
    padding-block: 6.1538461538vw;
  }
  .dl-style01 > dt {
    padding-top: 6.1538461538vw;
    padding-bottom: 2.0512820513vw;
  }
  .dl-style01 > dd {
    padding-bottom: 5.1282051282vw;
  }
  #main-visual .mv-entry-btn-wrapper .header-entry-btn {
    padding: 2.5641025641vw 3.3333333333vw 2.8205128205vw 4.358974359vw;
    text-align: left;
  }
  #introduction .text-box .heading01 {
    font-size: 6.1538461538vw;
  }
  #introduction .text-box p {
    margin-right: 19.7435897436vw;
  }
  #business .text-box {
    margin-bottom: 7.1794871795vw;
  }
  #business .pict-link {
    margin-bottom: 7.1794871795vw;
  }
  #business .pict-link.business {
    margin-bottom: 0;
  }
  #interview .outer-box::after {
    display: none;
  }
  #workstyle figure {
    margin-bottom: 5.1282051282vw;
  }
  #workstyle .workstyle-box01 {
    margin-bottom: 12.3076923077vw;
  }
  #workstyle .workstyle-box02 .text-box {
    margin-bottom: 1.2820512821vw;
  }
  #ideal .ideal-box .text-box {
    margin-bottom: 7.1794871795vw;
  }
  #ideal .ideal-box .text-box p {
    margin-bottom: 3.0769230769vw;
  }
  #ideal .ideal-box figure {
    margin: auto;
  }
  .top-news-wrapper {
    width: 100vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-inline: 5.1282051282vw;
    margin-inline: -5.1282051282vw;
    margin-bottom: 9.2307692308vw;
  }
  .top-news-wrapper .news-list {
    width: 247.1794871795vw;
  }
  .business .lead-box {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 6.1538461538vw 6.1538461538vw 0 0;
    padding: 14.358974359vw 4.1025641026vw 7.1794871795vw;
    box-shadow: 0 0 6.1538461538vw 0 rgba(0, 0, 0, 0.08);
    margin-top: 25.641025641vw;
  }
  .business-img-text-box figure {
    width: 100vw;
    margin-inline: -4.1025641026vw;
    aspect-ratio: 3/2;
    margin-bottom: 9.2307692308vw;
  }
  .senpai-btn .text {
    display: none;
  }
  .page-gallery .contents-header.complex .header-bg {
    top: -9.2307692308vw;
  }
  .page-gallery .contents-header.complex .page-title {
    padding-top: 25.641025641vw;
  }
  .page-gallery .contents-header.complex .lead-box {
    margin-top: 42.3076923077vw;
  }
  .page-gallery .contents-header.complex .lead-title {
    margin-bottom: 0;
  }
  #gallery-list .inner-box {
    width: 83.5897435897vw;
  }
  .movie-list {
    display: flex;
    flex-direction: column;
  }
  .page-interview .contents-header.complex .page-title {
    padding-top: 6.4102564103vw;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-feature-settings: "pkna";
  }
  .page-interview .contents-header.complex .page-title .jp {
    background: none;
    padding-left: 0;
    margin-left: 2.0512820513vw;
    letter-spacing: 0.25em;
  }
  .page-interview .contents-header.complex .lead-box {
    margin-top: 16.4102564103vw;
  }
  .interview-section .outer-box {
    margin-top: 27.4358974359vw;
  }
  .interview-section .sticky-box {
    background-size: 82%;
    transform: translateY(-10.2564102564vw);
    height: 149.7435897436vw;
  }
  .page-benefits .contents-header.complex .header-bg {
    top: -9.2307692308vw;
  }
  .page-benefits .contents-header.complex .page-title {
    padding-top: 25.641025641vw;
  }
  .page-benefits .contents-header.complex .lead-box {
    margin-top: 42.3076923077vw;
  }
  #benefits .outer-box {
    margin-top: 10.2564102564vw;
  }
  #benefits .contents-nav a {
    flex-direction: column;
    align-items: center;
  }
  #benefits .contents-nav a .text {
    text-align: center;
  }
  #benefits .dl-style01.dl-benefits dt {
    padding-bottom: 4.1025641026vw;
  }
  #benefits .title-benefits {
    flex-direction: column;
    gap: 1.0256410256vw;
  }
  #benefits .title-benefits span {
    text-align: center;
    line-height: 1.4;
  }
  .page-education .contents-header.complex .header-bg {
    top: -9.2307692308vw;
  }
  .page-education .contents-header.complex .page-title {
    padding-top: 25.641025641vw;
  }
  .page-education .contents-header.complex .lead-box {
    margin-top: 42.3076923077vw;
  }
  #education01 .outer-box {
    margin-top: 10.2564102564vw;
  }
  #education01 .img-text-box {
    flex-direction: column;
  }
  #education01 .content-white {
    margin-inline: -4.1025641026vw;
    width: 100vw;
  }
  #education01 .content-white .heading03 {
    text-align: left;
  }
  .personal-license-box figure {
    margin-bottom: 5.1282051282vw;
  }
  .personal-license-box figure img {
    margin: auto;
  }
  .personal-license-box .license-title {
    margin-bottom: 5.1282051282vw;
  }
  .personal-license-box .scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .personal-license-box .up-arrow-list {
    width: 117.9487179487vw;
  }
  .personal-license-box .up-arrow-list p {
    font-size: 3.0769230769vw;
  }
  .license-gallery figure {
    margin-bottom: 6.1538461538vw;
  }
  .license-gallery figure:last-child {
    margin-bottom: 0;
  }
  .entry-home-img {
    width: 100vw;
    margin-inline: -4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
  .entry-flow .scroll-wrapper {
    margin-inline: -4.1025641026vw;
    padding-inline: 4.1025641026vw;
    margin-bottom: 6.1538461538vw;
    width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .candidate-title .num {
    display: block;
  }
  .page-faq .contents-section .outer-box {
    padding-top: 17.4358974359vw;
  }
  .page-faq .contents-section .inner-box {
    position: relative;
  }
  .page-news .contents-section .inner-box {
    padding: 8.2051282051vw;
  }
  .notfound-section {
    margin-top: 17.9487179487vw;
  }
}
@media (width < 768px){
  .global-header .outer-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
    width: 100%;
    height: 17.9487179487vw;
  }
  .global-header .site-branding {
    position: fixed;
    top: 4.1025641026vw;
    left: 2.5641025641vw;
    z-index: 20;
    width: 63.0769230769vw;
    height: auto;
  }
  body.top .global-header .site-branding {
    top: 5.1282051282vw;
  }
  .global-header .site-branding a {
    display: block;
  }
  .global-header .site-branding a img {
    width: 100%;
    height: auto;
  }
  .main-navigation {
    position: fixed;
    z-index: 19;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    max-height: 100vh;
    pointer-events: none;
  }
  .main-navigation .nav-wrapper {
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  }
  .transition-none .main-navigation .nav-wrapper {
    transition: none;
    transition-duration: 0s !important;
  }
  .main-navigation[data-slide=zoom] .nav-wrapper {
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0) scale(1);
  }
  .nav-open .main-navigation {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: inherit;
  }
  .nav-open .main-navigation[data-slide=zoom] .nav-wrapper {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  .nav-wrapper {
    padding: 21.0256410256vw 8.2051282051vw 8.2051282051vw;
  }
  .nav-wrapper a {
    display: block;
  }
  .global-header .global-menu.nav-menu {
    display: block;
    margin-top: 2.0512820513vw;
  }
  .global-header .global-menu.nav-menu > li {
    padding-block: 4.1025641026vw;
    border-bottom: 1px solid var(--line-subtl);
  }
  .global-header .global-menu.nav-menu > li.has-child .header-bar-menu-title {
    background: url("data:image/svg+xml,%3csvg%20width='53'%20height='43'%20viewBox='0%200%2053%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M50.6424%205.18086C55.7488%2012.1006%2050.216%2026.2538%2035.5287%2035.6943C20.8454%2045.1348%207.10956%2044.4314%202.12478%2037.8634C-2.34987%2031.9699%200.433956%2022.4358%208.67882%2014.1381C11.2604%2011.5426%2014.2216%209.11149%2017.3691%207.05401C29.5455%20-0.899917%2044.6454%20-2.94245%2050.6424%205.18086Z'%20fill='%232970CC'/%3e%3crect%20x='20'%20y='21'%20width='13'%20height='1'%20rx='0.5'%20fill='white'/%3e%3crect%20x='27'%20y='15'%20width='13'%20height='1'%20rx='0.5'%20transform='rotate(90%2027%2015)'%20fill='white'/%3e%3c/svg%3e") no-repeat right center;
    background-size: 8.2051282051vw 6.6666666667vw;
  }
  .global-header .global-menu.nav-menu > li.has-child .lowermenu-layer {
    visibility: hidden;
    pointer-events: none;
    height: 0px;
  }
  .global-header .global-menu.nav-menu > li.has-child .lowermenu-layer .header-children-menu {
    margin: 0;
  }
  .global-header .global-menu.nav-menu > li.has-child.lower-active .header-bar-menu-title {
    background: url("data:image/svg+xml,%3csvg%20width='53'%20height='43'%20viewBox='0%200%2053%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M50.6424%205.18086C55.7488%2012.1006%2050.216%2026.2538%2035.5287%2035.6943C20.8454%2045.1348%207.10956%2044.4314%202.12478%2037.8634C-2.34987%2031.9699%200.433956%2022.4358%208.67882%2014.1381C11.2604%2011.5426%2014.2216%209.11149%2017.3691%207.05401C29.5455%20-0.899917%2044.6454%20-2.94245%2050.6424%205.18086Z'%20fill='%232970CC'/%3e%3crect%20x='20'%20y='21'%20width='13'%20height='1'%20rx='0.5'%20fill='white'/%3e%3c/svg%3e") no-repeat right center;
    background-size: 8.2051282051vw 6.6666666667vw;
  }
  .global-header .global-menu.nav-menu > li.has-child.lower-active .lowermenu-layer {
    height: auto;
    visibility: visible;
    pointer-events: inherit;
  }
  .global-header .global-menu.nav-menu > li.has-child.lower-active .lowermenu-layer .header-children-menu {
    margin-top: 3.0769230769vw;
    margin-bottom: 1.0256410256vw;
  }
  .global-header .global-menu.nav-menu > li:last-child {
    border-bottom: 0;
  }
  .global-header .global-menu.nav-menu .header-bar-menu-title {
    font-size: 4.1025641026vw;
    font-weight: bold;
    line-height: 8.2051282051vw;
    cursor: pointer;
    background: url("data:image/svg+xml,%3csvg%20width='53'%20height='43'%20viewBox='0%200%2053%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M50.6424%205.2375C55.7488%2012.1572%2050.216%2026.3105%2035.5287%2035.751C20.8454%2045.1915%207.10956%2044.488%202.12478%2037.92C-2.34987%2032.0266%200.433956%2022.4924%208.67882%2014.1948C11.2604%2011.5992%2014.2216%209.16813%2017.3691%207.11065C29.5455%20-0.843277%2044.6454%20-2.88581%2050.6424%205.2375Z'%20fill='%232970CC'/%3e%3crect%20x='14.7245'%20y='21.4253'%20width='13.5319'%20height='1.12766'%20rx='0.56383'%20fill='white'/%3e%3cpath%20d='M27.1288%2019.9666V24.0451C27.1288%2024.4244%2027.4957%2024.6955%2027.8583%2024.584L34.0375%2022.6845C34.5572%2022.5247%2034.572%2021.7946%2034.0593%2021.6138L27.8801%2019.4349C27.5133%2019.3056%2027.1288%2019.5777%2027.1288%2019.9666Z'%20fill='white'/%3e%3c/svg%3e") no-repeat right center;
    background-size: 8.2051282051vw 6.6666666667vw;
  }
  .header-children-menu {
    display: flex;
    flex-direction: column;
    gap: 2.0512820513vw;
    padding-left: 2em;
  }
  .header-children-menu li {
    font-size: 3.8461538462vw;
    font-weight: 700;
    list-style: disc;
  }
  .header-children-menu li a .btn-ellipse-wrap {
    display: none;
  }
  .megadrop-nav,
  .header-layer-menu-title {
    display: none;
  }
}
@media (1440px <= width){
  .contents-header.complex .header-bg {
    right: -74px;
  }
  .contents-header.simple .inner-box::after {
    top: -52px;
    left: calc((100vw - 1440px) / 2 + 27px);
  }
  .contents-section .inner-box {
    transform: translateY(-80px);
  }
  #introduction .outer-box::after {
    width: calc(1285px + (100vw - 1440px) / 2);
  }
  #introduction .pict.train {
    bottom: -56px;
  }
  #introduction .pict.people {
    bottom: -235px;
  }
  #business .outer-box::after {
    width: calc(1285px + (100vw - 1440px) / 2);
  }
  #interview .interview-list {
    transform: translateX(calc(50% + 2.7777777778vw + (100vw - 1440px) / 2));
  }
  .business .contents-header.complex .header-bg {
    top: -36px;
  }
  .business-img-text-box.reverse figure {
    margin-right: calc(((100vw - 1440px) / 2 + 80px) * -1);
  }
  .business-img-text-box figure {
    margin-left: calc(((100vw - 1440px) / 2 + 80px) * -1);
  }
  .interview-header-bg {
    top: -45px;
    right: -104px;
  }
  .interview-header-bg .header-person {
    left: -54px;
  }
  .interview-header-bg .header-ellipse {
    bottom: 3px;
    left: 15px;
  }
  .page-benefits .contents-header.complex .header-bg {
    top: -40px;
  }
  .page-education .contents-header.complex .header-bg {
    top: -40px;
  }
  .personal-license-box .up-arrow-list li::after {
    right: -49px;
  }
  .entry-home-nav {
    margin-right: -24px;
  }
  .entryform-wrapper {
    right: calc((100vw - 1440px) / 2 + 86px);
  }
}
@media (prefers-reduced-motion: no-preference){
  details.faq-item::details-content {
    transition-duration: 300ms;
    transition-property: grid-template-rows;
  }
}.btn-ellipse-wrap {
    position: relative;
    width: max-content;
    height: max-content;
    overflow: hidden;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='251'%20height='204'%20viewBox='0%200%20251%20204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M240.914%2024.6461C265.206%2057.5643%20238.885%20124.894%20169.015%20169.803C99.1645%20214.713%2033.8213%20211.367%2010.1079%20180.122C-11.1787%20152.086%202.06439%20106.731%2041.2865%2067.2572C53.5674%2054.9099%2067.6542%2043.3448%2082.6273%2033.557C140.553%20-4.28105%20212.385%20-13.9977%20240.914%2024.6461Z'%20fill='url(%23paint0_linear_3575_8470)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3575_8470'%20x1='249.758'%20y1='101.79'%20x2='0'%20y2='101.79'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%231B5DB3'/%3e%3cstop%20offset='1'%20stop-color='%232EA6E2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center;
            mask-image: url("data:image/svg+xml,%3csvg%20width='251'%20height='204'%20viewBox='0%200%20251%20204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M240.914%2024.6461C265.206%2057.5643%20238.885%20124.894%20169.015%20169.803C99.1645%20214.713%2033.8213%20211.367%2010.1079%20180.122C-11.1787%20152.086%202.06439%20106.731%2041.2865%2067.2572C53.5674%2054.9099%2067.6542%2043.3448%2082.6273%2033.557C140.553%20-4.28105%20212.385%20-13.9977%20240.914%2024.6461Z'%20fill='url(%23paint0_linear_3575_8470)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3575_8470'%20x1='249.758'%20y1='101.79'%20x2='0'%20y2='101.79'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%231B5DB3'/%3e%3cstop%20offset='1'%20stop-color='%232EA6E2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center;
    -webkit-mask-size: cover;
            mask-size: cover;
    transform: translateY(-50%) scale(1);
    transform-origin: center;
    transition: all 0.25s var(--ease-in);
    .ellipse {
      /* width: 36.553px;
      height: 29.795px; */
      width: 100%;
      height: 100%;
      svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }
    }

    /* 矢印 */
    .arrow {
      width: 41%; /* 15px; */
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.2s;
    }

    &.white {
      .ellipse svg path {
        fill: #fff;
      }
      .arrow path {
        fill: #2970cc;
      }
    }
  }

  @keyframes arrow-move {
    0% {
      left: 50%;
    }
    49% {
      left: 115%;
    }
    50% {
      left: -15%;
    }
    100% {
      left: 49%;
    }
  }#main-visual {
    .mv-title {
      transition-delay: 0.5s;
    }
    .entry-btn-wrapper {
      transition-delay: 0.75s;
    }
  }