@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  background: #FFF;
  margin-bottom: 1px; /*scrollbar*/
  word-break: normal;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body#pdf_target #article ol li {
  letter-spacing: normal;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.loading {
  overflow: hidden;
}

html {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, input, blockquote, figure {
  margin: 0;
  padding: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0.875rem;
  font-weight: inherit;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1rem;
  }
}

img {
  border: none;
}

a img {
  border: none;
}

ul li img {
  vertical-align: bottom;
}

/*li, dt, dd {
	line-height:1.4;
}
a:link, a.skip {
	background-color:transparent;
}*/
a {
  color: #005379;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #7c1801;
}
a:visited {
  color: #252c71;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media print, screen and (max-width: 575px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.anchor {
  cursor: pointer;
}

.pcnone {
  display: none;
}

p.voice_navi {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

img.floating-image {
  margin: 0 10px;
}

iframe {
  border: 0px;
  max-width: 100%;
}
@media print, screen and (max-width: 575px) {
  iframe[src^="https://www.youtube.com"] {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4alztn");
  src: url("fonts/icomoon.eot?4alztn#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4alztn") format("truetype"), url("fonts/icomoon.woff?4alztn") format("woff"), url("fonts/icomoon.svg?4alztn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .slick-next::before, .slick-prev::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

main {
  margin: 0 auto;
  clear: both;
  position: relative;
}
main.page {
  background: #FFF;
  padding-bottom: 40px;
}

body#top main {
  padding-top: 50px;
}

#article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  #article {
    max-width: 1200px;
    padding: 0;
  }
}

#page_main {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  #page_main {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  #page_main {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0;
  }
}

#page_maincontents {
  margin-bottom: 50px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  #page_maincontents {
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 1200px) {
  #page_maincontents {
    margin-right: auto;
  }
}
#page_maincontents::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -40px;
  width: 156px;
  height: 216px;
  background: url(../images/bg-news-r.png) no-repeat center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  #page_maincontents::after {
    width: 260px;
    height: 360px;
    right: -180px;
  }
}

div#page_maincontents {
  line-height: 2;
  padding: 0;
}
@media print, screen and (min-width: 1024px) {
  div#page_maincontents {
    padding: 0;
    letter-spacing: 0.1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#wrapper .container {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.custom-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}

#header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header_logo {
  margin: 10px;
  width: 160px;
}
@media print, screen and (min-width: 768px) {
  #header .header_logo {
    width: 380px;
  }
}
@media print, screen and (min-width: 1024px) {
  #header .header_logo {
    width: 420px;
    margin: 10px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header .header_logo {
    width: 500px;
  }
}
#header .header_logo img {
  width: 100%;
  height: auto;
}
#header body.fixed {
  overflow: hidden;
}
#header .menu-trigger {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  z-index: 1100;
}
@media print, screen and (min-width: 1024px) {
  #header .menu-trigger {
    display: none;
  }
}
#header .menu-trigger .menu-trigger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#header .menu-trigger .icon-bars {
  position: relative;
  width: 30px;
  height: 22px;
  display: block;
}
#header .menu-trigger .icon-bars span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
#header .menu-trigger .icon-bars span:nth-child(1) {
  top: 0;
}
#header .menu-trigger .icon-bars span:nth-child(2) {
  top: 10px;
}
#header .menu-trigger .icon-bars span:nth-child(3) {
  top: 20px;
}
#header .menu-trigger .menu-trigger-text {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#header .menu-trigger.active {
  color: #0A3794;
}
#header .menu-trigger.active .icon-bars span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
#header .menu-trigger.active .icon-bars span:nth-child(2) {
  opacity: 0;
}
#header .menu-trigger.active .icon-bars span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
#header #menu {
  /* --- スマホ用（デフォルト：右側に隠す） --- */
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #FFF;
  z-index: 1000;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 80px 20px;
  -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
#header #menu.active {
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
}
#header #menu nav ul {
  list-style: none;
  padding: 0;
}
#header #menu nav ul li {
  margin-bottom: 20px;
}
#header #menu nav ul li a {
  position: relative;
  text-decoration: none;
  color: #0A3794;
  font-weight: bold;
  font-size: 1.0625rem;
  padding-left: 40px;
}
@media print, screen and (min-width: 1024px) {
  #header #menu nav ul li a {
    font-size: 1.125rem;
    padding-left: 0px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header #menu nav ul li a {
    font-size: 1.25rem;
  }
}
#header #menu nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A3794;
  border-right: 2px solid #0A3794;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  #header #menu nav ul li a::before {
    content: none;
  }
}
#header #menu {
  /* --- PC用（lg以上） --- */
}
@media print, screen and (min-width: 1024px) {
  #header #menu {
    position: static;
    top: 0;
    right: 0;
    width: auto;
    height: 100px;
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }
  #header #menu nav {
    background: #FFF;
    padding: 0 40px 0 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    clip-path: polygon(var(--skew-gnavi, 40px) 0, 100% 0, 100% 100%, 0 100%);
  }
  #header #menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
    margin: 0;
  }
  #header #menu nav ul li {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #header #menu nav ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #0A3794;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    margin-left: 35px;
  }
  #header #menu nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #menu nav ul li a:hover {
    color: #2C9A87;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #header #menu nav ul li a.selected {
    color: #2C9A87;
  }
  #header #menu nav ul li:last-child::after {
    display: none;
  }
}

#footer {
  width: 100%;
  position: relative;
  background: #0A3794;
  margin-top: 50px;
  padding-bottom: 300px;
}
@media print, screen and (min-width: 1024px) {
  #footer {
    padding-bottom: 0;
    margin-top: 100px;
  }
}
#footer .container {
  color: #FFF;
  font-size: 1rem;
  z-index: 2;
  position: relative;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  #footer .container {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1366px) {
  #footer .container {
    padding: 0;
  }
}
#footer .container .footer_logo {
  padding: 30px 0;
}
@media print, screen and (min-width: 1200px) {
  #footer .container .footer_logo {
    padding: 50px 0;
  }
}
#footer .container .footer_logo img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 576px) {
  #footer .container .footer_logo img {
    max-width: 475px;
  }
}
#footer .container h2 {
  font-weight: bold;
}
#footer .container address {
  font-style: normal;
}
#footer .container ul {
  list-style-type: none;
  padding: 30px 0;
}
#footer .footer_car {
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 3;
  margin: 0 auto;
  text-align: right;
}
@media print, screen and (min-width: 1200px) {
  #footer .footer_car {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: inherit;
  }
}
#footer .footer_car img {
  width: 80%;
  height: auto;
}
@media print, screen and (min-width: 1024px) {
  #footer .footer_car img {
    width: 480px;
  }
}
@media print, screen and (min-width: 1200px) {
  #footer .footer_car img {
    width: 550px;
  }
}
@media screen and (min-width: 1366px) {
  #footer .footer_car img {
    width: 680px;
  }
}
#footer .footer_car::before {
  position: absolute;
  content: "";
  top: -40px;
  right: 50px;
  width: 165px;
  height: 90px;
  background: url(../images/footer_car_txt.png) no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  #footer .footer_car::before {
    width: 231px;
    height: 126px;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer .footer_car::before {
    top: -30px;
    left: 0;
    right: inherit;
  }
}
@media screen and (min-width: 1366px) {
  #footer .footer_car::before {
    top: -30px;
    width: 330px;
    height: 180px;
  }
}
#footer .footer_car_shadow {
  position: absolute;
  right: 0;
  bottom: -150px;
  mix-blend-mode: multiply;
  width: 80%;
  height: auto;
  z-index: 2;
}
@media print, screen and (min-width: 576px) {
  #footer .footer_car_shadow {
    bottom: -80px;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer .footer_car_shadow {
    width: 550px;
  }
}
@media screen and (min-width: 1366px) {
  #footer .footer_car_shadow {
    width: 750px;
    bottom: -50px;
  }
}
#footer .footer_car_shadow img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#footer .footer-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 800px;
  height: 326px;
  background-color: #010C56;
  /* 右下を基点に三角形を作る (左上を削るイメージ) */
  /* 座標: 左下(0% 100%), 右下(100% 100%), 右上(100% 0%) */
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1; /* コンテンツの下に配置 */
}

#footer_copy {
  clear: both;
  padding: 30px 0 50px 0;
}
@media print, screen and (min-width: 1024px) {
  #footer_copy {
    padding: 30px 0;
  }
}
#footer_copy p {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 1024px) {
  #footer_copy p {
    font-size: 0.75rem;
  }
}

#page-top {
  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  border: 5px solid #0A3794;
  background: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  #page-top {
    width: 100px;
    height: 100px;
  }
}
#page-top:hover {
  background: #EFF5FF;
}
#page-top a {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#page-top a img {
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 1024px) {
  #page-top a img {
    width: 50px;
    height: 50px;
  }
}

:root {
  --skew-full-v: 62px;
  --skew-bg-v: 54px;
  --skew-photo-v: 21px;
  --skew-small: 15px;
  --skew-side-v: 28px;
  --skew-gnavi: 38px;
}

@media print, screen and (min-width: 1200px) {
  :root {
    --skew-full-v: 112px;
    --skew-bg-v: 108px;
    --skew-photo-v: 37px;
    --skew-small: 34px;
    --skew-side-v: 50px;
  }
}
#topimage {
  width: 100%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--skew-full-v)), 0 100%);
}
#topimage::after {
  content: "";
  display: block;
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  #topimage::after {
    height: calc(48.3162518302vw + 200px);
  }
}
#topimage .bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 50vh;
  background: #0A3794;
  z-index: 1;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 var(--skew-full-v), 100% 0, 100% calc(100% - var(--skew-full-v)), 0 100%);
}
@media print, screen and (min-width: 768px) {
  #topimage .bg {
    height: 40vh;
  }
}
@media print, screen and (min-width: 1200px) {
  #topimage .bg {
    height: 400px;
  }
}
#topimage .image {
  position: absolute;
  inset: 0;
}
#topimage .image::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 49, 81)), to(rgba(0, 49, 81, 0)));
  background: linear-gradient(to bottom, rgb(0, 49, 81) 0%, rgba(0, 49, 81, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.48;
}
#topimage .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#topimage .image_car {
  position: absolute;
  right: -20px;
  bottom: 40%;
  z-index: 2;
  width: 90%;
}
@media print, screen and (min-width: 576px) {
  #topimage .image_car {
    width: 80%;
    bottom: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  #topimage .image_car {
    width: 68%;
  }
}
@media print, screen and (min-width: 1024px) {
  #topimage .image_car {
    bottom: 20%;
    right: -100px;
  }
}
#topimage .image_car img {
  width: 100%;
  height: auto;
}
#topimage .image_shadow {
  position: absolute;
  right: -20px;
  bottom: 350%;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 80%;
}
@media print, screen and (min-width: 576px) {
  #topimage .image_shadow {
    bottom: 30%;
    width: 70%;
  }
}
@media print, screen and (min-width: 1024px) {
  #topimage .image_shadow {
    width: 68%;
    bottom: 10%;
    right: -120px;
  }
}
#topimage .image_shadow img {
  width: 100%;
  height: auto;
}
#topimage .txt {
  position: absolute;
  bottom: 13vh;
  color: #FFF;
  font-weight: bold;
  z-index: 3;
}
@media print, screen and (min-width: 1024px) {
  #topimage .txt {
    bottom: 140px;
  }
}
#topimage .txt .l {
  font-size: 1.875rem;
  padding: 10px 0 10px 20px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  #topimage .txt .l {
    padding: 20px 0 20px 40px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #topimage .txt .l {
    font-size: 3.125rem;
  }
}
#topimage .txt .l:after {
  content: "";
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#topimage .txt .m {
  font-size: 1.25rem;
  padding: 10px 0 10px 20px;
}
@media print, screen and (min-width: 1024px) {
  #topimage .txt .m {
    font-size: 1.5625rem;
    padding: 20px 0 0px 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  #topimage .txt .m {
    font-size: 1.875rem;
    padding: 20px 0 20px 40px;
  }
}
#topimage .txt p {
  padding: 10px 20px;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #topimage .txt p {
    padding: 10px 40px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #topimage .txt p {
    font-size: 1.25rem;
  }
}

#btn_recruit {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#btn_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
  color: #FFF;
  background: #2C9A87;
  font-weight: bold;
  clip-path: polygon(var(--skew-gnavi) 0, 100% 0, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 1024px) {
  #btn_recruit a {
    padding: 20px 40px 20px 60px;
  }
}
#btn_recruit a span {
  line-height: 1;
  display: block;
}
#btn_recruit a span.en {
  font-size: 1.875rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  #btn_recruit a span.en {
    font-size: 2.5rem;
  }
}
#btn_recruit a span.en::after {
  content: "";
  position: absolute;
  right: -40px;
  width: 25px;
  height: 35px;
  background: url(../images/recruit-icon.svg) no-repeat center/contain;
}
@media print, screen and (min-width: 1200px) {
  #btn_recruit a span.en::after {
    top: 0.12em;
  }
}
#btn_recruit a span.jp {
  font-size: 0.875rem;
  position: relative;
  line-height: 1.2;
}
#btn_recruit a span.jp::after {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -14px;
  margin: 0.4rem 0 0 0.8rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}

#main::after {
  position: absolute;
  z-index: -2;
  content: "";
  top: -200px;
  right: 0px;
  width: 102px;
  height: 83px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  #main::after {
    width: 170px;
    height: 138px;
  }
}

#top_business {
  position: relative;
  margin-top: 80px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #top_business {
    min-height: 550px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_business {
    min-height: 800px;
  }
}
#top_business::before, #top_business::after {
  position: absolute;
  content: "";
}
#top_business::before {
  top: 30px;
  left: -80px;
  width: 178px;
  height: 144px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  #top_business::before {
    width: 296px;
    height: 240px;
  }
}
#top_business::after {
  top: 40px;
  right: -80px;
  width: 205px;
  height: 128px;
  background: url(../images/bg-business-btm.png) no-repeat center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  #top_business::after {
    width: 341px;
    height: 214px;
  }
}
#top_business .ttl_txt {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  position: relative;
}
#top_business .ttl_txt::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 80px;
  width: 102px;
  height: 83px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
  z-index: -2;
}
@media print, screen and (min-width: 1024px) {
  #top_business .ttl_txt::before {
    width: 170px;
    height: 138px;
  }
}
#top_business .ttl_txt::after {
  position: absolute;
  content: "";
  top: -120px;
  right: 80px;
  width: 102px;
  height: 83px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
  z-index: -2;
}
@media print, screen and (min-width: 1024px) {
  #top_business .ttl_txt::after {
    width: 170px;
    height: 138px;
  }
}
#top_business .ttl_txt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_business .ttl_txt h2 {
    gap: 35px;
  }
}
#top_business .ttl_txt h2 span {
  line-height: 1;
}
#top_business .ttl_txt h2 span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #top_business .ttl_txt h2 span.en {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_business .ttl_txt h2 span.en {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_business .ttl_txt h2 span.en {
    font-size: 3.75rem;
  }
}
#top_business .ttl_txt h2 span.en::after {
  content: "";
  display: inline-block;
  width: 6px;
  background-color: #0A3794;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  height: 40px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_business .ttl_txt h2 span.en::after {
    margin-left: 35px;
    height: 50px;
  }
}
#top_business .ttl_txt h2 span.ja {
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  #top_business .ttl_txt h2 span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_business .ttl_txt h2 span.ja {
    font-size: 1.625rem;
  }
}
#top_business > p {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  font-size: 1rem;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  #top_business > p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_business > p {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}
#top_business .photo-area {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 60px 0;
}
@media print, screen and (min-width: 768px) {
  #top_business .photo-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
  }
}
#top_business .photo-area::after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: -170px;
  left: 300px;
  width: 205px;
  height: 128px;
  background: url(../images/bg-business-btm.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  #top_business .photo-area::after {
    width: 341px;
    height: 214px;
  }
}
#top_business .photo-area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #top_business .photo-area .box {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#top_business .photo-area .box a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #top_business .photo-area .box a {
    display: block;
  }
}
#top_business .photo-area .box a:hover {
  opacity: 0.7;
}
#top_business .photo-area .box .photo-item {
  width: 200px;
  height: 140px;
  clip-path: polygon(0 var(--skew-photo-v), 100% 0, 100% calc(100% - var(--skew-photo-v)), 0 100%);
}
@media print, screen and (min-width: 768px) {
  #top_business .photo-area .box .photo-item {
    width: 100%;
    height: 220px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_business .photo-area .box .photo-item {
    height: 320px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_business .photo-area .box .photo-item {
    height: 400px;
  }
}
#top_business .photo-area .box .photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_business .photo-area .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #top_business .photo-area .box .txt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_business .photo-area .box .txt {
    gap: 35px;
    padding: 20px 30px;
  }
}
#top_business .photo-area .box .txt span.number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #0A3794;
}
@media print, screen and (min-width: 1200px) {
  #top_business .photo-area .box .txt span.number {
    font-size: 3.75rem;
  }
}
#top_business .photo-area .box .txt span.number::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50px;
  background-color: #0A3794;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  margin-left: 20px;
}
@media print, screen and (min-width: 1024px) {
  #top_business .photo-area .box .txt span.number::after {
    margin-left: 30px;
  }
}
#top_business .photo-area .box .txt span.ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
}
@media print, screen and (min-width: 1024px) {
  #top_business .photo-area .box .txt span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_business .photo-area .box .txt span.ja {
    font-size: 1.5625rem;
  }
}
#top_business .photo-area .box, #top_business .photo-area .photo-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
#top_business .photo-area.is-active .box, #top_business .photo-area.is-active .photo-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  #top_business .photo-area.is-active .box:nth-child(1), #top_business .photo-area.is-active .photo-item:nth-child(1) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #top_business .photo-area.is-active .box:nth-child(2), #top_business .photo-area.is-active .photo-item:nth-child(2) {
    -webkit-transition-delay: 320ms;
            transition-delay: 320ms;
  }
  #top_business .photo-area.is-active .box:nth-child(3), #top_business .photo-area.is-active .photo-item:nth-child(3) {
    -webkit-transition-delay: 440ms;
            transition-delay: 440ms;
  }
}
@media print, screen and (max-width: 767px) {
  #top_business .photo-area.is-active .box, #top_business .photo-area.is-active .photo-item {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}

#top_company {
  position: relative;
  width: 100%;
  color: #333333;
  padding: 120px 20px 100px 20px;
  margin-top: 80px;
  margin-top: 80px;
}
@media print, screen and (min-width: 576px) {
  #top_company {
    padding: 160px 20px 100px 20px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #top_company {
    padding: 180px 20px 100px 20px;
    margin-top: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_company {
    padding: 180px 20px 150px 20px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_company {
    padding: 180px 20px 150px 20px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1366px) {
  #top_company {
    padding: 180px 0 150px 0;
  }
}
#top_company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFF5FF;
  z-index: -1;
  clip-path: polygon(0 var(--skew-full-v), 100% 0, 100% calc(100% - var(--skew-full-v)), 0 100%);
}
#top_company::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  width: 163px;
  height: 133px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  #top_company::after {
    width: 204px;
    height: 166px;
  }
}
#top_company .inner {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#top_company .inner .ttl_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
  width: auto;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  #top_company .inner .ttl_txt {
    padding-top: 0px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .ttl_txt {
    width: 50%;
  }
}
#top_company .inner .ttl_txt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .ttl_txt h2 {
    gap: 35px;
  }
}
#top_company .inner .ttl_txt h2 span {
  line-height: 1;
}
#top_company .inner .ttl_txt h2 span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #top_company .inner .ttl_txt h2 span.en {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .ttl_txt h2 span.en {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_company .inner .ttl_txt h2 span.en {
    font-size: 3.75rem;
  }
}
#top_company .inner .ttl_txt h2 span.en::after {
  content: "";
  display: inline-block;
  width: 6px;
  background-color: #0A3794;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  margin-left: 35px;
  height: 40px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .ttl_txt h2 span.en::after {
    margin-left: 35px;
    height: 50px;
  }
}
#top_company .inner .ttl_txt h2 span.ja {
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  #top_company .inner .ttl_txt h2 span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .ttl_txt h2 span.ja {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_company .inner .ttl_txt h2 span.ja {
    font-size: 1.625rem;
  }
}
#top_company .inner p {
  font-weight: bold;
  margin-top: 30px;
  width: auto;
  line-height: 2;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  #top_company .inner p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner p {
    margin-top: 40px;
    width: 50%;
    min-height: 260px;
    line-height: 2.6;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_company .inner p {
    font-size: 1.5rem;
  }
}
#top_company .inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    padding-top: 40px;
  }
}
#top_company .inner .link div.button {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .link div.button {
    font-size: 1.25rem;
  }
}
#top_company .inner .link div.button a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 40px 10px 10px;
  border-bottom: 2px solid #0A3794;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_company .inner .link div.button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A3794;
  border-right: 2px solid #0A3794;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#top_company .inner .link div.button a img {
  width: 105px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(var(--skew-small) 0, 100% 0, calc(100% - var(--skew-small)) 100%, 0 100%);
  display: block;
}
@media print, screen and (min-width: 1024px) {
  #top_company .inner .link div.button a img {
    width: 150px;
    height: 94px;
  }
}
#top_company .inner .link div.button a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#top_company .inner .link div.button a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top_company .side_photo {
  position: absolute;
  top: -100px;
  width: 260px;
  right: 0;
  z-index: 2;
  clip-path: polygon(0 var(--skew-side-v), 100% 0, 100% calc(100% - var(--skew-side-v)), 0 100%);
}
@media print, screen and (min-width: 576px) {
  #top_company .side_photo {
    left: 55%;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #top_company .side_photo {
    top: -170px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_company .side_photo {
    top: -96px;
  }
}
#top_company .side_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_recruit {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  color: #FFF;
  padding: 100px 15px 100px 15px;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit {
    width: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 1200px) {
  #top_recruit {
    padding: 180px 15px 150px 15px;
  }
}
@media screen and (min-width: 1366px) {
  #top_recruit {
    padding: 180px 0 150px 0;
  }
}
#top_recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A3794;
  z-index: -1;
  clip-path: polygon(0 var(--skew-bg-v), 100% 0, 100% calc(100% - var(--skew-bg-v)), 0 100%);
}
#top_recruit .ttl_txt {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .ttl_txt {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 430px;
    gap: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_recruit .ttl_txt {
    gap: 60px;
    margin-bottom: 500px;
  }
}
#top_recruit .ttl_txt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .ttl_txt h2 {
    gap: 35px;
  }
}
#top_recruit .ttl_txt h2 span {
  line-height: 1;
}
#top_recruit .ttl_txt h2 span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #top_recruit .ttl_txt h2 span.en {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .ttl_txt h2 span.en {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_recruit .ttl_txt h2 span.en {
    font-size: 3.75rem;
  }
}
#top_recruit .ttl_txt h2 span.en::after {
  content: "";
  display: inline-block;
  width: 6px;
  background-color: #2C9A87;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  height: 40px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .ttl_txt h2 span.en::after {
    margin-left: 35px;
    height: 50px;
  }
}
#top_recruit .ttl_txt h2 span.ja {
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  #top_recruit .ttl_txt h2 span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .ttl_txt h2 span.ja {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_recruit .ttl_txt h2 span.ja {
    font-size: 1.625rem;
  }
}
#top_recruit .ttl_txt p {
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #top_recruit .ttl_txt p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_recruit .ttl_txt p {
    font-size: 1.5rem;
  }
}
#top_recruit .link {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  padding-top: 180px;
}
@media print, screen and (min-width: 576px) {
  #top_recruit .link {
    padding-top: 220px;
  }
}
@media print, screen and (min-width: 768px) {
  #top_recruit .link {
    padding-top: 280px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .link {
    padding-top: 180px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top_recruit .link div.button {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .link div.button {
    font-size: 1.25rem;
  }
}
#top_recruit .link div.button a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 40px 10px 10px;
  border-bottom: 2px solid #FFF;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_recruit .link div.button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#top_recruit .link div.button a img {
  width: 105px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(var(--skew-small) 0, 100% 0, calc(100% - var(--skew-small)) 100%, 0 100%);
  display: block;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .link div.button a img {
    width: 150px;
    height: 94px;
  }
}
#top_recruit .link div.button a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#top_recruit .link div.button a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top_recruit .link ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .link ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 25px;
  }
}
#top_recruit .link ul li {
  width: 210px;
}
#top_recruit .link ul li a {
  display: block;
}
#top_recruit .link ul li a img {
  width: 100%;
  height: auto;
}
#top_recruit .photo-area {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100vw;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .photo-area {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#top_recruit .photo-area .photo-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 140px;
  clip-path: polygon(0 var(--skew-photo-v), 100% 0, 100% calc(100% - var(--skew-photo-v)), 0 100%);
}
@media print, screen and (min-width: 576px) {
  #top_recruit .photo-area .photo-item {
    height: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  #top_recruit .photo-area .photo-item {
    height: 250px;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_recruit .photo-area .photo-item {
    height: 350px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_recruit .photo-area .photo-item {
    height: 400px;
  }
}
#top_recruit .photo-area .photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_recruit .photo-area .photo-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
#top_recruit .photo-area.is-active .photo-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  #top_recruit .photo-area.is-active .box:nth-child(1), #top_recruit .photo-area.is-active .photo-item:nth-child(1) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #top_recruit .photo-area.is-active .box:nth-child(2), #top_recruit .photo-area.is-active .photo-item:nth-child(2) {
    -webkit-transition-delay: 320ms;
            transition-delay: 320ms;
  }
  #top_recruit .photo-area.is-active .box:nth-child(3), #top_recruit .photo-area.is-active .photo-item:nth-child(3) {
    -webkit-transition-delay: 440ms;
            transition-delay: 440ms;
  }
}
@media print, screen and (max-width: 767px) {
  #top_recruit .photo-area.is-active .photo-item {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}

#top_news {
  padding: 30px 0 40px 0;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  #top_news {
    padding: 100px 0 40px 0;
  }
}
#top_news::before, #top_news::after {
  content: "";
  position: absolute;
  z-index: -2;
}
#top_news::before {
  top: -60px;
  left: -80px;
  width: 178px;
  height: 144px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  #top_news::before {
    width: 296px;
    height: 240px;
  }
}
#top_news::after {
  top: -60px;
  right: -40px;
  width: 156px;
  height: 216px;
  background: url(../images/bg-news-r.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  #top_news::after {
    top: -80px;
    width: 260px;
    height: 360px;
  }
}
#top_news h2 {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px;
}
@media print, screen and (min-width: 1024px) {
  #top_news h2 {
    gap: 35px;
    padding: 30px;
  }
}
#top_news h2 span {
  line-height: 1;
}
#top_news h2 span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #top_news h2 span.en {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_news h2 span.en {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news h2 span.en {
    font-size: 3.75rem;
  }
}
#top_news h2 span.en::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 40px;
  background-color: #0A3794;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  margin-left: 30px;
}
@media print, screen and (min-width: 1024px) {
  #top_news h2 span.en::after {
    margin-left: 35px;
    height: 50px;
  }
}
#top_news h2 span.ja {
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  #top_news h2 span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top_news h2 span.ja {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news h2 span.ja {
    font-size: 1.625rem;
  }
}
#top_news > div {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1rem;
}
@media print, screen and (min-width: 1200px) {
  #top_news > div {
    padding: 0;
  }
}
#top_news > div::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -30px;
  left: 40px;
  width: 82px;
  height: 52px;
  background: url(../images/bg-news-btm.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  #top_news > div::before {
    width: 137px;
    height: 86px;
  }
}
#top_news > div ul {
  list-style-type: none;
  font-size: 1.0625rem;
  border-top: 1px solid #DFDFDF;
  margin: 20px 0;
}
@media print, screen and (min-width: 1024px) {
  #top_news > div ul {
    margin: 30px 0;
    font-size: 1.25rem;
  }
}
#top_news > div ul li {
  border-bottom: 1px solid #DFDFDF;
}
#top_news > div ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  text-decoration: none;
  padding: 10px 10px 10px 50px;
  color: #333333;
}
@media print, screen and (min-width: 1024px) {
  #top_news > div ul li a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
    padding: 20px 20px 20px 50px;
  }
}
#top_news > div ul li a:hover {
  background-color: rgba(239, 245, 255, 0.8);
}
#top_news > div ul li a::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  left: -5px;
  margin: 0.4rem 0 0 0.8rem;
  border-top: 2px solid #0A3794;
  border-right: 2px solid #0A3794;
  -webkit-transform: rotate(45deg) translateY(calc(-50% - 8px));
          transform: rotate(45deg) translateY(calc(-50% - 8px));
  content: "";
}
#top_news > div ul li a span {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #top_news > div ul li a span {
    width: auto;
  }
}
#top_news > div ul li a span.meta {
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #top_news > div ul li a span.meta {
    font-size: 1.0625rem;
  }
}
#top_news > div ul li a span.title {
  font-weight: bold;
  text-decoration: underline;
}
#top_news > div div.button {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #top_news > div div.button {
    font-size: 1.25rem;
  }
}
#top_news > div div.button a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  padding: 20px 50px 20px 30px;
  border-bottom: 2px solid #0A3794;
  position: relative;
}
#top_news > div div.button a::after {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  margin: 0.4rem 0 0 0.8rem;
  border-top: 2px solid #0A3794;
  border-right: 2px solid #0A3794;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}

/*pdficon*/
.article_fileicon {
  margin: 30px 0 20px 0;
  font-size: 0.75rem;
  line-height: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .article_fileicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article_fileicon_img {
  margin-right: 15px;
}
@media print, screen and (max-width: 575px) {
  .article_fileicon_img {
    width: 100%;
  }
}
@media print, screen and (max-width: 575px) {
  .article_fileicon_txt {
    padding-top: 10px;
  }
}

#article .file_size {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 1024px) {
  #article .file_size {
    font-size: 0.75rem;
  }
}

#article [class^=icon_] {
  padding: 0 5px;
  margin: 0px 10px;
  font-size: 0.75rem;
  line-height: 1.8em;
  color: #FFFFFF;
  display: inline-block;
}

.icon_pdf {
  background: #9E0000;
}

.icon_xls {
  background: #217547;
}

.icon_xlsx {
  background: #217547;
}

.icon_xlsm {
  background: #217547;
}

.icon_csv {
  background: #848484;
}

.icon_tsv {
  background: #848484;
}

.icon_doc {
  background: #153B86;
}

.icon_rtf {
  background: #153B86;
}

.icon_docx {
  background: #153B86;
}

.icon_jtd {
  background: #DB1718;
}

.icon_gif {
  background: #76720F;
}

.icon_jpeg {
  background: #76720F;
}

.icon_jpg {
  background: #76720F;
}

.icon_bmp {
  background: #76720F;
}

.icon_mp3 {
  background: #509C15;
}

.icon_mp4 {
  background: #412184;
}

.icon_png {
  background: #76720F;
}

.icon_ppt {
  background: #C05203;
}

.icon_pptx {
  background: #C05203;
}

.icon_sxc {
  background: #076A00;
}

.icon_sxw {
  background: #163A86;
}

.icon_wav {
  background: #4F9C12;
}

.icon_wmv {
  background: #A02F07;
}

.icon_xdw {
  background: #006A54;
}

.icon_xls {
  background: #0B6606;
}

.icon_xlsx {
  background: #0B6606;
}

.icon_zip {
  background: #646464;
}

.icon_link {
  background: #385B99;
}

.icon_docment {
  background: #C00000;
}

.filesize {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 1024px) {
  .filesize {
    font-size: 0.75rem;
  }
}