/* style-merged.css */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

p {
  font-size: 16px;
  line-height: 2;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

.no-scroll {
  overflow: hidden; /* スクロールを無効にする */
  height: 100vh;
}

.cookie-notice-container {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 2px 10px rgba(0, 0, 0, .3);
          box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 2px 10px rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  background-color: rgba(255, 255, 255, .78);
  border-radius: 7px;
  width: 90%;
  max-width: 1280px;
  padding: 16px;
  margin: 8px auto 30px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cookie-notice-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px) !important;
  }
}
.cookie-notice-container a:nth-of-type(2) {
  display: none;
}
.cookie-notice-container a {
  color: #0a5fbe;
  text-decoration: underline;
}
.cookie-notice-container #cn-close-notice {
  display: none;
}
.cookie-notice-container .cn-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 220px;
}
@media (max-width: 900px) {
  .cookie-notice-container .cn-buttons-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .cookie-notice-container .cn-buttons-container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cookie-notice-container .cn-text-container {
  text-align: left;
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  .cookie-notice-container .cn-text-container {
    width: 100%;
  }
}

#cookie-notice {
  background-color: unset !important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border-radius: 24px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
}

#cookie-notice .cn-button:not(.cn-button-custom)#cn-refuse-cookie {
  background-color: unset !important;
}

#cookie-notice .cn-button:not(.cn-button-custom)#cn-accept-cookie {
  color: #fff;
}

#cookie-notice.cn-animated {
  z-index: -1;
}

.cookie-notice-hidden {
  display: none !important;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.inner {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.header__inner {
  width: 100%;
  height: 100px;
  padding: 0 9px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1326px) {
  .header__inner {
    height: 50px;
    padding: 0 0px 0 13px;
  }
}
.header__logo {
  width: 318px;
  padding-top: 4px;
}
@media screen and (max-width: 1326px) {
  .header__logo {
    width: 238px;
    padding-top: 2px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__sp {
  display: none;
}
@media screen and (max-width: 1326px) {
  .header__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
}
.header__contents.-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 1326px) {
  .header__contents.-pc {
    display: none;
  }
}
.header__contents.-sp {
  display: none;
}
@media screen and (max-width: 1326px) {
  .header__contents.-sp {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    background: #004098;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
}
.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
@media screen and (max-width: 1326px) {
  .header__lang {
    border: 1px solid #fff;
  }
}
.header__lang--item {
  background: #91ADD2;
  color: #fff;
  text-transform: uppercase;
  width: 38px;
  height: 30px;
  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;
}
.header__lang--item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1326px) {
  .header__lang--item {
    background: unset;
    width: 48px;
    height: 40px;
  }
  .header__lang--item p {
    font-size: 15px;
    line-height: 1.4;
  }
  .header__lang--item:last-of-type {
    border-left: 1px solid #fff;
  }
}
.header__lang--item.active {
  background: #004098;
}
@media screen and (max-width: 1326px) {
  .header__lang--item.active {
    background: #00285F;
  }
}

.footer {
  border-top: #B6C8E1 4px solid;
  padding-top: 73px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 36px;
  }
}
.footer__logo {
  max-width: 366px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 275px;
    padding-right: unset;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
}
.footer__item {
  border: 1px solid #B6C8E1;
  border-radius: 8px;
  width: 336px;
  height: 100px;
  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;
  font-family: "Noto Serif JP", serif;
}
.footer__item img {
  width: 100%;
  height: auto;
}
.footer__item--1 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.footer__item--1 p {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.footer__item--1 figure {
  width: 117px;
  margin-left: -12px;
}
.footer__item--2 p {
  font-size: 18px;
  line-height: 1.5;
}
.footer__item--3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.footer__item--3 p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .footer__item--3 p {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.footer__item--3 figure {
  width: 173px;
  margin-top: 7px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 59px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -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;
    margin-top: 26px;
    row-gap: 22px;
    padding-right: unset;
  }
}
.footer__nav a {
  font-size: 14px;
  line-height: 1.7142857143;
}
.footer__copy {
  margin-top: 47px;
  background: #004098;
  height: 50px;
  width: 100%;
  color: #fff;
  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;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 34px;
    font-size: 13px;
  }
}

.nav-pc__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.nav-pc__list1--item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.nav-pc__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.nav-pc__list2--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  cursor: pointer;
  /* en追加 */
  width: min-content;
  margin-bottom: 0.7rem;
}
.nav-pc__list2--item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.nav-pc__list2--item.js-current {
  color: #004098;
  position: relative;
}
.nav-pc__list2--item.js-current::after {
  position: absolute;
  content: "";
  background: #004098;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
}
.nav-pc__list2--item.js-current > svg path {
  stroke: #004098;
}
.nav-sp__list1--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #B6C8E1 1px solid;
  height: 49px;
  padding: 0 14px;
  cursor: pointer;
}
.nav-sp__list1--box p {
  color: #fff;
  font-weight: 500;
}
.nav-sp__list1--box.active {
  background: #00285F;
}
.nav-sp__list1--box.active .nav-sp__cross--bottom {
  rotate: 0deg;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.nav-sp__list2 {
  display: none;
}
.nav-sp__list2--item.-first a {
  background: #C8D6E8;
  padding: 0px 14px 0 5px;
}
.nav-sp__list2--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #B6C8E1 1px solid;
  background: #ECF1F7;
  height: 49px;
  padding: 0 14px 0 20px;
}
.nav-sp__list2--item p {
  color: #000000;
  font-size: 15px;
  line-height: 2.1333333333;
  text-indent: 1em;
}
.nav-sp__list2--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #B6C8E1 1px solid;
  background: #ECF1F7;
  height: 49px;
  padding: 0 14px 0 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-sp__list2--box p {
  color: #000000;
  font-size: 15px;
  line-height: 2.1333333333;
}
.nav-sp__list2--box.active .nav-sp__cross--bottom {
  rotate: 0deg;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.nav-sp__list3 {
  display: none;
}
.nav-sp__list3--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #B6C8E1 1px solid;
  background: #FFFFFF;
  height: 50px;
  padding: 0 14px 0 24px;
}
.nav-sp__list3--item p {
  color: #000000;
  font-size: 15px;
  line-height: 2.1333333333;
  text-indent: 2em;
}
.nav-sp__list3--item:first-of-type a {
  padding: 0 14px 0 6px;
}
.nav-sp__list3--item:first-of-type a.noindent {
  padding: 0 14px 0 24px;
}
.nav-sp__cross {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  border: 1px solid #004098;
}
.nav-sp__cross--top, .nav-sp__cross--bottom {
  width: 10px;
  height: 2px;
  background: #004098;
  display: block;
  border-radius: 10px;
  position: absolute;
}
.nav-sp__cross--top {
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.nav-sp__cross--bottom {
  rotate: 90deg;
  top: 8px;
  left: 4px;
}
.nav-sp__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding: 16px 15px 75px;
}
.nav-sp__list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.nav-sp__list4--item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}

.mega {
  background: #004098;
  color: #fff;
  width: 100%;
  min-height: 320px;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.mega.js-active {
  display: block;
}
.mega__inner {
  max-width: 1386px;
  margin: 0 auto;
  padding: 47px 20px;
}
.mega__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-bottom: #7F9FCB 1px solid;
  padding-bottom: 23px;
}
.mega__title p {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.mega__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 57px;
     -moz-column-gap: 57px;
          column-gap: 57px;
  margin-top: 17px;
}
.mega__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
}
.mega__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.mega__list--item p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.mega__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
}
.mega__list2--item p {
  font-size: 15px;
  line-height: 1.8666666667;
  font-weight: 400;
}

.burger {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.burger--top, .burger--mid, .burger--bottom {
  width: 26px;
  height: 2px;
  background: #004098;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.burger--top {
  top: 16px;
}
.burger--mid {
  top: 48%;
  opacity: 1;
}
.burger--bottom {
  bottom: 16px;
}
.burger.active .burger--top {
  rotate: -45deg;
  width: 29px;
  top: 15px;
  left: 21px;
}
.burger.active .burger--mid {
  opacity: 0;
}
.burger.active .burger--bottom {
  rotate: 45deg;
  bottom: 13px;
  left: 20px;
  width: 29px;
}

.search {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1326px) {
  .search {
    width: 36px;
    height: 36px;
  }
}
.search.current-item {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1326px) {
  .search.current-item {
    width: auto;
    height: auto;
  }
}
.search__form {
  position: fixed;
  left: 0;
  top: 100px;
  background: #93D4E7;
  z-index: 1000;
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 15px;
}
@media screen and (max-width: 1326px) {
  .search__form {
    top: 50px;
    height: 110px;
  }
}
.search__form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__box {
  height: 50px;
  max-width: 740px;
  width: 100%;
  background: #fff;
  border-radius: 25px;
}
.search__input {
  background: #fff;
  border-radius: 25px 0 0 25px;
  height: 100%;
  width: calc(100% - 48px);
  padding-left: 25px;
}
@media screen and (max-width: 1326px) {
  .search__input {
    padding-left: 18px;
  }
}
.search__input::-webkit-input-placeholder {
  color: #AFAFAF;
}
.search__input::-moz-placeholder {
  color: #AFAFAF;
}
.search__input::-ms-input-placeholder {
  color: #AFAFAF;
}
.search__input::placeholder {
  color: #AFAFAF;
}
.search__submit {
  background: #fff;
  border-radius: 0 25px 25px 0;
  height: 100%;
  width: 44px;
}
@media screen and (max-width: 1326px) {
  .search__submit {
    width: 32px;
  }
}
.search__submit svg {
  margin-top: 4px;
}
.search__open {
  cursor: pointer;
}
.search__open.active {
  display: none;
}
.search__close {
  display: none;
  cursor: pointer;
}
.search__close.active {
  display: block;
}
.search-archive {
  padding: 50px 0 100px;
}
.search-archive__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .search-archive__title {
    font-size: 30px;
  }
}
.search-archive__list {
  border-top: #E2E0E0 1px solid;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .search-archive__list {
    margin-top: 20px;
  }
}
.search-archive__item {
  border-bottom: #E2E0E0 1px solid;
}
.search-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 19px 0 16px 20px;
}
@media screen and (max-width: 768px) {
  .search-archive__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-archive__item--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
@media screen and (max-width: 768px) {
  .search-archive__item--body {
    row-gap: 0;
  }
}
.search-archive__item--date {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  color: #004098;
}
.search-archive__item--cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .search-archive__item--cate {
    margin-top: 7px;
  }
}
.search-archive__item--cate li {
  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;
  color: #fff;
  background: #3668AE;
  border-radius: 13px;
  padding: 1px 10px;
}
.search-archive__item--cate li p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
.search-archive__item--title {
  font-size: 15px;
  line-height: 1.8666666667;
  font-weight: 700;
}
.search-archive__item--text {
  font-size: 15px;
  line-height: 1.8666666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title-1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}
.title-2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title-2 {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.title-3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
  margin-bottom: 30px;
}
.title-border {
  position: relative;
  padding-bottom: 28px;
}
.title-border::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(0, 64, 152) 0%, rgb(0, 64, 152) 120px, rgb(182, 200, 225) 120px, rgb(182, 200, 225) 100%);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sns {
    gap: 30px;
  }
}
.sns__item {
  display: block;
}

.post h1 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .post h1 {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.post h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}
.post p {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .post p {
    margin-bottom: 26px;
  }
}
.post p + p {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .post p + p {
    margin-top: 34px;
  }
}
.post p a {
  margin-bottom: unset !important;
  color: #004098;
  word-break: break-all;
  position: relative;
  display: inline;
}
.post p a::after {
  content: "";
  background-image: url(../images/icon-outlink2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.post p a:hover {
  opacity: 1;
  color: #000;
  background: linear-gradient(transparent calc(100% - 1px), #000000 calc(100% - 1px));
}
.post p a:hover::after {
  background-image: url(../images/icon-outlink.svg);
}
.post p a[href*="cosmed-pharm.com"], .post p a[href^="/"] {
  /* 1. サイト内リンク（cosmed-pharm. を含む or / から始まる） */
}
.post p a[href*="cosmed-pharm.com"]::after, .post p a[href^="/"]::after {
  width: 20px;
  height: 24px;
  background-image: url(../images/icon-link2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.post p a[href*="cosmed-pharm.com"]:hover::after, .post p a[href^="/"]:hover::after {
  background-image: url(../images/icon-link.svg);
}
.post p a[href$=".pdf"] {
  /* 2. PDFファイルリンク（.pdf で終わる） */
}
.post p a[href$=".pdf"]::after {
  width: 19px;
  height: 19px;
  background-image: url(../images/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.post p a[href$=".pdf"]:hover::after {
  background-image: url(../images/icon-pdf.svg);
}
.post ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 2;
  margin-left: 17px;
  margin-bottom: 60px;
}
.post ol li {
  padding-left: 12px;
}
.post ul {
  background: #ECF1F7;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post ul {
    padding: 25px 23px;
    margin-bottom: 30px;
  }
}
.post ul li {
  position: relative;
  margin-left: 1.2em;
}
.post ul li::after {
  position: absolute;
  content: "●";
  color: #004098;
  left: -1.2em;
  top: 0;
}
.post ul li + li {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .post ul li + li {
    margin-top: 16px;
  }
}
.post ul a, .post ol a {
  color: #004098;
}
.post ul a:hover, .post ol a:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.post hr {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post hr {
    margin-bottom: 30px;
  }
}
.post figure {
  margin-bottom: 60px;
}
.post img {
  width: 100%;
  height: auto;
}
.post .is-style-rounded {
  border-radius: 16px;
}
.post .is-style-rounded img {
  border-radius: 16px;
}
.post .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.post .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.post .is-layout-flex {
  margin-bottom: 58px;
}
.post .is-layout-flex figure {
  margin-bottom: unset;
}
.post .wp-block-image :where(figcaption) {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}
.post .wp-block-media-text {
  display: block;
}
.post .wp-block-media-text__media {
  float: left;
}
.post .wp-block-media-text > .wp-block-media-text__media {
  margin-right: 1.5em;
}
.post .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 0 0 0;
}
.post figure.wp-block-media-text__media img {
  border-radius: 16px;
}
.post-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .post-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-2col a {
  display: block;
}
.post-2col img {
  width: 100%;
  height: auto;
}

.post2 h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post2 h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post2 h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}
.post2 strong {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004098;
}
.post2 ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 2;
  margin-left: 17px;
  margin-bottom: 60px;
}
.post2 ol li {
  padding-left: 12px;
}
.post2 ul {
  background: #ECF1F7;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post2 ul {
    padding: 25px 23px;
    margin-bottom: 30px;
  }
}
.post2 ul li {
  position: relative;
  margin-left: 1.2em;
}
.post2 ul li::after {
  position: absolute;
  content: "●";
  color: #004098;
  left: -1.2em;
  top: 0;
}
.post2 ul li + li {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .post2 ul li + li {
    margin-top: 16px;
  }
}
.post2 ul a, .post2 ol a {
  color: #004098;
}
.post2 ul a:hover, .post2 ol a:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.post2 figure {
  margin-bottom: 60px;
}
.post2 img {
  width: 100%;
  height: auto;
}
.post2 .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.post2 .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.post2 .is-layout-flex {
  margin-bottom: 58px;
}
.post2 .is-layout-flex figure {
  margin-bottom: unset;
}
.post2 .is-layout-flex p {
  margin-bottom: unset;
}
.post2 a {
  word-break: break-all;
}
.post2 .wp-block-image :where(figcaption) {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}
.post2 .wp-block-media-text {
  display: block;
}
.post2 .wp-block-media-text__media {
  float: left;
}
.post2 .wp-block-media-text > .wp-block-media-text__media {
  margin-right: 1.5em;
}
.post2 .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 0 0 0;
}

.post-page h1 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .post-page h1 {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.post-page h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
  color: #fff;
  background: #004098;
  border-radius: 16px;
  padding: 16px 16px 16px 49px;
  position: relative;
}
.post-page h2::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 40px);
  border-radius: 10px;
}
.post-page h3 {
  font-size: 20px;
  line-height: 2.4;
  font-weight: 700;
  color: #fff;
  background: #6D91C4;
  padding: 6px 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  &.no-bg-title{
    background: none;
    color: #004098;
    padding-left: 0;
    font-size: 24px;
    margin-bottom: 0;
  }
}
.post-page h4 {
  font-size: 18px;
  line-height: 1.8;
  background: #E2E2E2;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 4px 30px;
}
.post-page p {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .post-page p {
    margin-bottom: 26px;
  }
}
.post-page p + p {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .post-page p + p {
    margin-top: 34px;
  }
}
.post-page ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 2;
  margin-left: 17px;
  margin-bottom: 60px;
}
.post-page ol li {
  padding-left: 12px;
}
.post-page ul {
  background: #ECF1F7;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post-page ul {
    padding: 25px 23px;
    margin-bottom: 30px;
  }
}
.post-page ul li {
  position: relative;
  margin-left: 1.2em;
}
.post-page ul li::after {
  position: absolute;
  content: "●";
  color: #004098;
  left: -1.2em;
  top: 0;
}
.post-page ul li + li {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .post-page ul li + li {
    margin-top: 16px;
  }
}
.post-page ul.-list2 {
  background: unset;
  border-radius: unset;
  margin-bottom: 60px;
  padding: unset;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .post-page ul.-list2 {
    padding: unset;
    margin-bottom: 30px;
  }
}
.post-page ul.-list2 li {
  position: relative;
  margin-left: 1.2em;
}
.post-page ul.-list2 li::after {
  position: absolute;
  content: "●";
  color: #000000;
  left: -1.2em;
  top: 0;
}
.post-page ul.-list2 li + li {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .post-page ul.-list2 li + li {
    margin-top: unset;
  }
}
.post-page ul a, .post-page ol a {
  color: #004098;
}
.post-page ul a:hover, .post-page ol a:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.post-page hr {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post-page hr {
    margin-bottom: 30px;
  }
}
.post-page figure {
  margin-bottom: 60px;
}
.post-page img {
  width: 100%;
  height: auto;
}
.post-page .is-style-rounded {
  border-radius: 16px;
}
.post-page .is-style-rounded img {
  border-radius: 16px;
}
.post-page .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.post-page .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.post-page .is-layout-flex {
  margin-bottom: 58px;
}
.post-page .is-layout-flex figure {
  margin-bottom: unset;
}
.post-page .wp-block-image :where(figcaption) {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}
.post-page .wp-block-media-text {
  display: block;
}
.post-page .wp-block-media-text__media {
  float: left;
}
.post-page .wp-block-media-text > .wp-block-media-text__media {
  margin-right: 1.5em;
}
.post-page .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 0 0 0;
}
.post-page figure.wp-block-media-text__media img {
  border-radius: 16px;
}
.post-page-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .post-page-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-page-2col a {
  display: block;
}
.post-page-2col img {
  width: 100%;
  height: auto;
}

.post-page2 h1 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .post-page2 h1 {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.post-page2 h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post-page2 h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post-page2 h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-page2 p {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .post-page2 p {
    margin-bottom: 26px;
  }
}
.post-page2 p + p {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .post-page2 p + p {
    margin-top: 34px;
  }
}
.post-page2 ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 2;
  margin-left: 17px;
  margin-bottom: 60px;
}
.post-page2 ol li {
  padding-left: 12px;
}
.post-page2 ul {
  background: #ECF1F7;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post-page2 ul {
    padding: 25px 23px;
    margin-bottom: 30px;
  }
}
.post-page2 ul li {
  position: relative;
  margin-left: 1.2em;
}
.post-page2 ul li::after {
  position: absolute;
  content: "●";
  color: #004098;
  left: -1.2em;
  top: 0;
}
.post-page2 ul li + li {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .post-page2 ul li + li {
    margin-top: 16px;
  }
}
.post-page2 ul.-list2 {
  background: unset;
  border-radius: unset;
  margin-bottom: 60px;
  padding: unset;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .post-page2 ul.-list2 {
    padding: unset;
    margin-bottom: 30px;
  }
}
.post-page2 ul.-list2 li {
  position: relative;
  margin-left: 1.2em;
}
.post-page2 ul.-list2 li::after {
  position: absolute;
  content: "●";
  color: #000000;
  left: -1.2em;
  top: 0;
}
.post-page2 ul.-list2 li + li {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .post-page2 ul.-list2 li + li {
    margin-top: unset;
  }
}
.post-page2 ul a, .post-page2 ol a {
  color: #004098;
}
.post-page2 ul a:hover, .post-page2 ol a:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.post-page2 hr {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post-page2 hr {
    margin-bottom: 30px;
  }
}
.post-page2 figure {
  margin-bottom: 60px;
}
.post-page2 img {
  width: 100%;
  height: auto;
}
.post-page2 .is-style-rounded {
  border-radius: 16px;
}
.post-page2 .is-style-rounded img {
  border-radius: 16px;
}
.post-page2 .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.post-page2 .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.post-page2 .is-layout-flex {
  margin-bottom: 58px;
}
.post-page2 .is-layout-flex figure {
  margin-bottom: unset;
}
.post-page2 .wp-block-image :where(figcaption) {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}
.post-page2 .wp-block-media-text {
  display: block;
}
.post-page2 .wp-block-media-text__media {
  float: left;
}
.post-page2 .wp-block-media-text > .wp-block-media-text__media {
  margin-right: 1.5em;
}
.post-page2 .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 0 0 0;
}
.post-page2 figure.wp-block-media-text__media img {
  border-radius: 16px;
}
.post-page2-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .post-page2-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-page2-2col a {
  display: block;
}
.post-page2-2col img {
  width: 100%;
  height: auto;
}

.post-page3 .medical-device {
  display: none;
}
.post-page3 .medical-device.visible {
  display: block;
}
.post-page3 h1 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .post-page3 h1 {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.post-page3 h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post-page3 h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.post-page3 h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-page3 p {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .post-page3 p {
    margin-bottom: 26px;
  }
}
.post-page3 p + p {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .post-page3 p + p {
    margin-top: 34px;
  }
}
.post-page3 ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 2;
  margin-left: 17px;
  margin-bottom: 60px;
}
.post-page3 ol li {
  padding-left: 12px;
}
.post-page3 ul {
  background: #ECF1F7;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post-page3 ul {
    padding: 25px 23px;
    margin-bottom: 30px;
  }
}
.post-page3 ul li {
  position: relative;
  margin-left: 1.2em;
}
.post-page3 ul li::after {
  position: absolute;
  content: "●";
  color: #004098;
  left: -1.2em;
  top: 0;
}
.post-page3 ul li + li {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .post-page3 ul li + li {
    margin-top: 16px;
  }
}
.post-page3 ul.-list2 {
  background: unset;
  border-radius: unset;
  margin-bottom: 60px;
  padding: unset;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .post-page3 ul.-list2 {
    padding: unset;
    margin-bottom: 30px;
  }
}
.post-page3 ul.-list2 li {
  position: relative;
  margin-left: 1.2em;
}
.post-page3 ul.-list2 li::after {
  position: absolute;
  content: "●";
  color: #000000;
  left: -1.2em;
  top: 0;
}
.post-page3 ul.-list2 li + li {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .post-page3 ul.-list2 li + li {
    margin-top: unset;
  }
}
.post-page3 ul a, .post-page3 ol a {
  color: #004098;
}
.post-page3 ul a:hover, .post-page3 ol a:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.post-page3 hr {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post-page3 hr {
    margin-bottom: 30px;
  }
}
.post-page3 figure {
  margin-bottom: 60px;
}
.post-page3 img {
  width: 100%;
  height: auto;
}
.post-page3 .is-style-rounded {
  border-radius: 16px;
}
.post-page3 .is-style-rounded img {
  border-radius: 16px;
}
.post-page3 .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.post-page3 .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  max-width: unset;
}
.post-page3 .is-layout-flex {
  margin-bottom: 58px;
}
.post-page3 .is-layout-flex figure {
  margin-bottom: unset;
}
.post-page3 .wp-block-image :where(figcaption) {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}
.post-page3 .wp-block-media-text {
  display: block;
}
.post-page3 .wp-block-media-text__media {
  float: left;
}
.post-page3 .wp-block-media-text > .wp-block-media-text__media {
  margin-right: 1.5em;
}
.post-page3 .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 0 0 0;
}
.post-page3 figure.wp-block-media-text__media img {
  border-radius: 16px;
}
.post-page3-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .post-page3-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-page3-2col a {
  display: block;
}
.post-page3-2col img {
  width: 100%;
  height: auto;
}

.post-page4 ul a, .post-page4 ol a {
  color: #004098;
}
.post-page4 ul a:hover, .post-page4 ol a:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.button {
  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;
  max-width: 336px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #004098;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button {
    max-width: 300px;
  }
}
.max-400 .button{
  max-width: 400px!important;
}
.max-500 .button{
  max-width: 500px!important;
}
.button p {
  font-size: 15px;
  line-height: 1.8823529412;
  font-weight: 500;
  color: #004098;
  padding: 13px 44px;
  margin-bottom: unset !important;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button p {
    font-size: 16px;
    line-height: 2;
  }
}
.button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.-inpage svg {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .button.-inpage svg {
    width: 16px;
    height: 16px;
    right: 14px;
  }
}
.button.-inpage:hover #icon1__circle {
  fill: #fff;
}
.button.-inpage:hover #icon1__path {
  stroke: #004098;
}
.button.-anchor {
  max-width: 250px;
}
.button.-anchor svg {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .button.-anchor svg {
    width: 16px;
    height: 16px;
    right: 14px;
  }
}
.button.-anchor:hover circle {
  fill: #fff;
}
.button.-anchor:hover path {
  stroke: #004098;
}
.button.-outpage svg {
  right: 25px;
}
@media screen and (max-width: 768px) {
  .button.-outpage svg {
    width: 16px;
    height: 16px;
  }
}
.button.-outpage:hover #icon2__path {
  fill: #fff;
}
.button.-pdf svg {
  right: 25px;
}
@media screen and (max-width: 768px) {
  .button.-pdf svg {
    width: 16px;
    height: 16px;
  }
}
.button.-pdf:hover path {
  fill: #fff;
}
.button.-back {
  border: 1px solid #5B84BC;
}
.button.-back p {
  color: #5B84BC;
}
.button.-back svg {
  left: 15px;
}
@media screen and (max-width: 768px) {
  .button.-back svg {
    width: 16px;
    height: 16px;
  }
}
.button.-back:hover {
  background: #5B84BC;
  opacity: 1;
}
.button.-back:hover p {
  color: #fff;
}
.button.-back:hover #icon3__circle {
  fill: #fff;
}
.button.-back:hover #icon3__path {
  stroke: #5B84BC;
}
.button:hover {
  background: #004098;
  opacity: 1;
}
.button:hover p {
  color: #fff;
}
.button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.button_wrap .button {
  margin: unset;
}

.button-google {
  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;
  max-width: 230px;
  width: 100%;
  height: 48px;
  opacity: 1;
  border: #343A40 2px solid;
  border-radius: 50px;
}
.button-google p {
  margin: 0 0 0 0;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}

.button-print {
  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;
  max-width: 250px;
  width: 100%;
  height: 60px;
  opacity: 1;
  border: #004098 1px solid;
  border-radius: 10px;
  gap: 30px;
  font-size: 17px;
  font-weight: 500;
  margin-right: 2px;
  color: #004098;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .button-print {
    font-size: 16px;
    height: 50px;
    gap: 20px;
    max-width: 200px;
  }
  .button-print svg {
    width: 26px;
    height: 26px;
  }
}
.button-print:hover {
  color: #fff;
  background: #004098;
}
.button-print:hover path, .button-print:hover ellipse {
  fill: #fff;
}

.link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 35px;
}
.link > p {
  margin-bottom: unset !important;
  color: #004098;
  word-break: break-all;
}
.link::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-link2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 3px;
  width: 20px;
  height: 24px;
}
.link:hover {
  opacity: 1;
}
.link:hover > p {
  color: #000;
}
.link:hover::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
}
.link:hover::after {
  background-image: url(../images/icon-link.svg);
}

.link-out {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 32px;
}
.link-out > p {
  margin-bottom: unset !important;
  color: #004098;
  word-break: break-all;
}
.link-out::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-outlink2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 9px;
  width: 16px;
  height: 16px;
}
.link-out:hover {
  opacity: 1;
}
.link-out:hover > p {
  color: #000;
}
.link-out:hover::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
}
.link-out:hover::after {
  background-image: url(../images/icon-outlink.svg);
}

.link-pdf > p {
  margin-bottom: unset !important;
  color: #004098;
  word-break: break-all;
}
.link-pdf .top-news__item--title, .link-pdf > p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 33px;
}
.link-pdf .top-news__item--title::after, .link-pdf > p::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 5px;
  width: 19px;
  height: 19px;
}
.link-pdf:hover {
  opacity: 1;
}
.link-pdf:hover > p {
  color: #000;
}
.link-pdf:hover > p::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
}

.breadcrumb {
  background: #ECF1F7;
  padding: 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 15px;
  }
}
.breadcrumb span {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .breadcrumb span {
    font-size: 13px;
    line-height: 1.7692307692;
  }
}
.breadcrumb span a {
  position: relative;
  padding-right: 1.4em;
}
.breadcrumb span a::after {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenav {
  background: #91ADD2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 9px calc(50vw - 50%) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pagenav {
    padding: 0;
    background: #fff;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}
.pagenav__item {
  color: #C8D6E8;
  border-radius: 8px 8px 0 0;
  padding: 15px 10px 17px;
}
@media screen and (max-width: 768px) {
  .pagenav__item {
    color: #C8D6E8;
    background-color: #91ADD2;
    border-radius: unset;
    padding: 7px 10px;
  }
}
.pagenav__item p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pagenav__item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.1333333333;
  }
}
.pagenav__item.current {
  color: #fff;
  background: #124D9F;
}

.pageheader-1 {
  padding: 50px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .pageheader-1 {
    padding: 26px 0;
  }
}
.pageheader-1.-sustainability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 61px;
     -moz-column-gap: 61px;
          column-gap: 61px;
  row-gap: 10px;
}
.pageheader-1.-sustainability img {
  width: 100%;
  height: auto;
}
.pageheader-1.-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.pageheader-1.-recruit .pageheader-1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .pageheader-1.-recruit .pageheader-1__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pageheader-1.-recruit .pageheader-1__title span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.0909090909;
  width: 122px;
  height: 46px;
  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;
  border: #004098 2px solid;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .pageheader-1.-recruit .pageheader-1__title span {
    font-size: 18px;
    width: 100px;
    height: 32px;
    padding-bottom: unset;
  }
}
.pageheader-1.-recruit p {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .pageheader-1.-recruit p {
    margin-top: unset;
  }
}
.pageheader-1__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .pageheader-1__title {
    font-size: 30px;
    line-height: 1.7333333333;
  }
}
.pageheader-1__subtitle {
  border: 1px solid #004098;
  border-radius: 50px;
  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;
  color: #004098;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0px 26px;
}
.pageheader-1__thumb1 {
  max-width: 410px;
  margin-top: -6px;
}
.pageheader-1__thumb2 {
  max-width: 350px;
  margin-top: -6px;
}
.pageheader-1__thumb3 {
  max-width: 530px;
}
.pageheader-2 {
  margin: 0 calc(50% - 50vw);
  padding: 79px calc(50vw - 50%) 79px;
  width: 100vw;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 64, 152)), to(rgb(129, 205, 228)));
  background: linear-gradient(270deg, rgb(0, 64, 152) 0%, rgb(129, 205, 228) 100%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageheader-2 {
    padding: 30px calc(50vw - 50%) 20px;
  }
}
.pageheader-2__title--ja {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pageheader-2__title--ja {
    font-size: 25px;
    line-height: 2.4;
  }
}
.pageheader-keyword {
  background: #3668AE;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 58px calc(50vw - 50%) 53px;
  width: 100vw;
}
.pageheader-keyword__title {
  font-size: 52px;
  line-height: 1.1538461538;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pageheader-keyword__title {
    font-size: 30px;
    line-height: 1.7333333333;
  }
}
.pageheader-keyword p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .pageheader-keyword p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.pagemain-1 {
  padding: 65px 0 118px;
}
@media screen and (max-width: 768px) {
  .pagemain-1 {
    padding: 28px 0 118px;
  }
}
.pagemain-2 {
  padding: 70px 0 174px;
}
@media screen and (max-width: 768px) {
  .pagemain-2 {
    padding: 30px 0 112px;
  }
}
.pagemain-3 {
  padding-bottom: 173px;
}
@media screen and (max-width: 768px) {
  .pagemain-3 {
    padding-bottom: 118px;
  }
}
.pagemain-3__bg {
  margin: 0 calc(50% - 50vw);
  padding: 46px calc(50vw - 50%) 80px;
  width: 100vw;
  background: #ECF1F7;
}
.pagemain-4 {
  padding: 0px 0 174px;
}
@media screen and (max-width: 768px) {
  .pagemain-4 {
    padding: 0px 0 112px;
  }
}
.pagemain-5 {
  padding: 0px 0 118px;
}
@media screen and (max-width: 768px) {
  .pagemain-5 {
    padding: 0px 0 118px;
  }
}

.pagetop {
  position: fixed;
  z-index: 99;
  right: 13px;
  bottom: 18px;
}

.accordion {
  background: unset !important;
  padding: unset !important;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 62px !important;
  }
}
.accordion p {
  margin-bottom: unset !important;
}
.accordion figure {
  max-width: 500px;
  margin: 20px auto 0;
}
.accordion figure img {
  width: 100%;
  height: auto;
}
.accordion__item {
  border-radius: 16px;
  position: unset !important;
  margin-left: unset !important;
  background: #6D91C4;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordion__item {
    border-radius: 10px;
  }
}
.accordion__item + .accordion__item {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .accordion__item + .accordion__item {
    margin-top: 30px !important;
  }
}
.accordion__item--q {
  color: #fff;
  padding: 22px 70px 22px 30px;
  border-radius: 16px 16px 16px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion__item--q {
    border-radius: 10px 10px 10px 10px;
    padding: 6px 40px 6px 17px;
  }
}
.accordion__item--q p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accordion__item--q p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.accordion__item--q.active {
  border-radius: 16px 16px 0px 0px;
}
.accordion__item--q.active .accordion__cross--bottom {
  rotate: 0deg;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion__item--a {
  background: #ECF1F7;
  padding: 40px 50px;
  border-radius: 0 0 16px 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .accordion__item--a {
    border-radius: 0 0 10px 10px;
    padding: 17px 23px;
  }
}
.accordion__item--a p + p {
  margin-top: 1em;
}
.accordion__cross {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 27px;
}
@media screen and (max-width: 768px) {
  .accordion__cross {
    width: 16px;
    height: 16px;
    right: 16px;
    top: 16px;
  }
}
.accordion__cross--top, .accordion__cross--bottom {
  background: #fff;
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .accordion__cross--top, .accordion__cross--bottom {
    width: 16px;
  }
}
.accordion__cross--top {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion__cross--bottom {
  rotate: 90deg;
  top: 12px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .accordion__cross--bottom {
    top: 7px;
  }
}

.table-1 {
  margin-bottom: 56px;
  width: 100%;
}
.table-1 tr {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-1 tr {
    border-bottom: 2px solid #fff;
  }
}
.table-1 th {
  width: 19.5%;
  background: #DAE3F0;
  vertical-align: middle;
  padding: 24px 20px;
  line-height: 2;
  font-weight: 500;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .table-1 th {
    width: 28%;
    padding: 24px 8px;
  }
}
.table-1 td {
  background: #ECF1F7;
  vertical-align: middle;
  padding: 24px 25px;
  border-left: 5px solid #fff;
  line-height: 2;
  width: 80.5%;
}
@media screen and (max-width: 768px) {
  .table-1 td {
    width: 72%;
    padding: 9px 8px;
    border-left: 2px solid #fff;
  }
}
.table-2 {
  border-top: 1px solid #A3BADA;
  margin-bottom: 56px;
  width: 100%;
}
.table-2 tr {
  border-bottom: 1px solid #A3BADA;
}
.table-2 th {
  width: 19.5%;
  background: #DAE3F0;
  vertical-align: middle;
  padding: 23px 20px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .table-2 th {
    width: 28%;
    padding: 24px 8px;
  }
}
.table-2 td {
  background: #fff;
  vertical-align: middle;
  padding: 23px 25px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .table-2 td {
    padding: 7px 8px;
  }
}
.table-3 {
  border-top: 1px solid #A3BADA;
  margin-bottom: 56px;
  width: 100%;
}
.table-3 tr {
  border-bottom: 1px solid #A3BADA;
}
.table-3 th {
  width: 19.5%;
  background: #DAE3F0;
  vertical-align: middle;
  padding: 23px 20px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .table-3 th {
    width: 100%;
    padding: 14px 8px;
    display: block;
  }
}
.table-3 td:first-of-type {
  background: #fff;
  vertical-align: middle;
  padding: 23px 25px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .table-3 td:first-of-type {
    padding: 7px 8px;
    display: block;
    width: 100%;
  }
}
.table-3 td:last-of-type {
  width: 20%;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .table-3 td:last-of-type {
    display: block;
    width: 100%;
  }
}
.table-3 td:last-of-type img {
  width: 100%;
  height: auto;
  border-radius: unset;
}
.table-4 {
  margin-bottom: 56px;
  width: 100%;
}
.table-4 tr {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-4 tr {
    border-bottom: 2px solid #fff;
  }
}
.table-4 tr:first-of-type {
  background: #004098;
}
.table-4 tr:first-of-type th {
  color: #fff;
}
.table-4 tr:first-of-type th:not(:last-of-type) {
  border-right: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-4 tr:first-of-type th:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
}
.table-4 tr:not(:first-of-type) th {
  background: #DCE3F0;
}
.table-4 tr:not(:first-of-type) td {
  background: #ECF1F7;
}
.table-4 th {
  width: 50%;
  vertical-align: middle;
  padding: 24px 20px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .table-4 th {
    padding: 24px 8px;
  }
}
.table-4 td {
  vertical-align: middle;
  padding: 24px 25px;
  border-left: 5px solid #fff;
  line-height: 2;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .table-4 td {
    padding: 9px 8px;
    border-left: 2px solid #fff;
  }
}
.table-5 {
  margin-bottom: 56px;
  width: 100%;
}
.table-5 tr {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-5 tr {
    border-bottom: 2px solid #fff;
  }
}
.table-5 tr:first-of-type {
  background: #DAE3F0;
}
.table-5 tr:not(:first-of-type) {
  background: #ECF1F7;
}
.table-5 th {
  width: 50%;
  vertical-align: middle;
  padding: 24px 20px;
  line-height: 2;
  font-weight: 500;
  border-left: 5px solid #fff;
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-5 th {
    padding: 24px 8px;
    border-left: 2px solid #fff;
  }
}
.table-5 td {
  vertical-align: middle;
  padding: 24px 25px;
  border-left: 5px solid #fff;
  line-height: 2;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .table-5 td {
    padding: 9px 8px;
    border-left: 2px solid #fff;
  }
}
.table-6 {
  margin-bottom: 56px;
  width: 100%;
}
.table-6 tr {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-6 tr {
    border-bottom: 2px solid #fff;
  }
}
.table-6 tr:first-of-type {
  background: #DAE3F0;
}
.table-6 tr:not(:first-of-type) {
  background: #ECF1F7;
}
.table-6 th {
  vertical-align: middle;
  padding: 10px 20px;
  line-height: 2;
  font-weight: 500;
  border-right: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-6 th {
    padding: 10px 8px;
    border-right: 2px solid #fff;
  }
}
.table-6 th.th1 {
  background: #004098;
  color: #fff;
}
.table-6 th.th1:last-of-type {
  border-right: unset;
}
.table-6 th.th2 {
  background: #DCE3F0;
}
.table-6 th.vr {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.table-6 td {
  background: #EDF1F7;
  vertical-align: middle;
  padding: 10px 25px;
  line-height: 2;
  border-right: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-6 td {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 768px) {
  .table-6 td {
    border-right: 2px solid #fff;
  }
}
.table-6 td span {
  color: #004098;
  display: block;
}
.table-7 {
  margin-bottom: 56px;
  width: 100%;
}
.table-7 tr {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-7 tr {
    border-bottom: 2px solid #fff;
  }
}
.table-7 th {
  width: 36%;
  background: #DCE3F0;
  vertical-align: middle;
  padding: 24px 20px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .table-7 th {
    width: 28%;
    padding: 24px 8px;
  }
}
.table-7 td {
  background: #ECF1F7;
  vertical-align: middle;
  padding: 24px 25px;
  border-left: 5px solid #fff;
  line-height: 2;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .table-7 td {
    width: 72%;
    padding: 9px 8px;
    border-left: 2px solid #fff;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -36px;
  row-gap: 36px;
}
@media screen and (max-width: 768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
    row-gap: 30px;
  }
}
.card__item {
  border: #AFAFAF 1px solid;
  border-radius: 16px;
}
.card__item--thumb {
  overflow: hidden;
}
.card__item--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.card__item--body ul {
  border-top: 1px dashed #AFAFAF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .card__item--body ul {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.card__item--body ul li {
  margin-right: 22px;
}
.card.-col3 .card__item {
  width: calc(33.33333% - 36px);
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .card.-col3 .card__item {
    width: 100%;
    margin-left: unset;
  }
}
.card.-col3 .card__item--thumb img {
  aspect-ratio: 167/105;
}
.card.-col3 .card__item--body {
  padding: 15px 19px;
}
.card.-col3 .card__item--title {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 33px;
}
.card.-col3 .card__item--title::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-card.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 8px;
  width: 18px;
  height: 18px;
}
.card.-col3 .card__item--text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #004098;
  margin-bottom: 10px;
}
.card.-col2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.card.-col2 .card__item {
  width: calc(50% - 36px);
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .card.-col2 .card__item {
    width: 100%;
    margin-left: unset;
  }
}
.card.-col2 .card__item--thumb img {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .card.-col2 .card__item--thumb img {
    aspect-ratio: 343/220;
  }
}
.card.-col2 .card__item--body {
  padding: 16px 20px 19px;
}
@media screen and (max-width: 768px) {
  .card.-col2 .card__item--body {
    padding: 19px 12px 17px;
  }
}
.card.-col2 .card__item--title {
  font-size: 19px;
  line-height: 1.6842105263;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 34px;
}
@media screen and (max-width: 768px) {
  .card.-col2 .card__item--title {
    font-size: 17px;
  }
}
.card.-col2 .card__item--title::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-card.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 8px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .card.-col2 .card__item--title::after {
    top: 6px;
  }
}
.card.-col2 .card__item--text {
  font-size: 16px;
  line-height: 2;
  color: #004098;
  margin-top: 30px;
}
.card.-col2.-height .card__item {
  min-height: 392px;
}
@media screen and (max-width: 768px) {
  .card.-col2.-height .card__item {
    min-height: unset;
  }
}

.custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .custom-pagination {
    margin-top: 50px;
  }
}

.custom-pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.custom-pagination a {
  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;
  text-decoration: none;
  color: #004098;
  font-size: 18px;
  font-weight: 500;
  width: 40px;
  height: 40px;
}

.custom-pagination .current {
  border: 1px solid #004098;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #004098;
  font-size: 18px;
  font-weight: 500;
  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;
}

.anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7FBFF;
}
.anchorlink_item {
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #fff;
}

@media print {
  header, footer, .breadcrumb, .pagenav, .button-print {
    display: none;
  }
  main {
    margin-top: unset;
  }
  .pageheader-1 {
    padding: 0 0 10px;
  }
  .pageheader-1__title {
    font-size: 24px;
  }
  .pagemain-1 {
    padding: unset;
  }
  .table-2 th {
    padding: 10px 20px;
  }
  .table-2 td {
    padding: 10px 25px;
  }
}
.medcheckmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  padding: 0 20px;
  display: none;
}
.medcheckmodal__box {
  background: #fff;
  border-radius: 16px;
  max-width: 1080px;
  padding: 65px 20px 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
@media screen and (max-width: 768px) {
  .medcheckmodal__box {
    padding: 35px 20px 34px;
  }
}
.medcheckmodal__inner {
  max-width: 900px;
  margin: 0 auto;
}
.medcheckmodal__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .medcheckmodal__title {
    font-size: 20px;
  }
}
.medcheckmodal__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .medcheckmodal__text {
    margin-top: 20px;
  }
}
.medcheckmodal__check {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .medcheckmodal__check {
    font-size: 16px;
    margin-top: 15px;
  }
}
.medcheckmodal__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  max-width: 732px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .medcheckmodal__buttonwrap {
    margin: 20px auto 0;
    gap: 20px;
  }
}
.medcheckmodal__buttonwrap button {
  width: calc(50% - 30px);
  height: 60px;
  border: #004098 1px solid;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #004098;
  position: relative;
}
@media screen and (max-width: 768px) {
  .medcheckmodal__buttonwrap button {
    width: calc(50% - 10px);
    font-size: 16px;
    height: 50px;
  }
}
.medcheckmodal__buttonwrap button svg {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .medcheckmodal__buttonwrap button svg {
    right: 10px;
    width: 14px;
    height: 14px;
  }
}

.top__title {
  color: #004098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .top__title {
    row-gap: 21px;
  }
}
.top__title--sm {
  font-size: 26px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .top__title--sm {
    font-size: 22px;
    line-height: 1.0909090909;
  }
}
.top__title--lg {
  font-size: 35px;
  line-height: 1.0857142857;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .top__title--lg {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}
.top__bg {
  background: #ECF1F7;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 164px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .top__bg {
    padding: 0px calc(50vw - 50%) 110px;
  }
}
.top__banner {
  position: fixed;
  right: 28px;
  bottom: 128px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .top__banner {
    display: none;
  }
}
.top__banner figure {
  max-width: 290px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 12px;
}
.top__banner img {
  width: 100%;
  height: 100%;
  aspect-ratio: 145/82;
  border-radius: 12px;
}
.top__banner svg {
  position: absolute;
  right: -12px;
  top: -12px;
}
.top__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__2col--head {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .top__2col--head {
    margin-top: unset;
  }
}
.top__2col--head img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top__2col--head img {
    width: 100%;
    height: 100%;
    aspect-ratio: 25/14;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__2col.-left .top__2col--head {
  margin-left: calc(50% - 50vw);
  margin-right: -237px;
}
@media screen and (max-width: 768px) {
  .top__2col.-left .top__2col--head {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.top__2col.-left .top__2col--head img {
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 768px) {
  .top__2col.-left .top__2col--head img {
    border-radius: unset;
  }
}
.top__2col.-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top__2col.-right {
    margin: unset;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__2col.-right .top__2col--head {
  margin-right: calc(50% - 50vw);
  margin-left: -237px;
}
@media screen and (max-width: 768px) {
  .top__2col.-right .top__2col--head {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.top__2col.-right .top__2col--head img {
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 768px) {
  .top__2col.-right .top__2col--head img {
    border-radius: unset;
  }
}
.top__2col--body {
  background: #fff;
  border-radius: 16px;
  padding: 55px 50px 55px;
  max-width: 540px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__2col--body {
    max-width: unset;
    margin-top: -50px;
    padding: 21px 23px 35px;
  }
}
.top__2col--body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.top__2col--body > ul li {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  border: #004098 1px solid;
  border-radius: 50px;
  color: #004098;
}
.top__2col--body > p {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .top__2col--body > p {
    margin-top: 15px;
  }
}
.top__2col--body > a {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .top__2col--body > a {
    margin-top: 25px;
  }
}
.top-mv {
  position: relative;
  padding: 47px 0 122px 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-mv {
    height: 100vh;
    padding: 23px 0 0px 17px;
  }
}
.top-mv__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-mv__slider {
    height: 103%;
  }
  .top-mv__slider .swiper-wrapper {
    height: calc(100% - 88px);
  }
}
.top-mv__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-mv__slider img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-mv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 60px;
  bottom: 34px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .top-mv__bottom {
    position: unset;
    background: #ECF1F7;
    width: 100%;
    padding: 30px 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
.top-mv__bottom .swiper-pagination, .top-mv__bottom .swiper-button-next, .top-mv__bottom .swiper-button-prev {
  position: unset;
}
.top-mv__bottom .swiper-button-prev, .top-mv__bottom .swiper-button-next {
  width: 26px;
  height: 26px;
  margin: unset;
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-button-prev {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-button-next {
    margin-left: 30px;
  }
}
.top-mv__bottom .swiper-button-prev::after, .top-mv__bottom .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.top-mv__bottom .swiper-button-prev::after {
  background-image: url(../images/slide-prev.svg);
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-button-prev::after {
    background-image: url(../images/slide-prev-sp.svg);
  }
}
.top-mv__bottom .swiper-button-next::after {
  background-image: url(../images/slide-next.svg);
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-button-next::after {
    background-image: url(../images/slide-next-sp.svg);
  }
}
.top-mv__bottom .swiper-pagination-bullet {
  background: unset;
  border: 1px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-pagination-bullet {
    border: 1px solid #004098;
  }
}
.top-mv__bottom .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-pagination-bullet-active {
    background: #004098;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 -17px;
  }
}
.top-mv__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .top-mv__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
  }
}
.top-mv__pause {
  position: relative;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top-mv__pause {
    margin-left: 30px;
  }
  .top-mv__pause circle {
    fill: #004098;
  }
  .top-mv__pause line {
    stroke: #fff;
  }
}
.top-mv__contents {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-mv__contents {
    left: 0;
  }
}
.top-mv__lead1 {
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 5, 123);
  font-size: 50px;
  line-height: 1.66;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-mv__lead1 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.top-mv__lead2 {
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 5, 123);
  margin-top: 170px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-mv__lead2 {
    margin-top: 241px;
  }
}
.top-mv__lead2--sm {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-mv__lead2--sm {
    font-size: 30px;
  }
}
.top-mv__lead2--lg {
  font-size: 85px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .top-mv__lead2--lg {
    font-size: 47px;
    line-height: 1.2;
    margin-top: 11px;
  }
}
.top-mv__button {
  max-width: 400px;
  border: unset;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .top-mv__button {
    max-width: 345px;
    margin: 15px 0 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top-mv__button p {
  padding: 24px 0px;
  margin-left: -14px;
}
@media screen and (max-width: 768px) {
  .top-mv__button p {
    padding: 15px 17px;
    margin-left: unset;
  }
}
.top-important {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .top-important {
    padding: 50px 0 0;
  }
}
.top-important__title {
  background: #004098;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 700;
  height: 59px;
  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;
}
@media screen and (max-width: 768px) {
  .top-important__title {
    font-size: 18px;
    line-height: 2.1111111111;
    height: 48px;
  }
}
.top-important__list {
  border: 2px solid #004098;
  border-radius: 0 0 16px 16px;
  padding: 16px 37px 18px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-important__list {
    padding: 12px 17px 18px 16px;
    row-gap: 12px;
  }
}
.top-important__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .top-important__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
}
.top-important__item--date {
  color: #004098;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.top-important__item--title {
  font-size: 15px;
  line-height: 1.8;
}
.top-news {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 40px calc(50vw - 50%);
  background: #ECF1F7;
}
@media screen and (max-width: 768px) {
  .top-news {
    background: unset;
    margin: unset;
    width: auto;
    padding: 55px 0 60px;
  }
}
.top-news__contents {
  background: #fff;
  border-radius: 16px;
  padding: 35px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .top-news__contents {
    background: unset;
    border-radius: unset;
    padding: unset;
  }
}
.top-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-news__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-news__title {
  color: #004098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 21px;
     -moz-column-gap: 21px;
          column-gap: 21px;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    -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;
  }
}
.top-news__title--lg {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 1px;
}
@media screen and (max-width: 768px) {
  .top-news__title--lg {
    font-size: 34px;
    line-height: 1.4166666667;
  }
}
.top-news__title--sm {
  font-size: 18px;
  line-height: 2.1111111111;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-news__title--sm {
    line-height: 1.4;
  }
}
.top-news__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 683px;
  width: 100%;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .top-news__cate {
    margin: 30px calc(50% - 50vw) 0;
    width: 100vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.top-news__cate li a {
  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;
  color: #004098;
  background: #ECF1F7;
  border-radius: 16px;
  padding: 3px 18px 4px 19px;
}
@media screen and (max-width: 768px) {
  .top-news__cate li a {
    border-radius: unset;
    padding: 6px 13px 8px 13px;
  }
}
.top-news__cate li p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-news__cate li p {
    font-size: 15px;
    line-height: 2.1333333333;
    font-weight: 500;
  }
}
.top-news__cate li.current a {
  background: #004098;
  color: #fff;
}
.top-news__list {
  border-top: #E2E0E0 1px solid;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-top: 20px;
  }
}
.top-news__item {
  border-bottom: #E2E0E0 1px solid;
}
.top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 19px 0 16px 20px;
}
@media screen and (max-width: 768px) {
  .top-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news__item--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.top-news__item--date {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  color: #004098;
}
.top-news__item--cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top-news__item--cate {
    margin-top: 7px;
  }
}
.top-news__item--cate li {
  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;
  color: #fff;
  background: #3668AE;
  border-radius: 13px;
  padding: 1px 10px;
}
.top-news__item--cate li p {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
.top-news__item--title {
  font-size: 15px;
  line-height: 1.8666666667;
}
.top-news__button {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .top-news__button {
    margin: 30px auto 0;
  }
}
.top-about {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 60px calc(50vw - 50%) 60px;
  background: #DAE3F0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about {
    position: unset;
    padding: 30px calc(50vw - 50%) 60px;
  }
}
.top-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-about__head--head {
  max-width: 538px;
  width: calc(100% - 346px);
}
@media screen and (max-width: 768px) {
  .top-about__head--head {
    max-width: unset;
    width: 100%;
  }
}
.top-about__head--body {
  padding-bottom: 4px;
  width: 336px;
}
@media screen and (max-width: 768px) {
  .top-about__head--body {
    display: none;
  }
}
.top-about__lead {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .top-about__lead {
    margin-top: 25px;
  }
}
.top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 29px;
  margin-left: -36px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .top-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
    margin-top: 26px;
  }
}
.top-about__item {
  width: calc(50% - 36px);
  margin-left: 36px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
  .top-about__item {
    width: 100%;
    margin-left: unset;
  }
}
.top-about__item--thumb {
  display: block;
}
.top-about__item--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .top-about__item--thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 345/150;
  }
}
.top-about__item--titarea {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 12px 15px;
}
.top-about__item--titarea p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  color: #004098;
}
.top-about__item--title {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-about__button {
    margin-top: 30px;
  }
}
.top-rd {
  margin-top: 60px;
}
.top-needle {
  margin-top: -154px;
  background-image: url(../images/top-needle.jpg);
  background-size: cover;
  background-position: right;
  border-radius: 16px;
  position: relative;
  padding: 51px 50px 46px;
}
@media (max-width: 1300px) {
  .top-needle {
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .top-needle {
    margin-top: 30px;
    background: unset;
    padding: unset;
  }
}
.top-needle__thumb {
  border-radius: 16px 16px 0 0;
}
.top-needle__thumb img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
.top-needle__title {
  color: #004098;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .top-needle__title {
    font-size: 28px;
  }
}
.top-needle__contents {
  max-width: 405px;
}
@media screen and (max-width: 768px) {
  .top-needle__contents {
    background: #fff;
    border-radius: 0 0 16px 16px;
    max-width: unset;
    padding: 34px 23px 30px;
  }
}
.top-needle__contents > p {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.9333333333;
}
@media screen and (max-width: 768px) {
  .top-needle__contents > p {
    line-height: 2.1;
  }
}
.top-needle__contents > p span {
  font-size: 13px;
  line-height: 2.2307692308;
  display: block;
}
.top-needle__contents > a {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .top-needle__contents > a {
    margin-top: 26px;
  }
}
.top-business {
  margin-top: 60px;
}
.top-business__box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-business__box {
    position: unset;
  }
}
.top-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  row-gap: 20px;
  max-width: 480px;
  position: absolute;
  right: 297px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-business__list {
    position: unset;
    right: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 30px;
    row-gap: 30px;
    max-width: unset;
  }
}
.top-business__item {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.top-business__item--thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 23/12;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .top-business__item--thumb img {
    aspect-ratio: 161/111;
  }
}
.top-business__item--body {
  background: #fff;
  border-radius: 0 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .top-business__item--body {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding: 5px 5px 10px 9px;
  }
}
.top-sustainability {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-sustainability {
    margin-top: 62px;
  }
}
.top-recruit {
  margin-top: 116px;
  height: 340px;
  width: 100%;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 59px;
    height: auto;
  }
}
.top-recruit__head {
  background: #fff;
  border-radius: 16px 0 0 16px;
  width: 282px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .top-recruit__head {
    padding-left: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 23px;
    row-gap: 28px;
  }
}
.top-recruit__head a {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-recruit__head {
    width: 100%;
    border-radius: 0 0 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-recruit__head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-recruit__body {
  width: calc(100% - 282px);
  background-image: url(../images/top-recruit.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0 16px 16px 0;
  padding: 29px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top-recruit__body {
    background-image: url(../images/top-recruit-sp.jpg);
    padding: unset;
    width: 100%;
    aspect-ratio: 15/7;
    border-radius: 16px 16px 0 0;
  }
  .top-recruit__body a {
    display: none;
  }
}

.about__mv img {
  width: 100%;
  height: auto;
}
.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  margin-right: -3px;
}
@media screen and (max-width: 768px) {
  .about__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__card {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about__card {
    margin-top: 50px;
  }
}
.about__card.card.-col3 .card__item--thumb img {
  aspect-ratio: 334/170;
}

.news {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 18px;
  }
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 21px;
    margin-bottom: 28px;
  }
}
.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.news__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.news__cate li a {
  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;
  background: #004098;
  color: #fff;
  padding: 4px 23px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .news__cate li a {
    padding: 10px 23px 10px;
  }
}
.news__cate li p {
  font-size: 16px;
  line-height: 1.25;
}
.news__date {
  color: #004098;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.news__body {
  padding-bottom: 178px;
}
.news__eyecatch img {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .news__eyecatch {
    margin-bottom: 28px !important;
  }
  .news__eyecatch img {
    width: 100%;
    height: 100%;
    aspect-ratio: 345/259;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news__button {
  margin: 0 auto;
}
.news-archive {
  padding: 50px 0 100px;
}
.news-archive__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .news-archive__title {
    font-size: 30px;
  }
}
.news-archive__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .news-archive__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news-archive__header select {
  appearance: none; /* デフォルトの矢印を非表示 */
  -webkit-appearance: none; /* Safari 用 */
  -moz-appearance: none; /* Firefox 用 */
  border: 1px solid #004098;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #004098;
  width: 120px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/year.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 17px;
  padding-left: 20px;
  cursor: pointer;
}
.news-archive__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.news-archive__cate li a {
  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;
  color: #004098;
  background: #ECF1F7;
  padding: 4px 23px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .news-archive__cate li a {
    padding: 5px 10px 5px;
  }
}
.news-archive__cate li p {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .news-archive__cate li p {
    font-size: 14px;
  }
}
.news-archive__cate li.current a {
  background: #004098;
  color: #fff;
}
.news-archive__list {
  border-top: #E2E0E0 1px solid;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .news-archive__list {
    margin-top: 20px;
  }
}
.news-archive__item {
  border-bottom: #E2E0E0 1px solid;
}
.news-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 19px 0 16px 20px;
}
@media screen and (max-width: 768px) {
  .news-archive__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-archive__item--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.news-archive__item--date {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  color: #004098;
}
.news-archive__item--cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .news-archive__item--cate {
    margin-top: 7px;
  }
}
.news-archive__item--cate li {
  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;
  color: #fff;
  background: #3668AE;
  border-radius: 13px;
  padding: 1px 10px;
}
.news-archive__item--cate li p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
.news-archive__item--title {
  font-size: 15px;
  line-height: 1.8666666667;
}

.recruit-top__head {
  padding-bottom: 80px;
}
.recruit-top__head--mv img {
  width: 100%;
  height: auto;
}
.recruit-top__head--title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #004098;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-top__head--title {
    font-size: 26px;
    margin-top: 30px;
  }
}
.recruit-top__head--lead {
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
  text-align: center;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .recruit-top__head--lead {
    text-align: left;
    font-size: 16px;
  }
}
.recruit-top__head--lead + .recruit-top__head--lead {
  margin-top: 40px;
}
.recruit-top__head--button {
  margin: 33px auto 0;
}
.recruit-top__title {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-top__title {
    font-size: 20px;
  }
}
.recruit-top__interview {
  background: #ECF1F7;
  margin: 0 calc(50% - 50vw);
  padding: 55px calc(50vw - 50%);
  width: 100vw;
}
.recruit-top__interview--lead {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--lead {
    font-size: 26px;
    margin-top: 10px;
  }
}
.recruit-top__interview--text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--text {
    text-align: left;
  }
}
.recruit-top__interview--button {
  margin: 50px auto 0;
  max-width: 380px;
}
.recruit-top__interview--sliderbox {
  margin: 54px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--sliderbox {
    margin: 20px auto 0;
    width: 100%;
  }
}
.recruit-top__interview--sliderbox .swiper-button-next {
  right: 0;
}
.recruit-top__interview--sliderbox .swiper-button-prev {
  left: 0;
}
.recruit-top__interview--sliderbox .swiper-button-next, .recruit-top__interview--sliderbox .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 44.5%;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--sliderbox .swiper-button-next, .recruit-top__interview--sliderbox .swiper-button-prev {
    width: 26px;
    height: 26px;
    top: unset;
    bottom: -4px;
  }
}
.recruit-top__interview--sliderbox .swiper-button-prev:after, .recruit-top__interview--sliderbox .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(../images/slide-prev2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--sliderbox .swiper-button-prev:after, .recruit-top__interview--sliderbox .swiper-rtl .swiper-button-next:after {
    width: 26px;
    height: 26px;
  }
}
.recruit-top__interview--sliderbox .swiper-button-next:after, .recruit-top__interview--sliderbox .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(../images/slide-next2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--sliderbox .swiper-button-next:after, .recruit-top__interview--sliderbox .swiper-rtl .swiper-button-prev:after {
    width: 26px;
    height: 26px;
  }
}
.recruit-top__interview--sliderbox .swiper-pagination {
  position: unset;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--sliderbox .swiper-pagination {
    margin-top: 20px;
  }
}
.recruit-top__interview--sliderbox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #004098;
  opacity: 1;
  background: unset;
}
.recruit-top__interview--sliderbox .swiper-pagination-bullet-active {
  background: #004098;
}
.recruit-top__interview--sliderbox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.recruit-top__interview--sliderinner {
  padding: 0 74px;
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-top__interview--sliderinner {
    padding: unset;
  }
}
.recruit-top__interview--slider {
  max-width: 1230px;
  margin: 0 auto;
}
.recruit-top__interview--slider .recruit-interview__item {
  width: auto;
  margin-left: unset;
}
.recruit-top__data {
  padding: 97px 0;
}
@media screen and (max-width: 768px) {
  .recruit-top__data {
    padding: 50px 0;
  }
}
.recruit-top__data .recruit-data__list {
  margin-top: 45px;
}
.recruit-top__data .recruit-data__list h2 {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}
.recruit-top__data .recruit-data__list p .text1 {
  font-size: 68px;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  display: inline-block;
}
.recruit-top__data .recruit-data__list p .text2 {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-left: 7px;
}
.recruit-top__data .recruit-data__list p .text3 {
  font-size: 45px;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
}
.recruit-top__data--button {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit-top__data--button {
    margin: 30px auto 0;
  }
}
.recruit-top__occupation {
  background: #ECF1F7;
  margin: 0 calc(50% - 50vw);
  padding: 57px calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation {
    padding: 50px calc(50vw - 50%);
  }
}
.recruit-top__occupation--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation--links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}
.recruit-top__occupation--links li a {
  background: #fff;
  border-radius: 6px;
  width: 140px;
  height: 40px;
  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;
  font-size: 17px;
  font-weight: 600;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation--links li a {
    width: 108px;
    font-size: 14px;
    height: 30px;
  }
}
.recruit-top__occupation--links li a.active {
  color: #fff;
  background: #004098;
}
.recruit-top__occupation--panel {
  display: none;
}
.recruit-top__occupation--panel.active {
  display: block;
}
.recruit-top__occupation--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation--list {
    margin-top: 20px;
  }
}
.recruit-top__occupation--item a {
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 14px 15px;
}
.recruit-top__occupation--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit-top__occupation--cate {
  border-radius: 6px;
  background: #004098;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  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;
  min-width: 140px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation--cate {
    min-width: 108px;
    height: 30px;
  }
  .recruit-top__occupation--cate p {
    font-size: 14px;
  }
}
.recruit-top__occupation--title {
  font-weight: 500;
}
.recruit-top__occupation--button {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit-top__occupation--button {
    margin: 30px auto 0;
  }
}
.recruit-single {
  padding-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .recruit-single {
    padding-bottom: 80px;
  }
}
.recruit-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3668AE;
  border-radius: 16px;
  color: #fff;
  margin-bottom: 67px;
  overflow: hidden;
  min-height: 405px;
}
@media screen and (max-width: 768px) {
  .recruit-single__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    min-height: unset;
  }
}
.recruit-single__header--body {
  width: 50%;
  padding: 30px 34px;
}
@media screen and (max-width: 768px) {
  .recruit-single__header--body {
    width: 100%;
    padding: 30px 16px;
  }
}
.recruit-single__header--lead {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit-single__header--title {
  font-size: 30px;
  line-height: 1.7333333333;
  font-weight: 700;
  margin-top: 32px;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .recruit-single__header--title {
    margin-top: 10px;
    max-width: unset;
    font-size: 20px;
  }
}
.recruit-single__header--position {
  font-size: 16px;
  line-height: 2;
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .recruit-single__header--position {
    margin-top: 10px;
  }
}
.recruit-single__header--keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.recruit-single__header--keyword li {
  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;
  color: #0A7EA2;
  background: #E4F4F9;
  border-radius: 50px;
  font-weight: 600;
  padding: 6px 14px;
}
.recruit-single__header--thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .recruit-single__header--thumb {
    width: 100%;
  }
}
.recruit-single__header--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-single__button {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit-single__button {
    margin: 50px auto 0;
  }
}
.recruit-job__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-job__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.recruit-job__number {
  border: #004098 1px solid;
  border-radius: 6px;
  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;
  padding: 0 13px;
  min-width: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
}
.recruit-job__number p {
  font-weight: 600;
  color: #004098;
  font-size: 16px;
}
.recruit-job__cate {
  border: #004098 1px solid;
  background: #004098;
  border-radius: 6px;
  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;
  padding: 0 13px;
  min-width: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
}
.recruit-job__cate p {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.recruit-job__name p {
  font-weight: 500;
  font-size: 16px;
}
.recruit-job__text {
  text-align: center;
  margin-top: 60px auto 0;
}
.recruit-job__button1 {
  margin: 30px auto 0;
}
.recruit-job__button2 {
  margin: 80px auto 0;
}
.recruit-interview__contents {
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 60px;
  width: 100vw;
  background: #ECF1F7;
}
.recruit-interview__title {
  font-size: 28px;
  line-height: 2.1428571429;
  font-weight: 700;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .recruit-interview__title {
    font-size: 20px;
  }
}
.recruit-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -36px;
  row-gap: 60px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .recruit-interview__list {
    margin-left: unset;
    row-gap: 20px;
    margin-top: 20px;
  }
}
.recruit-interview__item {
  width: calc(33.33333% - 36px);
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .recruit-interview__item {
    width: 100%;
    margin-left: unset;
  }
}
.recruit-interview__item a {
  height: 100%;
  border-radius: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-interview__item--thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 336/211;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.recruit-interview__item--body {
  height: 100%;
  padding: 22px 18px 15px;
  min-height: 349px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-interview__item--body {
    min-height: unset;
  }
}
.recruit-interview__item--lead {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #004098;
}
.recruit-interview__item--title {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #004098;
  margin-top: 14px;
}
.recruit-interview__item--position {
  font-size: 16px;
  line-height: 2;
  margin-top: 3px;
}
.recruit-interview__item--keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 10px;
  margin-top: 15px;
}
.recruit-interview__item--keyword li {
  padding: 4px 14px;
  background: #E4F4F9;
  color: #0A7EA2;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}
.recruit-interview__item--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
  margin-top: 24px;
  margin-left: auto;
}
.recruit-interview__item--more p {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: 500;
}
.recruit-interview__button {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview__button {
    margin: 50px auto 0;
  }
}
.recruit-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 36px;
  margin-left: -36px;
}
.recruit-data__item {
  background: #3668AE;
  color: #fff;
  border-radius: 16px;
  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;
  margin-left: 36px;
}
.recruit-data__item figure {
  height: auto;
  width: 100%;
}
.recruit-data__item figure img {
  width: 100%;
  height: auto;
}
.recruit-data__item:nth-child(1) figure, .recruit-data__item:nth-child(2) figure, .recruit-data__item:nth-child(3) figure {
  max-width: 134px;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(1) figure, .recruit-data__item:nth-child(2) figure, .recruit-data__item:nth-child(3) figure {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-child(1) p, .recruit-data__item:nth-child(2) p, .recruit-data__item:nth-child(3) p {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-child(1) p, .recruit-data__item:nth-child(2) p, .recruit-data__item:nth-child(3) p {
    margin-top: 10px;
    line-height: 1;
  }
}
.recruit-data__item:nth-child(3) p {
  margin-left: 10px;
}
.recruit-data__item:nth-child(4) figure {
  max-width: 143px;
  margin-top: 21px;
}
.recruit-data__item:nth-child(4) .recruit-data__item--flexbox {
  margin-top: 21px;
  margin-left: 13px;
}
.recruit-data__item:nth-of-type(5) figure {
  max-width: 463px;
  margin-top: 30px;
}
.recruit-data__item:nth-of-type(5) .recruit-data__item--flexbox {
  margin-top: 30px;
}
.recruit-data__item:nth-of-type(6) figure {
  max-width: 128px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(6) figure {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-of-type(6) p {
  margin-top: 10px;
}
.recruit-data__item:nth-of-type(7) figure {
  max-width: 124px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(7) figure {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-of-type(7) p {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(7) p {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-of-type(8) figure {
  max-width: 134px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(8) figure {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-of-type(8) p {
  margin-top: 24px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(8) p {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-of-type(9) figure {
  max-width: 134px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(9) figure {
    margin-top: 10px;
  }
}
.recruit-data__item:nth-of-type(9) p {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item:nth-of-type(9) p {
    margin-top: 10px;
  }
}
.recruit-data__item.-col3 {
  width: calc(33.33333% - 36px);
  padding: 20px 10px 6px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item.-col3 {
    width: 100%;
    padding: 20px 10px 20px;
  }
}
.recruit-data__item.-col2 {
  width: calc(50% - 36px);
  padding: 21px 10px 20px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item.-col2 {
    width: 100%;
  }
}
.recruit-data__item.-col4 {
  width: calc(25% - 36px);
  padding: 20px 20px 6px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item.-col4 {
    width: 100%;
    padding: 20px 10px 20px;
  }
  .recruit-data__item.-col4 p {
    line-height: 1;
  }
}
.recruit-data__item--flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-data__item--flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.recruit-data h2 {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}
.recruit-data p .text1 {
  font-size: 68px;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  display: inline-block;
}
.recruit-data p .text2 {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-left: 7px;
}
.recruit-data p .text3 {
  font-size: 45px;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
}
.recruit-data li.text4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.9130434783;
}
.recruit-data li.text5 {
  font-size: 19px;
  font-weight: 700;
  line-height: 2.1052631579;
}
.recruit-data__button {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit-data__button {
    margin: 60px auto 0;
  }
}

.rd__needle {
  background-image: url(../images/needle.jpg);
  background-size: cover;
  background-position: right;
  border-radius: 16px;
  position: relative;
  padding: 23px 50px 23px;
  border: #AFAFAF 1px solid;
}
.rd__needle + .rd__needle {
  margin-top: 35px;
  background-image: url(../images/needle2.jpg);
}
@media screen and (max-width: 768px) {
  .rd__needle {
    background: unset;
    padding: unset;
  }
}
.rd__needle--thumb {
  border-radius: 16px 16px 0 0;
}
.rd__needle--thumb img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
.rd__needle--title {
  color: #004098;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .rd__needle--title {
    font-size: 28px;
  }
}
.rd__needle--contents {
  max-width: 525px;
}
@media screen and (max-width: 768px) {
  .rd__needle--contents {
    background: #fff;
    border-radius: 0 0 16px 16px;
    max-width: unset;
    padding: 34px 23px 30px;
  }
}
.rd__needle--contents > p {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.9333333333;
}
@media screen and (max-width: 768px) {
  .rd__needle--contents > p {
    line-height: 2.1;
  }
}
.rd__needle--contents > p span {
  display: block;
  font-size: 13px;
  line-height: 2.2307692308;
}
.rd__needle--contents > a {
  margin-top: 20px;
}
.rd__card {
  margin-top: 70px;
}
.rd-about__mv img {
  width: 100%;
  height: auto;
}
.rd-about__lead {
  margin-top: 46px;
}
.rd-about__thumb {
  max-width: 630px;
  margin: 40px auto 0;
}
.rd-about__thumb img {
  width: 100%;
  height: auto;
}
.rd-about__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .rd-about__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.rd-about__2col.-herf > svg, .rd-about__2col.-herf > div, .rd-about__2col.-herf > figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .rd-about__2col.-herf > svg, .rd-about__2col.-herf > div, .rd-about__2col.-herf > figure {
    width: 100%;
  }
}
.rd-technology h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .rd-technology h2 {
    margin-top: 20px;
  }
}
.rd-technology strong {
  font-size: 20px;
  line-height: 1.8;
  color: #004098;
  margin-top: 30px;
  display: block;
}
.rd-technology > p {
  margin-top: 30px;
}
.rd-technology .button_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.rd-story__box {
  background: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 28px 30px 26px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .rd-story__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 16px 26px;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 10px;
  }
}
.rd-story__box + .rd-story__box {
  margin-top: 30px;
}
.rd-story__box--thumb {
  width: 50%;
  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;
}
@media screen and (max-width: 768px) {
  .rd-story__box--thumb {
    width: 100%;
  }
}
.rd-story__box--thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 230/153;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rd-story__box--body {
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .rd-story__box--body {
    width: 100%;
  }
}
.rd-story__box--title {
  color: #004098;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .rd-story__box--title {
    font-size: 18px;
  }
}
.rd-story__box--text {
  margin-top: 11px;
  font-size: 16px;
  line-height: 2;
}
.rd-story__box--text span {
  font-size: 13px;
  line-height: 2.4615384615;
  display: block;
}
.rd-story__box--link1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-top: 22px;
}
.rd-story__box--link1 p {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-right: 34px;
  color: #004098;
}
.rd-story__box--link1 p::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-outlink2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 9px;
  width: 19px;
  height: 19px;
}
.rd-story__box--link1:hover {
  opacity: 1;
}
.rd-story__box--link1:hover p {
  color: #000;
}
.rd-story__box--link1:hover p::after {
  background-image: url(../images/icon-outlink.svg);
}
.rd-story__box--link2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-top: 22px;
}
.rd-story__box--link2 p {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-right: 34px;
  color: #004098;
}
.rd-story__box--link2 p::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-link2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 9px;
  width: 19px;
  height: 19px;
}
.rd-story__box--link2:hover {
  opacity: 1;
}
.rd-story__box--link2:hover p {
  color: #000;
}
.rd-story__box--link2:hover p::after {
  background-image: url(../images/icon-link.svg);
}

.sustainability__mv img {
  width: 100%;
  height: auto;
}
.sustainability__title {
  color: #004098;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sustainability__title {
    margin-top: 25px;
  }
}
.sustainability__title--en {
  font-size: 45px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .sustainability__title--en {
    font-size: 24px;
  }
}
.sustainability__title--ja {
  font-size: 28px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .sustainability__title--ja {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.4;
  }
}
.sustainability__text {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .sustainability__text {
    margin-top: 25px;
  }
}
.sustainability__text + .sustainability__text {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sustainability__text + .sustainability__text {
    margin-top: 15px;
  }
}
.sustainability__card {
  margin-top: 56px;
}
.sustainability__button {
  height: 80px;
  width: 100%;
  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;
  border: #AFAFAF 1px solid;
  border-radius: 16px;
  margin-top: 36px;
}
.sustainability__button p {
  font-size: 19px;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 33px;
}
@media screen and (max-width: 768px) {
  .sustainability__button p {
    font-size: 16px;
  }
}
.sustainability__button p::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-card.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
}

.business-about__mv img {
  width: 100%;
  height: auto;
}
.business-about__lead {
  margin-top: 46px;
}
.business-about__thumb {
  max-width: 630px;
  margin: 40px auto 0;
}
.business-about__thumb img {
  width: 100%;
  height: auto;
}
.business__list {
  margin: 100px calc(50% - 50vw) 0;
  padding: 70px calc(50vw - 50%);
  width: 100vw;
  background: #ECF1F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .business__list {
    row-gap: 40px;
    margin: 60px calc(50% - 50vw) 0;
    padding: 40px calc(50vw - 50%);
  }
}
.business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .business__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 22px 26px;
  }
}
.business__item--thumb {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .business__item--thumb {
    width: 100%;
  }
}
.business__item--thumb img {
  width: 100%;
  height: auto;
}
.business__item--body {
  width: 71.5%;
}
@media screen and (max-width: 768px) {
  .business__item--body {
    width: 100%;
    margin-top: 28px;
  }
}
.business__item--title {
  color: #004098;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.business__item--text {
  font-size: 15px;
  line-height: 2;
  margin-top: 12px;
}
.business__item--link {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .business__item--link {
    margin-top: 21px;
  }
}

.jigyo a rect {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.jigyo a:hover {
  opacity: 1;
}
.jigyo a:hover rect {
  opacity: 0.7;
}

.contact__title {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #004098;
  margin-bottom: 20px;
}
.contact__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__buttonwrap a {
  width: calc(50% - 10px);
  max-width: unset;
  min-height: 84px;
}
@media screen and (max-width: 768px) {
  .contact__buttonwrap a {
    width: 100%;
  }
}
.contact__buttonwrap a span {
  display: block;
  font-size: 14px;
}
.contact__list {
  margin-top: 20px;
  margin-left: 1.2em;
}
.contact__list li {
  list-style: disc;
  font-size: 16px;
  line-height: 2;
}
.contact__list li a {
  color: #004098;
  text-decoration: underline;
}
.contact__telwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__telwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__tel {
  width: calc(50% - 10px);
  border: 1px solid;
  padding: 6px 10px 20px;
}
@media screen and (max-width: 768px) {
  .contact__tel {
    width: 100%;
  }
}
.contact__tel p {
  font-size: 18px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .contact__tel p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.contact__tel a {
  color: #004098;
  font-size: 48px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .contact__tel a {
    font-size: 38px;
  }
}
.contact__tel a svg {
  width: 50px;
  height: 50px;
  padding-top: 7px;
}
.contact section + section {
  margin-top: 100px;
}
.contact ul.-list2 {
  background: unset;
  border-radius: unset;
  padding: unset;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact ul.-list2 {
    padding: unset;
  }
}
.contact ul.-list2 li {
  position: relative;
  margin-left: 1.2em;
}
.contact ul.-list2 li::after {
  position: absolute;
  content: "●";
  color: #000000;
  left: -1.2em;
  top: 0;
}
.contact ul.-list2 li + li {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .contact ul.-list2 li + li {
    margin-top: unset;
  }
}

.p404 {
  padding: 100px 0 174px;
}
@media screen and (max-width: 768px) {
  .p404 {
    padding: 100px 0 112px;
  }
}
.p404__text {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p404__text {
    text-align: left;
    max-width: 447px;
  }
}
.p404__button {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p404__button {
    margin: 40px auto 0;
  }
}

.keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.keyword__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .keyword__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.keyword__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .keyword__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.keyword__item:nth-of-type(1) {
  gap: 23px;
}
.keyword__item:nth-of-type(1) .keyword__title {
  margin-top: 50px;
}
.keyword__item:nth-of-type(1) .keyword__body {
  width: 59%;
}
.keyword__item:nth-of-type(1) .keyword__thumb {
  width: 39%;
}
.keyword__item:nth-of-type(2) {
  gap: 60px;
}
.keyword__item:nth-of-type(2) .keyword__title {
  margin-top: 27px;
}
.keyword__item:nth-of-type(2) .keyword__body {
  width: 60%;
}
.keyword__item:nth-of-type(2) .keyword__thumb {
  width: 35%;
}
.keyword__item:nth-of-type(3) {
  gap: 31px;
}
.keyword__item:nth-of-type(3) .keyword__title {
  margin-top: 14px;
}
.keyword__item:nth-of-type(3) .keyword__body {
  width: 70%;
}
.keyword__item:nth-of-type(3) .keyword__thumb {
  width: 27%;
}
.keyword__item:nth-of-type(4) {
  gap: 64px;
}
.keyword__item:nth-of-type(4) .keyword__title {
  margin-top: 35px;
}
.keyword__item:nth-of-type(4) .keyword__body {
  width: 68%;
}
.keyword__item:nth-of-type(4) .keyword__thumb {
  width: 26%;
}
.keyword__item:nth-of-type(5) {
  gap: 36px;
}
.keyword__item:nth-of-type(5) .keyword__title {
  margin-top: 54px;
}
.keyword__item:nth-of-type(5) .keyword__body {
  width: 76%;
}
.keyword__item:nth-of-type(5) .keyword__thumb {
  width: 21%;
}
.keyword__item:nth-of-type(6) {
  gap: 65px;
}
.keyword__item:nth-of-type(6) .keyword__title {
  margin-top: 16px;
}
.keyword__item:nth-of-type(6) .keyword__body {
  width: 51%;
}
.keyword__item:nth-of-type(6) .keyword__thumb {
  width: 50%;
  margin-top: 26px;
}
.keyword__item:nth-of-type(7) {
  gap: 71px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.keyword__item:nth-of-type(7) .keyword__title {
  margin-top: -10px;
}
.keyword__item:nth-of-type(7) .keyword__body {
  width: 70%;
}
.keyword__item:nth-of-type(7) .keyword__thumb {
  width: 16%;
}
.keyword__item:nth-of-type(8) {
  gap: 36px;
}
.keyword__item:nth-of-type(8) .keyword__title {
  margin-top: 37px;
}
.keyword__item:nth-of-type(8) .keyword__body {
  width: 73%;
}
.keyword__item:nth-of-type(8) .keyword__thumb {
  width: 24%;
}
.keyword__item:nth-of-type(9) {
  gap: 25px;
}
.keyword__item:nth-of-type(9) .keyword__title {
  margin-top: 36px;
}
.keyword__item:nth-of-type(9) .keyword__body {
  width: 65%;
}
.keyword__item:nth-of-type(9) .keyword__thumb {
  width: 33%;
}
.keyword__item:nth-of-type(10) {
  gap: 45px;
}
.keyword__item:nth-of-type(10) .keyword__title {
  margin-top: 30px;
}
.keyword__item:nth-of-type(10) .keyword__body {
  width: 72%;
}
.keyword__item:nth-of-type(10) .keyword__thumb {
  width: 24%;
}
.keyword__item:nth-of-type(11) {
  gap: 33px;
}
.keyword__item:nth-of-type(11) .keyword__title {
  margin-top: 20px;
}
.keyword__item:nth-of-type(11) .keyword__body {
  width: 67%;
}
.keyword__item:nth-of-type(11) .keyword__thumb {
  width: 30%;
}
.keyword__item:nth-of-type(12) {
  gap: 30px;
}
.keyword__item:nth-of-type(12) .keyword__title {
  margin-top: 36px;
}
.keyword__item:nth-of-type(12) .keyword__body {
  width: 63%;
}
.keyword__item:nth-of-type(12) .keyword__thumb {
  width: 34%;
}
.keyword__item:nth-of-type(13) {
  gap: 3px;
}
.keyword__item:nth-of-type(13) .keyword__title {
  margin-top: 30px;
}
.keyword__item:nth-of-type(13) .keyword__body {
  width: 68%;
}
.keyword__item:nth-of-type(13) .keyword__thumb {
  width: 30%;
}
.keyword__item:nth-of-type(14) {
  gap: 30px;
}
.keyword__item:nth-of-type(14) .keyword__title {
  margin-top: 40px;
}
.keyword__item:nth-of-type(14) .keyword__body {
  width: 64%;
}
.keyword__item:nth-of-type(14) .keyword__thumb {
  width: 34%;
}
.keyword__item:nth-of-type(15) {
  gap: 30px;
}
.keyword__item:nth-of-type(15) .keyword__title {
  margin-top: 30px;
}
.keyword__item:nth-of-type(15) .keyword__body {
  width: 62%;
}
.keyword__item:nth-of-type(15) .keyword__thumb {
  width: 34%;
}
.keyword__item:nth-of-type(16) {
  gap: 70px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.keyword__item:nth-of-type(16) .keyword__title {
  margin-top: 10px;
}
.keyword__item:nth-of-type(16) .keyword__body {
  width: 65%;
}
.keyword__item:nth-of-type(16) .keyword__thumb {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .keyword__item:nth-child(n+1):nth-child(-n+16) {
    gap: 20px;
  }
  .keyword__item:nth-child(n+1):nth-child(-n+16) .keyword__title {
    margin-top: unset;
    line-height: 1.2;
  }
  .keyword__item:nth-child(n+1):nth-child(-n+16) .keyword__body {
    width: 100%;
  }
  .keyword__item:nth-child(n+1):nth-child(-n+16) .keyword__thumb {
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
  }
}
.keyword__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.keyword__title {
  font-size: 53px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #004098;
}
@media screen and (max-width: 768px) {
  .keyword__title {
    font-size: 30px;
  }
}
.keyword__title.-fs70, .keyword__title .-fs70 {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .keyword__title.-fs70, .keyword__title .-fs70 {
    font-size: 40px;
  }
}
.keyword__title.-fs60, .keyword__title .-fs60 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .keyword__title.-fs60, .keyword__title .-fs60 {
    font-size: 30px;
  }
}
.keyword__title.-fs50, .keyword__title .-fs50 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .keyword__title.-fs50, .keyword__title .-fs50 {
    font-size: 30px;
  }
}
.keyword__title.-fs28, .keyword__title .-fs28 {
  font-size: 28px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .keyword__title.-fs28, .keyword__title .-fs28 {
    font-size: 30px;
  }
}
.keyword__thumb img {
  width: 100%;
  height: auto;
}
.keyword__text {
  margin-top: 26px;
}
.keyword__small {
  font-size: 14px;
  line-height: 2.2857142857;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .keyword__small {
    font-size: 12px;
  }
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}
.sitemap__item1 {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 700;
  color: #004098;
  position: relative;
  padding-right: 27px;
  margin-bottom: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sitemap__item1::after {
  position: absolute;
  content: "";
  background-image: url(../images/sitemap_arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
}
.sitemap__item1:hover {
  color: #000;
  opacity: 1;
}
.sitemap__item1:hover::after {
  background-image: url(../images/sitemap_arrow1_color.svg);
}
.sitemap__item1:hover::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
}
.sitemap__item2 {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #004098;
  position: relative;
  padding-right: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
}
.sitemap__item2::after {
  position: absolute;
  content: "";
  background-image: url(../images/sitemap_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: -2px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 14px;
}
.sitemap__item2:hover {
  color: #000;
  opacity: 1;
}
.sitemap__item2:hover::after {
  background-image: url(../images/sitemap_arrow2_color.svg);
}
.sitemap__item2:hover::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
}
.sitemap__item3 {
  font-size: 15px;
  line-height: 1.8666666667;
  font-weight: 400;
  color: #004098;
  position: relative;
  padding-right: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sitemap__item3::after {
  position: absolute;
  content: "";
  background-image: url(../images/sitemap_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
}
.sitemap__item3:hover {
  color: #000;
  opacity: 1;
}
.sitemap__item3:hover::after {
  background-image: url(../images/sitemap_arrow2_color.svg);
}
.sitemap__item3:hover::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
}
.sitemap__wrap1:last-of-type {
  margin-top: 104px;
}
.sitemap__wrap2 {
  border-top: solid 1px #7F9FCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sitemap__wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sitemap__wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  margin-top: 13px;
}
.sitemap ul.sitemap__wrap2, .sitemap ul.sitemap__wrap3 {
  background: unset;
  border-radius: unset;
  margin-bottom: unset;
  padding: 0 0 0 0;
}
.sitemap ul.sitemap__wrap2 li + li, .sitemap ul.sitemap__wrap3 li + li {
  margin: unset;
}
.sitemap ul.sitemap__wrap2 li, .sitemap ul.sitemap__wrap3 li {
  position: unset;
  margin-left: unset;
}
.sitemap ul.sitemap__wrap2 li::after, .sitemap ul.sitemap__wrap3 li::after {
  position: unset;
  content: none;
}
.sitemap li {
  position: unset;
}
.sitemap li::after {
  position: unset;
  content: none;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}