@charset "UTF-8";
/* -------------------------------------------------------
style.css for FIT 知能機械工学科 w/Dart Sass compiler
creation date:04-10-2024
scss/style.scss - > css/style.css
 ---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

/* -------------------------------------------------------
style.css for FIT 知能機械工学 w/Dart Sass compiler
creation date:10-04-2024
 ---------------------------------------------------------*/
/*======================================
site rest
=======================================*/
html {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(99, 205, 82, 0.3);
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.6111111111vw;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #111111;
  background: #fff;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: rgba(99, 205, 82, 0.7);
  color: rgba(255, 255, 255, 0.8);
}

::selection {
  background: rgba(99, 205, 82, 0.7);
  color: rgba(255, 255, 255, 0.8);
}

@media print {
  .js .animate-box {
    opacity: 1;
  }
}
.u-skiptocontent {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

/* v.$ img   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

figure {
  margin: 0;
  padding: 0;
}

/* v.$ links   ========================================================================== */
/*[ A:TXT ]*******/
a,
a:link {
  cursor: pointer;
  color: #111111;
  transition: color 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .underline-text-link,
  a:link:hover .underline-text-link {
    color: #63CD52;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.underline-text-link {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

/* $ button  ========================================================================== */
a.c-button {
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  display: inline-block;
  border: 2px solid #333;
  text-align: center;
  outline: none;
  font-weight: 700;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  color: #fff;
  background: #333333;
  padding: 4.4444444444vw 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  a.c-button {
    padding: 22px 5.6em;
    font-size: 18px;
    width: auto;
  }
}
a.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
a.c-button span {
  position: relative;
  z-index: 3;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  a.c-button:hover {
    color: #333;
  }
  a.c-button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  a.c-button:hover span {
    color: #333;
  }
}

a.c-button__blank {
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  display: inline-block;
  border: 2px solid #333;
  text-align: center;
  outline: none;
  font-weight: 700;
  background: #fff;
  padding: 2vw 0;
  width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  a.c-button__blank {
    padding: 5px 2.6em;
    font-size: 18px;
    width: auto;
  }
}
a.c-button__blank span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/theme/chino2024/img/icon-blank-chino.svg") no-repeat center/100% auto;
  display: inline-block;
  margin: 0 10px;
}
a.c-button__blank span {
  position: relative;
  z-index: 3;
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  a.c-button__blank:hover {
    background: #ccc;
  }
  a.c-button__blank:hover span {
    /*color: #fff;*/
  }
}

.c-button-bold {
  padding: 0.7em 1em !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 4.7222222222vw;
  border: 3px solid #000 !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button-bold {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-button__footer {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}

.c-read-button__label {
  flex-shrink: 0;
}

a.c-button--large,
a.c-button--footer,
a.c-button--footer--small,
a.c-button--text {
  gap: 0 8px !important;
}

a.c-button--f-bottom {
  color: #fff;
  font-size: 13px;
}
@media (hover: hover) and (pointer: fine) {
  a.c-button--f-bottom:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  a.c-button--f-bottom:hover .underline-text-link {
    color: rgba(255, 255, 255, 0.5);
  }
}

.c-button__icon {
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  transform: translateY(-50%);
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  display: grid;
  place-items: center;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__icon {
    right: 24px;
    width: 24px;
    height: 24px;
  }
}

.c-button__icon__carret {
  fill: #000;
}

.c-button__arrow {
  fill: #111111;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
}
@media screen and (min-width: 768px) {
  .c-button__arrow {
    width: 16px;
    height: 16px;
  }
}

.c-button__icon__external {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  fill: #fff;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-button__icon__external {
    width: 16px;
    height: 16px;
  }
}

.l-aside {
  display: grid;
  gap: 24px 0;
}
.l-aside .c-button__icon__external {
  margin-left: -14px;
}
.l-aside .c-button__external {
  fill: #111111;
  vertical-align: top;
}

.c-button__icon__external--body {
  fill: #111111;
}
.c-button__icon__external--body .c-button__external {
  vertical-align: top;
}

.staff__external .c-button__icon__external {
  width: 3.6111111111vw;
  height: 3.6111111111vw;
}
@media screen and (min-width: 768px) {
  .staff__external .c-button__icon__external {
    width: 14px;
    height: 14px;
  }
}

.c-button--footer .c-button__external, .c-button--footer .c-button__mail {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .c-button--footer .c-button__external, .c-button--footer .c-button__mail {
    width: 16px;
    height: 16px;
  }
}

.c-button__icon__pdf {
  width: 38px;
  height: 16px;
  fill: #fff;
}

.c-button__icon__mail {
  width: 18px;
  height: 16px;
}

.c-button__icon__external--large .c-button__external {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}

.icon__external__body {
  margin-left: -5px;
}
.icon__external__body .c-button__external {
  fill: #111111 !important;
  vertical-align: top;
}

.c-button__icon__pdf--large .c-button__pdf {
  width: 52px;
  height: 24px;
  display: grid;
  place-items: center;
}

.c-button__external--foooter {
  fill: rgba(255, 255, 255, 0.8);
}

.c-button-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0 40px;
}

.c-button__career {
  margin-bottom: 2em;
}

/*[ A:IMG ]*******/
a:link img,
a:visited img {
  border: 0;
}
@media (hover: hover) and (pointer: fine) {
  a:link img:hover,
  a:visited img:hover {
    border: 0;
  }
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 1.75em;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  line-height: 1.75;
}

/* Let's make sure all's aligned */
hr,
.hr {
  border: 1px solid;
  margin: -1px 0;
}

b,
i,
strong,
em,
small,
code {
  line-height: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

label,
input[type=checkbox] {
  cursor: pointer;
}

.hidden-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

picture {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   v.$ header / page-nav
========================================================================== */
/* $ ヘッダーコンテナ　haeder   ========================================================================== */
.site-header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  height: 16.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .site-header-container {
    height: 80px;
  }
}
.site-header__items {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 0 0 4.44vw;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .site-header__items {
    gap: 0 12px;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
  }
}
@media screen and (min-width: 992px) {
  .site-header__items {
    padding: 0 20px;
  }
}
.site-header__items .site-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6666666667vw 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .site-header__items .site-titles {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 20px;
  }
}
.site-header__items .site-titles .site-main-title {
  margin: 0;
  line-height: 1;
  padding: 0;
}
.site-header__items .site-titles .site-main-title img {
  height: 3.8888888889vw;
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-header__items .site-titles .site-main-title img {
    width: 195px;
    height: auto;
  }
}
.site-header__items .site-title {
  margin: 0;
  line-height: 1;
  font-size: 5vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .site-header__items .site-title {
    padding-left: 20px;
    border-left: 2px solid #000000;
    font-size: 26px;
    letter-spacing: 0.1em;
    height: 46px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .site-header__items .site-title a {
    background: none;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .site-header__items .site-title a:hover {
    background: none !important;
  }
}
.site-header__items .site-title a .lang__en {
  font-size: 1.9444444444vw;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .site-header__items .site-title a .lang__en {
    font-size: 12px;
  }
}

/* $ グローバルナビ   ========================================================================== */
.mobile-fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mobile-fixed-nav {
    position: static;
    top: auto;
    right: auto;
  }
}

/* ==========================================================================
   $ drawer moble-nav
   ========================================================================== */
.drawer-open {
  overflow: hidden;
}
.mobile-fixed-nav--close {
  top: 0 !important;
}

.drawer-open .mobile-fixed-nav {
  background: #000;
}

.mobile-fixed-nav {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  background: #4c4c4c;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mobile-fixed-nav {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mobile-fixed-nav:hover {
    background: #000;
  }
}

.mobile-fixed-nav[data-active=true] {
  position: fixed !important;
  top: 0 !important;
}

.drawer-hamburger {
  position: relative;
  display: block;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  margin: 0 auto;
  padding: 0 5vw;
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    width: 80px;
    height: 80px;
    padding: 0 22px;
  }
}
.drawer-hamburger:after {
  font-family: "Roboto Condensed", Roboto, sans-serif;
  content: "Menu";
  font-size: 2.7777777778vw;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 2.2222222222vw;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger:after {
    font-size: 14px;
    bottom: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }
}

.drawer-open .drawer-hamburger:after {
  content: "Close";
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin: 0 0 18px 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer-nav {
  position: fixed;
  top: 16.6666666667vw;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 100dvh;
  height: 100%;
  background: #000;
  z-index: 1;
  transform: translateX(110%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  display: flex;
}
@media screen and (min-width: 768px) {
  .drawer-nav {
    top: 80px;
  }
}
.drawer-nav.open-nav {
  transform: translateX(0);
}
.drawer-nav.open-nav .drawer-clone {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dn-contaier {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  padding: 0;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .dn-contaier {
    background: url(/theme/chino2024/img/navi-img.webp) no-repeat bottom right;
    background-size: auto 100%;
  }
}

.dn-body {
  min-height: 100dvh;
  width: 100%;
  height: 100%;
}
.dn-body .dn-body-container {
  width: 100%;
  height: 100%;
}

.drawer-links {
  padding: 13% 0 13% 18%;
  flex-grow: 1;
}
.drawer-links .drawer-link {
  list-style: none;
  font-weight: 700;
  margin: 0 0 2.4em 0;
  padding: 0;
  font-size: 6.3888888889vw;
}
@media screen and (min-width: 768px) {
  .drawer-links .drawer-link {
    font-size: 36px;
    margin: 0 0 1.75em 0;
  }
}
.drawer-links .drawer-link li {
  background: #000;
  width: max-content;
}
.drawer-links .drawer-link li a {
  color: #fff;
}

.nav-address {
  color: #fff;
  font-weight: 400;
}
.nav-address .nav-site {
  margin: 0 0 0.435em 0;
}
.nav-address .nav-data {
  font-size: 85%;
}

/* ==========================================================================
   v.$ contents
========================================================================== */
.main {
  z-index: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 80px;
  }
}
.main__content {
  background: #f5f4f2;
}

.assist {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
}

.p-contents {
  background: #fff;
  position: relative;
  padding-bottom: 80px;
  border-top: 4px solid #000;
}
.p-contents:before {
  background-image: linear-gradient(135deg, #000000 7.14%, rgba(255, 255, 255, 0) 7.14%, rgba(255, 255, 255, 0) 50%, #000000 50%, #000000 57.14%, rgba(255, 255, 255, 0) 57.14%, rgba(255, 255, 255, 0) 100%);
  background-size: 6.9px 6.9px;
  display: block;
  width: 100%;
  height: 16px;
  content: "";
}

.p-page-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12.5vw 4.44vw;
}
@media screen and (min-width: 768px) {
  .p-page-content {
    padding: 60px 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-page-content {
    padding: 0 20px 80px;
  }
}

/* ==========================================================================
   $ hero-movie
========================================================================== */
.hero-movie {
  aspect-ratio: 16/9;
}
.hero-movie video {
  aspect-ratio: 16/9;
  width: 100%;
}

.index-hero-contents {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
}
.index-hero-contents .hero {
  transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 45%;
  left: 4.44vw;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .index-hero-contents .hero {
    transform: translateY(0);
    top: 6%;
    left: 0;
    padding: 0 6.25%;
  }
}
.index-hero-contents .hero .hero-title {
  font-weight: bold;
  margin: 0;
  line-height: 0;
  color: #fff;
  font-size: 5vw;
  font-feature-settings: "palt";
  opacity: 0;
  animation: fadeInAnimation 1s ease-in 0.5s forwards;
}
@media screen and (min-width: 768px) {
  .index-hero-contents .hero .hero-title {
    font-size: min(3.6vw, 62px);
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.index-hero-contents .hero .hero-title span {
  padding: 1.6666666667vw 8px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .index-hero-contents .hero .hero-title span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .index-hero-contents .hero .hero-title span:nth-of-type(2) {
    margin-top: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .index-hero-contents .hero .hero-title span:nth-of-type(3) {
    margin-top: 2.4vw;
  }
}

.hero-title-container {
  display: flex;
  flex-direction: column;
  gap: 0.2777777778vw 0;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hero-title-container {
    gap: 8px 0;
  }
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   $ p-index-news  
   ========================================================================== */
.p-index-news {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12.5vw 4.44vw;
}
@media screen and (min-width: 768px) {
  .p-index-news {
    padding: 60px 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-index-news {
    padding: 80px 40px;
  }
}
.p-index-news .news-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-news .news-container {
    display: grid;
    grid-template-columns: 35% 65%;
  }
}
.p-index-news .news-container .news-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5em 0;
}
.p-index-news .news-container .news-body ul li {
  margin: 0;
  padding: 0;
}
.p-index-news .news-container .news-body ul li a {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-index-news .news-container .news-body ul li a {
    grid-template-columns: 140px 1fr;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-index-news .news-container .news-body ul li a:hover .news-title {
    text-decoration: none;
  }
}
.p-index-news .news-container .news-body ul li a .news-date {
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-index-news .news-container .news-body ul li a .news-date {
    line-height: inherit;
  }
}
.p-index-news .news-container .news-body ul li a .news-title {
  text-decoration: underline;
}
.p-index-news .go-news-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index-news .go-news-list {
    display: block;
    margin-top: 7em;
  }
}
.p-index-news .go-news-list__sp {
  display: block;
  margin-top: 3.2em;
}
@media screen and (min-width: 768px) {
  .p-index-news .go-news-list__sp {
    display: none;
  }
}

.c-heading {
  margin: 0 0 9.7222222222vw;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15vw;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 100px;
    margin: 0 0 60px;
  }
}
.c-heading::after {
  display: block;
  content: attr(data-title-jp);
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5vw;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading::after {
    font-size: 24px;
  }
}

.p-page-content .bge-contents > * + * {
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-page-content .bge-contents > * + * {
    margin-bottom: 80px;
  }
}

.bge-contents .c-heading__page-title {
  margin: 0 0 9.7222222222vw;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .bge-contents .c-heading__page-title {
    font-size: 72px;
    margin: 0 0 60px;
  }
}
.bge-contents .c-heading__page-title::after {
  display: inline-block;
  content: attr(data-title-jp);
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5vw;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 0 0 0 4.4444444444vw;
}
@media screen and (min-width: 768px) {
  .bge-contents .c-heading__page-title::after {
    font-size: 24px;
    margin: 0 0 0 1em;
    vertical-align: 2px;
  }
}

@media screen and (min-width: 768px) {
  .bge-contents .bge-my-content {
    margin-left: 10%;
  }
}

.bge-contents .bge-my-content img {
  width: 100%;
  height: auto;
}

.c-heading__center {
  margin: 0 0 4.4444444444vw;
  gap: 0 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading__center {
    margin: 0 0 32px;
  }
}
.c-heading__center::after {
  display: inline;
  margin-left: 4.4444444444vw;
}
@media screen and (min-width: 768px) {
  .c-heading__center::after {
    margin-left: 32px;
  }
}

.c-heading-copy {
  font-size: 4.1666666667vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .c-heading-copy {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 4em;
  }
}
.c-heading-copy span {
  display: block;
}

/* ==========================================================================
   $ Feature
   ========================================================================== */
.p-feature {
  background: #f9f8f3;
}

.p-feature-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12.5vw 4.44vw;
}
@media screen and (min-width: 768px) {
  .p-feature-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 60px 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-feature-container {
    padding: 80px 20px;
  }
}
.p-feature-container .p-feature-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-feature-container .p-feature-img {
    flex-shrink: 0;
    width: 60%;
  }
}

/* ==========================================================================
   $ Education
   ========================================================================== */
.p-education {
  background: url(../img/bg-education.webp) no-repeat;
  background-size: cover;
}

.p-education-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12.5vw 4.44vw;
}
@media screen and (min-width: 768px) {
  .p-education-container {
    display: flex;
    gap: 0 3.5%;
    padding: 60px 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-education-container {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-education-container .p-education-body {
    padding-left: 60px;
    width: 40%;
    flex-shrink: 0;
  }
}
.p-education-container .p-education-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-education-container .p-education-img img {
    width: 466px;
  }
}
@media screen and (min-width: 768px) {
  .p-education-container .p-education-img {
    flex-shrink: 0;
  }
}

.p-education-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-education-link {
    display: block;
  }
}

.p-education-link__sp {
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .p-education-link__sp {
    display: none;
  }
}

/* ==========================================================================
   $ Laboratory Facilities
   ========================================================================== */
.lab_fac-container {
  background: url(../img/bg-lab_fac.webp) no-repeat;
  background-size: contain;
}

.p-laboratory-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12.5vw 4.44vw;
}
@media screen and (min-width: 768px) {
  .p-laboratory-container {
    display: flex;
    justify-content: space-between;
    gap: 0 3.5%;
    padding: 60px 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-laboratory-container {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-laboratory-container .p-laboratory-body {
    padding-left: 60px;
    width: 40%;
    flex-shrink: 0;
  }
}
.p-laboratory-container .p-laboratory-img {
  margin-top: 6em;
}
@media screen and (min-width: 768px) {
  .p-laboratory-container .p-laboratory-img {
    flex-shrink: 0;
    width: 50%;
    padding-top: 60px;
    margin: 0;
  }
}
.p-laboratory-container .p-laboratory-img .p-laboratory-img-container figure .p-laboratory-img__bg {
  position: relative;
}
.p-laboratory-container .p-laboratory-img .p-laboratory-img-container figure .p-laboratory-img__bg::before {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3em;
  left: -35px;
  background-image: linear-gradient(135deg, #000000 7.14%, rgba(255, 255, 255, 0) 7.14%, rgba(255, 255, 255, 0) 50%, #000000 50%, #000000 57.14%, rgba(255, 255, 255, 0) 57.14%, rgba(255, 255, 255, 0) 100%);
  background-size: 9.9px 9.9px;
}
@media screen and (min-width: 768px) {
  .p-laboratory-container .p-laboratory-img .p-laboratory-img-container figure .p-laboratory-img__bg::before {
    top: -60px;
  }
}
.p-laboratory-container .p-laboratory-img .p-laboratory-img-container figure .p-laboratory-img__bg img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.p-facilities {
  padding-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  .p-facilities {
    padding-bottom: 80px;
  }
}

.p-facilities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-facilities-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-facilities-list li {
  margin: 0;
  padding: 0;
}
.p-facilities-list li figure {
  position: relative;
}
.p-facilities-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-facilities-list li figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 80%);
  text-align: right;
  color: #fff;
  padding: 0.5555555556vw 2.2222222222vw 0.5555555556vw 12.5vw;
  letter-spacing: 0.1em;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-facilities-list li figure figcaption {
    font-size: 16px;
    padding: 4px 16px 4px 80px;
  }
}

/* ==========================================================================
   $ Laboratory Facilities
   ========================================================================== */
.p-career-container {
  position: relative;
  padding-bottom: 80px;
}

.p-career-bg {
  position: absolute;
  top: 8em;
  left: 0;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .p-career-bg {
    width: 50%;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-career-bg {
    width: 32%;
  }
}
.p-career-bg .p-career-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-career {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4.44vw;
  display: flex;
  gap: 0 3.5%;
}
@media screen and (min-width: 768px) {
  .p-career {
    padding: 0 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-career {
    padding: 0 20px;
  }
}

.career-list-container {
  margin-top: 5em;
}
@media screen and (min-width: 768px) {
  .career-list-container {
    margin-top: 0;
  }
}

.career-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1111111111vw;
}
@media screen and (min-width: 768px) {
  .career-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.career-list .career-item {
  background: #666666;
  margin: 0;
  padding: 4.4444444444vw 1.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
@media screen and (min-width: 768px) {
  .career-list .career-item {
    padding: 36px 16px;
  }
}
.career-list .career-item .career-icon {
  width: 19.4444444444vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .career-list .career-item .career-icon {
    width: 95px;
  }
}
.career-list .career-item .career-txt {
  margin: 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 3.0555555556vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .career-list .career-item .career-txt {
    font-size: 18px;
  }
}
.career-list .career-item .career-txt span {
  display: block;
}

/* ==========================================================================
   $ p-qualifications
   ========================================================================== */
.p-index-other {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 4.44vw;
}
@media screen and (min-width: 768px) {
  .p-index-other {
    padding: 60px 24px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-index-other {
    padding: 80px 40px 0;
  }
}

.headding-index-others {
  font-size: 4.4444444444vw;
  font-weight: 500;
  border: 1px solid #000;
  padding: 1.1111111111vw 3.3333333333vw;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .headding-index-others {
    width: 200px;
    height: 200px;
    display: grid;
    place-items: center;
    font-size: 20px;
    padding: 0;
  }
}

.p-index-other-body {
  display: grid;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-index-other-body {
    grid-template-columns: 200px 1fr;
    gap: 0 50px;
  }
}

.others-content .heading-others-content {
  font-size: 5.5555555556vw;
  font-weight: 700;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  .others-content .heading-others-content {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .others-content p {
    font-size: 18px;
  }
}

.qualifications-items {
  display: grid;
  width: 100%;
  gap: 1em 0;
}
@media screen and (min-width: 768px) {
  .qualifications-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
}
.qualifications-items .qualifications-item {
  background: #f3f3f3;
}
.qualifications-items .qualifications-item h4 {
  background-image: linear-gradient(135deg, #000000 7.14%, white 7.14%, white 50%, #000000 50%, #000000 57.14%, white 57.14%, white 100%);
  background-size: 6px 6px;
  font-size: 4.1666666667vw;
  font-weight: 700;
  margin: 0;
  padding: 2.2222222222vw 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .qualifications-items .qualifications-item h4 {
    font-size: 18px;
    padding: 16px 20px;
  }
}
.qualifications-items .qualifications-item ul {
  margin: 0;
  padding: 2.2222222222vw 8.8888888889vw;
}
@media screen and (min-width: 768px) {
  .qualifications-items .qualifications-item ul {
    padding: 16px 48px;
  }
}
.qualifications-items .qualifications-item ul li {
  font-size: 3.8888888889vw;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .qualifications-items .qualifications-item ul li {
    font-size: 18px;
  }
}

p.qualifications__note {
  color: #336699;
  margin: 1em 0;
  font-size: 82.5%;
}
.achievements-head {
  display: grid;
  gap: 1em 1.5em;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .achievements-head {
    gap: 0 50px;
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
}

.achievements-detail table {
  border-collapse: collapse;
  width: 100%;
}
.achievements-detail table th {
  font-weight: 700;
  text-align: left;
  font-size: 3.8888888889vw;
  padding: 0;
  width: auto;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .achievements-detail table th {
    display: table-cell;
    width: 200px;
    padding: 8px 0;
    font-size: 18px;
  }
}
.achievements-detail table td {
  display: block;
  text-align: left;
  color: #369;
  font-weight: 700;
  font-size: 5vw;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .achievements-detail table td {
    font-size: 24px;
    display: table-cell;
  }
}

.achievements-percent {
  border: 10px solid #336699;
  background: #f3f3f3;
  border-radius: 999px;
  width: 41.6666666667vw;
  height: 41.6666666667vw;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  gap: 2.2222222222vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .achievements-percent {
    width: 200px;
    height: 200px;
    gap: 8px 0;
  }
}
.achievements-percent h3 {
  font-size: 4.4444444444vw;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .achievements-percent h3 {
    font-size: 18px;
  }
}
.achievements-percent p {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #336699;
  font-size: 17.7777777778vw;
  font-weight: 700;
  font-family: "Roboto Condensed", Roboto, sans-serif;
}
@media screen and (min-width: 768px) {
  .achievements-percent p {
    font-size: 96px;
  }
}
.achievements-percent p span {
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .achievements-percent p span {
    font-size: 28px;
  }
}

.achievements-body {
  margin: 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .achievements-body {
    margin: 50px 0;
  }
}
.achievements-body img {
  width: 100%;
  height: auto;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .achievements-body img {
    margin-bottom: 50px;
  }
}

.achievements-item {
  background: #f3f3f3;
}
.achievements-item h4 {
  background-image: linear-gradient(135deg, #000000 7.14%, white 7.14%, white 50%, #000000 50%, #000000 57.14%, white 57.14%, white 100%);
  background-size: 6px 6px;
  font-size: 4.1666666667vw;
  font-weight: 700;
  margin: 0;
  padding: 2.2222222222vw 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .achievements-item h4 {
    font-size: 18px;
    padding: 16px 20px;
  }
}
.achievements-item ul {
  padding: 2.2222222222vw 2.2222222222vw 2.2222222222vw 8.8888888889vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
  gap: 0 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .achievements-item ul {
    padding: 16px 16px 16px 48px;
    gap: 0 24px;
  }
}
@media screen and (min-width: 992px) {
  .achievements-item ul {
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 16px 16px 48px;
  }
}
.achievements-item ul li {
  font-size: 3.8888888889vw;
  margin: 0.235em 0;
  padding: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .achievements-item ul li {
    font-size: 18px;
  }
}

.index-section__image {
  position: relative;
  width: 100%;
  aspect-raito: 1/1;
  z-index: 1;
}
.index-section__image::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 10px);
  height: 100%;
  z-index: -1;
  background: #FF6450;
}
.index-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-section__text {
  padding: 12.5vw 6.66vw 0 0;
}
@media screen and (min-width: 768px) {
  .index-section__text {
    padding: 70px 0 0 0;
  }
}
.index-section__text .heading__index-section__label {
  color: #F04B00;
  font-size: 4.4444444444vw;
  line-height: 1.75;
  margin: 0 0 8px 6.66vw;
}
@media screen and (min-width: 768px) {
  .index-section__text .heading__index-section__label {
    font-size: 18px;
    margin: 0 0 8px 20px;
  }
}
@media screen and (min-width: 992px) {
  .index-section__text .heading__index-section__label {
    font-size: 20px;
  }
}
.index-section__text .heading__index-section {
  display: inline-block;
  padding: 8px 4.44vw 8px 6.66vw;
  line-height: 1.5;
  margin: 0;
  background: #fff;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .index-section__text .heading__index-section {
    line-height: 1.75;
    font-size: 30px;
    padding: 4px 20px;
    border-radius: 999px;
  }
  .index-section__text .heading__index-section br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .index-section__text .heading__index-section {
    font-size: 32px;
  }
}
.index-section__text p {
  margin: 1em 0 0 6.66vw;
}
@media screen and (min-width: 768px) {
  .index-section__text p {
    margin: 1em 0 0 20px;
  }
}

.p-index-button-inline {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5em 0;
  padding: 2em 0 0 6.66vw;
}
@media screen and (min-width: 768px) {
  .p-index-button-inline {
    flex-direction: row;
    gap: 1.5em 32px;
    padding: 50px 0 0 20px;
  }
}

/* $ p-index image   ========================================================================== */
.p-index-image {
  margin: 0 auto;
  max-width: 1214px;
  padding: 3em 6.66vw;
}
@media screen and (min-width: 768px) {
  .p-index-image {
    padding: 6em 24px;
  }
}
.p-index-image img {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

/* $ l-index news   ========================================================================== */
.l-index-news {
  max-width: 966px;
  padding: 0 6.66vw;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-index-news {
    padding: 0 46px;
  }
}

.l-news {
  max-width: 966px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-news {
    padding: 0;
  }
}

.l-index-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.l-index-news__head .heading__news-title {
  font-size: 6.6666666667vw;
  line-height: 1.75;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-index-news__head .heading__news-title {
    font-size: 32px;
  }
}
.l-index-news__head .heading__news-title .supplement {
  display: block;
  font-size: 3.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-index-news__head .heading__news-title .supplement {
    font-size: 14px;
  }
}
.l-index-news__head p {
  margin: 0;
}

.l-index-news__body .p-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  gap: 1.75em 1.2em;
}
@media screen and (min-width: 768px) {
  .l-index-news__body .p-news-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.262em 2em;
  }
}
.l-index-news__body .p-news-list .p-news-list__item {
  border-top: 1px solid #111111;
  padding: 1em 0;
}
.l-index-news__body .p-news-list .p-news-list__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #111111;
}
@media (hover: hover) and (pointer: fine) {
  .l-index-news__body .p-news-list .p-news-list__item a:hover .news-title {
    color: #F04B00;
  }
  .l-index-news__body .p-news-list .p-news-list__item a:hover .news-thumbnail img {
    transform: scale(1.15);
  }
}
.l-index-news__body .p-news-list .p-news-list__item a .news-item__head {
  display: grid;
  gap: 2px 0;
}
.l-index-news__body .p-news-list .p-news-list__item a .news-title {
  margin: 0;
  font-size: 3.6111111111vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-index-news__body .p-news-list .p-news-list__item a .news-title {
    font-size: 15px;
  }
}
.l-index-news__body .p-news-list .p-news-list__item a .news-date {
  font-size: 3.3333333333vw;
  line-height: 1.75;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-index-news__body .p-news-list .p-news-list__item a .news-date {
    font-size: 13px;
  }
}
.l-index-news__body .p-news-list .p-news-list__item a .news-thumbnail {
  margin: 0;
  overflow: hidden;
}
.l-index-news__body .p-news-list .p-news-list__item a .news-thumbnail img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.p-news-detail .p-news-title {
  font-size: 7.2222222222vw;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
  margin: 0 0 0.435em;
  padding: 0 0 0.435em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news-detail .p-news-title {
    font-size: 32px;
  }
}
.p-news-detail .p-news-date {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-news-detail .p-news-date {
    font-size: 14px;
  }
}
.p-news-detail .p-news-body {
  margin: 3em 0 3em;
}
@media screen and (min-width: 768px) {
  .p-news-detail .p-news-body {
    margin: 3em 0 5em;
  }
}
.p-news-detail .p-news-body p {
  line-height: 2;
}
.p-news-detail .p-news-body figure {
  margin: 1.75em auto;
  padding: 0;
  text-align: center;
}
.p-news-detail .p-news-body figure img {
  max-width: 100%;
  border-radius: 24px;
}

.p-go-news-list {
  border-top: 1px solid rgba(17, 17, 17, 0.3);
  text-align: center;
  margin-bottom: 0;
  padding-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-go-news-list {
    margin-bottom: 0;
    padding-top: 5em;
  }
}

/* $ l-index banners   ========================================================================== */
.l-index-banners {
  margin: 3em 6.66vw;
  max-width: 720px;
  background: #F9F6F3;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .l-index-banners {
    margin: 6em auto;
    border-radius: 60px;
  }
}
.l-index-banners ul {
  margin: 0;
  padding: 1em 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .l-index-banners ul {
    display: flex;
    justify-content: center;
    padding: 32px 0;
  }
}
.l-index-banners ul li {
  margin: 0;
  padding: 1em 6.66vw;
}
@media screen and (min-width: 768px) {
  .l-index-banners ul li {
    padding: 32px 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-index-banners ul li:first-child {
    border-right: 1px solid rgba(17, 17, 17, 0.25);
  }
}
.l-index-banners ul li a {
  font-size: 4.1666666667vw;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  color: #111111;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-index-banners ul li a {
    font-size: 20px;
    line-height: 1.75;
  }
}

/* ==========================================================================
  $ indiv コンテンツ
========================================================================== */
.heading__content {
  font-size: 9.4444444444vw;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.875em 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .heading__content {
    font-size: 60px;
    margin: 0 0 0.435em 0;
  }
}

.l-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 6.66vw;
}
@media screen and (min-width: 992px) {
  .l-container {
    padding: 0 30px;
  }
}

.l-page-head {
  margin-bottom: 4em;
}

.l-contents {
  position: relative;
}

.l-content {
  position: relative;
  z-index: 10;
  padding: 3em 0;
  margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 5em 0;
    margin-bottom: 5em;
  }
}
.l-content::before {
  content: "";
  display: block;
  width: 83.542%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F9F6F3;
  border-radius: 0 10vw 10vw 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-content::before {
    border-radius: 0 80px 80px 0;
    width: 83.542%;
  }
}

.l-contents-container > * + * {
  margin-top: 8em;
}
@media screen and (min-width: 992px) {
  .l-contents-container > * + * {
    margin-top: 8em;
  }
}

.l-section-contents-container > * + * {
  margin-top: 2em;
}
@media screen and (min-width: 992px) {
  .l-section-contents-container > * + * {
    margin-top: 2em;
  }
}

/* $ career  ========================================================================== */
.extention-course {
  background: #fff;
  border-radius: 4.4444444444vw;
  padding: 4.4444444444vw;
}
@media screen and (min-width: 768px) {
  .extention-course {
    border-radius: 24px;
    padding: 24px;
  }
}
.extention-course ul {
  margin: 0;
  padding: 0 0 0 1.7em;
}
@media screen and (min-width: 768px) {
  .extention-course ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1em;
  }
}
.extention-course ul li {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.main-employment ul {
  margin: 0;
  padding: 0 0 0 1.4em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.4em;
}
@media screen and (min-width: 768px) {
  .main-employment ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1em;
  }
}
.main-employment ul li {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* $ BTN   ========================================================================== */
/* ==========================================================================
   v.$ footer
   ========================================================================== */
.l-section__footer .l-section__footer-container {
  position: relative;
  background: url(../img/bg-footer.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding: 12.5vw 0;
}
@media screen and (min-width: 768px) {
  .l-section__footer .l-section__footer-container {
    padding: 160px 0;
  }
}
.l-section__footer .l-section__footer-container .footer-title {
  color: #fff;
  font-size: 6.6666666667vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-section__footer .l-section__footer-container .footer-title {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.14em;
    margin-bottom: 36px;
  }
}
.l-section__footer .l-section__footer-container .footer-title::after {
  display: block;
  content: attr(data-title-en);
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 2.5vw;
  margin: 1em 0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .l-section__footer .l-section__footer-container .footer-title::after {
    font-size: 12px;
  }
}

.footer-links {
  list-style: none;
  margin: 2.4em auto 0;
  padding: 0 4.44vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 2em;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-links {
    gap: 1em 0;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}
.footer-links li {
  margin: 0;
  padding: 0;
}
.footer-links li:first-child a {
  border-left: 0;
  padding-left: 0;
}
.footer-links li a {
  padding: 0;
  line-height: 1;
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-links li a {
    border-left: 1px solid #fff;
    padding: 0 26px;
  }
}
.l-section__footer__body {
  background: #333333;
  padding: 10.5555555556vw 0 2em 0;
}
@media screen and (min-width: 992px) {
  .l-section__footer__body {
    padding: 0 0 2em 0;
  }
}

/* $ footer nav   ========================================================================== */
.footer-nav-container {
  padding: 24px 4.44vw;
}
@media screen and (min-width: 992px) {
  .footer-nav-container {
    padding: 100px 0 60px;
  }
}

.footer-nav {
  margin: 0 auto;
  padding: 32px 0 60px;
  list-style: none;
  display: grid;
  gap: 1.5em 0;
}
@media screen and (min-width: 992px) {
  .footer-nav {
    display: flex;
    justify-content: center;
    gap: 0 80px;
    padding: 0;
  }
}
.footer-nav .footer-nav__item {
  margin: 0;
  padding: 0;
}

a.p-footer-nav {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 3.8888888889vw;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  a.p-footer-nav {
    font-size: 16px;
  }
}
a.p-footer-nav .p-footer-nav__icon {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  display: grid;
  place-items: center;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  a.p-footer-nav .p-footer-nav__icon {
    width: 16px;
    height: 16px;
  }
}
a.p-footer-nav .p-footer-nav__icon .p-footer-nav__carret {
  fill: #fff;
}
a.p-footer-nav .p-footer-nav__label {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a.p-footer-nav:hover .p-footer-nav__carret {
    fill: #63CD52;
  }
  a.p-footer-nav:hover .p-footer-nav__label {
    color: #aae4a1;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.l-footer-address {
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .l-footer-address {
    padding: 40px 0;
  }
}
.l-footer-address address {
  text-align: center;
  font-style: normal;
  margin: 0;
}
.l-footer-address address .f-title {
  margin: 0 0 4.4444444444vw;
}
.l-footer-address address .f-title img {
  width: auto;
  height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-footer-address address .f-title {
    margin: 0;
  }
  .l-footer-address address .f-title img {
    width: 240px;
    height: auto;
  }
}
.l-footer-address address .f-l-address {
  margin: 0.435em 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-address address .f-l-address {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 0 1em;
  }
}
.l-footer-address address .f-l-address li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 3.0555555556vw;
  font-style: normal;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .l-footer-address address .f-l-address li {
    font-size: 14px;
  }
}

.copyright {
  background: #333;
  width: 100%;
  padding: 2.2222222222vw 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding: 8px 0;
  }
}
.copyright p {
  color: #fff;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .copyright p {
    font-size: 12px;
  }
}

.gopagetop {
  position: fixed;
  margin: 0;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  z-index: 9;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .gopagetop {
    width: 80px;
    height: 80px;
  }
}

.c-button--gopagetop {
  height: 100%;
  font-size: 2.5vw;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff !important;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  background: #4c4c4c;
}
@media screen and (min-width: 992px) {
  .c-button--gopagetop {
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button--gopagetop:hover {
    background: #000;
    color: #fff;
  }
  .c-button--gopagetop:hover .c-button__gopagetop {
    fill: #fff !important;
  }
}

.c-button__icon--gopagetop {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: scale 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media screen and (min-width: 992px) {
  .c-button__icon--gopagetop {
    width: 24px;
    height: 24px;
  }
}
.c-button__icon--gopagetop .c-button__gopagetop {
  fill: #fff;
  width: 2.5vw;
  height: 3.0555555556vw;
}
@media screen and (min-width: 992px) {
  .c-button__icon--gopagetop .c-button__gopagetop {
    width: 14px;
    height: 16px;
  }
}

/* ==========================================================================
   $ パンくず　breadcrumb
 ========================================================================== */
.breadcrumb-container {
  width: 100%;
  max-width: 1240px;
  white-space: nowrap;
  padding: 0 6.66vw 1.75em;
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .breadcrumb-container {
    margin: 0 auto;
    padding: 0 30px 1.75em;
  }
}

.breadcrumb {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  font-size: 3.0555555556vw;
  list-style: none;
  color: rgba(17, 17, 17, 0.8);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    color: rgba(17, 17, 17, 0.8);
  }
}

.breadcrumb__item {
  margin: 0;
  padding: 0;
}
.breadcrumb__item + .breadcrumb__item {
  padding-top: 8px;
}
.breadcrumb__item + .breadcrumb__item::before {
  float: left;
  padding-bottom: 8px;
  color: #111111;
  content: ">";
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item + .breadcrumb__item::before {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.breadcrumb__item a {
  color: #111111;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb__item a:hover {
    color: #F04B00;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb__item a {
    color: #111111;
  }
}
.breadcrumb__item.active {
  color: #111111;
}

/* ---------------------------------------
  scroll-animation
-----------------------------------------*/
.slideUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.fadeIn {
  opacity: 0;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  transition: 1s;
}

.s-target.is-show.slideUp,
.s-target.is-show .slideUp {
  opacity: 1;
  transform: translate(0, 0);
}

.s-target.is-show.fadeIn,
.s-taget.is-show .fadeIn {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.delay1 {
  transition-delay: 0.5s !important;
}

.delay2 {
  transition-delay: 1s !important;
}

.delay3 {
  transition-delay: 1.5s !important;
}

.delay4 {
  transition-delay: 2s !important;
}

.delay5 {
  transition-delay: 2.5s !important;
}

/* v.$ print   --------------------------------------------------------- */
@media print {
  .mobile-fixed-nav,
  .gopagetop,
  .breadcrumb-container,
  .select-language,
  .gnav,
  .drawer-nav,
  .hero__badge,
  .l-footer__banner,
  .l-index-banners,
  .table-of-content,
  .l-aside,
  .popup-close,
  .f-illust,
  .l-section__footer-container {
    display: none !important;
  }
  html,
  body {
    margin: 0;
    background: #fff !important;
  }
  html {
    overflow-y: auto;
    font-size: 9pt !important;
  }
  body {
    display: block;
    -webkit-print-color-adjust: exact;
    font-size: 9pt !important;
  }
  .footer-title {
    font-size: 12pt !important;
  }
  .f-title__ja,
  .f-address {
    font-size: 9pt !important;
  }
  .f-title__en {
    font-size: 12pt !important;
  }
  .l-section__footer__body {
    padding: 10mm 0;
  }
  .copyright {
    margin-top: 10mm;
    padding-top: 10mm;
  }
  .copyright p {
    color: #fff;
    font-size: 9pt;
  }
  .site-header-container {
    position: relative;
    background: none;
  }
  .site-header__items {
    display: flex;
    align-items: flex-start;
    gap: 0 32px;
  }
  .site-header__items .site-title {
    margin: 0;
  }
  .site-header__items .site-title img {
    width: 90mm;
  }
  .c-button__icon {
    width: 3mm;
    height: 3mm;
  }
  .drawer-open {
    overflow: visible;
    min-height: auto;
    height: auto;
    position: relative;
  }
  .p-index-information h2 {
    font-size: 14pt !important;
  }
  .p-index-information ul li {
    font-size: 9pt !important;
  }
  @page {
    margin: 16mm 0;
    size: A4 portrait;
  }
}
