@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
:root {
  --color-text: #000;
  --color-link: #036eb8;
  --color-primary: #151a8c;
  --color-secondary: #25a0e3;
  --color-lightgray: #f5f8f8;
  --font: "Albert Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  --header-sp-height: 64px;
  --header-pc-height: 74px;
  --color-category-1: #25a0e3;
  --color-category-2: #a278b8;
  --color-category-3: #33ae67;
  --color-category-4: #f3923c;
  --color-category-5: #e04e40;
}
/*!
 * Sanitize 13.0.0 (https://github.com/csstools/sanitize.css)
 * Licensed under the CC0 1.0 Universal.
 */
*,:after,:before{box-sizing:border-box}
:after,:before{text-decoration:inherit;vertical-align:inherit}
html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}
body{margin:0}
h1{font-size:2em;margin:.67em 0}
dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}
hr{height:0;overflow:visible}
main{display:block}
nav ol,nav ul{list-style:none;padding:0}
pre{font-family:monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{text-decoration:underline;-webkit-text-decoration:underline;text-decoration:underline}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace;font-size:1em}
small{font-size:80%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
iframe,img{border-style:none}
svg:not([fill]){fill:currentColor}
svg:not(:root){overflow:hidden}
table{border-collapse:collapse}
button,input,select{margin:0}
button{overflow:visible;text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}
input{overflow:visible}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
select{text-transform:none}
textarea{margin:0;overflow:auto;resize:vertical}
[type=checkbox],[type=radio]{padding:0}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
::-moz-focus-inner{border-style:none;padding:0}
:-moz-focusring{outline:1px dotted ButtonText}
:-moz-ui-invalid{box-shadow:none}
details,dialog{display:block}
dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}
dialog:not([open]){display:none}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[tabindex],a,area,button,input,label,select,summary,textarea{touch-action:manipulation}
[hidden]{display:none}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true],[disabled]{cursor:not-allowed}
[aria-hidden="false"][hidden]{display:inline}
[aria-hidden="false"][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}
body {
  background: #fff;
  color: #000;
  font-family: "Albert Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 1em;
  line-height: 2;
}
a {
  color: #036eb8;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
/* Typography Base Setting */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.25em;
}
ul {
  list-style-type: disc;
  padding-left: 1em;
}
ul li::marker {
  color: #a7a9d4;
}
strong {
  font-weight: 600;
}
em {
  font-style: normal;
}
rp,
rt {
  line-height: 1;
  font-size: 0.688em;
}
sup,
sub {
  position: relative;
  font-size: 0.7em;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  empty-cells: show;
  font-size: 1em;
}
iframe {
  display: block;
  width: 100%;
}
img {
  height: auto;
}
img,
iframe,
button,
input,
select,
textarea {
  max-width: 100%;
}
figure {
  margin: 0;
}
textarea {
  height: auto;
  resize: vertical;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* body {
  background-color: #f5f8f8;
} */
body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  content: "";
}
.no-js body::after {
  opacity: 0;
}
.is-loaded body::after {
  opacity: 0;
  transition: opacity 0.5s 0.4s;
}
/* -----------------------------------
  Header / Navi
----------------------------------- */
.header {
  position: fixed;
  top: 10px;
  right: 2.5%;
  left: 2.5%;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  flex: none;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.header__logo img {
    width: 240px;
    transition: all 0.3s;
  }
/* -----------------------------------
  Main
----------------------------------- */
.wrap {
  contain: paint;
}
.container {
  position: relative;
  width: max(92%, calc(100% - 60px));
  max-width: 1240px;
  margin: 0 auto;
}
.container .container {
    width: 100%;
  }
.container--wide {
  max-width: 1320px;
}
.outer-container {
  width: max(94.666%, calc(100% - 30px));
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vw;
  padding-bottom: 12vw;
  border-radius: 15px;
  background: #fff;
}
/* ページタイトル */
.main-bg::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    width: 50%;
    height: 48.19vw;
    min-height: 270px;
    max-height: 694px;
    background: url("../images/bg_header.jpg") no-repeat left top / cover;
    content: "";
  }
.main-bg svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
  }
.main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: max(92%, calc(100% - 60px));
  max-width: 1320px;
  margin: 0 auto;
  padding-top: calc(64px + 40px);
}
.main-header__inner {
  margin-bottom: 20px;
}
.main-header__en {
  display: block;
  margin-bottom: 0.5rem;
  color: #151a8c;
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
}
.main-header__en::before {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 50%;
    background: #25a0e3;
    font-size: 1.0625rem;
    vertical-align: middle;
    content: "";
  }
.main-header__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.main-header__breadcrumbs {
  order: 3;
  padding-top: 0.75em;
  padding-bottom: 1em;
  text-align: right;
  font-size: 0.8125rem;
}
.breadcrumbs ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
.breadcrumbs li + li::before {
    display: inline-block;
    width: 0.4em;
    margin: 0 0.5em;
    border-top: 1px solid;
    vertical-align: middle;
    content: "";
  }
.breadcrumbs a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.main-header__image {
  margin-top: 30px;
}
.main-header__image img {
    width: 100%;
    border-radius: 15px;
  }
.main-content {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.main-content__inner {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
/* -----------------------------------
  Footer
----------------------------------- */
/* ページ下部バナー */
.foot-banner {
  padding-top: 30px;
  background: #fff;
}
.foot-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 94%;
  margin: 0 auto;
  border-radius: 15px;
  background: url("../images/special_bg.jpg") no-repeat center center / cover;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  transition: opacity 0.3s;
}
.foot-banner__inner:hover {
    opacity: 0.7;
  }
.foot-banner__inner a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
/* フッター */
.footer {
  padding-top: 30px;
  background: #fff;
}
.foot-banner + .footer {
  padding-top: 30px;
}
.footer__content {
  padding: 4vw;
  font-size: 0.9375rem;
}
.footer-list {
  font-weight: bold;
  line-height: 1.8;
}
.footer-list > li {
    position: relative;
    margin-bottom: 0.25em;
    padding-left: 0.8em;
  }
.footer-list > li::before {
      display: block;
      position: absolute;
      top: 0.66em;
      left: 0;
      width: 0.4em;
      height: 0.4em;
      border-radius: 50%;
      background: #25a0e3;
      content: "";
    }
.footer-list a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.footer-list a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }
.footer-list ul {
    font-weight: normal;
  }
.footer-list ul li {
      position: relative;
      padding-left: 1em;
    }
.footer-list ul li::before {
        position: absolute;
        top: 0.8em;
        left: 0.2em;
        width: 0.4em;
        height: 0;
        border-top: 1px solid;
        content: "";
      }
.footer-list a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
.address {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.address .btn {
    width: 11em;
    margin-bottom: 8px;
  }
.copyright {
  font-size: 0.75rem;
}
.footer__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10vw 0;
  background: url("../images/bg_footer.jpg") no-repeat center bottom / cover;
}
.footer__copy .copy {
    display: flex;
    flex-direction: column;
    margin-bottom: min(10%, 70px);
    color: #151a8c;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.63;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .footer__copy .copy {
      background: linear-gradient(-45deg, #151a8c, #0097e3);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
}
#pagetop {
  position: fixed;
  right: min(2.08%, 30px);
  bottom: 30px;
  opacity: 1;
  z-index: 10;
  transition: all 0.3s;
}
#pagetop.is-hidden {
    bottom: 0;
    opacity: 0;
  }
.pagetop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #151a8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.2s;
}
.pagetop-link::before {
    display: block;
    color: #E3E3E3;
    font-family: "icomoon";
    font-size: 1.25rem;
    line-height: 1;
    content: "\e903";
  }
.pagetop-link:hover {
    background: #25a0e3;
  }
/* 採用フッター */
.footer-recruit {
  position: relative;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.footer-recruit a {
    color: inherit;
  }
.footer-recruit__movie::before,
  .footer-recruit__movie::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #25a0e3;
    content: "";
  }
.footer-recruit__movie::before {
    mix-blend-mode: screen;
  }
.footer-recruit__movie::after {
    opacity: 0.5;
  }
.footer-recruit__movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.footer-recruit__content {
  font-size: 0.9375rem;
}
.footer-recruit__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw 0;
}
.footer-recruit__copy .copy {
    display: flex;
    flex-direction: column;
    margin-bottom: min(10%, 70px);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.63;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
.footer-recruit__footer {
  margin-top: 50px;
  text-align: center;
}
.footer-recruit__footer img {
    margin-bottom: 10px;
  }
.footer-recruit__copyright {
  font-size: 0.75rem;
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*------------------------------------*\
    Icons
\*------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?x902e') format('truetype'),
    url('fonts/icomoon.woff?x902e') format('woff'),
    url('fonts/icomoon.svg?x902e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-next:before {
  content: "\e900";
}
.icon-arrow-prev:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e901";
}
/*------------------------------------*\
    Typography
\*------------------------------------*/
.h2 {
  margin-bottom: 1.5em;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}
.h3 {
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
}
.lead {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}
.lead2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.lead2 b {
    font-size: 1.1764em;
    font-weight: 700;
  }
.lead3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
/* リスト */
.list-inline,
.list-circle,
.list-nostyle {
  list-style: none;
  padding: 0;
}
.list-inline > li {
    display: inline-block;
    margin-right: 1em;
  }
.list-inline > li:last-child {
    margin-right: 0;
  }
.list-circle > li {
    position: relative;
    padding-left: 1.2em;
  }
.list-circle > li::before {
      position: absolute;
      top: calc(0.5lh - 0.4em);
      left: 0;
      width: 0.8em;
      height: 0.8em;
      border-radius: 50%;
      background: #7a8dc6;
      content: "";
    }
/*------------------------------------*\
    Flexbox Grid
    http://flexboxgrid.com/
\*------------------------------------*/
:root {
  --gutter-width: 1.5rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc((1.5rem * 0.5) * -1);
  margin-left: calc((1.5rem * 0.5) * -1);
}
.row.reverse {
  flex-direction: row-reverse;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: calc((1.5rem * 0.5));
  padding-left: calc((1.5rem * 0.5));
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-offset-0 {
  margin-left: 0;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.start {
  justify-content: flex-start;
}
.center {
  justify-content: center;
}
.end {
  justify-content: flex-end;
}
.around {
  justify-content: space-around;
}
.between {
  justify-content: space-between;
}
.top {
  align-items: flex-start;
}
.middle {
  align-items: center;
}
.bottom {
  align-items: flex-end;
}
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
  width: 100%;
  border-top: 1px solid #DCDCDC;
  /* line-height: 1.625; */
}
.table :where(th, td) {
    padding: 1em;
    border-bottom: 1px solid #DCDCDC;
  }
.table :where(th) {
    background: #f5f8f8;
    font-weight: 600;
    text-align: inherit;
  }
.table--bordered {
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
.table--bordered :where(th, td) {
    padding: 0.66em 1em;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
  }
/* レスポンシブ */
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  position: relative;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
  padding: 0.625em 1em 0.625em 1.2em;
  border-radius: 2em;
  border: 1px solid transparent;
  background: #151a8c;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.333;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.btn::after {
    font-family: "icomoon";
    transition: transform 0.3s;
    content: "\e900";
  }
.btn:hover::after {
    transform: translateX(4px);
  }
.btn--border {
  border-color: #151a8c;
  background: #fff;
  color: #151a8c;
}
.btn--border:hover {
    background: #151a8c;
    color: #fff;
  }
.btn--secondary {
  background: #f0f0f7;
  color: #151a8c;
}
.btn--white {
  background-color: #fff;
  color: #151a8c;
}
.btn--large {
  min-width: 13.75em;
  height: 3.9375rem;
  padding: 0.625em 1.25em 0.625em 1.5em;
}
.btn--small {
  height: 2.375rem;
  padding: 0.625em 1em 0.625em 1.2em;
  border-radius: 2em;
  font-size: 0.9375rem;
}
@-webkit-keyframes arrowNext {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(100%);
	}
	51% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes arrowNext {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(100%);
	}
	51% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes arrowPrev {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-100%);
	}
	51% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes arrowPrev {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-100%);
	}
	51% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
/*------------------------------------*\
    Pagination
\*------------------------------------*/
.pagination {
  margin-top: 80px;
}
.pagination-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.pagination-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 0.5rem;
    background: #e4e5f2;
    font-size: 1.125rem;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all 0.2s;
  }
.pagination-list a::before {
      color: inherit;
    }
.pagination-list a:hover {
      background: #f7f8f8;
    }
.pagination-list a[aria-current],
    .pagination-list a.is-current {
      background: #151a8c;
      color: #fff;
    }
/* Project
   ----------------------------------------------------------------- */
/*------------------------------------*\
  共通
\*------------------------------------*/
.bg {
  background: #f5f8f8;
}
.bg-texture {
  background: url("../images/bg.jpg") repeat center top;
  /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.2'/%3E%3C/svg%3E"); */
  /* background-size: 250px 250px; */
}
.bg-white {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #fff;
}
/* 画像 */
.img-rounded {
  overflow: hidden;
  border-radius: 15px;
}
/* 動画リンクアイコン */
.movie-link::before,
  .movie-link::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    content: "";
  }
.movie-link::before {
    background: url("../images/icon_play.svg") no-repeat center center / contain;
  }
.movie-link::after {
    background: url("../images/icon_play-circle.svg") no-repeat center center / contain;
    -webkit-animation: 4s linear infinite rotate;
    animation: 4s linear infinite rotate;
  }
@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
/* hover */
.hover-scale {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hover-scale img {
  transition: all 0.4s ease-out;
}
.hover-scale:hover img,
a:hover .hover-scale img {
  transform: scale(1.1);
}
.hover-fade {
  transition: all 0.4s ease-out;
}
.hover-fade:hover {
  opacity: 0.7;
}
/* 無限ループスライダー */
.infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
  }
.infinite-slider .swiper-slide {
    padding: 0 8px;
  }
.infinite-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
.infinite-slider-container {
  height: 36.1vw;
}
/* セクション */
.section {
  margin-top: min(15vw, 100px);
}
/* セクション見出し */
.section-header {
  position: relative;
  margin-bottom: min(8vw, 80px);
}
.section-header__en {
  display: block;
  margin-bottom: 0.5rem;
  color: #151a8c;
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
}
.section-header__en::before {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 50%;
    background: #25a0e3;
    font-size: 1.0625rem;
    content: "";
  }
.section-header__title {
  overflow: hidden;
  color: inherit;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.section-header__title span {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
  }
.section-header__title span::after {
      --border-color: currentColor;
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100vw;
      height: 1px;
      background: radial-gradient(circle, var(--border-color) 0.5px, transparent 0.5px) repeat-x left top / 6px 1px;
      content: "";
    }
.section-header__illust {
  position: absolute;
  top: 0;
  right: 3%;
  transform: translateY(-30%);
  text-align: right;
}
/*------------------------------------*\
  お知らせ
\*------------------------------------*/
/* お知らせカテゴリ一覧 */
.news-category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.news-category-list a {
    display: inline-block;
    width: 9em;
    padding: 0.15em 1em;
    border-radius: 1em;
    background: #f7f8f8;
    color: #151a8c;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8125;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.news-category-list a.category-1 {
      color: #25a0e3;
    }
.news-category-list a.category-2 {
      color: #a278b8;
    }
.news-category-list a.category-3 {
      color: #33ae67;
    }
.news-category-list a.category-4 {
      color: #f3923c;
    }
.news-category-list a.category-5 {
      color: #e04e40;
    }
.news-category-list a.is-current {
      background: #151a8c !important;
      color: #fff !important;
    }
/* お知らせ一覧 */
.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  margin-top: 60px;
}
.news-item {
  position: relative;
}
.news-item__thumb {
  overflow: hidden;
  border-radius: 0.9375rem;
  margin-bottom: 15px;
}
.news-category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em 1em;
  border-radius: 0.9375rem 0;
  background: #25a0e3;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
}
.news-category.category-1 {
    background: #25a0e3;
  }
.news-category.category-2 {
    background: #a278b8;
  }
.news-category.category-3 {
    background: #33ae67;
  }
.news-category.category-4 {
    background: #f3923c;
  }
.news-category.category-5 {
    background: #e04e40;
  }
.news-date {
  float: left;
  color: #b4b4b4;
  font-size: 0.875em;
  font-weight: 500;
}
.news-view {
  color: #25a0e3;
  font-size: 0.875em;
  font-weight: 500;
  text-align: right;
}
.news-view span {
    font-size: 1rem;
  }
.news-title {
  clear: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.7;
}
.news-title a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.news-title a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
    }
/* お知らせ記事レイアウト */
.news-container {
  position: relative;
  width: max(92%, calc(100% - 60px));
  max-width: 1320px;
  margin: 0 auto;
}
.news-container::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    border-top: 1px solid #efefef;
    pointer-events: none;
    content: "";
  }
.news-main,
.news-aside {
  padding: 50px 0;
  border-bottom: 1px solid #efefef;
}
.news-footer {
  padding: 5vw 0;
  border-bottom: 1px solid #efefef;
}
/* お知らせ本文 */
.article-data .news-category {
    position: static;
    width: 10.3572em;
    margin-bottom: 2rem;
    border-radius: 2em;
    font-size: 0.75rem;
    text-align: center;
  }
.article-data .news-date {
    font-size: 1em;
  }
.article-title {
  margin-top: 0.66rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.article__content :where(h2) {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
.article__content :where(p) {
    margin-bottom: 1.5rem;
  }
.article__content .image,
  .article__content .text {
    margin: 2.5em 0;
  }
.article__content .image img {
    width: 100%;
  }
.article__content > :first-child {
    margin-top: 0;
  }
.article-archive {
  margin-top: 50px;
}
.article-archive__heading {
  margin-bottom: 1em;
  color: #25a0e3;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
}
.article-archive__body {
  padding: 30px 10px;
  border-radius: 15px;
  background: #f5f8f8;
  text-align: center;
}
.article-archive__auth {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 20px auto;
}
.article-archive__auth input {
    flex: 0 1 6em;
    height: 2.5rem;
    padding: 0.5em;
    border-radius: 5px;
    border: 1px solid #aaa;
    font-size: 1.125rem;
  }
.article-archive__auth button {
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0 1em;
    border-radius: 5px;
    border: none;
    background: #151a8c;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
  }
/*------------------------------------*\
  当社について
\*------------------------------------*/
.message__body .lead {
    margin-bottom: 1em;
  }
.message__image {
  position: relative;
  margin-top: 8vw;
  margin-bottom: 30vw;
}
.message__image img {
    border-radius: 15px;
    box-shadow: 11px 11px 11px rgba(0, 0, 0, 0.15);
  }
.message__image .image1 {
    width: 78.387%;
    margin-left: auto;
  }
.message__image .image2 {
    position: absolute;
    left: 0;
    top: 69%;
    width: 42.258%;
  }
.story {
  margin-bottom: min(10vw, 100px);
}
.story__image {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
}
.story__heading {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 0.5em;
  border-radius: 0 0 15px 0;
  background: #f5f8f8;
  color: #25a0e3;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}
.story__heading::before,
  .story__heading::after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
  }
.story__heading::before {
    top: 0;
    left: 100%;
    border-radius: 15px 0 0 0;
    box-shadow: -5px -5px 0 5px #f5f8f8;
  }
.story__heading::after {
    top: 100%;
    left: 0;
    border-radius: 15px 0 0 0;
    box-shadow: -5px -5px 0 5px #f5f8f8;
  }
.about-number {
  margin-bottom: 30px;
  padding: 10vw 5% 20px 5%;
  border-radius: 15px;
  background: #151a8c;
  color: #fff;
}
.about-number .section-header__en {
    color: inherit;
  }
.about-number-grid__column {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  background: url("../../about/images/bg_number.jpg") no-repeat center center / cover;
  text-align: center;
}
.about-number-grid__column .event {
    color: #85caef;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
.about-number-grid__column .year {
    margin: 0.5rem 0 0.75rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.4);
    line-height: 1;
  }
.about-number-grid__column .year b {
      font-size: 1.875em;
      font-weight: 600;
    }
.about-number-grid__column .text {
    font-size: 0.875rem;
    font-weight: 500;
  }
.about-number-grid__column .btn {
    margin-top: 1rem;
    color: #000;
  }
.about-number-grid__column .btn::after {
      color: #25a0e3;
    }
.about-slider::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    content: "";
  }
.about-service {
  padding-bottom: 10vw;
}
.about-service__column {
  position: relative;
  margin-bottom: 30px;
}
.about-service__column .illust {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 18.33%;
  }
.about-service__link {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
  border-radius: 15px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.about-service__link .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    transition: all 0.7s;
  }
.about-service__link .icon-arrow-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #151a8c;
    transition: all 0.4s;
  }
.about-service__link:hover .bg {
      opacity: 0.8;
      transform: scale(1.1);
    }
.about-service__link:hover .icon-arrow-next {
    background: #151a8c;
    color: #fff;
    }
.about-service__body {
  padding: 6.6% 30% 6.6% 6.6%;
  font-weight: 500;
}
.about-service__body h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
  }
.about-service__body h3 strong {
      display: inline-block;
      color: #25a0e3;
      font-size: 1.875rem;
    }
/*------------------------------------*\
  企業情報
\*------------------------------------*/
.message-header,
.message-image {
  margin-bottom: 20px;
}
.message-header {
  font-weight: 700;
  line-height: 1.7;
}
.message-name {
  line-height: 1.7;
}
.about-container {
  margin: 10vw 0;
}
.about-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  margin-bottom: 30px;
  padding: 0 1em;
  border-radius: 1.25rem;
  background: #7a8dc6;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}
.about-heading small {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 0.75rem;
  }
.about-body {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
/* 拠点 */
.office-list dt {
    margin-bottom: 1em;
  }
.office-list dt span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 10px;
    border :1px solid #dfdfee;
    background: #eaeaf4;
    color: #151a8c;
    font-weight: 700;
  }
.office-list dd {
    margin: 0 10px;
    padding-bottom: 1em;
  }
.office-list a {
    display: inline-flex;
    gap: 4px;
    padding: 0.5em 1em;
    border-radius: 8px;
    border: 1px solid #697ebf;
    background: #7a8dc6;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: background 0.3s;
  }
.office-list a:hover {
      background: #151a8c;
    }
/* 沿革 */
.history-table th {
    color: #151a8c;
    text-align: left;
  }
.history-table tr:nth-of-type(even) {
    background: #f7f8f8;
  }
/* CSRの取り組み */
.activity-image {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.activity-heading {
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 1.5;
}
.activity-heading small {
    display: inline-block;
    color: #9fa0a0;
    font-size: 0.8125rem;
    font-weight: 500;
  }
.activity-case {
  margin: 30px 0;
  padding: 15px 20px;
  border-radius: 10px;
  background: #f7f8f8;
  font-size: 0.9375rem;
}
/*------------------------------------*\
  プライバシーポリシー
\*------------------------------------*/
.policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: policy;
}
.policy-list > li {
    counter-increment: policy;
  }
.policy-list > li::before {
      font-size: 1.125rem;
      font-weight: 700;
      content: counter(policy)". ";
    }
.policy-list > li strong {
      font-size: 1.125rem;
    }
.policy-list > li:nth-of-type(n+2) {
      margin-top: 1em;
      padding-top: 1em;
      border-top: 1px solid #dcdddd;
    }
/* Utility
   ----------------------------------------------------------------- */
/* Responsive */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe,
.video video {
  position: absolute;
  outline: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Display */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}
.u-none {
  display: none;
}
.u-block {
  display: block;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-flex {
  display: flex;
}
/* Text Align & Font style */
.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.u-text-indent {
  list-style: none;
}
.u-align-items-center {
  align-items: center;
}
.u-align-self-start {
  align-self: flex-start;
}
.u-align-self-center {
  align-self: center;
}
.u-align-self-end {
  align-self: flex-end;
}
/* widths */
.u-w100 {
  width: 100%;
}
.u-w90 {
  width: 90%;
}
.u-w80 {
  width: 80%;
}
.u-w75 {
  width: 75%;
}
.u-w70 {
  width: 70%;
}
.u-w66 {
  width: 66%;
}
.u-w60 {
  width: 60%;
}
.u-w50 {
  width: 50%;
}
.u-w40 {
  width: 40%;
}
.u-w33 {
  width: 33%;
}
.u-w30 {
  width: 30%;
}
.u-w25 {
  width: 25%;
}
.u-w20 {
  width: 20%;
}
.u-w10 {
  width: 10%;
}
.u-w-auto {
  width: auto;
}
/* Margins */
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mt-1 {
  margin-top: 10px !important;
}
.u-mr-1 {
  margin-right: 10px !important;
}
.u-mb-1 {
  margin-bottom: 10px !important;
}
.u-ml-1 {
  margin-left: 10px !important;
}
.u-mt-2 {
  margin-top: 20px !important;
}
.u-mr-2 {
  margin-right: 20px !important;
}
.u-mb-2 {
  margin-bottom: 20px !important;
}
.u-ml-2 {
  margin-left: 20px !important;
}
.u-mt-3 {
  margin-top: 40px !important;
}
.u-mr-3 {
  margin-right: 40px !important;
}
.u-mb-3 {
  margin-bottom: 40px !important;
}
.u-ml-3 {
  margin-left: 40px !important;
}
.u-mt-4 {
  margin-top: 60px !important;
}
.u-mr-4 {
  margin-right: 60px !important;
}
.u-mb-4 {
  margin-bottom: 60px !important;
}
.u-ml-4 {
  margin-left: 60px !important;
}
.u-mt-5 {
  margin-top: 100px !important;
}
.u-mr-5 {
  margin-right: 100px !important;
}
.u-mb-5 {
  margin-bottom: 100px !important;
}
.u-ml-5 {
  margin-left: 100px !important;
}
.u-center {
  margin-right: auto !important;
  margin-left: auto !important;
}
/* Paddings */
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-pr-0 {
  padding-right: 0 !important;
}
.u-pl-0 {
  padding-left: 0 !important;
}
.u-pt-1 {
  padding-top: 10px !important;
}
.u-pr-1 {
  padding-right: 10px !important;
}
.u-pb-1 {
  padding-bottom: 10px !important;
}
.u-pl-1 {
  padding-left: 10px !important;
}
.u-pt-2 {
  padding-top: 20px !important;
}
.u-pr-2 {
  padding-right: 20px !important;
}
.u-pb-2 {
  padding-bottom: 20px !important;
}
.u-pl-2 {
  padding-left: 20px !important;
}
.u-pt-3 {
  padding-top: 40px !important;
}
.u-pr-3 {
  padding-right: 40px !important;
}
.u-pb-3 {
  padding-bottom: 40px !important;
}
.u-pl-3 {
  padding-left: 40px !important;
}
.u-pt-4 {
  padding-top: 60px !important;
}
.u-pr-4 {
  padding-right: 60px !important;
}
.u-pb-4 {
  padding-bottom: 60px !important;
}
.u-pl-4 {
  padding-left: 60px !important;
}
.u-pt-5 {
  padding-top: 100px !important;
}
.u-pr-5 {
  padding-right: 100px !important;
}
.u-pb-5 {
  padding-bottom: 100px !important;
}
.u-pl-5 {
  padding-left: 100px !important;
}
/* Text Styles */
.u-font-l {
  font-size: 1.2rem;
}
.u-font-m {
  font-size: 1.125rem;
}
.u-font-s {
  font-size: 0.875rem;
}
.u-font-14 {
  font-size: 0.875rem;
}
.u-font-18 {
  font-size: 1.0125rem;
}
.u-font-20 {
  font-size: 1.125rem;
}
.u-font-22 {
  font-size: 1.2375rem;
}
.u-font-24 {
  font-size: 1.25rem;
}
.u-font-26 {
  font-size: 1.325rem;
}
.u-font-32 {
  font-size: 1.6rem;
}
.u-font-36 {
  font-size: 1.8rem;
}
.u-weight-r {
  font-weight: 400;
}
.u-weight-m {
  font-weight: 500;
}
.u-weight-b {
  font-weight: 700;
}
.u-color-primary {
  color: #151a8c !important;
}
.u-color-secondary {
  color: #25a0e3 !important;
}
.u-color-error {
  color: var(--color-error) !important;
}
.u-font-en {
  font-family: var(--font-en);
}
@media (max-width: 40em) {
  html {
    font-size: clamp(0.875rem, 0.393rem + 2.14vw, 1.25rem);
  }
  .table-bock-sm {
    display: block;
    width: 100%;
  }
    .table-bock-sm :where(tbody, tr, th, td) {
      display: block;
      width: 100%;
    }
    .table-bock-sm thead {
      display: none;
    }
    .table-bock-sm th {
      padding-bottom: 0;
      border-bottom: none;
    }
}
@media (min-width: 40.001em) {
    .main-bg svg {
      width: 80%;
    }
  .main-header__inner {
    height: 120px;
    margin-bottom: 0;
  }
  .main-header__en {
    font-size: 0.875rem;
  }
  .main-header__title {
    font-size: 2.375rem;
  }
  .main-header__image {
    margin-top: 50px;
  }
  .footer-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 21em;
  }
  .address {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
    .address p {
      margin-bottom: 0;
    }
  .footer-recruit__content {
    font-size: 0.9375rem;
  }
    .footer-recruit__content .inner {
      max-width: 25rem;
      margin: 0 auto;
    }
    .footer-recruit__content nav {
      display: flex;
      justify-content: space-between;
    }
    .footer-recruit__content .footer-list {
      height: auto;
    }
  .lead {
    font-size: 2.375rem;
  }
  .lead2 {
    font-size: 2rem;
  }
  .lead3 {
    font-size: 1.5rem;
  }
  .section-header {
    position: relative;
    margin-bottom: min(10vw, 100px);
  }
  .section-header__en {
    font-size: 0.8125rem;
  }
  .section-header__title {
    font-size: 1.625rem;
  }
  .message__image {
    width: 60%;
    margin: 4vw auto 15vw;
  }
  .activity-image {
    grid-template-columns: 1fr 1fr;
  }
  .u-md-text-left {
    text-align: left !important;
  }
  .u-md-text-center {
    text-align: center !important;
  }
  .u-md-text-right {
    text-align: right !important;
  }
  .u-font-18 {
    font-size: 1.125rem;
  }
  .u-font-20 {
    font-size: 1.25rem;
  }
  .u-font-22 {
    font-size: 1.375rem;
  }
  .u-font-24 {
    font-size: 1.5rem;
  }
  .u-font-26 {
    font-size: 1.625rem;
  }
  .u-font-32 {
    font-size: 2rem;
  }
  .u-font-36 {
    font-size: 2.25rem;
  }}
@media (max-width: 48em) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
    .table-responsive-md table {
      min-width: 45em;
    }
  .history-table {
    display: block;
    width: 100%;
  }
    .history-table tbody,
    .history-table tr,
    .history-table th,
    .history-table td {
      display: block;
      width: 100%;
    }
    .history-table th {
      padding: 1em 1em 0 1em;
      background: radial-gradient(circle, #151a8c 0.5px, transparent 0.5px) repeat-x left top / 6px 1px;
    }
    .history-table td {
      padding: 0 1em 1em;
    }
    .history-table tbody tr:first-child th {
      background: none;
    }}
@media (min-width: 48.001em) {
  .main-content__inner {
    padding: 40px;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: calc((1.5rem * 0.5));
    padding-left: calc((1.5rem * 0.5));
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
  }

  .center-md {
    justify-content: center;
  }

  .end-md {
    justify-content: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }
  .infinite-slider-container {
    height: 21.8vw;
  }
  .article-title {
    font-size: 1.875rem;
  }
  .message-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message-header {
    flex: 1 0 100%;
  }
  .message-image {
    flex: 0 0 33.62%;
    margin: 0;
  }
  .message-body {
    flex: 0 0 60%;
  }
    .office-list > div {
      display: grid;
      grid-template-columns: 8.375rem 1fr;
      grid-column-gap: 26px;
      grid-row-gap: 10px;
    }
    .office-list > div:nth-of-type(n+2) {
      margin-top: 30px;
      padding-top: 30px;
      background: radial-gradient(circle, #151a8c 0.5px, transparent 0.5px) repeat-x left top / 6px 1px;
    }
    .office-list dt {
      grid-row: 1 / 3;
      margin: 0;
    }
    .office-list dd {
      margin: 0;
      padding: 0;
    }
    .history-table th,
    .history-table td {
      padding: 1em;
      background: radial-gradient(circle, #151a8c 0.5px, transparent 0.5px) repeat-x left top / 6px 1px;
    }
    .history-table th {
      white-space: nowrap;
    }
    .history-table tbody tr:first-child th,
    .history-table tbody tr:first-child td {
      padding-top: 0;
      background: none;
    }
  .u-md-none {
    display: none !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
  .u-md-flex {
    display: flex !important;
  }}
@media (max-width: 60em) {
  .section-header__illust {
    width: var(--sm);
  }}
@media (min-width: 60.001em) {
    .movie-link::before,
    .movie-link::after {
      width: 188px;
      height: 188px;
    }
  .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .message__body {
    flex: 0 0 46.552%;
  }
  .message__image {
    flex: 0 0 53.448%;
    position: relative;
    right: -3.448%;
    margin: 0;
  }
    .message__image .image1 {
      width: 78.387%;
      margin-left: auto;
    }
    .message__image .image2 {
      position: absolute;
      left: 0;
      top: 69%;
      width: 42.258%;
    }
  .story {
    display: flex;
    align-items: center;
    gap: 6.4655%;
  }
    .story:nth-of-type(even) {
      flex-direction: row-reverse;
    }
  .story__image {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .story__body {
    flex: 1;
  }
  .about-number {
    padding: 100px 5% 160px;
  }
  .about-number-grid {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    row-gap: 36px;
    max-width: 1160px;
    margin: 0 auto;
  }
  .about-number-grid__column {
    flex: 0 0 calc(50% - 29px);
    margin-bottom: 0;
    padding: 60px 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  }
    .about-number-grid__column:nth-of-type(even) {
      position: relative;
      top: 56px;
    }
  .about-service {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
  }
  .about-service__column {
    flex: 0 0 48.276%;
    margin-bottom: 0;
  }
    .about-service__column .illust {
      max-width: 110px;
    }
  .about-service__body {
    padding: 6.6% 40% 6.6% 6.6%;
  }
      .about-service__body h3 strong {
        font-size: 2.125rem;
      }
  .about-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin: 100px 0;
  }
  .about-heading {
    flex: none;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 2.5rem;
    height: auto;
    padding: 1em 0.1em 1em 0;
  }
  .about-body {
    flex: 1 1 auto;
    padding: 70px 6.48%;
  }
    .office-list > div {
      display: grid;
      grid-template-columns: 8.375rem 1fr auto;
      grid-gap: 26px;
    }
    .office-list dt {
      grid-row: 1 / 2;
    }
    .office-list dd {
      align-self: center;
    }
  .activity-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .activity-image {
    flex: 0 0 50%;
    grid-template-columns: 1fr;
  }
  .activity-body {
    flex: 0 0 42.931%;
  }
  .activity-heading {
    font-size: 2rem;
  }
  .activity-case {
    padding: 15px 24px;
  }
  .u-lg-text-left {
    text-align: left !important;
  }
  .u-lg-text-center {
    text-align: center !important;
  }
  .u-lg-text-right {
    text-align: right !important;
  }}
@media (max-width: 70em) {
  .header {
    padding: 10px 10px 10px 20px;
    height: 64px;
    border-radius: 32px;
    background: #fff;
  }
  .navi-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
    .navi-btn > .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 2px;
      background: #151a8c;
      margin-top: -2px;
      margin-left: -14px;
      transition: all 0.3s ease-out;
    }
      .navi-btn > .icon::before,
      .navi-btn > .icon::after {
        display: block;
        position: absolute;
        left: 0;
        width: 28px;
        height: 2px;
        background: #151a8c;
        transition: all 0.2s ease-out;
        content: "";
      }
      .navi-btn > .icon::before {
        top: -8px;
      }
      .navi-btn > .icon::after {
        bottom: -8px;
      }
  .gnav {
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    padding: 90px 20px 20px;
    border-radius: 25px;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .gnav-list {
    margin: 0;
  }
    .gnav-list > li {
      margin-bottom: 0.8em;
      font-size: 1.125rem;
      font-weight: 700;
      text-align: center;
    }
    .gnav-list a {
      color: #000;
      -webkit-text-decoration: none;
      text-decoration: none;
    }
    .gnav-list a::before {
      display: block;
      font-family: var(--font-en);
      color: #151a8c;
      font-size: 0.6875rem;
      line-height: 1;
      content: attr(data-en);
    }
      .navi-open .navi-btn > .icon {
        background: transparent;
      }
        .navi-open .navi-btn > .icon::before {
          top: 0;
          transform: rotate(-45deg);
        }
        .navi-open .navi-btn > .icon::after {
          bottom: 0;
          transform: rotate(45deg);
        }
    .navi-open .gnav {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
    }
  .dropdown {
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 0.8125rem;
  }
    .dropdown li {
      margin-bottom: 10px;
      margin-left: -30px;
    }
    .dropdown a {
      display: flex;
      align-items: center;
      gap: 10px;
      line-height: 1.4;
    }
    .dropdown img {
      flex: 0 0 50px;
      width: 50px;
    }
    .dropdown b {
      color: #151a8c;
      font-size: 1rem;
    }
  .dropdown__header {
    display: none;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
    .table-responsive table {
      min-width: 60em;
    }}
@media (min-width: 70.001em) {
  .header {
    align-items: flex-start;
    top: 30px;
    height: 74px;
    border-radius: 37px;
  }
  .header__logo {
    transition: padding 0.3s;
  }
    .header__logo img {
      width: 280px;
    }
  .header__nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    padding: 0 15px 0 30px;
    border-radius: 37px;
    background: #fff;
  }
    .header__nav::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      transform-origin: right top;
      width: 100%;
      border-radius: 37px;
      background: #fff;
      transition: all 0.3s;
      content: "";
    }
    .header.is-scrolled .header__logo {
      padding-left: 30px;
    }
      .header.is-scrolled .header__logo img {
        margin-top: 18px;
        width: 240px;
      }
    .header.is-scrolled .header__nav::before {
      width: calc(95vw - 15px);
    }
  .navi-btn {
    display: none;
  }
  .gnav-list {
    display: flex;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
    .gnav-list > li {
      position: relative;
    }
    .gnav-list > li:nth-of-type(n+2):not(:last-child)::before {
      margin: 0 0.5em;
      color: #c9caca;
      content: "／";
    }
    .gnav-list a {
      display: inline-flex;
      align-items: center;
      height: 44px;
      font-size: 15px;
      color: #000;
      -webkit-text-decoration: none;
      text-decoration: none;
      transition: all 0.2s;
    }
    .gnav-list a:hover {
      color: #999;
    }
  .contact-btn {
    display: flex;
    gap: 0.25em;
    border-radius: 22px;
    margin-left: 1.5em;
    padding: 0 1.4em;
    background: linear-gradient(-25deg, #151a8c, #0097e3);
    color: #fff !important;
    font-size: 15px !important;
  }
    .contact-btn::before {
      font-family: "icomoon";
      color: #dee7f4;
      content: "\e901";
    }
    .contact-btn:hover {
      opacity: 0.8;
    }
  .dropdown {
    display: grid;
    grid-template-columns: auto 1fr;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -2rem;
    width: 22.5rem;
    height: 13.5rem;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
    transition: opacity 0.3s;
  }
    .dropdown ul {
      display: flex;
      flex-direction: column;
    }
    .dropdown li {
      flex: 1;
    }
    .dropdown li:nth-of-type(n+2) {
      border-top: 1px solid #efefef;
    }
    .dropdown a {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      position: relative;
      height: 100%;
      padding: 1rem;
      color: #000 !important;
      font-size: 0.9375rem !important;
      line-height: 1.6;
    }
      .dropdown a::after {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        color: #151a8c;
        font-family: "icomoon";
        transition: right 0.3s;
        content: "\e900";
      }
      .dropdown a:hover::after {
        right: 0.8rem;
      }
    .dropdown img {
      width: 3.9375rem;
    }
    .dropdown b {
      color: #151a8c;
      font-size: 1.125rem;
    }
  .dropdown__header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.1875rem;
    border-radius: 10px 0 0 10px;
    background: #e9ecf6;
    color: #151a8c;
    font-size: 0.9375rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .gnav-list li:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
  .container--narrow {
    max-width: 1160px;
  }
  .container--narrow2 {
    max-width: 1080px;
  }
  .outer-container {
    width: max(94.666%, calc(100% - 60px));
    padding-top: 100px;
    padding-bottom: 110px;
  }
    .main-bg::before {
      width: 60%;
    }
    .main-bg svg {
      width: 71.11%;
    }
  .main-header {
    padding-top: calc(74px + 80px);
  }
  .main-header__inner {
    order: 1;
    width: 93.9393%;
    height: 184px;
    margin: 0 auto;
    padding-top: 24px;
  }
  .main-header__en {
    font-size: 1rem;
  }
  .main-header__title {
    font-size: 2.625rem;
  }
  .main-header__breadcrumbs {
    order: 2;
    color: #fff;
  }
  .main-header__image {
    order: 3;
    margin-top: 0;
  }
  .main-header--nobg .main-header__breadcrumbs {
    color: #999;
  }
  .main-content {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .foot-banner__inner {
    width: calc(100% - 60px);
  }
  .footer {
    display: flex;
    flex-direction: row-reverse;
  }
  .foot-banner + .footer {
    padding-top: 30px;
  }
  .footer__copy,
  .footer__content {
    flex: 1;
  }
  .footer__copy {
    padding: 0;
    border-radius: 0 15px 0 0;
  }
  .footer__content {
    padding: 30px 4.165% 40px;
  }
    .footer__content .inner {
      max-width: 600px;
    }
  .footer-recruit {
    margin-top: 135px;
    padding-top: 100px;
  }
  .footer-recruit .container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-recruit__copy,
  .footer-recruit__content {
    flex: 1;
  }
  .footer-recruit__copy {
    display: block;
    padding: 0;
  }
    .footer-recruit__content .inner {
      margin-right: 0;
    }
  .footer-recruit__footer {
    flex: 1 0 100%;
    display: flex;
    align-items: flex-end;
    gap: 35px;
    margin-top: 100px;
  }
  .h2 {
    font-size: 1.75rem;
  }
  .h3 {
    font-size: 1.5rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: calc((1.5rem * 0.5));
    padding-left: calc((1.5rem * 0.5));
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
  }

  .center-lg {
    justify-content: center;
  }

  .end-lg {
    justify-content: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }
  .news-container {
    display: flex;
    justify-content: space-between;
    padding-top: 52px;
    padding-bottom: 80px;
  }
    .news-container::before {
      bottom: 0;
      border-bottom: 1px solid #efefef;
    }
    .news-container::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 72.6563%;
      border-left: 1px solid #efefef;
      content: "";
    }
  .news-main {
    flex: 0 0 68.9394%;
    padding: 0 3%;
    border-bottom: none;
  }
  .news-aside {
    flex: 0 0 22.65625%;
    padding: 0;
    border-bottom: none;
  }
  .news-footer {
    padding: 80px 0;
  }
    .article-data .news-category {
      margin-bottom: 4rem;
      font-size: 0.875rem;
    }
    .article-data .news-date {
      font-size: 1em;
    }
  .article-title {
    font-size: 2rem;
  }
    .article__content :where(h2) {
      font-size: 1.5rem;
    }
  .about-number-grid {
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px;
    row-gap: 56px;
  }
    .about-number-grid__column .event {
      font-size: 1.375rem;
    }
    .about-number-grid__column .year {
      font-size: 2.5rem;
    }
    .about-number-grid__column .text {
      font-size: 1rem;
    }
  .message-container {
    flex-wrap: nowrap;
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
  .message-header {
    flex: 0 0 7.375rem;
    margin: 0;
  }
    .message-header p {
      margin: 0;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
    }
  .message-image {
    flex: 0 0 33.62%;
    margin: 0;
  }
  .message-body {
    flex: 1 1 auto;
  }
  .u-lg-none {
    display: none !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-flex {
    display: flex !important;
  }}
@media (min-width: 90.001em) {
    .header__logo img {
      width: 353px;
    }
      .header.is-scrolled .header__logo img {
        margin-top: 15px;
        width: 303px;
      }
  .gnav-list {
    font-size: 15px;
  }
    .gnav-list a {
      font-size: 17px;
    }
}
/*# sourceMappingURL=maps/main.css.map */
