@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* 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 {
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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.1em;
}

sup {
  top: -0.3em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}
body.contact .second-outer {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  body.contact .second-outer {
    padding-bottom: 70px;
  }
}
body.contact .common-contact {
  display: none;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

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

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  max-width: 1340px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media all and (max-width: 1367px) {
  .width {
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 480px) {
  .width {
    width: calc(100% - 30px);
  }
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  position: relative;
  display: block;
  background: #2657A1;
  color: #fff;
  padding: 15px 40px 15px 15px;
  border: 1px solid #2657A1;
}
@media all and (max-width: 480px) {
  .common-btn > a {
    font-size: 1.6rem;
    padding: 15px 50px 15px 15px;
  }
}
.common-btn > a svg, .common-btn > a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media all and (max-width: 480px) {
  .common-btn > a svg, .common-btn > a img {
    right: 15px;
  }
}
.common-btn > a svg g path, .common-btn > a img g path {
  fill: #fff;
}
.common-btn > a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  border-right: 1px solid #fff;
  height: 25px;
}
@media all and (max-width: 480px) {
  .common-btn > a::before {
    right: 50px;
  }
}
.common-btn > a:hover {
  opacity: 1;
  background: #fff;
  color: #2657A1;
}
.common-btn > a:hover::before {
  border-color: #E6ECF2;
}
.common-btn > a:hover g path {
  fill: #2657A1;
}
.common-tit {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 3.4px;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .common-tit {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .common-tit {
    font-size: 2rem;
  }
}
.common-tit__en {
  display: block;
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  line-height: 20px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
@media all and (max-width: 896px) {
  .common-tit__en {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 480px) {
  .common-tit__en {
    font-size: 1.1rem;
    padding-bottom: 3px;
    letter-spacing: 1px;
  }
}
.common-subtxt {
  line-height: 42px;
  letter-spacing: 0.32px;
  margin-top: 48px;
}
@media all and (max-width: 1025px) {
  .common-subtxt {
    margin-top: 24px;
  }
}
@media all and (max-width: 896px) {
  .common-subtxt {
    line-height: 32px;
  }
}
.common-col2 {
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .common-col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.common-col2 > div {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 896px) {
  .common-col2 > div {
    width: 100%;
  }
}
.common-col3 {
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .common-col3 {
    flex-direction: column;
  }
}
.common-col3 > div {
  width: calc((100% - 80px) / 3);
}
@media all and (max-width: 896px) {
  .common-col3 > div {
    width: 100%;
  }
}
.common-col2 .common-block, .common-col3 .common-block {
  margin-top: 15px;
}
.common-col2 .common-block__en, .common-col3 .common-block__en {
  margin-bottom: 5px;
  color: #2657A1;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 480px) {
  .common-col2 .common-block__en, .common-col3 .common-block__en {
    font-size: 1.4rem;
  }
}
.common-col2.narrow {
  margin-top: 140px;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .common-col2.narrow {
    margin-top: 70px;
  }
}
.common-col2.narrow > div {
  max-width: 420px;
}
@media all and (max-width: 896px) {
  .common-col2.narrow > div {
    max-width: 650px;
  }
}
.common-linkarea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
}
@media all and (max-width: 896px) {
  .common-linkarea ul {
    gap: 20px;
  }
}
.common-linkarea ul li {
  width: calc(50% - 20px);
}
@media all and (max-width: 896px) {
  .common-linkarea ul li {
    width: 100%;
  }
}
.common-linkarea ul li.wide {
  width: 100%;
}
.common-linkarea ul li.wide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.4rem;
  height: 180px;
  padding: 0 0 0 48px;
  overflow: hidden;
  container-type: inline-size;
}
@media all and (max-width: 1025px) {
  .common-linkarea ul li.wide a {
    font-size: 2.4rem;
    height: 11cqw;
    min-height: 114px;
    padding: 0 48px;
  }
}
@media all and (max-width: 896px) {
  .common-linkarea ul li.wide a {
    font-size: 1.8rem;
    min-height: 94px;
    padding: 0 40px;
  }
}
@media all and (max-width: 600px) {
  .common-linkarea ul li.wide a {
    height: 25cqw;
    padding: 0 30px;
  }
}
@media all and (max-width: 480px) {
  .common-linkarea ul li.wide a {
    justify-content: flex-start;
    height: 34cqw;
    padding: 9cqw 20px;
  }
}
@media (width < 361px) {
  .common-linkarea ul li.wide a {
    padding: 7cqw 20px;
  }
}
.common-linkarea ul li.wide a::before {
  content: none;
}
.common-linkarea ul li.wide a span.banner-name {
  position: relative;
  display: block;
  width: 30cqw;
  container-type: inline-size;
}
@media (width < 1200px) {
  .common-linkarea ul li.wide a span.banner-name {
    width: 40cqw;
  }
}
@media all and (max-width: 1025px) {
  .common-linkarea ul li.wide a span.banner-name {
    width: 35cqw;
  }
}
@media all and (max-width: 896px) {
  .common-linkarea ul li.wide a span.banner-name {
    width: 50cqw;
  }
}
@media all and (max-width: 600px) {
  .common-linkarea ul li.wide a span.banner-name {
    width: 57cqw;
  }
}
@media all and (max-width: 480px) {
  .common-linkarea ul li.wide a span.banner-name {
    width: 100cqw;
  }
}
.common-linkarea ul li.wide a span.banner-name::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10cqw;
  border-right: 1px solid #E6ECF2;
  height: 32px;
}
@media all and (max-width: 480px) {
  .common-linkarea ul li.wide a span.banner-name::before {
    top: 115%;
    transform: translateY(-50%) rotate(90deg);
    right: auto;
    left: 9%;
    height: 40px;
  }
}
.common-linkarea ul li.wide a span.small {
  font-size: 1.6rem;
  padding-left: 0.5em;
}
@media all and (max-width: 1025px) {
  .common-linkarea ul li.wide a span.small {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 896px) {
  .common-linkarea ul li.wide a span.small {
    font-size: 1rem;
  }
}
@media all and (max-width: 480px) {
  .common-linkarea ul li.wide a span.small {
    font-size: min(3.5vw, 1.4rem);
  }
}
.common-linkarea ul li.wide a img.banner {
  width: 57cqw;
  top: auto;
  bottom: 0;
  transform: none;
  right: -20px;
}
@media all and (max-width: 600px) {
  .common-linkarea ul li.wide a img.banner {
    width: 35cqw;
    bottom: -15px;
    right: 0;
  }
}
@media all and (max-width: 480px) {
  .common-linkarea ul li.wide a img.banner {
    bottom: 3px;
  }
}
.common-linkarea ul li.wide a svg, .common-linkarea ul li.wide a img:not(.banner) {
  right: 0;
}
@media all and (max-width: 480px) {
  .common-linkarea ul li.wide a svg, .common-linkarea ul li.wide a img:not(.banner) {
    top: 180%;
    right: auto;
    left: 5%;
  }
}
.common-linkarea ul li a {
  display: block;
  border: 1px solid #2657A1;
}
.common-linkarea ul li a {
  position: relative;
  color: #2657A1;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 32px;
  padding: 74px 100px 74px 48px;
}
@media all and (max-width: 1367px) {
  .common-linkarea ul li a {
    padding: 40px 100px 40px 48px;
  }
}
@media all and (max-width: 896px) {
  .common-linkarea ul li a {
    font-size: 1.8rem;
    padding: 30px 100px 30px 40px;
  }
}
@media all and (max-width: 600px) {
  .common-linkarea ul li a {
    line-height: 30px;
    padding: 30px 90px 30px 30px;
  }
}
@media all and (max-width: 480px) {
  .common-linkarea ul li a {
    font-size: 1.7rem;
    padding: 20px 60px 20px 20px;
  }
}
.common-linkarea ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 85px;
  border-right: 1px solid #E6ECF2;
  height: 32px;
}
@media all and (max-width: 480px) {
  .common-linkarea ul li a::before {
    right: 50px;
  }
}
.common-linkarea ul li a svg, .common-linkarea ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}
@media all and (max-width: 480px) {
  .common-linkarea ul li a svg, .common-linkarea ul li a img {
    right: 15px;
  }
}
.common-linkarea ul li a svg g path, .common-linkarea ul li a img g path {
  fill: #2657A1;
}
.common-linkarea ul li a:hover {
  opacity: 1;
  background: #2657A1;
  color: #fff;
}
.common-linkarea ul li a:hover::before {
  border-color: #fff;
}
.common-linkarea ul li a:hover g path {
  fill: #fff;
}
.common-linkbtn a {
  display: block;
  line-height: 200%;
  transition: 0.5s;
  letter-spacing: 3px;
}
.common-linkbtn a:hover {
  opacity: 1;
  transform: translateY(5px);
}
.common-linkbtn a:hover span {
  border-color: #2657A1;
}
.common-linkbtn__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 480px) {
  .common-linkbtn__wrap {
    gap: 20px;
  }
}
.common-linkbtn__wrap svg, .common-linkbtn__wrap img {
  width: 60px;
  height: 60px;
  transform: rotate(90deg);
  flex-shrink: 0;
}
@media all and (max-width: 1025px) {
  .common-linkbtn__wrap svg, .common-linkbtn__wrap img {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 480px) {
  .common-linkbtn__wrap svg, .common-linkbtn__wrap img {
    width: 30px;
    height: 30px;
  }
}
.common-linkbtn__wrap svg rect, .common-linkbtn__wrap img rect {
  fill: #2657A1;
}
.common-linkbtn__wrap svg path, .common-linkbtn__wrap img path {
  fill: #fff;
}
.common-linkbtn__name {
  color: #2657A1;
  font-size: 2.8rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  line-height: 1.3;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .common-linkbtn__name {
    font-size: min(7vw, 2.6rem);
    border-bottom: none;
    padding-bottom: 0;
  }
}
.common-linkbtn__name.small {
  font-size: min(5.5vw, 2.6rem);
}
.common-linkbtn__detail {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 1025px) {
  .common-linkbtn__detail {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .common-linkbtn__detail {
    font-size: 1.5rem;
    padding-left: 0.2em;
  }
}

/* スクロールヒント */
/* ============================================ */
.scroll-container {
  position: relative;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.scroll-hint {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px 0;
  border-radius: 5px;
  display: none;
  z-index: 10;
  transition: 1s;
  text-align: center;
}
.scroll-hint img {
  max-width: 100px;
}
.scroll-hint.show {
  display: block;
}

/* モーダル */
/* ============================================ */
.modal-area {
  background: #fff;
  width: 100%;
  max-width: 700px;
  position: absolute;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 700px) {
  .modal-area {
    width: calc(100% - 50px);
  }
}
@media (max-width: 480px) {
  .modal-area {
    width: calc(100% - 20px);
  }
}
.modal-ttl {
  text-align: center;
  color: #2657A1;
  padding: 25px 90px;
  font-size: 2.4rem;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .modal-ttl {
    padding: 15px 50px;
    font-size: 1.6rem;
  }
}
.modal-img {
  text-align: center;
  display: flex;
  width: 100%;
}
.modal-img video {
  width: 100%;
}
.modal-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  background: #2657A1;
  border-radius: 60px;
  color: #fff;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  transition: 0.5s;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 300;
}
@media all and (max-width: 480px) {
  .modal-close {
    top: 10px;
    right: 8px;
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
  }
}

/* 下層ページ */
/* ============================================ */
.profile-linkarea {
  height: 695px;
  background: url(../../assets/images/profile/img.jpg) center right/contain no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  margin-right: calc(50% - 50vw);
}
@media all and (max-width: 1367px) {
  .profile-linkarea {
    height: 550px;
    background-size: 800px;
    background-position: top right;
  }
}
@media (max-width: 1130px) {
  .profile-linkarea {
    height: 440px;
    background-size: 650px;
  }
}
@media all and (max-width: 1025px) {
  .profile-linkarea {
    height: 700px;
    background-size: 80%;
    align-items: flex-end;
  }
}
@media all and (max-width: 896px) {
  .profile-linkarea {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .profile-linkarea {
    height: 400px;
    background-size: 100%;
    margin-top: 25px;
  }
}
.profile-textarea {
  width: calc(100% - 40px);
}
@media all and (max-width: 480px) {
  .profile-textarea {
    width: calc(100% - 15px);
  }
}
.profile-textarea__txt {
  font-size: 2.8rem;
  line-height: 32px;
  letter-spacing: 2.8px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .profile-textarea__txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
.profile-btn {
  margin-top: 32px;
}
@media all and (max-width: 480px) {
  .profile-btn {
    margin-top: 16px;
  }
}
.profile-btn a {
  position: relative;
  display: block;
  background-color: #2657A1;
  color: #fff;
  padding: 32px 40px;
  border: 1px solid #2657A1;
  font-size: 2rem;
  max-width: 530px;
  background: url(../../assets/images/common/arrow_line_white.svg) center right 48px/20px no-repeat #2657A1;
}
@media all and (max-width: 1367px) {
  .profile-btn a {
    background-position: center right 28px;
  }
}
@media all and (max-width: 480px) {
  .profile-btn a {
    max-width: 300px;
    background-position: center right 17px;
    margin: auto;
  }
}
.profile-btn a[href^="https://"], .profile-btn a[href^="http://"] {
  background: url(../../assets/images/common/icon_window_blue.svg) center right 48px/20px no-repeat #2657A1;
}
@media all and (max-width: 1367px) {
  .profile-btn a[href^="https://"], .profile-btn a[href^="http://"] {
    background-position: center right 28px;
  }
}
@media all and (max-width: 480px) {
  .profile-btn a[href^="https://"], .profile-btn a[href^="http://"] {
    background-position: center right 17px;
  }
}
.profile-btn a[href$=".pdf"] {
  background-image: url(../../assets/images/common/icon_pdf_white.svg);
}
@media all and (max-width: 480px) {
  .profile-btn a {
    font-size: 1.8rem;
    padding: 15px;
  }
}
.profile-btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 88px;
  border-right: 1px solid #E6ECF2;
  height: 32px;
}
@media all and (max-width: 1367px) {
  .profile-btn a::before {
    right: 60px;
  }
}
@media all and (max-width: 480px) {
  .profile-btn a::before {
    right: 50px;
  }
}
.profile-btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #2657A1;
  background-image: url(../../assets/images/common/arrow_line_blue.svg);
}
.profile-btn a:hover[href$=".pdf"] {
  background-image: url(../../assets/images/common/icon_pdf_blue.svg);
}
.profile-btn a:hover::before {
  border-color: #E6ECF2;
}
.profile .second-outer {
  padding-bottom: 50px;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}
.moveNone.delay {
  transition-delay: 0.1s;
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}
.moveRight.delay {
  transition-delay: 0.1s;
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}
.moveLeft.delay {
  transition-delay: 0.1s;
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 800;
  transition: all 0.5s ease-out;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.1);
}
@media all and (max-width: 1025px) {
  .header {
    height: 60px;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  padding: 10px 50px 10px 20px;
}
@media all and (max-width: 1367px) {
  .header-wrapper {
    gap: 0;
    padding: 10px 20px;
  }
}
@media all and (max-width: 480px) {
  .header-wrapper {
    padding: 10px 15px;
  }
}
@media all and (max-width: 1367px) {
  .header-logo img {
    max-height: 45px;
  }
}
@media (max-width: 1200px) {
  .header-logo img {
    max-height: 33px;
  }
}
.header-logo img.top {
  display: none;
}
@media all and (max-width: 1025px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 1367px) {
  .header-menu {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .header-menu {
    gap: 20px;
  }
}
.header-menu > li.has-child ul {
  position: absolute;
  top: 65px;
  background: #fff;
  border: 1px solid #E6ECF2;
  box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  padding: 28px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .header-menu > li.has-child ul {
    padding: 20px;
  }
}
.header-menu > li.has-child ul li {
  border-bottom: 1px solid #E6ECF2;
}
.header-menu > li.has-child ul li:first-child {
  border-top: 1px solid #E6ECF2;
}
.header-menu > li.has-child ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2657A1 !important;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .header-menu > li.has-child ul li a {
    font-size: 1.3rem;
  }
}
.header-menu > li.has-child ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  border-right: 1px solid #929292;
  height: 20px;
}
.header-menu > li.has-child ul li a:hover {
  border-bottom: none;
  background: #2657A1;
  color: #fff !important;
  opacity: 1;
}
.header-menu > li.has-child ul li a:hover img g path, .header-menu > li.has-child ul li a:hover svg g path {
  fill: #fff;
}
.header-menu > li.has-child.active ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-menu > li.current {
  color: #2657A1;
}
.header-menu > li a {
  opacity: 1;
  color: #1E1E1E;
  transition: 0.5s;
}
.header-menu > li a:hover {
  border-bottom: 1px solid #2657A1;
  text-underline-offset: 5px;
}
@media (max-width: 1200px) {
  .header-menu > li a {
    font-size: 1.4rem;
  }
}
.header-menu > li a img g path, .header-menu > li a svg g path {
  fill: #2657A1;
}
@media all and (max-width: 1025px) {
  .header-recruit {
    display: none;
  }
}
.header-recruit a {
  border: 1px solid #2657A1;
  display: block;
  width: 160px;
  padding: 10px;
  text-align: center;
  color: #2657A1;
}
@media (max-width: 1200px) {
  .header-recruit a {
    font-size: 1.4rem;
  }
}
.header-recruit a:hover {
  opacity: 1;
  background: #2657A1;
  color: #fff;
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 1025px) {
  .header-hamburger {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 600;
  }
}
@media all and (max-width: 1025px) {
  .header-hamburger.active {
    background: #1E1E1E;
  }
}
.header-hamburger.active .header-hamburger__box > span {
  background: #fff;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 7px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -7px;
}
.header-hamburger__box {
  width: 20px;
  height: 15px;
  position: relative;
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1E1E1E;
  transition: all 0.5s;
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 7px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  display: none;
}
@media all and (max-width: 1025px) {
  .header-nav {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100dvh;
    padding: 45px 30px 80px;
    background: #2657A1;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 400;
    translate: 100% 0;
    transition: all 0.5s;
    overflow: auto;
  }
}
@media all and (max-width: 1025px) and (max-width: 480px) {
  .header-nav {
    max-width: none;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list > li {
  border-bottom: 1px solid #fff;
  min-height: 56px;
}
.header-nav__list > li > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.header-nav__list > li > a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  border-right: 1px solid #fff;
  height: 32px;
}
.header-nav__list > li > a img g path, .header-nav__list > li > a svg g path {
  fill: #fff;
}
.header-nav__list > li:first-of-type {
  border-top: 1px solid #fff;
  margin-top: 0;
}
.header-nav__list > li.recruit {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header-nav__list > li.recruit a {
  padding: 16px 13px 16px 14px;
}
.header-nav__list > li.recruit a::before {
  right: 44px;
}
.header-nav__icon {
  flex-shrink: 0;
  display: block;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-nav__icon {
    height: 14px;
    margin-right: 7px;
  }
}
.header-nav__icon::before, .header-nav__icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
}
.header-nav__icon::before {
  top: 0;
  rotate: -45deg;
}
.header-nav__icon::after {
  bottom: 0;
  rotate: 45deg;
}
.header-nav__logo {
  display: none;
}
@media all and (max-width: 480px) {
  .header-nav__logo.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 60px;
    background: #fff;
    padding: 15px;
    z-index: 201;
    transition: 0.5s;
  }
  .header-nav__logo.active img {
    max-height: 33px;
  }
}
.header-acc__trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  cursor: pointer;
  padding-right: 16px;
}
.header-acc__trigger::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  border-right: 1px solid #fff;
  height: 32px;
}
.header-acc__trigger.active {
  border-bottom: 1px solid #fff;
}
.header-acc__ttl {
  flex-grow: 1;
  display: block;
  padding: 14px 0 14px 14px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.header-acc__icon {
  flex-shrink: 0;
  display: block;
  width: 14px;
  transition: all 0.3s ease-out;
  position: relative;
}
.header-acc__icon::before, .header-acc__icon::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.header-acc__icon::before {
  left: 2px;
  rotate: 90deg;
}
.header-acc__icon::after {
  right: 0;
  rotate: -180deg;
}
.header-acc__list {
  padding: 0 0 0 22x;
}
.header-acc__list > li {
  border-bottom: 1px solid #5179B4;
}
.header-acc__list > li:last-child {
  border-bottom: none;
}
.header-acc__list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 22px;
  color: #fff;
  font-size: 1.4rem;
}
.header-acc__contents {
  overflow: hidden;
  height: 0;
}
.header-acc__contents.open {
  overflow: visible;
  height: auto;
  animation: navOpen 0.3s ease-out;
}
@keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width: 1025px) {
  .header .overlay {
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

.common-contact {
  border-top: 1px solid #E6ECF2;
  padding: 140px 0;
}
@media all and (max-width: 1367px) {
  .common-contact {
    padding: 100px 0;
  }
}
@media all and (max-width: 600px) {
  .common-contact {
    padding: 70px 0;
  }
}
.common-contact__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 600px) {
  .common-contact__inner {
    gap: 24px;
  }
}
.common-contact h2 {
  color: #2657A1;
  font-size: 3.2rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media all and (max-width: 600px) {
  .common-contact h2 {
    font-size: 2.6rem;
    display: block;
    text-align: center;
    margin: auto;
  }
}
.common-contact__ttlen {
  color: #2657A1;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  padding-right: 30px;
  letter-spacing: 1px;
}
@media all and (max-width: 600px) {
  .common-contact__ttlen {
    font-size: 1.4rem;
    display: block;
    padding-right: 0;
    line-height: 30px;
  }
}
.common-contact__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 840px;
  gap: 1px;
}
@media all and (max-width: 1025px) {
  .common-contact__link {
    grid-template-columns: repeat(1, 1fr);
    width: 75%;
  }
}
@media all and (max-width: 480px) {
  .common-contact__link {
    width: 100%;
  }
}
.common-contact__link li a {
  position: relative;
  display: block;
  background: #2657A1;
  color: #fff;
  padding: 30px 80px 30px 30px;
  max-width: 530px;
  font-size: 2rem;
  font-weight: 400;
  border: 1px solid #2657A1;
  word-break: keep-all;
}
@media all and (max-width: 1367px) {
  .common-contact__link li a {
    padding: 20px 80px 20px 20px;
  }
}
@media all and (max-width: 1025px) {
  .common-contact__link li a {
    max-width: none;
  }
}
@media all and (max-width: 600px) {
  .common-contact__link li a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .common-contact__link li a {
    padding: 15px 60px 15px 15px;
    font-size: 1.6rem;
  }
}
.common-contact__link li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
  border-right: 1px solid #fff;
  height: 32px;
}
@media all and (max-width: 480px) {
  .common-contact__link li a::before {
    right: 50px;
  }
}
.common-contact__link li a svg, .common-contact__link li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
@media all and (max-width: 480px) {
  .common-contact__link li a svg, .common-contact__link li a img {
    right: 15px;
  }
}
.common-contact__link li a svg g path, .common-contact__link li a img g path {
  fill: #fff;
}
.common-contact__link li a:hover {
  opacity: 1;
  background: #fff;
  color: #2657A1;
  border-color: #2657A1;
}
.common-contact__link li a:hover::before {
  border-color: #E6ECF2;
}
.common-contact__link li a:hover g path {
  fill: #2657A1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 100px 0;
  background: #242424;
  color: #fff;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
@media all and (max-width: 600px) {
  .footer {
    padding: 64px 0 120px;
  }
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .footer-wrapper {
    justify-content: center;
  }
}
@media all and (max-width: 600px) {
  .footer-left {
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .footer-right {
    display: none;
  }
}
.footer-right__link {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1150px) {
  .footer-right__link {
    gap: 60px;
    margin-top: 40px;
  }
}
.footer-right__link ul li {
  line-height: 2;
}
.footer-right__link ul li a {
  font-size: 1.4rem;
}
.footer-right__link--middle {
  font-size: 1.6rem;
  font-weight: 600;
}
.footer-right__link--middle a {
  font-size: 1.6rem !important;
}
.footer-right__link--middle.mt {
  margin-top: 30px;
}
.footer-right__link a:hover {
  border-bottom: 1px solid #fff;
  text-underline-offset: 5px;
}
.footer-logo img {
  height: 47px;
}
.footer-address {
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 32px;
}
@media all and (max-width: 600px) {
  .footer-address {
    margin-top: 15px;
    text-align: left;
  }
}
.footer-address a {
  pointer-events: none;
}
@media all and (max-width: 480px) {
  .footer-address a {
    pointer-events: auto;
  }
}
.footer-address a span.reading {
  display: inline-block;
}
.footer-banner {
  margin-top: 30px;
}
@media all and (max-width: 600px) {
  .footer-banner {
    margin-top: 15px;
  }
}
.footer-copyright {
  margin-top: 60px;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
@media all and (max-width: 600px) {
  .footer-copyright {
    font-size: min(3vw, 1.2rem);
    margin-top: 30px;
  }
}
@media (max-width: 1150px) {
  .footer-copyright.pconly {
    display: none;
  }
}
@media (max-width: 1150px) {
  .footer-copyright.sponly {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .footer-copyright {
    margin-top: 30px;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
  text-align: right;
  width: 80px;
  height: 80px;
}
.footer .pagetop img, .footer .pagetop svg {
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.1);
  width: 80px;
  height: 80px;
}
@media all and (max-width: 600px) {
  .footer .pagetop img, .footer .pagetop svg {
    width: 50px;
    height: 50px;
  }
}
.footer .pagetop:hover img rect, .footer .pagetop:hover svg rect {
  fill: #2657A1;
}
.footer .pagetop:hover img path, .footer .pagetop:hover svg path {
  fill: #fff;
}

/* 下層共通 */
/* ============================================ */
.second-main__tit {
  max-width: 1920px;
  margin: 80px auto 0;
}
@media all and (max-width: 1367px) {
  .second-main__tit {
    margin: 60px auto 30px;
  }
}
@media all and (max-width: 480px) {
  .second-main__tit {
    margin: 60px 0 0 15px;
  }
}
.second-main__tit.noimage {
  max-width: 1630px;
  width: calc(100% - 60px);
  margin-top: 140px;
}
@media (width < 1631px) {
  .second-main__tit.noimage {
    max-width: 1473px;
  }
}
@media all and (max-width: 1367px) {
  .second-main__tit.noimage {
    margin-top: 90px;
  }
}
.second-main__tit.noimage .second-main__txtbox {
  margin-top: 0;
}
@media all and (max-width: 1367px) {
  .second-main__tit.noimage .second-main__txtbox {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  .second-main__tit.noimage .second-main__txtbox {
    margin-top: 15px;
  }
}
.second-main__tit.noimage .second-main__en {
  color: #2657A1;
}
.second-main__tit.noimage .second-main__en::after {
  border-color: #2657A1;
}
.second-main__tit.noimage .second-main__ttl {
  color: #1E1E1E;
  filter: none;
}
.second-main__txtbox {
  max-width: 1340px;
  margin-top: 50px;
}
@media all and (max-width: 1367px) {
  .second-main__txtbox {
    margin-top: 25px;
  }
}
@media all and (max-width: 1025px) {
  .second-main__txtbox {
    width: 99%;
  }
}
@media all and (max-width: 480px) {
  .second-main__txtbox {
    margin-top: 15px;
  }
}
.second-main__en {
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13rem;
  line-height: 110px;
  margin-right: calc(50% - 50vw);
}
@media all and (max-width: 1367px) {
  .second-main__en {
    font-size: 10rem;
  }
}
@media all and (max-width: 896px) {
  .second-main__en {
    font-size: 8rem;
  }
}
@media all and (max-width: 480px) {
  .second-main__en {
    font-size: 4rem;
    line-height: 50px;
  }
}
.second-main__ttl {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 3.2px;
  margin-top: 10px;
  color: #1E1E1E;
}
@media all and (max-width: 1367px) {
  .second-main__ttl {
    font-size: 3.2rem;
    margin-top: -10px;
  }
}
@media all and (max-width: 896px) {
  .second-main__ttl {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 480px) {
  .second-main__ttl {
    font-size: 2.2rem;
    line-height: 35px;
    margin-top: 10px;
  }
}
.second-main__breadcrumb {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 80px auto 0;
  gap: 40px;
}
@media all and (max-width: 1367px) {
  .second-main__breadcrumb {
    margin: 40px auto 0;
  }
}
@media all and (max-width: 896px) {
  .second-main__breadcrumb {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 480px) {
  .second-main__breadcrumb {
    gap: 30px;
    margin: 30px auto 0;
  }
}
.second-main__breadcrumb li {
  position: relative;
  flex-shrink: 0;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .second-main__breadcrumb li {
    font-size: 1.1rem;
  }
}
.second-main__breadcrumb li:first-child {
  margin-left: 0;
}
.second-main__breadcrumb li:last-child::after {
  content: none;
}
.second-main__breadcrumb li::after {
  content: "";
  position: absolute;
  background: url(../../assets/images/common/arrow_right_gray.svg) center center/cover no-repeat;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
@media all and (max-width: 480px) {
  .second-main__breadcrumb li::after {
    right: -20px;
    top: 55%;
    width: 8px;
    height: 8px;
  }
}
.second-main__breadcrumb li a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #929292;
}
.second-main__breadcrumb li a:hover {
  opacity: 1;
  color: #2657A1;
}
.second-outer {
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  .second-outer {
    padding-bottom: 60px;
  }
}
.second-anchor {
  max-width: 1340px;
  margin: auto;
}
@media all and (max-width: 1340px) {
  .second-anchor {
    width: calc(100% - 30px);
  }
}
.second-anchor ul {
  display: grid;
  gap: 10px;
  margin-top: 100px;
  align-items: flex-end;
}
@media all and (max-width: 1367px) {
  .second-anchor ul {
    margin-top: 80px;
    gap: 30px 0;
  }
}
@media all and (max-width: 480px) {
  .second-anchor ul {
    gap: 20px 0;
  }
}
.second-anchor ul li {
  text-align: center;
}
.second-anchor ul li a {
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  transition: 0.5s;
  padding-bottom: 10px;
}
@media all and (max-width: 480px) {
  .second-anchor ul li a {
    padding-bottom: 15px;
  }
}
.second-anchor ul li a p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
}
@media all and (max-width: 480px) {
  .second-anchor ul li a p {
    font-size: 1.7rem;
    line-height: 25px;
  }
}
.second-anchor ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(../../assets/images/common/arrow_right_blue.svg) center center/contain no-repeat;
  width: 10px;
  height: 10px;
}
.second-anchor ul li a:hover {
  transform: translateY(5px);
}
.second-anchor__en {
  display: block;
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 1.4px;
}
@media all and (max-width: 480px) {
  .second-anchor__en {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.second-mainimg {
  max-width: 1800px;
  margin: 80px 0 0 auto;
}
@media (max-width: 1800px) {
  .second-mainimg {
    max-width: 95%;
  }
}
@media all and (max-width: 1367px) {
  .second-mainimg {
    margin: 80px 0 0 30px;
    max-width: 100%;
  }
}
@media all and (max-width: 480px) {
  .second-mainimg {
    margin: 40px 0 0 15px;
  }
}
.second-mainimg p {
  margin-right: calc(50% - 50vw);
}
.second-mainimg + .second-txtbox {
  margin-top: -140px;
}
@media all and (max-width: 896px) {
  .second-mainimg + .second-txtbox {
    margin-top: -70px;
  }
}
@media all and (max-width: 480px) {
  .second-mainimg + .second-txtbox {
    margin-top: -30px;
  }
}
.second-txtbox {
  position: relative;
  z-index: 1;
  padding: 60px 115px;
  margin-top: 50px;
}
@media all and (max-width: 1367px) {
  .second-txtbox {
    padding: 50px 75px;
  }
}
@media all and (max-width: 1025px) {
  .second-txtbox {
    padding: 50px 20px;
  }
}
@media all and (max-width: 896px) {
  .second-txtbox {
    padding: 35px 40px;
  }
}
@media all and (max-width: 480px) {
  .second-txtbox {
    padding: 25px 15px;
    margin-top: 25px;
  }
}
@media all and (max-width: 480px) {
  .second-txtbox.width {
    width: calc(100% - 20px);
  }
}

.notfound-wrapper {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .notfound-wrapper {
    padding-top: 50px;
  }
}
.notfound-txt {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
}
@media all and (max-width: 480px) {
  .notfound-txt {
    font-size: 1.5rem;
  }
}
.notfound .common-btn > a {
  padding: 15px 15px 15px 40px;
}
@media all and (max-width: 480px) {
  .notfound .common-btn > a {
    padding: 15px 15px 15px 50px;
  }
}
.notfound .common-btn > a svg, .notfound .common-btn > a img {
  right: auto;
  left: 12px;
  transform: scale(-1, 1) translateY(-50%);
}
@media all and (max-width: 480px) {
  .notfound .common-btn > a svg, .notfound .common-btn > a img {
    right: auto;
    left: 15px;
  }
}
.notfound .common-btn > a::before {
  right: auto;
  left: 40px;
}
@media all and (max-width: 480px) {
  .notfound .common-btn > a::before {
    right: auto;
    left: 50px;
  }
}

/* top */
/* ============================================ */
.top .header {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
.top .header-hamburger__box > span {
  background-color: #fff;
}
.top .header-hamburger.active .header-hamburger__box > span {
  background: #fff;
}
.top .header-menu > li a {
  color: #fff;
}
.top .header-menu > li a:hover {
  opacity: 1;
  color: #fff;
  border-color: #fff;
}
.top .header-recruit a {
  border-color: #fff;
  color: #fff;
}
.top .header-recruit a:hover {
  opacity: 1;
  color: #2657A1;
  background: #fff;
}
.top .header-logo img.normal {
  display: none;
}
.top .header-logo img.top {
  display: block;
}
.top .header.normal {
  background: #fff;
  position: sticky;
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.1);
}
@media (max-width: 1200px) {
  .top .header.normal {
    height: 60px;
  }
}
.top .header.normal .header-logo img.top {
  display: none;
}
.top .header.normal .header-logo img.normal {
  display: block;
}
.top .header.normal .header-hamburger__box > span {
  background-color: #1E1E1E;
}
.top .header.normal .header-hamburger.active .header-hamburger__box > span {
  background: #fff;
}
.top .header.normal .header-menu > li a {
  color: #1E1E1E;
}
.top .header.normal .header-menu > li a:hover {
  opacity: 1;
  color: #1E1E1E;
  border-color: #2657A1;
}
.top .header.normal .header-recruit a {
  border: 1px solid #2657A1;
  color: #2657A1;
}
.top .header.normal .header-recruit a:hover {
  opacity: 1;
  background: #2657A1;
  color: #fff;
}
@media all and (max-width: 1025px) {
  .top .header .header-hamburger {
    position: absolute;
  }
}
.top .top-mainvisual__videobox {
  position: relative;
  aspect-ratio: 1.77/1;
  width: 100%;
  height: auto;
  max-height: 100dvh;
}
.top .top-mainvisual__videobox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media all and (max-width: 480px) {
  .top .top-mainvisual__videobox video {
    width: 100%;
    height: 600px;
    max-height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.top .top-mainvisual__copy {
  position: absolute;
  bottom: 60px;
  right: 30px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 480px) {
  .top .top-mainvisual__copy {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top .top-mainvisual__copy p {
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
.top .top-mainvisual__copy p:first-child {
  font-size: 3rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media all and (max-width: 1367px) {
  .top .top-mainvisual__copy p:first-child {
    font-size: min(5vw, 2.7rem);
    letter-spacing: 0.2em;
  }
}
@media all and (max-width: 896px) {
  .top .top-mainvisual__copy p:first-child {
    font-size: min(5vw, 2.4rem);
  }
}
.top .top-mainvisual__copy p:last-child {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding: 10px 0.5em 0;
  font-size: 2rem;
  line-height: 1;
}
@media all and (max-width: 1367px) {
  .top .top-mainvisual__copy p:last-child {
    font-size: min(3.4vw, 1.5rem);
  }
}
.top .top-mainvisual__copy p:last-child::before, .top .top-mainvisual__copy p:last-child::after {
  position: absolute;
  content: "-";
  margin: 0 0.5em;
  position: static;
}
.top .top-news {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  .top .top-news {
    margin-top: 40px;
  }
}
@media all and (max-width: 600px) {
  .top .top-news__txt {
    width: calc(100% - 180px - 16px);
    padding-right: 25px;
    background: url(../../assets/images/common/arrow_line_gray.svg) center right/16px no-repeat;
  }
}
@media all and (max-width: 480px) {
  .top .top-news__txt {
    width: calc(100% - 124px - 16px);
  }
}
.top .top-news__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .top .top-news__ttl {
    align-items: baseline;
  }
}
.top .top-news__ttl h1 {
  color: #2657A1;
  font-size: 3.2rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media all and (max-width: 480px) {
  .top .top-news__ttl h1 {
    font-size: 2.6rem;
  }
}
.top .top-news__ttl--en {
  color: #2657A1;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  padding-right: 30px;
}
@media all and (max-width: 480px) {
  .top .top-news__ttl--en {
    font-size: 1.4rem;
    padding-right: 15px;
  }
}
.top .top-news__link a svg, .top .top-news__link a img {
  margin-left: 30px;
}
@media all and (max-width: 480px) {
  .top .top-news__link a svg, .top .top-news__link a img {
    margin-left: 15px;
  }
}
.top .top-news__link a svg g path, .top .top-news__link a img g path {
  fill: #1E1E1E;
}
.top .top-news__link a:hover {
  opacity: 1;
  color: #2657A1;
  border-bottom: 1px solid #2657A1;
  text-underline-offset: 5px;
}
.top .top-news__link a:hover svg g path, .top .top-news__link a:hover img g path {
  fill: #2657A1;
}
.top .top-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 35px;
}
@media all and (max-width: 896px) {
  .top .top-news__list {
    gap: 20px;
  }
}
@media all and (max-width: 600px) {
  .top .top-news__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
    gap: 10px;
  }
}
@media all and (max-width: 600px) {
  .top .top-news__card a {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.top .top-news__card a figure {
  position: relative;
  aspect-ratio: 1.77/1;
  overflow: hidden;
  text-align: center;
  background: #F0F1F4;
}
@media all and (max-width: 600px) {
  .top .top-news__card a figure {
    max-width: 180px;
    height: 101px;
  }
}
@media all and (max-width: 480px) {
  .top .top-news__card a figure {
    max-width: 124px;
    height: 70px;
  }
}
.top .top-news__card a figure img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.top .top-news__card a:hover {
  opacity: 1;
  color: #2657A1;
}
.top .top-news__card a:hover figure img {
  transform: scale(1.05);
}
.top .top-news__card a:hover::after {
  transform: translateX(-50%) translateY(5px);
}
.top .top-news__card a:hover .top-news__tit {
  border-bottom: 1px solid #2657A1;
  text-underline-offset: 5px;
}
.top .top-news__card a:hover .top-news__date {
  background: url(../../assets/images/common/arrow_line_blue.svg) center right/16px no-repeat;
}
.top .top-news__card a h3 {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3.5em;
}
@media all and (max-width: 600px) {
  .top .top-news__card a h3 {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.top .top-news__card a[href^="https://"] .top-news__date, .top .top-news__card a[href^="http://"] .top-news__date {
  background: url(../../assets/images/common/icon_window_gray.svg) center right/20px no-repeat !important;
}
.top .top-news__card a[href^="https://"]:hover .top-news__date, .top .top-news__card a[href^="http://"]:hover .top-news__date {
  background: url(../../assets/images/common/icon_window_blue.svg) center right/20px no-repeat !important;
}
.top .top-news__date {
  margin-top: 10px;
  background: url(../../assets/images/common/arrow_line_gray.svg) center right/16px no-repeat;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media all and (max-width: 600px) {
  .top .top-news__date {
    margin-top: 8px;
    background: none;
    font-size: 1.2rem;
  }
}
.top .top-intro {
  position: relative;
  text-align: center;
  background: url(../../assets/images/top/intro_bg_pc.jpg) top center/cover no-repeat;
  color: #fff;
  padding-bottom: 50px;
  margin-top: 140px;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  container-type: inline-size;
  height: calc(100dvh - 80px);
  display: flex;
  flex-direction: column-reverse;
}
@media all and (max-width: 1367px) {
  .top .top-intro {
    padding-bottom: 40px;
    margin-top: 70px;
  }
}
@media all and (max-width: 1025px) {
  .top .top-intro {
    height: 80dvh;
  }
}
@media all and (max-width: 480px) {
  .top .top-intro {
    background: url(../../assets/images/top/intro_bg_sp.jpg) top center/cover no-repeat;
    height: auto;
    height: 90dvh;
    max-height: 600px;
  }
}
.top .top-intro::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(0deg, rgba(0, 14, 28, 0.8) 36.04%, rgba(0, 14, 28, 0) 77.18%);
}
.top .top-intro .width {
  max-width: 1200px;
}
@media (max-width: 1440px) {
  .top .top-intro .width {
    max-width: 1000px;
  }
}
.top .top-intro__inner {
  position: relative;
  z-index: 1;
}
.top .top-intro__txt {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 2;
  word-break: keep-all;
}
@media (max-width: 1440px) {
  .top .top-intro__txt {
    font-size: 2rem;
  }
}
@media all and (max-width: 1367px) {
  .top .top-intro__txt {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1025px) {
  .top .top-intro__txt {
    font-size: min(2vw, 2rem);
  }
}
@media all and (max-width: 600px) {
  .top .top-intro__txt {
    font-size: min(2.8vw, 1.6rem);
    letter-spacing: 0.32px;
    line-height: 36px;
    word-break: break-all;
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .top .top-intro__txt {
    font-size: min(4vw, 1.6rem);
    line-height: 32px;
  }
}
.top .top-item {
  margin-top: 150px;
}
@media all and (max-width: 1025px) {
  .top .top-item {
    margin-top: 100px;
  }
}
.top .top-item:nth-child(even) .top-item__inner {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.top .top-item:nth-child(even) .top-item__side {
  right: auto;
  left: 0;
}
@media all and (max-width: 1025px) {
  .top .top-item:nth-child(even) .top-item__side {
    margin: 0 auto auto 0;
  }
}
@media all and (max-width: 480px) {
  .top .top-item:nth-child(even) .top-item__side {
    margin: 0 auto auto 0;
  }
}
.top .top-item:nth-child(even) .top-item__txt {
  margin: auto auto auto 0;
}
@media (max-width: 1240px) {
  .top .top-item:first-child, .top .top-item:nth-child(2) {
    padding-top: 70px;
  }
}
@media all and (max-width: 1025px) {
  .top .top-item:first-child, .top .top-item:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 1300px) {
  .top .top-item + .top-item {
    margin-top: 120px;
  }
}
@media all and (max-width: 1025px) {
  .top .top-item + .top-item {
    margin-top: 75px;
  }
}
@media (max-width: 1100px) {
  .top .top-item + .top-item.last {
    margin-top: 180px;
  }
}
@media all and (max-width: 1025px) {
  .top .top-item + .top-item.last {
    margin-top: 75px;
  }
}
.top .top-item .width {
  max-width: 1500px;
}
@media (max-width: 1500px) {
  .top .top-item .width {
    max-width: 90%;
  }
}
@media all and (max-width: 1025px) {
  .top .top-item .width {
    max-width: 100%;
    width: 100%;
  }
}
.top .top-item__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: calc(50% - 50vw);
}
@media all and (max-width: 1025px) {
  .top .top-item__inner {
    margin-left: auto;
  }
}
.top .top-item__img {
  width: 70%;
}
@media (max-width: 1600px) {
  .top .top-item__img {
    width: 63%;
  }
}
@media (max-width: 1400px) {
  .top .top-item__img {
    width: 56%;
  }
}
@media (width < 1100px) {
  .top .top-item__img {
    width: 48%;
  }
}
@media all and (max-width: 1025px) {
  .top .top-item__img {
    width: 100%;
  }
}
.top .top-item__side {
  position: absolute;
  width: 630px;
  right: 0;
  bottom: -20px;
}
@media all and (max-width: 1367px) {
  .top .top-item__side {
    width: 580px;
  }
}
@media all and (max-width: 1025px) {
  .top .top-item__side {
    position: inherit;
    right: auto;
    width: 75%;
    margin: 0 0 auto auto;
  }
}
@media all and (max-width: 480px) {
  .top .top-item__side {
    width: calc(100% - 15px);
  }
}
.top .top-item__txt {
  width: 420px;
  margin: auto 0 auto auto;
}
@media all and (max-width: 1025px) {
  .top .top-item__txt {
    width: 100%;
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .top .top-item__txt {
    padding: 15px 30px 30px;
  }
}
.top .top-item__txt p:not(.top-item__txt--en) {
  margin-top: 25px;
  line-height: 30px;
}
@media all and (max-width: 480px) {
  .top .top-item__txt p:not(.top-item__txt--en) {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.top .top-item__txt--en {
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1.2px;
}
.top .top-item__txt h2 {
  color: #2657A1;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 3.2px;
  margin-top: 15px;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .top .top-item__txt h2 {
    font-size: 2.6rem;
    margin-top: 6px;
  }
}
.top .top-item__link {
  background: #2657A1;
  padding: 60px 70px;
  margin-top: 65px;
}
@media (width < 1500px) {
  .top .top-item__link {
    margin-top: 30px;
  }
}
@media all and (max-width: 1367px) {
  .top .top-item__link {
    padding: 30px 20px;
  }
}
@media all and (max-width: 480px) {
  .top .top-item__link {
    margin-top: 0;
  }
}
.top .top-item__link ul li {
  border-bottom: 1px solid #fff;
}
.top .top-item__link ul li:first-child {
  border-top: 1px solid #fff;
}
.top .top-item__link ul li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 30px;
  font-size: 1.9rem;
}
@media all and (max-width: 1367px) {
  .top .top-item__link ul li a {
    padding: 20px 15px;
  }
}
@media all and (max-width: 480px) {
  .top .top-item__link ul li a {
    font-size: 1.6rem;
  }
}
.top .top-item__link ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  border-right: 1px solid #fff;
  height: 32px;
}
@media all and (max-width: 480px) {
  .top .top-item__link ul li a::before {
    right: 48px;
  }
}
.top .top-item__link ul li a svg, .top .top-item__link ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
@media all and (max-width: 480px) {
  .top .top-item__link ul li a svg, .top .top-item__link ul li a img {
    right: 15px;
  }
}
.top .top-item__link ul li a svg g path, .top .top-item__link ul li a img g path {
  fill: #fff;
}
.top .top-item__link ul li a:hover {
  opacity: 1;
  background: #fff;
  color: #2657A1;
}
.top .top-item__link ul li a:hover::before {
  border-color: #E6ECF2;
}
.top .top-item__link ul li a:hover svg g path, .top .top-item__link ul li a:hover img g path {
  fill: #2657A1;
}
.top .top-recruit {
  position: relative;
  background: url(../../assets/images/top/recruit_bg_pc.jpg) top center/cover no-repeat;
  padding: 140px 0 100px;
  margin-top: 140px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100dvh - 80px);
}
@media all and (max-width: 1367px) {
  .top .top-recruit {
    padding: 100px 0 30px;
    margin-top: 100px;
  }
}
@media all and (max-width: 1025px) {
  .top .top-recruit {
    height: 80dvh;
  }
}
@media all and (max-width: 896px) {
  .top .top-recruit {
    padding: 80px 0 500px;
    margin-top: 80px;
    background: url(../../assets/images/top/recruit_bg_sp.jpg) bottom center/cover no-repeat;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .top .top-recruit {
    padding: 80px 0 350px;
  }
}
@media all and (max-width: 480px) {
  .top .top-recruit {
    padding: 40px 0 250px;
  }
}
.top .top-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.4) inset, 0px 20px 30px 0px rgba(0, 0, 0, 0.4) inset;
  z-index: 1;
}
.top .top-recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(0, 20, 82, 0) 0%, rgba(38, 87, 161, 0.8) 100%);
}
@media all and (max-width: 896px) {
  .top .top-recruit::after {
    bottom: auto;
    top: 0;
    height: 45%;
    background: linear-gradient(to bottom, #2657a0 0%, #2657A1 60%, rgba(38, 87, 161, 0) 100%), linear-gradient(to bottom, rgba(0, 81, 155, 0.2) 0%, rgba(0, 81, 155, 0) 100%);
  }
}
@media all and (max-width: 600px) {
  .top .top-recruit::after {
    height: 55%;
  }
}
.top .top-recruit__inner {
  position: relative;
  z-index: 1;
}
.top .top-recruit__ttl {
  text-shadow: 0px 0px 10px var(--_, #081120);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 8rem;
  line-height: 90px;
}
@media all and (max-width: 600px) {
  .top .top-recruit__ttl {
    font-size: 6.2rem;
  }
}
@media all and (max-width: 480px) {
  .top .top-recruit__ttl {
    font-size: min(16vw, 6.2rem);
  }
}
.top .top-recruit__small {
  font-size: 2rem;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 25px;
  letter-spacing: 2px;
}
@media all and (max-width: 600px) {
  .top .top-recruit__small {
    font-size: 1.8rem;
  }
}
.top .top-recruit__copy {
  text-shadow: 0px 0px 10px var(--_, #081120);
  font-size: 2.8rem;
  line-height: 59px;
  margin-top: 45px;
  max-width: 530px;
}
@media all and (max-width: 1367px) {
  .top .top-recruit__copy {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 600px) {
  .top .top-recruit__copy {
    font-size: 2rem;
    line-height: 40px;
    margin-top: 24px;
    text-align: center;
  }
}
.top .top-recruit__link {
  margin-top: 10px;
}
@media all and (max-width: 600px) {
  .top .top-recruit__link {
    margin-top: 0;
  }
}
.top .top-recruit__link a {
  position: relative;
  display: block;
  background: #fff;
  color: #2657A1;
  padding: 30px;
  max-width: 530px;
  font-size: 2rem;
}
@media all and (max-width: 1367px) {
  .top .top-recruit__link a {
    padding: 20px;
  }
}
@media all and (max-width: 600px) {
  .top .top-recruit__link a {
    padding: 15px;
  }
}
@media all and (max-width: 480px) {
  .top .top-recruit__link a {
    padding: 15px;
    font-size: 1.6rem;
  }
}
.top .top-recruit__link a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  border-right: 1px solid #E6ECF2;
  height: 32px;
}
@media all and (max-width: 480px) {
  .top .top-recruit__link a::before {
    right: 50px;
  }
}
.top .top-recruit__link a svg, .top .top-recruit__link a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
@media all and (max-width: 480px) {
  .top .top-recruit__link a svg, .top .top-recruit__link a img {
    right: 15px;
  }
}
.top .top-recruit__link a svg g path, .top .top-recruit__link a img g path {
  fill: #2657A1;
}
.top .top-recruit__link a:hover {
  opacity: 1;
  background: #2657A1;
  color: #fff;
}
.top .top-recruit__link a:hover::before {
  border-color: #fff;
}
.top .top-recruit__link a:hover g path {
  fill: #fff;
}
@media all and (max-width: 1025px) {
  .top .common-contact__link li a {
    max-width: 530px;
  }
}

/* news */
/* ============================================ */
.news-wrapper {
  margin-top: 140px;
}
@media all and (max-width: 896px) {
  .news-wrapper {
    margin-top: 70px;
  }
}
.news-txt {
  background: url(../../assets/images/common/arrow_line_gray.svg) bottom 6px right/16px no-repeat;
}
@media all and (max-width: 600px) {
  .news-txt {
    background: url(../../assets/images/common/arrow_line_gray.svg) center right/16px no-repeat;
    width: calc(100% - 180px - 16px);
    padding-right: 25px;
  }
}
@media all and (max-width: 480px) {
  .news-txt {
    width: calc(100% - 124px - 16px);
  }
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;
  margin-top: 35px;
}
@media all and (max-width: 896px) {
  .news-list {
    gap: 40px 20px;
  }
}
@media all and (max-width: 600px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
    gap: 10px;
  }
}
@media all and (max-width: 600px) {
  .news-card a {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.news-card a figure {
  position: relative;
  aspect-ratio: 1.77/1;
  overflow: hidden;
  text-align: center;
}
@media all and (max-width: 600px) {
  .news-card a figure {
    max-width: 180px;
    height: 101px;
  }
}
@media all and (max-width: 480px) {
  .news-card a figure {
    max-width: 124px;
    height: 70px;
  }
}
.news-card a figure img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.news-card a:hover {
  opacity: 1;
  color: #2657A1;
}
.news-card a:hover figure img {
  transform: scale(1.05);
}
.news-card a:hover::after {
  transform: translateX(-50%) translateY(5px);
}
.news-card a:hover .news-tit {
  border-bottom: 1px solid #2657A1;
  text-underline-offset: 5px;
}
.news-card a:hover .news-txt {
  background-image: url(../../assets/images/common/arrow_line_blue.svg);
}
.news-card a h2 {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3.5em;
}
@media all and (max-width: 600px) {
  .news-card a h2 {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.news-card a[href^="https://"] .news-txt, .news-card a[href^="http://"] .news-txt {
  background: url(../../assets/images/common/icon_window_gray.svg) bottom 5px right/20px no-repeat !important;
}
@media all and (max-width: 600px) {
  .news-card a[href^="https://"] .news-txt, .news-card a[href^="http://"] .news-txt {
    background: url(../../assets/images/common/icon_window_gray.svg) center right/20px no-repeat !important;
  }
}
.news-card a[href^="https://"]:hover .news-txt, .news-card a[href^="http://"]:hover .news-txt {
  background: url(../../assets/images/common/icon_window_blue.svg) bottom 5px right/20px no-repeat !important;
}
@media all and (max-width: 600px) {
  .news-card a[href^="https://"]:hover .news-txt, .news-card a[href^="http://"]:hover .news-txt {
    background: url(../../assets/images/common/icon_window_blue.svg) center right/20px no-repeat !important;
  }
}
.news-date {
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media all and (max-width: 600px) {
  .news-date {
    background: none;
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.news .camel_paging_sp {
  margin: 90px 0 40px;
}
@media all and (max-width: 896px) {
  .news .camel_paging_sp {
    margin-top: 45px 0 20px;
  }
}
.news .camel_paging_sp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .news .camel_paging_sp ul {
    gap: 8px;
    font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  .news .camel_paging_sp ul {
    gap: 5px;
  }
}
.news .camel_paging_sp ul > li {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
}
@media all and (max-width: 480px) {
  .news .camel_paging_sp ul > li {
    width: 40px;
    height: 40px;
  }
}
.news .camel_paging_sp ul > li > a, .news .camel_paging_sp ul > li > span {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  background: #fff;
}
@media all and (max-width: 480px) {
  .news .camel_paging_sp ul > li > a, .news .camel_paging_sp ul > li > span {
    width: 40px;
    height: 40px;
  }
}
.news .camel_paging_sp ul > li > a:hover, .news .camel_paging_sp ul > li > span:hover {
  opacity: 1;
  background: #787878;
  border-color: #787878;
  color: #fff;
}
.news .camel_paging_sp ul > li.active {
  border: 1px solid #1E1E1E;
  background: #1E1E1E;
  color: #fff;
  width: 48px;
  height: 48px;
}
@media all and (max-width: 480px) {
  .news .camel_paging_sp ul > li.active {
    width: 40px;
    height: 40px;
  }
}
.news .camel_paging_sp ul > li.next > a, .news .camel_paging_sp ul > li.prev > a {
  border: none;
  background: none;
}
.news .camel_paging_sp ul > li.next > a:hover, .news .camel_paging_sp ul > li.prev > a:hover {
  color: #787878;
}
.news .camel_paging_sp ul > li.mostprev {
  width: 25px;
}
.news .camel_paging_sp ul > li.mostprev img, .news .camel_paging_sp ul > li.mostprev svg {
  transform: scale(-1, 1);
}
.news .camel_paging_sp ul > li.mostprev > a {
  border: none;
  background: none;
}
.news .camel_paging_sp ul > li.mostnext {
  width: 25px;
}
.news .camel_paging_sp ul > li.mostnext > a, .news .camel_paging_sp ul > li.mostnext > span {
  border: none;
  background: none;
  width: 25px;
}
.news .camel_paging_sp ul > li.mostnext > a:hover svg g path {
  fill: #787878;
}
.news .detail-date {
  color: #2657A1;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .news .detail-date {
    font-size: 1.2rem;
  }
}
.news .detail-ttl {
  font-size: 4rem;
  font-weight: 600;
  line-height: 64px;
  padding-bottom: 55px;
  border-bottom: 1px solid #2657A1;
  margin-top: 24px;
  letter-spacing: 3.2px;
  margin-right: calc(50% - 50vw);
}
@media all and (max-width: 896px) {
  .news .detail-ttl {
    font-size: 3rem;
    line-height: 45px;
    padding-bottom: 20px;
    margin-top: 12px;
  }
}
@media all and (max-width: 480px) {
  .news .detail-ttl {
    font-size: 2rem;
    line-height: 32px;
  }
}
.news .detail-ttl h2 {
  margin-left: 0;
}
.news .detail-ttl + .second-main__breadcrumb {
  margin: 60px auto 0;
}
@media all and (max-width: 896px) {
  .news .detail-ttl + .second-main__breadcrumb {
    margin: 30px auto 0;
  }
}
.news .detail-contents {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.8;
  margin-top: 140px;
}
@media all and (max-width: 896px) {
  .news .detail-contents {
    margin-top: 70px;
  }
}
.news .detail-contents > * {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .news .detail-contents > * {
    margin-top: 32px;
  }
}
.news .detail-contents > *:first-child {
  margin-top: 0;
}
.news .detail-contents p + p {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .news .detail-contents p + p {
    margin-top: 12px;
  }
}
.news .detail-contents img {
  display: inline-block;
}
.news .detail-contents img + img {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .news .detail-contents img + img {
    margin-top: 16px;
  }
}
.news .detail-contents figure {
  text-align: center;
}
.news .detail-contents table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
  padding-bottom: 10px;
}
.news .detail-contents table tbody {
  display: inline-block;
}
.news .detail-contents table th, .news .detail-contents table td {
  box-sizing: border-box;
  padding: 5px 15px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.news .detail-contents table th {
  background: #FF8900;
  color: #fff;
  font-weight: 500;
}
.news .detail-contents table td {
  background: #fff;
}
.news .detail-contents iframe {
  display: block;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.news .detail-contents ul li {
  padding-left: 1.2em;
  position: relative;
}
.news .detail-contents ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2657A1;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.news .detail-contents ol {
  counter-reset: item;
  list-style-type: none;
}
.news .detail-contents ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.news .detail-contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #2657A1;
}
.news .detail-contents em {
  font-style: italic;
}
.news .detail-contents a {
  color: #2657A1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news .detail-block > * {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .news .detail-block > * {
    margin-top: 12px;
  }
}
.news .detail-block > *:first-child {
  margin-top: 0;
}
.news .detail-flex {
  display: flex;
  gap: 32px;
}
@media all and (max-width: 600px) {
  .news .detail-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.news .detail-flex img {
  width: 100%;
  max-width: none;
}
.news .detail-flex .detail-block {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .news .detail-flex .detail-block {
    width: 100%;
  }
}
.news .detail-flex .detail-img {
  width: 400px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .news .detail-flex .detail-img {
    width: 250px;
  }
}
@media all and (max-width: 600px) {
  .news .detail-flex .detail-img {
    width: 100%;
  }
}
.news .detail-flex.col2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.news .detail-flex.col2 > * {
  width: calc((100% - 32px) / 2);
  margin: 0;
}
@media all and (max-width: 896px) {
  .news .detail-flex.col2 > * {
    width: 100%;
  }
}
.news .detail-flex.col2.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 600px) {
  .news .detail-flex.col2.reverse {
    flex-direction: column;
  }
}
.news .detail-img {
  max-width: 880px;
  margin: auto;
}
.news .detail-img figure {
  position: relative;
  aspect-ratio: 1.77/1;
  overflow: hidden;
  text-align: center;
}
.news .detail-img figure img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.news .detail-largebtn + .detail-largebtn a {
  margin: 32px auto 0;
}
@media all and (max-width: 480px) {
  .news .detail-largebtn + .detail-largebtn a {
    margin: 20px auto 0;
  }
}
.news .detail-largebtn a {
  position: relative;
  display: block;
  background: #fff;
  color: #2657A1;
  padding: 34px 110px 34px 48px;
  max-width: 650px;
  margin: 64px auto 0;
  font-size: 2rem;
  font-weight: 400;
  border: 1px solid #2657A1;
  background: url(../../assets/images/common/arrow_line_blue.svg) center right 48px/16px no-repeat;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a {
    background: url(../../assets/images/common/arrow_line_blue.svg) center right 28px/16px no-repeat;
    padding: 25px 80px 25px 48px;
  }
}
@media all and (max-width: 896px) {
  .news .detail-largebtn a {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a {
    font-size: 1.5rem;
    background: url(../../assets/images/common/arrow_line_blue.svg) center right 17px/16px no-repeat;
    padding: 15px 65px 15px 15px;
  }
}
.news .detail-largebtn a[href^="https://"], .news .detail-largebtn a[href^="http://"] {
  background: url(../../assets/images/common/icon_window_blue.svg) center right 48px/20px no-repeat;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a[href^="https://"], .news .detail-largebtn a[href^="http://"] {
    background-position: center right 28px;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a[href^="https://"], .news .detail-largebtn a[href^="http://"] {
    background-position: center right 17px;
  }
}
.news .detail-largebtn a[href$=".pdf"] {
  background: url(../../assets/images/common/icon_pdf_blue.svg) center right 48px/20px no-repeat !important;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a[href$=".pdf"] {
    background-position: center right 28px !important;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a[href$=".pdf"] {
    background-position: center right 18px !important;
  }
}
.news .detail-largebtn a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 88px;
  border-right: 1px solid #E6ECF2;
  height: 32px;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a::before {
    right: 60px;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a::before {
    right: 50px;
  }
}
.news .detail-largebtn a:hover {
  opacity: 1;
  background-color: #2657A1;
  color: #fff;
  border-color: #fff;
  background-image: url(../../assets/images/common/arrow_line_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 48px;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a:hover {
    background-position: center right 28px;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a:hover {
    background-position: center right 17px;
  }
}
.news .detail-largebtn a:hover[href^="https://"], .news .detail-largebtn a:hover[href^="http://"] {
  background-color: #2657A1;
  background-image: url(../../assets/images/common/icon_window_white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 48px;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a:hover[href^="https://"], .news .detail-largebtn a:hover[href^="http://"] {
    background-position: center right 28px;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a:hover[href^="https://"], .news .detail-largebtn a:hover[href^="http://"] {
    background-position: center right 17px;
  }
}
.news .detail-largebtn a:hover[href$=".pdf"] {
  background-color: #2657A1 !important;
  background-image: url(../../assets/images/common/icon_pdf_white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center right 48px !important;
}
@media all and (max-width: 1367px) {
  .news .detail-largebtn a:hover[href$=".pdf"] {
    background-position: center right 28px !important;
  }
}
@media all and (max-width: 480px) {
  .news .detail-largebtn a:hover[href$=".pdf"] {
    background-position: center right 17px !important;
  }
}
.news .detail-largebtn a:hover::before {
  border-color: #fff;
}
.news .common-btn {
  margin-top: 90px;
}
@media all and (max-width: 896px) {
  .news .common-btn {
    margin-top: 45px;
  }
}
.news .common-btn > a {
  padding: 15px 15px 15px 40px;
}
@media all and (max-width: 480px) {
  .news .common-btn > a {
    padding: 15px 15px 15px 50px;
  }
}
.news .common-btn > a svg, .news .common-btn > a img {
  right: auto;
  left: 12px;
  transform: scale(-1, 1) translateY(-50%);
}
@media all and (max-width: 480px) {
  .news .common-btn > a svg, .news .common-btn > a img {
    right: auto;
    left: 15px;
  }
}
.news .common-btn > a::before {
  right: auto;
  left: 40px;
}
@media all and (max-width: 480px) {
  .news .common-btn > a::before {
    right: auto;
    left: 50px;
  }
}

/* company */
/* ============================================ */
.company .company-container {
  margin-top: 140px;
}
@media all and (max-width: 600px) {
  .company .company-container {
    margin-top: 70px;
  }
}
@media all and (max-width: 896px) {
  .company .company-container .common-col3 > div {
    max-width: 650px;
  }
}

/* info */
/* ============================================ */
.info .second-anchor ul {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1100px;
  margin: 100px auto 0;
}
@media all and (max-width: 1367px) {
  .info .second-anchor ul {
    margin: 80px auto 0;
  }
}
@media all and (max-width: 896px) {
  .info .second-anchor ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.info .second-txtbox .common-tit {
  margin-top: 140px;
}
@media all and (max-width: 1367px) {
  .info .second-txtbox .common-tit {
    margin-top: 70px;
  }
}
.info .second-txtbox .common-tit.first {
  margin-top: 0;
}
.info-infolist {
  margin-top: 48px;
}
@media all and (max-width: 480px) {
  .info-infolist {
    margin-top: 10px;
  }
}
.info-infolist__item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6ECF2;
}
.info-infolist__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #2657A1;
  width: 320px;
}
@media all and (max-width: 896px) {
  .info-infolist__item::before {
    width: 250px;
  }
}
@media all and (max-width: 600px) {
  .info-infolist__item::before {
    width: 150px;
  }
}
@media all and (max-width: 600px) {
  .info-infolist__item {
    flex-direction: column;
  }
}
.info-infolist__item dt {
  flex-shrink: 0;
  padding: 24px 16px;
  width: 320px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 200%;
  position: relative;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .info-infolist__item dt {
    width: 250px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 600px) {
  .info-infolist__item dt {
    padding: 15px 0 0;
    width: 100%;
    font-size: 1.6rem;
  }
}
.info-infolist__item dd {
  flex-grow: 1;
  padding: 24px 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
}
@media all and (max-width: 600px) {
  .info-infolist__item dd {
    width: 100%;
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 180%;
  }
}
.info-infolist__item--space {
  padding-left: 1em;
}
.info .scroll-container {
  margin-top: 48px;
}
@media all and (max-width: 600px) {
  .info .scroll-container {
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .info .scroll-container .figure img {
    max-width: none;
    width: 800px;
  }
}
@media all and (max-width: 480px) {
  .info .scroll-container .figure img {
    width: 600px;
  }
}
.info-history {
  margin-top: 45px;
}
@media all and (max-width: 600px) {
  .info-history {
    margin-top: 0;
  }
}
.info-history__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: stretch;
  padding: 32px 0px;
  border-bottom: 1px solid #E6ECF2;
  margin-top: -1px;
}
@media all and (max-width: 600px) {
  .info-history__item {
    flex-direction: row-reverse;
    padding: 16px 0px;
  }
}
.info-history__item:last-child::before {
  height: calc(100% - 20px);
}
.info-history__item::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 243px;
  height: 100%;
  border-right: 1px solid #2657A1;
}
@media all and (max-width: 1025px) {
  .info-history__item::before {
    left: 143px;
  }
}
@media all and (max-width: 896px) {
  .info-history__item::before {
    left: 93px;
  }
}
@media all and (max-width: 600px) {
  .info-history__item::before {
    left: 0;
  }
}
.info-history__item > dt {
  width: 250px;
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 42px;
  letter-spacing: -1.68px;
  margin-right: 35px;
}
@media all and (max-width: 1025px) {
  .info-history__item > dt {
    width: 150px;
  }
}
@media all and (max-width: 896px) {
  .info-history__item > dt {
    width: 100px;
    font-size: 3rem;
    margin-right: 15px;
  }
}
@media all and (max-width: 600px) {
  .info-history__item > dt {
    width: calc(100% - 20px);
    margin-right: 0;
  }
}
.info-history__txt {
  width: calc(100% - 290px);
}
@media all and (max-width: 1025px) {
  .info-history__txt {
    width: calc(100% - 190px);
  }
}
@media all and (max-width: 896px) {
  .info-history__txt {
    width: calc(100% - 120px);
  }
}
@media all and (max-width: 600px) {
  .info-history__txt {
    width: calc(100% - 20px);
    padding-left: 2px;
  }
}
.info-history__txt ul {
  margin-top: 5px;
}
.info-history__txt ul li dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  .info-history__txt ul li dl {
    display: block;
  }
}
.info-history__txt ul li dl:last-child {
  margin-bottom: 0;
}
.info-history__txt ul li dl dt {
  position: relative;
  color: #2657A1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2px;
  width: 170px;
}
@media all and (max-width: 896px) {
  .info-history__txt ul li dl dt {
    font-size: 1.6rem;
    width: 140px;
  }
}
@media all and (max-width: 600px) {
  .info-history__txt ul li dl dt {
    width: calc(100% - 20px);
  }
}
.info-history__txt ul li dl dt::before {
  position: absolute;
  content: "●";
  top: 0;
  left: -50px;
  font-size: 1.7rem;
  color: #2657A1;
}
@media all and (max-width: 896px) {
  .info-history__txt ul li dl dt::before {
    left: -29px;
    font-size: 1.4rem;
  }
}
.info-history__txt ul li dl dd {
  font-size: 1.6rem;
  line-height: 32px;
  letter-spacing: 0.32px;
  width: calc(100% - 170px);
}
@media all and (max-width: 896px) {
  .info-history__txt ul li dl dd {
    width: calc(100% - 140px);
  }
}
@media all and (max-width: 600px) {
  .info-history__txt ul li dl dd {
    line-height: 25px;
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 480px) {
  .info-history__txt ul li dl dd {
    font-size: 1.4rem;
  }
}
.info .common-col2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  gap: 0;
}
@media all and (max-width: 896px) {
  .info .common-col2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.info .common-col2 > div.common-block {
  width: 38%;
}
@media (max-width: 1150px) {
  .info .common-col2 > div.common-block {
    width: 45%;
  }
}
@media all and (max-width: 896px) {
  .info .common-col2 > div.common-block {
    width: 100%;
    margin-top: 20px;
  }
}
.info .common-col2 > div.common-img {
  width: 58%;
}
@media (max-width: 1150px) {
  .info .common-col2 > div.common-img {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .info .common-col2 > div.common-img {
    width: 100%;
  }
}
.info-access__tel a {
  position: relative;
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.6rem;
  pointer-events: none;
  padding-left: 1.1em;
}
@media all and (max-width: 600px) {
  .info-access__tel a {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .info-access__tel a {
    pointer-events: auto;
  }
}
.info-access__tel a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../assets/images/common/icon_tel.svg) center center/contain no-repeat;
  width: 25px;
  height: 25px;
}
.info-access__tel a span.reading {
  display: inline-block;
}
.info-access__name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 200%;
  margin-top: 25px;
}
@media all and (max-width: 1025px) {
  .info-access__name {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .info-access__name {
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .info-access__name {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
.info-access__address {
  font-size: 1.8rem;
  line-height: 200%;
}
@media all and (max-width: 1025px) {
  .info-access__address {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .info-access__address {
    font-size: 1.4rem;
    line-height: 160%;
    margin-top: 5px;
  }
}
.info-map {
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .info-map {
    margin-top: 20px;
  }
}
.info-map iframe {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
}
@media all and (max-width: 600px) {
  .info-map iframe {
    aspect-ratio: 2/1.5;
  }
}
.info .common-linkarea {
  margin-top: 50px;
}
@media all and (max-width: 1367px) {
  .info .common-linkarea {
    margin-top: 25px;
  }
}
.info .common-linkarea img {
  width: 100%;
}

/* message */
/* ============================================ */
.message-txtbox {
  max-width: 1100px;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .message-txtbox {
    margin-top: 40px;
  }
}
.message-txtbox__txt {
  line-height: 200%;
  margin-top: 30px;
}
.message-txtbox__name {
  font-size: 2rem;
  text-align: right;
  margin-top: 45px;
}
@media all and (max-width: 896px) {
  .message-txtbox__name {
    font-size: 1.6rem;
  }
}
.message .common-linkarea {
  margin-top: 140px;
}
@media all and (max-width: 1367px) {
  .message .common-linkarea {
    margin-top: 70px;
  }
}

/* vision */
/* ============================================ */
.border-top {
  border-top: #2657A1 solid 1px;
}
@media all and (max-width: 480px) {
  .border-top {
    margin-top: 0px;
  }
}

.c_bottom {
  padding-bottom: 7.291vw;
}

.block_vision {
  position: relative;
  container-type: inline-size;
}

.column__vision-phrase {
  display: grid;
  grid-template-columns: 38% 1fr;
  align-items: center;
  gap: 3.6cqw;
  padding: 40px 0 0;
}
@media all and (max-width: 896px) {
  .column__vision-phrase {
    grid-template-columns: 1fr;
    padding: 30px 0 0;
  }
}
.column__vision-phrase--en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(24px, 3.582cqw, 48px);
  color: #2657A1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.column__vision-phrase--txt {
  font-size: clamp(16px, 2.522cqw, 28px);
  line-height: 2em;
  letter-spacing: 0.1em;
  word-break: keep-all;
}

.column__vision-detail {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 3.6cqw;
  padding: 50px 0 0;
}
@media all and (max-width: 896px) {
  .column__vision-detail {
    grid-template-columns: 1fr;
    padding: 20px 0 0;
  }
}
.column__vision-detail--dl {
  font-size: clamp(16px, 1.8cqw, 20px);
}
.column__vision-detail--dt {
  color: #2657A1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
}
.column__vision-detail--dd {
  padding: 2.522cqw 0 0;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: justify;
}

.separator {
  background-color: #E6ECF2;
}

.column__vision-policy--dl {
  border-bottom: #E6ECF2 solid 1px;
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 10px;
  padding: 50px 0;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .column__vision-policy--dl {
    padding: 30px 0;
  }
}
.column__vision-policy--dt {
  color: #2657A1;
  font-size: clamp(20px, 2.882cqw, 32px);
  line-height: 1.2em;
  font-weight: 600;
}
.column__vision-policy--dd .txt_vision-policy {
  font-size: clamp(16px, 2.162cqw, 24px);
  line-height: 2em;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .column__vision-policy--dd .txt_vision-policy {
    word-break: normal;
    text-align: justify;
  }
}
.column__vision-policy--dd .list_vision-policy {
  font-size: clamp(14px, 1.621cqw, 18px);
  line-height: 1.8em;
}
.column__vision-policy--dd .item_vision-policy {
  font-size: clamp(14px, 1.621cqw, 18px);
  line-height: 1.6em;
  padding: 4px 0 4px 1.25em;
  text-indent: -0.75em;
  text-align: justify;
}
.column__vision-policy--dd .item_vision-policy::before {
  content: "●";
  color: #2657A1;
  width: 0.75em;
  display: inline-block;
}

.list_vision-policy {
  font-size: clamp(14px, 1.621cqw, 18px);
  line-height: 1.8em;
}

.item_vision-policy {
  font-size: clamp(14px, 1.621cqw, 18px);
  line-height: 1.6em;
  padding: 4px 0 4px 1.25em;
  text-indent: -0.75em;
  text-align: justify;
}
.item_vision-policy::before {
  content: "●";
  color: #2657A1;
  width: 0.75em;
  display: inline-block;
}

.hd_aim {
  font-size: clamp(20px, 3.783cqw, 42px);
  line-height: 1.2em;
  padding: 9cqw 0 4.324cqw;
  letter-spacing: 0.1em;
}

.block__vision-aim {
  border-top: #E6ECF2 solid 1px;
}

.column__vision-aim {
  border-bottom: #E6ECF2 solid 1px;
  display: grid;
  grid-template-columns: 12% 1fr;
  align-items: center;
  gap: 0cqw;
  padding: 3.603cqw;
}
@media all and (max-width: 480px) {
  .column__vision-aim {
    gap: 16px;
    padding: 20px;
  }
}
.column__vision-aim--number {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  color: #2657A1;
  font-weight: 600;
  font-size: clamp(26px, 4.504cqw, 50px);
}
.column__vision-aim--dt {
  color: #2657A1;
  font-size: clamp(16px, 2.522cqw, 28px);
  font-weight: 600;
  padding-bottom: 1.621cqw;
}
@media all and (max-width: 480px) {
  .column__vision-aim--dt {
    padding-bottom: 10px;
  }
}

/* technical */
/* ============================================ */
.technical .second-txtbox .common-tit {
  margin-top: 140px;
}
@media all and (max-width: 1367px) {
  .technical .second-txtbox .common-tit {
    margin-top: 70px;
  }
}
.technical .second-txtbox .common-tit.first {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .technical .common-col3 > div {
    max-width: 650px;
  }
}
.technical .common-col2 {
  position: relative;
  margin-top: 48px;
  gap: 40px;
}
@media all and (max-width: 1025px) {
  .technical .common-col2 {
    margin-top: 24px;
    align-items: flex-start;
  }
}
@media all and (max-width: 480px) {
  .technical .common-col2 {
    gap: 20px;
  }
}
@media all and (max-width: 896px) {
  .technical .common-col2 > div {
    width: calc((100% - 40px) / 2);
  }
}
@media all and (max-width: 600px) {
  .technical .common-col2 > div {
    width: 100%;
  }
}
.technical .common-col2 .common-block {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .technical .common-col2 .common-block {
    width: 100%;
  }
}
.technical .common-col2 .common-block p {
  line-height: 42px;
}
@media all and (max-width: 896px) {
  .technical .common-col2 .common-block p {
    line-height: 32px;
  }
}
@media all and (max-width: 1025px) {
  .technical .common-col2 .common-img {
    margin-top: 15px;
  }
}
@media all and (max-width: 896px) {
  .technical .common-col2 .common-img {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  .technical .common-col2 .common-img {
    max-width: 250px;
    margin: 0 auto;
  }
}
.technical .process .common-subtxt {
  margin-bottom: 70px;
}
@media all and (max-width: 1367px) {
  .technical .process .common-subtxt {
    margin-bottom: 35px;
  }
}
.technical .process .diagram {
  background: #E6ECF2;
  padding: 64px 0px;
  margin-top: 70px;
  margin-inline: calc(50% - 50vw);
}
@media all and (max-width: 1367px) {
  .technical .process .diagram {
    margin-top: 35px;
  }
}
@media all and (max-width: 480px) {
  .technical .process .diagram {
    padding: 32px 0px;
  }
}
.technical .process .diagram .scroll-container {
  margin-top: 30px;
}
@media (width < 1500px) {
  .technical .process .diagram .scroll-container {
    overflow: hidden;
  }
}
@media all and (max-width: 1025px) {
  .technical .process .diagram .scroll-container {
    overflow-x: auto;
    padding: 30px 0px;
    max-width: 990px;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 480px) {
  .technical .process .diagram .scroll-container {
    padding: 15px 0px;
  }
}
.technical .process .diagram .scroll-container .scroll-hint {
  top: 0;
  display: none;
}
@media all and (max-width: 1025px) {
  .technical .process .diagram .scroll-container .scroll-hint.show {
    display: block;
  }
}
.technical .process .diagram .scroll-container .figure svg {
  width: 100%;
}
@media (width < 1500px) {
  .technical .process .diagram .scroll-container .figure svg {
    width: 1600px;
    margin-left: -8%;
  }
}
@media (width < 1201px) {
  .technical .process .diagram .scroll-container .figure svg {
    margin-left: -17%;
  }
}
@media (width < 1101px) {
  .technical .process .diagram .scroll-container .figure svg {
    margin-left: -25%;
  }
}
@media all and (max-width: 1025px) {
  .technical .process .diagram .scroll-container .figure svg {
    margin-left: -20%;
  }
}
@media all and (max-width: 896px) {
  .technical .process .diagram .scroll-container .figure svg {
    margin-left: -30%;
  }
}
@media all and (max-width: 480px) {
  .technical .process .diagram .scroll-container .figure svg {
    margin-left: -66%;
  }
}
.technical .process .diagram-link {
  text-align: left;
  margin: 20px auto 0;
  width: 305px;
  font-size: 1.4rem;
  position: relative;
  display: block;
  background: #2657A1;
  color: #fff;
  padding: 15px;
  border: 1px solid #2657A1;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1367px) {
  .technical .process .diagram-link {
    padding: 20px;
  }
}
@media all and (max-width: 480px) {
  .technical .process .diagram-link {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.technical .process .diagram-link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  border-right: 1px solid #fff;
  height: 25px;
}
.technical .process .diagram-link svg, .technical .process .diagram-link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.technical .process .diagram-link svg g path, .technical .process .diagram-link img g path {
  fill: #fff;
}
.technical .process .diagram-link:hover {
  background: #fff;
  color: #2657A1;
}
.technical .process .diagram-link:hover::before {
  border-color: #E6ECF2;
}
.technical .process .diagram-link:hover svg g path, .technical .process .diagram-link:hover img g path {
  fill: #2657A1;
}
@media (max-width: 1200px) {
  .technical .process .diagram .figure img {
    width: 1200px;
    max-width: none;
  }
}
.technical .process .diagram .figure .link:hover {
  cursor: pointer;
  fill: #2657A1;
}
.technical .process .diagram .figure .link:hover .txt {
  fill: #fff;
}
.technical .process .production {
  margin-top: 70px;
}
@media all and (max-width: 1367px) {
  .technical .process .production {
    margin-top: 35px;
  }
}
@media all and (max-width: 1367px) {
  .technical .process .production h3 {
    padding: 0;
  }
}
.technical .process h3 {
  max-width: 1100px;
  color: #2657A1;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2.8px;
  margin: auto;
}
@media all and (max-width: 1367px) {
  .technical .process h3 {
    max-width: 100%;
    padding: 0 110px;
  }
}
@media all and (max-width: 896px) {
  .technical .process h3 {
    padding: 0 80px;
  }
}
@media all and (max-width: 480px) {
  .technical .process h3 {
    padding: 0 25px;
    font-size: 1.8rem;
  }
}
.technical .process h3 span.small {
  padding-left: 16px;
  font-size: 2rem;
  letter-spacing: 2px;
}
@media all and (max-width: 480px) {
  .technical .process h3 span.small {
    padding-left: 8px;
    font-size: 1rem;
  }
}
.technical .features .common-col3 {
  margin-top: 48px;
}
@media all and (max-width: 1367px) {
  .technical .features .common-col3 {
    margin-top: 24px;
  }
}
.technical .features .common-col3 > div {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .technical .features .common-col3 > div {
    width: calc(100% - 60px);
    margin: auto;
  }
}
@media all and (max-width: 480px) {
  .technical .features .common-col3 > div {
    width: calc(100% - 30px);
  }
}
.technical .features-txt {
  border-top: 1px solid #E6ECF2;
  border-bottom: 1px solid #E6ECF2;
  padding: 40px 32px;
  flex-grow: 1;
}
@media (width < 1200px) {
  .technical .features-txt {
    padding: 40px 0;
  }
}
@media all and (max-width: 896px) {
  .technical .features-txt {
    padding: 40px 32px;
  }
}
@media all and (max-width: 480px) {
  .technical .features-txt {
    padding: 20px 16px;
  }
}
.technical .features-txt h3 {
  text-align: center;
  color: #2657A1;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 37px;
}
@media all and (max-width: 480px) {
  .technical .features-txt h3 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.technical .features-txt p {
  line-height: 32px;
  margin-top: 10px;
}
.technical #modal9.modal-area {
  max-width: 950px;
}
@media (max-width: 950px) {
  .technical #modal9.modal-area {
    width: calc(100% - 50px);
  }
}
@media (max-width: 480px) {
  .technical #modal9.modal-area {
    width: calc(100% - 20px);
  }
}
.technical #modal9.modal-area br.portraitonly {
  display: none;
}
@media (max-width: 375px) {
  .technical #modal9.modal-area br.portraitonly {
    display: block;
  }
}

/* products_top */
/* ============================================ */
.box_txt_single p {
  line-height: 42px;
}
@media all and (max-width: 896px) {
  .box_txt_single p {
    line-height: 32px;
  }
}

.block__products {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6.716cqw;
}
@media all and (max-width: 480px) {
  .block__products {
    row-gap: 40px;
  }
}

.column__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.985cqw;
  container-type: inline-size;
}
@media all and (max-width: 480px) {
  .column__products {
    grid-template-columns: repeat(1, 1fr);
  }
}

.column__products--txt {
  align-content: center;
  position: relative;
}
.column__products--txt .txt_gradation {
  font-size: clamp(50px, 8.955cqw, 120px);
  text-align: left;
  margin-top: -2.3cqw;
}

.txt_gradation {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2em;
  background: linear-gradient(90deg, #E6ECF2 0%, #2657A1 50%, #E6ECF2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  white-space: nowrap;
  width: 100%;
}
@media all and (max-width: 896px) {
  .txt_gradation {
    width: auto;
  }
}

.txt_inner_products {
  padding: 2.238cqw 4.776cqw 0;
}

.txt_enter {
  padding: 2.888cqw 0 0;
}
.txt_enter p {
  font-size: clamp(14px, 1.492cqw, 20px);
}

/* arabiki */
/* ============================================ */
.area__products {
  padding: 120px 0 0;
  container-type: inline-size;
}
@media all and (max-width: 1367px) {
  .area__products {
    padding: 60px 0 0;
  }
}
@media all and (max-width: 480px) {
  .area__products {
    padding: 40px 0 0;
  }
}
.area__products .product-itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: #E6ECF2 solid 1px;
  padding: 2.985cqw;
  margin-bottom: 30px;
  gap: 30px 0;
}
.area__products .product-itembox__img {
  width: 42%;
}
@media all and (max-width: 480px) {
  .area__products .product-itembox__img {
    width: 100%;
  }
}
.area__products .product-itembox .box_table_spec {
  width: 52%;
}
@media all and (max-width: 480px) {
  .area__products .product-itembox .box_table_spec {
    width: 100%;
  }
}

.hd_sec_products {
  font-size: clamp(20px, 2.537cqw, 34px);
  font-weight: 500;
  padding: 1.985cqw 0;
  position: relative;
}
.hd_sec_products::after {
  content: "";
  display: block;
  height: 1px;
  width: 2.985cqw;
  background-color: #2657A1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.list__line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: #E6ECF2 solid 1px;
  border-left: #E6ECF2 solid 1px;
}

.item__line {
  padding: 2.985cqw;
  border-right: #E6ECF2 solid 1px;
  border-bottom: #E6ECF2 solid 1px;
}

.item__line-box {
  padding: 2.985cqw;
  border: #E6ECF2 solid 1px;
}
@media all and (max-width: 480px) {
  .item__line-box {
    padding: 16px;
  }
}

.hd_thi_products {
  font-size: clamp(16px, 2.522cqw, 28px);
  text-align: center;
  color: #2657A1;
  padding: 0 0 2.388cqw;
  border-bottom: #E6ECF2 solid 1px;
  line-height: 1.2em;
  font-weight: 500;
}

.item__line--img {
  padding: 2.388cqw 0 0;
}

.txt_other {
  padding: 2.388cqw 0 0;
  line-height: 2em;
}

.area__products--column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.985cqw;
  padding: 4.776cqw 0 0;
}
@media all and (max-width: 480px) {
  .area__products--column {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px 0;
  }
}

caption {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.hd_table {
  font-size: clamp(16px, 2.522cqw, 28px);
  color: #2657A1;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
}

.variety_list {
  border-top: #E6ECF2 solid 1px;
  border-left: #E6ECF2 solid 1px;
  width: 100%;
  margin-top: 1.492cqw;
}
.variety_list th, .variety_list td {
  border-right: #E6ECF2 solid 1px;
  border-bottom: #E6ECF2 solid 1px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 6px 5px;
}
.variety_list th {
  background-color: #E6ECF2;
  font-weight: 500;
}

.txt_table_under {
  display: grid;
  grid-template-columns: 3em 1fr;
  padding: 1.492cqw 0 0;
}

.box_contact_spec_contact {
  background-color: #E6ECF2;
  padding: 1.791cqw 2.985cqw;
  text-align: center;
}
@media all and (max-width: 480px) {
  .box_contact_spec_contact {
    padding: 16px;
  }
}
.box_contact_spec_contact p {
  word-break: keep-all;
}
.box_contact_spec_contact .common-btn {
  max-width: 100%;
  margin-top: 1.492cqw;
}
.box_contact_spec_contact.narrow {
  max-width: 600px;
  margin: auto;
}

.mt24 {
  margin: 1.791cqw 0 0;
}
@media all and (max-width: 480px) {
  .mt24 {
    margin: 16px 0 0;
  }
}

.box_contact_spec_example {
  padding: 3.582cqw;
  margin: 1.791cqw 0 0;
  border: #2657A1 solid 1px;
}
@media all and (max-width: 480px) {
  .box_contact_spec_example {
    margin: 16px 0 0;
    padding: 20px;
  }
}

.hd_example {
  font-size: clamp(16px, 2.522cqw, 28px);
  color: #2657A1;
  line-height: 1.1em;
  text-align: center;
  font-weight: 500;
}

.list_example {
  padding: 1.791cqw 0 0;
}
@media all and (max-width: 480px) {
  .list_example {
    padding: 10px 0 0;
  }
}
.list_example.half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media all and (max-width: 896px) {
  .list_example.half {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_example.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 35px;
}
@media all and (max-width: 896px) {
  .list_example.center {
    gap: 0 20px;
  }
}

.item_example {
  font-size: clamp(14px, 1.621cqw, 18px);
  line-height: 1.4em;
  padding: 5px 0 5px 1.25em;
  text-indent: -0.75em;
  text-align: justify;
}
.item_example::before {
  content: "●";
  color: #2657A1;
  width: 0.75em;
  display: inline-block;
}

.etc {
  padding: 4px 0 4px 0;
  text-indent: 0;
  text-align: right;
}
.etc::before {
  content: none;
}

.left_alignment {
  display: inline-block;
  text-align: center;
}

body.technical .common-linkarea {
  margin-top: 110px;
}
body.technical .common-linkarea ul {
  justify-content: center;
}

/* sustainability */
/* ============================================ */
@media all and (max-width: 1367px) {
  .sustainability .sdgs-container .second-txtbox {
    padding: 50px 20px;
  }
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .second-txtbox {
    padding: 30px 0 50px;
  }
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .second-txtbox.first.border-top {
    margin-top: 50px;
  }
}
.sustainability .sdgs-container .common-tit.color1::before {
  color: #91C746;
}
.sustainability .sdgs-container .common-tit.color2::before {
  color: #F89934;
}
.sustainability .sdgs-container .common-tit.color3::before {
  color: #E55D99;
}
.sustainability .sdgs-container .common-tit.color4::before {
  color: #65C3EB;
}
.sustainability .sdgs-container .common-tit.color5::before {
  color: #B06FE2;
}
.sustainability .sdgs-container .common-tit.icon::before {
  content: "●";
  width: 1.2em;
  display: inline-block;
  font-size: 90%;
}
.sustainability .sdgs-container .common-tit.center {
  text-align: center;
}
.sustainability .sdgs-container .sdgs-intro {
  text-align: center;
}
.sustainability .sdgs-container .sdgs-intro h2 {
  font-weight: 700;
  font-size: 3.6rem;
  color: #2657A1;
  letter-spacing: 0.05em;
  margin: 100px 0 40px;
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro h2 {
    margin: 50px 0 20px;
    font-size: 2.2rem;
  }
}
.sustainability .sdgs-container .sdgs-intro__anchor.middle {
  max-width: 800px;
  margin: 100px auto 0;
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro__anchor.middle {
    margin: 50px auto 0;
  }
}
.sustainability .sdgs-container .sdgs-intro__anchor.middle ul {
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro__anchor.middle ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sustainability .sdgs-container .sdgs-intro__anchor ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 8px;
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro__anchor ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }
}
.sustainability .sdgs-container .sdgs-intro__anchor a {
  position: relative;
  display: block;
  color: #fff;
  word-break: keep-all;
  border-radius: 5px;
  padding: 25px 0;
  font-size: 1.8rem;
  font-weight: 700;
  background: #2657A1;
}
@media (width < 1200px) {
  .sustainability .sdgs-container .sdgs-intro__anchor a {
    padding: 15px 25px;
    min-height: 88px;
    display: grid;
    place-content: center;
  }
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro__anchor a {
    font-size: 1.5rem;
    padding: 10px;
    min-height: 70px;
  }
}
.sustainability .sdgs-container .sdgs-intro__anchor a::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(../../assets/images/common/arrow_right_blue.svg) top center/contain no-repeat;
  width: 20px;
  height: 20px;
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro__anchor a::after {
    bottom: -14px;
    width: 14px;
    height: 14px;
  }
}
.sustainability .sdgs-container .sdgs-intro__anchor a:hover {
  transform: translateY(5px);
}
.sustainability .sdgs-container .sdgs-intro__anchor .color1 a {
  background: #91C746;
}
.sustainability .sdgs-container .sdgs-intro__anchor .color2 a {
  background: #F89934;
}
.sustainability .sdgs-container .sdgs-intro__anchor .color3 a {
  background: #E55D99;
}
.sustainability .sdgs-container .sdgs-intro__anchor .color4 a {
  background: #65C3EB;
}
.sustainability .sdgs-container .sdgs-intro__anchor .color5 a {
  background: #B06FE2;
}
.sustainability .sdgs-container .sdgs-intro__laed {
  font-size: 1.8rem;
  margin-top: 60px;
  line-height: 2;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-intro__laed {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-intro__laed {
    margin-bottom: 30px;
  }
}
.sustainability .sdgs-container .sdgs-theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin: 30px 0 0 0.5em;
  gap: 20px 0;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-theme {
    margin: 15px 0 0 0;
  }
}
.sustainability .sdgs-container .sdgs-theme__list {
  width: 46%;
}
@media all and (max-width: 1025px) {
  .sustainability .sdgs-container .sdgs-theme__list {
    width: 43%;
  }
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-theme__list {
    width: 100%;
  }
}
.sustainability .sdgs-container .sdgs-theme__list li {
  font-size: clamp(14px, 1.621cqw, 18px);
  line-height: 1.6em;
  padding: 4px 0 0 1.25em;
  text-indent: -0.75em;
  text-align: justify;
}
.sustainability .sdgs-container .sdgs-theme__list li::before {
  content: "●";
  width: 0.5em;
  display: inline-block;
  font-size: 80%;
}
.sustainability .sdgs-container .sdgs-theme__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .sustainability .sdgs-container .sdgs-theme__icon {
    width: 53%;
  }
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-theme__icon {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-theme__icon {
    gap: 5px;
  }
}
.sustainability .sdgs-container .sdgs-theme__icon img {
  max-width: 100px;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-theme__icon img {
    max-width: 60px;
  }
}
.sustainability .sdgs-container .sdgs-detail {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 30px 40px;
  margin-top: 50px;
}
@media all and (max-width: 1025px) {
  .sustainability .sdgs-container .sdgs-detail {
    padding: 30px 20px;
  }
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-detail {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-detail {
    padding: 20px 10px;
    margin-top: 25px;
    gap: 20px;
  }
}
.sustainability .sdgs-container .sdgs-detail.color1 {
  border-color: #91C746;
}
.sustainability .sdgs-container .sdgs-detail.color2 {
  border-color: #F89934;
}
.sustainability .sdgs-container .sdgs-detail.color3 {
  border-color: #E55D99;
}
.sustainability .sdgs-container .sdgs-detail.color4 {
  border-color: #65C3EB;
}
.sustainability .sdgs-container .sdgs-detail.color5 {
  border-color: #B06FE2;
}
.sustainability .sdgs-container .sdgs-detail p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-detail p {
    font-size: 1.7rem;
  }
}
.sustainability .sdgs-container .sdgs-detail ul li {
  padding-left: 1em;
  text-indent: -0.3em;
}
.sustainability .sdgs-container .sdgs-detail ul li::before {
  content: "・";
  display: inline-block;
  width: 0.3em;
}
.sustainability .sdgs-container .sdgs-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 30px;
  font-size: 1.6rem;
  margin-top: 50px;
}
@media (width < 1100px) {
  .sustainability .sdgs-container .sdgs-note {
    justify-content: flex-start;
  }
}
@media all and (max-width: 1025px) {
  .sustainability .sdgs-container .sdgs-note {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-note {
    font-size: 1.4rem;
  }
}
.sustainability .sdgs-container .sdgs-note li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.sustainability .sdgs-container .sdgs-borderbox {
  border: 1px solid #E6ECF2;
  padding: 50px;
}
@media all and (max-width: 896px) {
  .sustainability .sdgs-container .sdgs-borderbox {
    padding: 50px 25px;
  }
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-borderbox {
    padding: 30px 15px;
  }
}
.sustainability .sdgs-container .sdgs-borderbox ul li {
  padding-left: 2em;
  text-indent: -2.3em;
  line-height: 2;
}
.sustainability .sdgs-container .sdgs-borderbox dl {
  text-align: right;
  margin-top: 30px;
}
.sustainability .sdgs-container .sdgs-borderbox dl dd span.large {
  font-size: 1.8rem;
  padding-left: 1em;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-borderbox dl dd span.large {
    font-size: 1.6rem;
  }
}
.sustainability .sdgs-container .sdgs-borderbox__txt {
  text-align: right;
  margin: 15px 0 10px;
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-borderbox__txt {
    font-size: 1.2rem;
  }
}
.sustainability .sdgs-container .sdgs-borderbox__icon {
  text-align: center;
  margin: 10px 0 20px;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-borderbox__icon {
    margin: 10px 0;
  }
}
.sustainability .sdgs-container .sdgs-borderbox__icon img {
  width: 100px;
}
@media all and (max-width: 480px) {
  .sustainability .sdgs-container .sdgs-borderbox__icon img {
    width: 60px;
  }
}
.sustainability .sdgs-container .sdgs-borderbox h3 {
  text-align: center;
  color: #2657A1;
  font-size: 2.6rem;
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  .sustainability .sdgs-container .sdgs-borderbox h3 {
    font-size: 2rem;
  }
}

/* message */
/* ============================================ */
/* vision */
/* ============================================ */