@charset "UTF-8";
/**
 * sanitize 1.0.0
 */
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  /* cursor: default; */
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  /* border-color: inherit; */
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* https://unpkg.com/sanitize.css@13.0.0/forms.css
 * ========================================================================== */
/**
* 1. Change the inconsistent appearance in all browsers (opinionated).
* 2. Add typography inheritance in all browsers (opinionated).
*/
:where(button, input, select, textarea) {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
* Change the inconsistent appearance in all browsers (opinionated).
*/
:where(select) {
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
* Don't show the arrow for multiple choice selects
*/
:where(select[multiple]) {
  background-image: none;
}

/**
* Remove the border and padding in all browsers (opinionated).
*/
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}

/* https://unpkg.com/sanitize.css@13.0.0/assets.css
* ========================================================================== */
/**
* Restrict sizing to the page width in all browsers (opinionated).
*/
:where(img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}

:where(iframe) {
  max-width: 100%;
}

/* https://unpkg.com/sanitize.css@13.0.0/typography.css
 * ========================================================================== */
/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* https://unpkg.com/sanitize.css@13.0.0/system-ui.css
 * ========================================================================== */
/**
* Add the correct system-ui font-family in Firefox.
*/
@font-face {
  font-family: system-ui;
  src: local(".AppleSystemUIFont"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("HelveticaNeue");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  src: local(".AppleSystemUIFont"), local("Segoe UI Italic"), local("Ubuntu-Italic"), local("Roboto-Italic"), local("HelveticaNeue-Italic");
}
@font-face {
  font-family: system-ui;
  font-weight: bold;
  src: local(".AppleSystemUIFont"), local("Segoe UI Bold"), local("Ubuntu-Bold"), local("Roboto-Bold"), local("HelveticaNeue-Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: bold;
  src: local(".AppleSystemUIFont"), local("Segoe UI Bold Italic"), local("Ubuntu-BoldItalic"), local("Roboto-BoldItalic"), local("HelveticaNeue-BoldItalic");
}
/* https: //unpkg.com/sanitize.css@13.0.0/ui-monospace.css
 * ========================================================================== */
/**
* Add the correct system-ui font-family in Chrome, Edge, and Firefox.
*/
@font-face {
  font-family: ui-monospace;
  src: local(".AppleSystemUIFontMonospaced-Regular"), local("Segoe UI Mono"), local("UbuntuMono"), local("Roboto-Mono"), local("Menlo");
}
@font-face {
  font-family: ui-monospace;
  font-style: italic;
  src: local(".AppleSystemUIFontMonospaced-RegularItalic"), local("Segoe UI Mono Italic"), local("UbuntuMono-Italic"), local("Roboto-Mono-Italic"), local("Menlo-Italic");
}
@font-face {
  font-family: ui-monospace;
  font-weight: bold;
  src: local(".AppleSystemUIFontMonospaced-Bold"), local("Segoe UI Mono Bold"), local("UbuntuMono-Bold"), local("Roboto-Mono-Bold"), local("Menlo-Bold");
}
@font-face {
  font-family: ui-monospace;
  font-style: italic;
  font-weight: bold;
  src: local(".AppleSystemUIFontMonospaced-BoldItalic"), local("Segoe UI Mono Bold Italic"), local("UbuntuMono-BoldItalic"), local("Roboto-Mono-BoldItalic"), local("Menlo-BoldItalic");
}
html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 65%;
  }
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  padding-bottom: env(safe-area-inset-bottom, 20px);
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p:first-child {
  margin-top: 0;
}
p + p {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: #019ab3;
  }
}
@media (max-width: 767px) {
  p a:active {
    color: #019ab3;
  }
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1.6rem;
  }
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.btn-square {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 276px;
  height: 53px;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #a6ceed;
  color: #000;
  font-weight: bold;
  box-shadow: 4px 4px 0 0 #dceaf5;
}
@media (hover: hover) {
  .btn-square:hover {
    box-shadow: 0 0 0 0 #dceaf5;
    background: #eff5fa;
  }
}
.btn-square.is-l {
  height: 63px;
  font-size: 1.6rem;
}
.btn-square::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/img/common/icon-square.svg) center center/contain no-repeat;
}
.btn-square::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 7px;
  height: 12px;
  background: #006fc5;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.btn-square-round {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 276px;
  height: 53px;
  border-radius: 40px;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #a6ceed;
  color: #000;
  font-weight: bold;
  box-shadow: 4px 4px 0 0 #dceaf5;
}
@media (hover: hover) {
  .btn-square-round:hover {
    box-shadow: 0 0 0 0 #dceaf5;
    background: #eff5fa;
  }
}
.btn-square-round.is-l {
  height: 63px;
  font-size: 1.6rem;
}
.btn-square-round::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 21px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/img/common/icon-square.svg) center center/contain no-repeat;
}

.btn-s {
  display: inline-block;
  height: 35px;
  border-radius: 30px;
  padding: 6px 35px 4px 20px;
  background: #fff;
  border: 1px solid #006fc5;
  color: #000;
  font-weight: bold;
  box-shadow: 3px 3px 0 0 #f2f2f2;
  transition: all 0.3s;
}
.btn-s::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  background: url(/img/common/arrow-r4.webp) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-s:hover {
    background: #f2f2f2;
    box-shadow: none;
  }
}

.btn-big {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 80px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(180deg, #006fc5, #006fc5 50%, #013673 50%, #013673);
  font-family: Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-big {
    width: 90%;
    height: 60px;
  }
}
@media (hover: hover) {
  .btn-big:hover {
    opacity: 0.9;
  }
}

.btn-gray {
  border: none;
  appearance: none;
  background: #999;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
}
@media (hover: hover) {
  .btn-gray:hover {
    background: #848484;
  }
}

.btn-round {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  width: fit-content;
  max-width: 100%;
  height: 50px;
  padding: 3px 55px 3px 40px;
  border-radius: 50px;
  border: 1px solid #006fc5;
  background: #fff;
  font-size: 1.4rem;
  color: #006fc5;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .btn-round {
    width: auto;
  }
}
@media (hover: hover) {
  .btn-round:hover {
    opacity: 0.8;
  }
}
.btn-round::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/img/common/icon-arrow.webp) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-round:hover {
    background: #f7f7f7;
    opacity: 1;
  }
}
.btn-round.is-narrow {
  height: 40px;
}
.btn-round.is-red {
  background: #e9546b;
  color: #fff;
  border-color: #e9546b;
}
.btn-round.is-red::after {
  background-image: url(/img/common/icon-arrow-white2.webp);
}
@media (hover: hover) {
  .btn-round.is-red:hover {
    background: #e9374f;
    opacity: 1;
  }
}
.btn-round.is-blue {
  background: #4483dc;
  color: #fff;
  border-color: #4483dc;
}
.btn-round.is-blue::after {
  background-image: url(/img/common/icon-arrow-white3.webp);
}
@media (hover: hover) {
  .btn-round.is-blue:hover {
    background: #0d70fa;
    opacity: 1;
  }
}
.btn-round.is-bg {
  background: #006fc5;
  color: #fff;
  border-color: #006fc5;
}
.btn-round.is-bg::after {
  background-image: url(/img/common/icon-arrow-white3.webp);
}
@media (hover: hover) {
  .btn-round.is-bg:hover {
    background: #0d70fa;
    opacity: 1;
  }
}

.btn-sch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 8px 35px 8px 35px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.569);
  color: #fff;
  font-size: 1.3rem;
}
.btn-sch::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(/img/common/icon-video.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-sch:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border-radius: 5px;
  background: #006fc5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 33px;
}
@media (hover: hover) {
  .btn-flat:hover {
    opacity: 0.8;
  }
}
.btn-flat.is-white {
  background: #fff;
  color: #006fc5;
  border: 0.5px solid #006fc5;
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.cl-theme {
  color: #006fc5;
}

.list-normal {
  padding-left: 0;
}
.list-normal > li {
  list-style: none;
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #006fc5;
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-10 {
  width: 100px;
}
@media (max-width: 767px) {
  .size-10 {
    width: 30%;
  }
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.sCard {
  border: 0.5px solid #006fc5;
  background: #f6fbfe;
  padding: 20px 20px;
}
.sCard-title {
  margin: 0 0 10px;
  font-size: 1.8rem;
  color: #006fc5;
  font-weight: bold;
}
.sCard-sub {
  font-style: normal;
  margin-bottom: 5px;
}
.sCard-main {
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sCard-main {
    font-size: 1.7rem;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-l {
  position: relative;
  margin-block: 0 30px;
  font-size: 2.6rem;
  color: #006fc5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-l {
    font-size: 2rem;
  }
}
.title-l::before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 49%;
  display: inline-block;
  height: 1px;
  width: 100vw;
  background: #006fc5;
}

.title-center {
  margin-bottom: 35px;
  text-align: center;
}
.title-center-ja {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #006fc5;
  font-weight: bold;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .title-center-ja {
    font-size: 5.9vw;
  }
}
.title-center-ja::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #006fc5;
}
.title-center-en {
  font-size: 1.3rem;
}

.title-m {
  margin-bottom: 50px;
  padding: 12px 3%;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(-135deg, #006fc5, #006fc5 96%, #2583cc 4%, #2583cc);
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-m {
    margin-bottom: 20px;
  }
}

.title-underline {
  color: #006fc5;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #006fc5;
}

.title-wide {
  margin-bottom: 40px;
  background: #006fc5;
  padding: 20px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.title-s {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #006fc5;
  border-left: 3px solid #006fc5;
  padding-left: 10px;
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
}
.table-1 th, .table-1 td {
  padding: 13px;
  border: 1px solid #006fc5;
  color: #006fc5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 1.3rem;
  }
}
.table-1 th {
  background: #006fc5;
  color: #fff;
}
.table-1 a {
  color: #019ab3;
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

.table-2 {
  border-collapse: collapse;
}
.table-2 tr {
  border-bottom: 1px solid #e3e3e3;
}
.table-2 th, .table-2 td {
  padding: 13px;
}
@media (max-width: 767px) {
  .table-2 th, .table-2 td {
    font-size: 1.3rem;
  }
}
.table-2 th {
  color: #006fc5;
  font-weight: bold;
  border-bottom: 1px solid #006fc5;
}
.table-2 a {
  color: #019ab3;
}
@media (max-width: 767px) {
  .table-2.is-sideTitle th {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .table-2.is-sideTitle td {
    padding: 20px 0;
  }
}

.table-3 {
  border-collapse: collapse;
}
.table-3 th, .table-3 td {
  padding: 13px;
  border: 1px solid #ccc;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .table-3 th, .table-3 td {
    font-size: 1.3rem;
  }
}
.table-3 thead th {
  background: #006fc5;
  color: #fff;
}
.table-3 tbody th {
  background: #edf4fb;
  text-align: left;
  font-weight: bold;
}
.table-3 a {
  color: #019ab3;
}
@media (max-width: 767px) {
  .table-3.is-sideTitle tr {
    margin-bottom: 30px;
  }
  .table-3.is-sideTitle th {
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .table-3.is-sideTitle td {
    border: none;
  }
}

.table-4 {
  border-collapse: collapse;
}
.table-4 th, .table-4 td {
  padding: 8px 13px;
  border: 1px solid #ccc;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .table-4 th, .table-4 td {
    padding: 5px 3px;
    font-size: 1.2rem;
  }
}
.table-4 thead th {
  background: #4881be;
  color: #fff;
}
.table-4 tbody th {
  background: #e9e9e9;
  text-align: left;
  font-weight: bold;
}
.table-4 a {
  color: #019ab3;
}
@media (max-width: 767px) {
  .table-4.is-sideTitle tr {
    margin-bottom: 30px;
  }
  .table-4.is-sideTitle th {
    width: 100%;
    padding: 10px;
  }
  .table-4.is-sideTitle th, .table-4.is-sideTitle td {
    margin-bottom: 10px;
    border: none;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

.pageLead {
  position: relative;
  padding: 0 5% 40px;
  border-bottom: 1px solid #006fc5;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pageLead {
    padding: 0 5% 40px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.pageLead.mb-l {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .pageLead.mb-l {
    margin-bottom: 50px;
  }
}
.pageLead.mb-m {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .pageLead.mb-m {
    margin-bottom: 50px;
  }
}
.pageLead p {
  position: relative;
  z-index: 1;
}
.pageLead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/img/common/bg-wind.webp) center bottom/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pageLead::after {
    height: 60vh;
    background-position: left bottom;
  }
}

.pageTitle {
  position: relative;
  height: 300px;
}
.pageTitle-bg {
  height: 100%;
}
.pageTitle-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTitle-title {
  position: absolute;
  top: 53%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-left: calc((100vw - 1000px) / 2);
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pageTitle-title {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pageTitle-title {
    padding-left: 3%;
  }
}
@media (max-width: 767px) {
  .pageTitle-title {
    padding-left: 3%;
  }
}
.pageTitle-title-en {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: Hiragino Mincho ProN, Yu Mincho, YuMincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .pageTitle-title-en {
    font-size: 1.6rem;
  }
}
.pageTitle-title-ja {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .pageTitle-title-ja {
    font-size: 2rem;
  }
}

.breadcrumb {
  margin: 20px 0 40px;
}
.breadcrumb-ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-block: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .breadcrumb-ul {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .breadcrumb-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.breadcrumb-ul-li {
  list-style: none;
}
@media (max-width: 767px) {
  .breadcrumb-ul-li {
    font-size: 1rem;
  }
}
.breadcrumb-ul-li + .breadcrumb-ul-li::before {
  content: ">";
  margin: 0 10px;
}
.breadcrumb-ul-li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000;
}
@media (hover: hover) {
  .breadcrumb-ul-li a:hover {
    color: #006fc5;
  }
}

.contents {
  margin-top: 80px;
}

.siteCateNavi {
  position: relative;
  border-bottom: 1px solid #cadaee;
  height: 70px;
}
@media (max-width: 767px) {
  .siteCateNavi {
    overflow: scroll;
  }
}
.siteCateNavi-ul {
  display: flex;
  justify-content: center;
  padding-left: calc((100vw - 1000px) / 2);
  height: 100%;
  margin: 0;
}
.is-normal .siteCateNavi-ul {
  padding-left: 0;
}
@media (max-width: 767px) {
  .siteCateNavi-ul {
    position: absolute;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
}
.siteCateNavi-ul-li {
  position: relative;
  height: 100%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .siteCateNavi-ul-li {
    white-space: nowrap;
  }
}
.siteCateNavi-ul-li + .siteCateNavi-ul-li {
  border-left: 1px dotted #cadaee;
}
.siteCateNavi-ul-li + .siteCateNavi-ul-li::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0;
}
.siteCateNavi-ul-li.is-current a {
  color: #006fc5;
}
@media (max-width: 767px) {
  .siteCateNavi-ul-li a {
    padding: 0 10px;
  }
}
@media (hover: hover) {
  .siteCateNavi-ul-li a:hover {
    background: #f7f7f7;
  }
}
.siteCateNavi-ul-li.is-bg a {
  background: #006fc5;
  color: #fff;
}
.siteCateNavi-ul-li.is-bg a::before {
  background: #fff;
}
@media (hover: hover) {
  .siteCateNavi-ul-li.is-bg a:hover {
    opacity: 0.8;
  }
}
.siteCateNavi-ul-li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #000;
}
.siteCateNavi-ul-li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 7px);
  display: inline-block;
  width: 14px;
  height: 6px;
  background: #cadaee;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.pageNavi {
  padding: 60px 0 45px;
  background: #eef3f7;
  border-bottom: 1px solid #cadaee;
}
@media (max-width: 767px) {
  .pageNavi {
    padding: 30px 0 20px;
  }
}
.pageNavi-ul {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  gap: 4%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pageNavi-ul {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pageNavi-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 4%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .pageNavi-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.pageNavi-ul-li {
  list-style-type: none;
}
.pageNavi-ul-li-img {
  margin-bottom: 10px;
}
.pageNavi-ul-li-cap {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.pageNavi-ul-li-staff-bu {
  margin-bottom: 3px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.pageNavi-ul-li-staff-name {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  color: #000;
}
.pageNavi-ul-li-staff-name .text-l {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .pageNavi-ul-li-staff-name .text-l {
    font-size: 1.6rem;
  }
}
.pageNavi-ul-li-staff-name-nyusha {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .pageNavi-ul-li-staff-name-nyusha {
    font-size: 1.1rem;
  }
}

.pagination {
  margin: 70px 0;
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-size: 1.3rem;
}
.pagination-box li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: #006fc5;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 1px solid #006fc5;
}
.pagination-box li.page-of {
  margin-right: 10px;
  padding-top: 6px;
}
.pagination-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #006fc5;
}
@media (hover: hover) {
  .pagination-box li a:hover {
    background: #e3fbff;
  }
}

.categoryPanel {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border-top: 1px solid #b1cfe8;
  border-bottom: 1px solid #b1cfe8;
}
@media (max-width: 979px) {
  .categoryPanel {
    display: block;
    padding: 20px 0;
  }
}
.categoryPanel-title {
  width: min(20%, 120px);
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  color: #006fc5;
  text-align: center;
  font-size: 1.8rem;
  padding-right: 20px;
}
@media (max-width: 979px) {
  .categoryPanel-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.categoryPanel-contents {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .categoryPanel-contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .categoryPanel-contents {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.categoryPanel-contents-li {
  list-style: none;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.069);
  border-radius: 5px;
  border: 1px solid #b1cfe8;
  background: #f1f7fa;
  overflow: hidden;
}
@media (max-width: 767px) {
  .categoryPanel-contents-li {
    font-size: 1.3rem;
  }
}
.categoryPanel-contents-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px 15px 10px 5px;
  color: #000;
  font-weight: bold;
}
@media (hover: hover) {
  .categoryPanel-contents-li a:hover {
    background: rgba(3, 33, 110, 0.045);
  }
}
.categoryPanel-contents-li a::before {
  content: "";
  display: inline-block;
  min-width: 4px;
  width: 4px;
  height: 6px;
  margin-right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
}

.categoryPanel2 {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background: #eef1f4;
}
@media (max-width: 767px) {
  .categoryPanel2 {
    display: block;
    padding: 20px;
  }
}
.categoryPanel2-contents {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .categoryPanel2-contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .categoryPanel2-contents {
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.categoryPanel2-contents-li {
  list-style: none;
}
.categoryPanel2-contents-li a {
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .categoryPanel2-contents-li a {
    height: 40px;
    padding: 5px 30px 5px 10px;
    font-size: 1.2rem;
  }
}

.categoryPanel3 {
  width: 100%;
  padding: 15px 30px 25px;
  background: #d6e0ee;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .categoryPanel3 {
    display: block;
    padding: 20px;
  }
}
.categoryPanel3.is-beiju {
  background: #f9f8f3;
}
.categoryPanel3-title {
  margin: 0 0 20px;
  color: #1e4783;
}
@media (max-width: 767px) {
  .categoryPanel3-title {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.categoryPanel3-contents {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
  margin: 0 auto;
  padding-left: 0;
}
@media (min-width: 1100px) {
  .is-beiju .categoryPanel3-contents {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .categoryPanel3-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .categoryPanel3-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .categoryPanel3-contents {
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.categoryPanel3-contents-li {
  list-style: none;
}
.is-beiju .categoryPanel3-contents-li {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .categoryPanel3-contents-li {
    font-size: 1.1rem;
  }
}
.categoryPanel3-contents-li a {
  width: 100%;
  min-width: 0;
}

.pageNaviList {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background: #eef1f4;
}
@media (max-width: 767px) {
  .pageNaviList {
    display: block;
    padding: 20px;
  }
}
.pageNaviList-contents {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pageNaviList-contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .pageNaviList-contents {
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.pageNaviList-contents-li {
  list-style: none;
}
.pageNaviList-contents-li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 15px 10px 45px;
  border: 1px solid #006fc5;
  background: #fff;
  color: #006fc5;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pageNaviList-contents-li a {
    height: 40px;
    padding: 5px 10px 5px 28px;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .pageNaviList-contents-li a:hover {
    background: rgba(86, 112, 179, 0.045);
  }
}
.pageNaviList-contents-li a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(/img/common/icon-arrow-blue-r.svg) center center/contain no-repeat;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .pageNaviList-contents-li a::before {
    top: 15px;
    left: 6px;
  }
}

.footer {
  background: url(/img/common/bg-footer.webp) center center/cover no-repeat;
}

.footerContact {
  padding: 60px 0;
}
.footerContact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 40px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footerContact-title {
    font-size: 1.5rem;
  }
}
.footerContact-title-logo {
  display: block;
  width: 125px;
}
@media (max-width: 767px) {
  .footerContact-title-logo {
    width: 100px;
  }
}
.footerContact-lead {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footerContact-lead {
    font-size: 1.5rem;
  }
}
.footerContact-content {
  display: flex;
  justify-content: center;
  gap: 10%;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-content {
    gap: 5%;
  }
}
@media (max-width: 767px) {
  .footerContact-content {
    display: block;
  }
}
.footerContact-content-tel {
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .footerContact-content-tel {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footerContact-content-tel-num {
  display: block;
  font-size: min(5.1rem, 5vw);
  font-weight: 500;
}
@media (max-width: 767px) {
  .footerContact-content-tel-num {
    font-size: 3rem;
  }
}
.footerContact-content-tel-num .text-s {
  font-size: 60%;
}
.footerContact-content-tel-num a {
  color: #fff;
}
.footerContact-content-tel-businessTime {
  border-top: 1px solid rgba(255, 255, 255, 0.368627451);
  padding-top: 10px;
  display: block;
  text-align: center;
}
.footerContact-content-mail {
  width: 352px;
  height: 104px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-content-mail {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footerContact-content-mail {
    width: 80%;
    height: 80px;
    margin: 0 auto;
  }
}
.footerContact-content-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  color: #006fc5;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footerContact-content-mail a {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .footerContact-content-mail a:hover {
    opacity: 0.8;
  }
}
.footerContact-content-mail-icon {
  width: 30px;
}

.footerBottom {
  background: rgba(0, 0, 0, 0.3);
}
.footerBottom-inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-block: 100px 40px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footerBottom-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottom-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .footerBottom-inner {
    display: block;
    padding: 10vw 5%;
  }
}

.footerBottomAddress {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomAddress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
  }
}
.footerBottomAddress-company-logo {
  display: block;
  width: 120px;
  margin-bottom: 20px;
}
.footerBottomAddress-company-name {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomAddress-company-name {
    font-size: 1.1rem;
  }
}
.footerBottomAddress-address {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomAddress-address {
    flex: 1;
  }
}
.footerBottomAddress-iso {
  width: 158px;
}
@media (max-width: 767px) {
  .footerBottomAddress-iso {
    margin-bottom: 30px;
  }
}

.footerNavi {
  flex: 1;
  display: flex;
  gap: 4%;
}
@media (min-width: 980px) {
  .footerNavi {
    margin-left: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.366);
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerNavi {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footerNavi {
    flex-wrap: wrap;
    gap: 10px 4%;
  }
}
.footerNavi-ul {
  margin: 0;
}
.footerNavi-ul-li + .footerNavi-ul-li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footerNavi-ul-li + .footerNavi-ul-li {
    margin-top: 10px;
  }
}
.footerNavi-ul-li > a, .footerNavi-ul-li-label {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.footerNavi-ul-li > a::before, .footerNavi-ul-li-label::before {
  content: "-";
  margin-right: 10px;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    opacity: 0.5;
  }
}

.footerNaviSub {
  margin-block: 20px;
  padding-left: 30px;
}
.footerNaviSub-li + .footerNaviSub-li {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .footerNaviSub-li + .footerNaviSub-li {
    margin-top: 10px;
  }
}
.footerNaviSub-li a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
@media (hover: hover) {
  .footerNaviSub-li a:hover {
    opacity: 0.5;
  }
}

.footerCopy {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-bottom: 80px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footerCopy {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footerCopy {
    font-size: 1rem;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footerCopy {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 95px;
  padding: 0 0 0 30px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 0 0 3%;
  }
}
.header-logo {
  width: 320px;
}
@media (max-width: 767px) {
  .header-logo {
    width: auto;
    height: 40%;
  }
  .header-logo a {
    display: block;
    width: auto;
    height: 100%;
  }
  .header-logo img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}

.headerInfo {
  display: flex;
  height: 100%;
}
.headerInfo-contact {
  width: 132px;
  height: 100%;
  background: #054274;
}
@media (max-width: 767px) {
  .headerInfo-contact {
    width: 70px;
    margin-right: 60px;
  }
}
.headerInfo-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
@media (hover: hover) {
  .headerInfo-contact a:hover {
    background: #156aaf;
  }
  .headerInfo-contact a:hover img {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .headerInfo-contact a {
    gap: 5px;
  }
}
.headerInfo-contact-icon {
  display: block;
  width: 26px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .headerInfo-contact-text {
    font-size: 0.9rem;
    letter-spacing: -0.2px;
  }
}

.headerVideoBtn {
  display: flex;
  align-items: center;
  height: 100px;
  margin-right: 120px;
}

.gNavi {
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: #fff;
  height: 100vh;
  width: 80%;
  max-width: 320px;
  padding-top: 90px;
  margin-top: 0;
  background: linear-gradient(to bottom, rgb(14, 14, 14) 50%, #474747), center center/200px 200px repeat;
  transform: translateX(0);
  transition: all 0.6s cubic-bezier(0.83, -0.02, 0.22, 1.01);
  z-index: 10;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.gNavi::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.dwMenu-active .gNavi {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
}
.gNavi-videoBtn {
  width: 80%;
  margin: 0 auto;
}
.gNavi-ul {
  display: block;
  padding-bottom: 100px;
  border: none;
}
.gNavi-ul-li {
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3254901961);
}
.gNavi-ul-li a, .gNavi-ul-li-label {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
}
@media (hover: hover) {
  .gNavi-ul-li a:hover {
    background: rgba(0, 242, 255, 0.232);
  }
}

.gNaviSub {
  margin-bottom: 10px;
}
.gNaviSub-li {
  padding-left: 15px;
  font-size: 1.3rem;
}
.gNaviSub-li a {
  display: block;
  padding-block: 9px;
}
.gNaviSub-li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 10px;
  background: #bcbcbc;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 5;
}
.dwMenu-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.dwMenu {
  position: fixed;
  top: 28px;
  right: 180px;
  cursor: pointer;
  z-index: 15;
}
@media (max-width: 767px) {
  .dwMenu {
    top: 16px;
    right: 12px;
  }
}
.dwMenu-hamburger {
  position: relative;
  width: 34px;
  height: 50px;
}
@media (max-width: 767px) {
  .dwMenu-hamburger {
    height: 38px;
  }
}
.dwMenu-hamburger-icon-line {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.dwMenu-hamburger-icon-line.is-top {
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .dwMenu:hover .dwMenu-hamburger-icon-line.is-top {
    background-color: #ccc;
  }
}
.dwMenu-active .dwMenu-hamburger-icon-line.is-top {
  top: 5px;
  transform: rotate(45deg);
}
.dwMenu-hamburger-icon-line.is-bottom {
  top: 12px;
  right: 0;
}
@media (max-width: 767px) {
  .dwMenu-hamburger-icon-line.is-bottom {
    top: 13px;
  }
}
@media (hover: hover) {
  .dwMenu:hover .dwMenu-hamburger-icon-line.is-bottom {
    background-color: #ccc;
  }
}
.dwMenu-active .dwMenu-hamburger-icon-line.is-bottom {
  top: 5px;
  transform: rotate(-45deg);
}
.dwMenu-hamburger-text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .dwMenu-hamburger-text {
    bottom: 2px;
    font-size: 1rem;
  }
}
.dwMenu-hamburger-text-item {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: all 0.2s;
}
.dwMenu-hamburger-text-item.is-menu {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  transition-delay: 0.3s;
}
.dwMenu-active .dwMenu-hamburger-text-item.is-menu {
  transition-delay: 0s;
  clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
}
.dwMenu-hamburger-text-item.is-close {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  transition-delay: 0s;
}
.dwMenu-active .dwMenu-hamburger-text-item.is-close {
  transition-delay: 0.3s;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.callout {
  padding: 40px;
  background: #fff;
  border-top: 1px solid #006fc5;
  border-bottom: 1px solid #006fc5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .callout {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .callout {
    padding: 40px 5%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .callout {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.callout-title {
  grid-area: title;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .callout-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.callout-text {
  grid-area: text;
}
@media (min-width: 768px) {
  .callout-text p {
    line-height: 2.5;
  }
}
.callout-img {
  grid-area: img;
}
@media (max-width: 767px) {
  .callout-img {
    margin-bottom: 20px;
  }
}

.calloutLayout + .calloutLayout {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #006fc5;
}
.calloutLayout.is-grid-1 {
  display: grid;
  grid-template: "title img" auto "text img" 1fr/59% 1fr;
  gap: 0 4%;
}
@media (max-width: 767px) {
  .calloutLayout.is-grid-1 {
    grid-template: "title" auto "img" auto "text" auto;
  }
}
.calloutLayout.is-grid-2 {
  display: grid;
  gap: 0 5%;
}
@media (min-width: 980px) {
  .calloutLayout.is-grid-2 {
    grid-template: "title title" auto "text img" 1fr/38% 1fr;
  }
}
@media (max-width: 979px) {
  .calloutLayout.is-grid-2 {
    grid-template: "title" auto "img" auto "text" auto;
  }
}
.calloutLayout.is-grid-3 {
  display: grid;
  grid-template: "title img" auto "text img" 1fr/47% 1fr;
  gap: 0 4%;
}
@media (max-width: 767px) {
  .calloutLayout.is-grid-3 {
    grid-template: "title" auto "img" auto "text" auto;
  }
}

.pointSummary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid #006fc5;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pointSummary {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pointSummary {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pointSummary {
    flex-direction: column;
  }
}
.pointSummary-des {
  width: 50%;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .pointSummary-des {
    width: 100%;
    order: 2;
    padding: 10px 5%;
  }
}
.pointSummary-des-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
  color: #006fc5;
  line-height: 1.9;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pointSummary-des-title {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .pointSummary-des-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .pointSummary-des-text p {
    line-height: 2.5;
  }
}
.pointSummary-illust {
  width: 45%;
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pointSummary-illust {
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .pointSummary-illust {
    width: 80%;
    margin: 30px auto;
  }
}

.pointSectionArea {
  background: #f8f8f8;
  border-bottom: 1px solid #006fc5;
}

.pointSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pointSection-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pointSection-wrap {
    display: block;
    padding: 0 5%;
  }
}

.pointSection {
  width: 100%;
  padding: 70px 30px 50px;
  border-bottom: 1px solid #006fc5;
}
@media (max-width: 767px) {
  .pointSection {
    padding-block: 40px 20px;
  }
}
@media (min-width: 768px) {
  .pointSection.no-border {
    border-bottom: none;
  }
}
.pointSection.is-full {
  grid-column: 1/3;
  display: grid;
  grid-template: "title img" auto "text img" 1fr/1fr 1fr;
  gap: 5%;
}
@media (max-width: 767px) {
  .pointSection.is-full {
    display: block;
  }
}
.pointSection.is-full .pointSection-title {
  grid-area: title;
}
.pointSection.is-full .pointSection-text {
  grid-area: text;
}
.pointSection.is-full .pointSection-img {
  grid-area: img;
}
@media (max-width: 767px) {
  .pointSection.is-full .pointSection-img {
    margin-top: 30px;
  }
}
.pointSection.is-full2 {
  grid-column: 1/3;
  display: grid;
  grid-template: "title" auto "text" 1fr/auto;
}
.pointSection-title {
  position: relative;
  margin-bottom: 30px;
  color: #006fc5;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.pointSection-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -33px;
  top: -25px;
  width: 75px;
  padding: 1px;
  aspect-ratio: 1;
  background: url(/img/common/circle.svg) center center/contain no-repeat;
}

.skewImgDescription {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #006fc5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .skewImgDescription {
    gap: 5%;
    padding-block: 30px;
  }
}
@media (max-width: 767px) {
  .skewImgDescription {
    display: block;
    padding-block: 30px 0;
  }
}
.skewImgDescription-des {
  flex: 1;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .skewImgDescription-des {
    margin-bottom: 30px;
    padding-inline: 5%;
  }
}
.skewImgDescription-des-title {
  margin-bottom: 30px;
  color: #006fc5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width: 979px) {
  .skewImgDescription-des-title {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .skewImgDescription-des-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .skewImgDescription-des-text p {
    line-height: 2.5;
  }
}
.skewImgDescription-des-cards {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .skewImgDescription-des-cards .sCard {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .skewImgDescription-des-cards .sCard {
    width: 100%;
  }
}
.skewImgDescription-img {
  width: 50%;
}
@media (max-width: 767px) {
  .skewImgDescription-img {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.solution {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .solution {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .solution {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.solution-lead {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .solution-lead {
    font-size: 1.7rem;
  }
}

.descSection + .descSection {
  margin-top: 80px;
}
.descSection-copy {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .descSection-copy {
    font-size: 1.8rem;
  }
}
.descSection-contents {
  display: flex;
  gap: 4%;
}
@media (max-width: 767px) {
  .descSection-contents {
    display: block;
  }
}
.descSection-contents-des {
  flex: 1;
}
.descSection-contents-des-text {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .descSection-contents-des-text p {
    line-height: 2.5;
  }
}
@media (max-width: 767px) {
  .descSection-contents-des-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .descSection-contents-des-btn .btn-square {
    width: 100%;
  }
}
.descSection-contents-img {
  width: 38%;
}
@media (max-width: 767px) {
  .descSection-contents-img {
    width: 100%;
    margin-top: 30px;
  }
}

.simpleDesc {
  margin-bottom: 40px;
  contain: content;
}
.simpleDesc + .simpleDesc {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .simpleDesc + .simpleDesc {
    margin-top: 60px;
  }
}
.simpleDesc-img {
  float: right;
  width: 40%;
  margin: 0 0 0 40px;
}
@media (max-width: 767px) {
  .simpleDesc-img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.simpleDesc-lead {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .simpleDesc-lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.simpleDesc-text p {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .simpleDesc-text p {
    line-height: 1.7;
  }
}

.businessField {
  padding: 60px 0 0;
  border-top: 1px solid #006fc5;
  border-bottom: 1px solid #006fc5;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .businessField {
    padding: 10vw 5%;
  }
}
.businessField-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .businessField-inner {
    max-width: 90%;
    width: 90%;
  }
}
.businessField-lead {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .businessField-lead p {
    line-height: 2.5;
  }
}
.businessField-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 80px;
  padding: 25px 5%;
  background: #fff;
  border-top: 0.5px solid #006fc5;
  border-bottom: 0.5px solid #006fc5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .businessField-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .businessField-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.businessField-list.is-col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .businessField-list.is-col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.businessField-list-li {
  display: flex;
  list-style-type: none;
}
.businessField-list-li::before {
  content: "■";
  margin-top: 4px;
  color: #006fc5;
  font-size: 1rem;
  margin-right: 3px;
}
.businessField-list-li.is-no-mark::before {
  display: none;
}

.bfSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 10%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bfSection {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}
.bfSection-item-title {
  margin-bottom: 20px;
  color: #006fc5;
  font-weight: bold;
  font-size: 1.8rem;
}
.bfSection-item-img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .bfSection-item-text p {
    line-height: 2.3;
  }
}

.serviceJisseki {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .serviceJisseki {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .serviceJisseki-text p {
    line-height: 2.4;
  }
}

.mv {
  position: relative;
  height: 810px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .mv {
    aspect-ratio: 1.6;
    height: auto;
  }
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 1;
    height: auto;
  }
}
.mv-bg {
  height: 100%;
  background: #000;
}
.mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvContents {
  position: absolute;
  top: 40%;
  left: calc((100vw - 1000px) / 2);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .mvContents {
    left: 2%;
  }
}
@media (max-width: 767px) {
  .mvContents {
    top: 30%;
    left: 2%;
  }
}
.mvContents-copy {
  width: 1000px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .mvContents-copy {
    width: 100%;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mvContents-copy {
    max-width: 100%;
    width: 100%;
  }
}
.mvContents-text {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mvContents-text {
    font-size: 1.5rem;
  }
}
.mvContents-text p {
  line-height: 2.3;
}
@media (max-width: 767px) {
  .mvContents-text p {
    line-height: 1.8;
  }
}

.topNewsSection {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 75%;
  background: #054274;
  margin: -50px 0 0 auto;
  clip-path: polygon(40px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topNewsSection {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .topNewsSection {
    display: block;
    width: 100%;
    margin: -20px 0 0 auto;
    padding: 20px 0;
  }
}
.topNewsSection-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  padding-left: 15px;
  color: #43aafa;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topNewsSection-title {
    width: auto;
  }
}
.topNewsSection-contents {
  flex: 1;
  padding: 34px 0;
}
.topNewsSection-contents-item {
  color: #fff;
  font-weight: bold;
}
.topNewsSection-contents-item + .topNewsSection-contents-item {
  margin-top: 20px;
}
.topNewsSection-contents-item a {
  display: flex;
  color: #fff;
}
@media (hover: hover) {
  .topNewsSection-contents-item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .topNewsSection-contents-item a {
    display: block;
    padding-left: 15%;
  }
}
.topNewsSection-contents-item-date {
  display: block;
  width: 110px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .topNewsSection-contents-item-date {
    margin-bottom: 5px;
    font-size: 1.2rem;
    opacity: 0.8;
  }
}
.topNewsSection-contents-item-text {
  flex: 1;
  padding-right: 20px;
}
.topNewsSection-toArchive {
  width: 160px;
  background: #025fa8;
}
@media (max-width: 767px) {
  .topNewsSection-toArchive {
    width: 80%;
    margin: 0 auto;
  }
}
.topNewsSection-toArchive a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topNewsSection-toArchive a {
    padding: 10px;
    flex-direction: row;
  }
}
@media (hover: hover) {
  .topNewsSection-toArchive a:hover {
    background: #0b3268;
  }
}
.topNewsSection-toArchive a::after {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  background: url(/img/common/arrow-r.webp) center center/contain no-repeat;
}

.topFeaturesArea {
  background: url(/img/common/bg-wind.webp) left top/cover no-repeat;
  padding-left: calc((100vw - 1000px) / 2);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topFeaturesArea {
    padding: 0 0 0 3%;
  }
}

.topFeatures {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeatures {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .topFeatures {
    display: block;
  }
}
.topFeatures-inner {
  width: 42%;
  margin-top: 30px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .topFeatures-inner {
    width: calc(100% - 550px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeatures-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .topFeatures-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.topFeatures-copy {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 3;
  font-weight: bold;
}
.topFeatures-text p {
  line-height: 2.6;
  font-weight: bold;
}
.topFeatures-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.topFeatures-img {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeatures-img {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .topFeatures-img {
    width: 70%;
    padding-bottom: 3px;
    margin: 0 0 0 auto;
  }
}
.topFeatures-img img {
  width: 100%;
  height: 100%;
  object-position: left top;
  object-fit: cover;
}

.topFeaturesIllust {
  position: absolute;
  right: 16%;
  top: 160px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeaturesIllust {
    top: auto;
    bottom: 50px;
    right: auto;
    left: 16%;
  }
}
@media (max-width: 767px) {
  .topFeaturesIllust {
    position: relative;
    right: auto;
    top: auto;
    margin: 100px auto;
    width: fit-content;
  }
}
.topFeaturesIllust::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #eaf5f8;
  opacity: 0.8;
  transform: scale(1.4);
  border: 1px solid #a6ceed;
  transform: scale(0);
  transition: all 0.9s 1s ease-in-out;
}
.topFeaturesIllust.is-active::before {
  transform: scale(1.4);
}
.topFeaturesIllust-maincircle {
  position: relative;
  width: 270px;
  z-index: 1;
}
@media (max-width: 767px) {
  .topFeaturesIllust-maincircle {
    width: 192px;
    margin: 0 auto;
  }
}
.topFeaturesIllust-maincircle img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.topFeaturesIllust-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topFeaturesIllust-circles-item {
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #a6ceed;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topFeaturesIllust-circles-item {
    width: 67px;
    font-size: 1.1rem;
  }
}
.topFeaturesIllust-circles-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #a6ceed;
  z-index: 0;
}
.topFeaturesIllust-circles-item:nth-child(1) {
  top: -41%;
  left: 31.7%;
}
.topFeaturesIllust-circles-item:nth-child(2) {
  top: 10%;
  right: -41%;
  transform: rotate(72deg);
}
.topFeaturesIllust-circles-item:nth-child(2) .is-inner {
  transform: rotate(-72deg);
}
.topFeaturesIllust-circles-item:nth-child(3) {
  bottom: -29%;
  right: -13%;
  transform: rotate(144deg);
}
.topFeaturesIllust-circles-item:nth-child(3) .is-inner {
  transform: rotate(-144deg);
}
.topFeaturesIllust-circles-item:nth-child(4) {
  bottom: -29%;
  left: -12%;
  transform: rotate(216deg);
}
.topFeaturesIllust-circles-item:nth-child(4) .is-inner {
  transform: rotate(-216deg);
}
.topFeaturesIllust-circles-item:nth-child(5) {
  top: 10%;
  left: -42%;
  transform: rotate(288deg);
}
.topFeaturesIllust-circles-item:nth-child(5) .is-inner {
  transform: rotate(-288deg);
}

.topBusinessField {
  padding-block: 80px;
  background: #f8f8f8;
}
.topBusinessField-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topBusinessField-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .topBusinessField-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topBusinessField-lead {
  margin-bottom: 40px;
  font-weight: bold;
}
.topBusinessField-lead p {
  line-height: 2.6;
}

.topBusinessFieldSection-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 3.5%;
}
@media (max-width: 767px) {
  .topBusinessFieldSection-wrap {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
  }
}

.topBusinessFieldSection {
  position: relative;
}
.topBusinessFieldSection a {
  width: 100%;
  height: 100%;
}
.topBusinessFieldSection-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7843137255) 60%, rgba(0, 0, 0, 0.631372549) 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topBusinessFieldSection-title {
    padding-bottom: 70px;
  }
}
.topBusinessFieldSection-title-text {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.topBusinessFieldSection-title-en {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topBusinessFieldSection-title-en {
    font-size: 1rem;
  }
}
.topBusinessFieldSection-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #054274 50%, #054274 100%);
  z-index: 1;
}
.topBusinessFieldSection-arrow img {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(/img/common/arrow-r3.webp) center center/contain no-repeat;
}

.topBottomArea {
  overflow: hidden;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topBottomArea {
    margin: 30px 0;
    overflow: auto;
  }
}

.topBottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 767px) {
  .topBottom {
    padding-block: 10vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.topBottom-item {
  height: 390px;
  transform: skewX(-12deg);
  transition: all 1s;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topBottom-item {
    aspect-ratio: 1.8;
    height: auto;
  }
}
@media (max-width: 767px) {
  .topBottom-item {
    height: auto;
    aspect-ratio: 1.8;
    transform: skew(0, 5deg);
  }
}
.topBottom-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transform: skewX(12deg);
}
@media (max-width: 767px) {
  .topBottom-item a {
    transform: skew(0, -5deg);
  }
}
.topBottom-item.is-1 {
  background: url(/img/top/bg-1.webp) center center/100% no-repeat;
}
@media (min-width: 768px) {
  .topBottom-item.is-1 {
    padding-left: 30px;
  }
}
.topBottom-item.is-2 {
  background: url(/img/top/bg-2.webp) left center/100% no-repeat;
}
@media (min-width: 768px) {
  .topBottom-item.is-2 {
    padding-right: 30px;
  }
}
@media (hover: hover) {
  .topBottom-item:hover {
    background-size: 110% auto;
  }
}
.topBottom-item-cap {
  color: #fff;
  font-weight: bold;
}
.topBottom-item-cap-main {
  display: block;
  font-size: 2rem;
  margin-bottom: 40px;
  padding: 0 30px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.368627451);
}
.topBottom-item-cap-sub {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  opacity: 0.6;
}

.topRecruit {
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topRecruit {
    display: block;
  }
}
.topRecruit-imgs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 55%;
  overflow: hidden;
  transform: skewX(-12deg);
  transform-origin: top;
}
@media (max-width: 767px) {
  .topRecruit-imgs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.topRecruit-imgs-item {
  transform-origin: top;
  transform: skewX(12deg);
  height: 320px;
}
@media (max-width: 767px) {
  .topRecruit-imgs-item {
    height: 140px;
  }
}
.topRecruit-imgs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topRecruitContents {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.topRecruitContents-title {
  padding-right: 10%;
  margin-bottom: 40px;
  text-align: right;
}
.topRecruitContents-title-en {
  display: block;
  font-size: min(3.7rem, 5vw);
  color: #006fc5;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .topRecruitContents-title-en {
    font-size: 2.8rem;
  }
}
.topRecruitContents-title-ja {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
}
.topRecruitContents-main {
  position: relative;
  flex: 1;
  transform-origin: top;
  padding-top: 40px;
  padding-right: 10%;
}
@media (max-width: 767px) {
  .topRecruitContents-main {
    padding: 40px 5%;
  }
}
.topRecruitContents-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background: #f3f7fa;
  display: inline-block;
  width: 160%;
  height: 100%;
  transform-origin: top;
  transform: skewX(-12deg);
  z-index: -1;
}
.topRecruitContents-main-copy {
  margin-bottom: 30px;
  text-align: right;
  font-size: min(2.6rem, 2.7vw);
  font-weight: bold;
  line-height: 1.8;
}
.topRecruitContents-main-text {
  margin-bottom: 30px;
}
.topRecruitContents-main-text p {
  line-height: 2.4;
  font-weight: bold;
}

.topRecruitNavi {
  border-top: 1px solid #006fc5;
  border-bottom: 1px solid #006fc5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topRecruitNavi {
    margin-bottom: 40px;
  }
}
.topRecruitNavi-ul {
  margin: 0;
}
.topRecruitNavi-ul-li {
  height: 72px;
}
@media (max-width: 767px) {
  .topRecruitNavi-ul-li {
    height: 60px;
  }
}
.topRecruitNavi-ul-li + .topRecruitNavi-ul-li {
  border-top: 1px dashed #006fc5;
}
.topRecruitNavi-ul-li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  color: #006fc5;
  font-weight: bold;
}
@media (hover: hover) {
  .topRecruitNavi-ul-li a:hover {
    background: rgba(0, 0, 0, 0.081);
  }
}
.topRecruitNavi-ul-li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(/img/common/arrow-r2.webp) center center/contain no-repeat;
}

.topRecruitVideo {
  width: 100%;
  aspect-ratio: 1.78;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topRecruitVideo {
    aspect-ratio: 2;
  }
}
.topRecruitVideo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  padding: 0;
}

.latestMachene {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 30px;
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .latestMachene {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .latestMachene {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.latestMachene-lead {
  display: flex;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .latestMachene-lead {
    display: block;
  }
}
@media (max-width: 767px) {
  .latestMachene-lead {
    display: block;
  }
}
.latestMachene-lead-copy {
  width: 43%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .latestMachene-lead-copy {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .latestMachene-lead-copy {
    width: 100%;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.latestMachene-lead-text {
  flex: 1;
}
.latestMachene-imgs {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .latestMachene-imgs {
    display: block;
  }
}
.latestMachene-imgs-item {
  width: 100%;
}
@media (max-width: 767px) {
  .latestMachene-imgs-item {
    margin-bottom: 10px;
  }
}
.latestMachene-btn {
  text-align: center;
}
.latestMachene-btn a {
  width: 370px;
  max-width: 100%;
}

.contactArea {
  padding: 100px 0 130px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .contactArea {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .contactArea {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .contactArea {
    padding: 50px 0;
  }
}
.contactArea-title {
  position: relative;
  display: block;
  min-width: 400px;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 40px;
  background: #006fc5;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .contactArea-title {
    min-width: 0;
    padding: 10px;
    font-size: 1.6rem;
  }
}
.contactArea-contents {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 160px;
  margin-top: -20px;
  padding: 20px 40px 0;
  border-top: 1px solid #006fc5;
  border-bottom: 1px solid #006fc5;
  background: #f5fbfe;
}
@media (max-width: 767px) {
  .contactArea-contents {
    display: block;
    height: auto;
    padding: 30px 0 10px;
    text-align: center;
  }
}
.contactArea-contents-text {
  padding-right: 30px;
  font-weight: bold;
}
.contactArea-contents-text strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.contactArea-contents-tel {
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  padding-left: 10%;
  border-left: 1px solid #006fc5;
  font-size: 5rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contactArea-contents-tel {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .contactArea-contents-tel {
    font-size: 3rem;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
  }
}
.contactArea-contents-tel a {
  color: #000;
}
.contactArea-contents-tel .text-s {
  margin-right: 10px;
  font-size: 60%;
}

.quality {
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .quality {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .quality {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .quality {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.quality-lead-copy {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .quality-lead-copy {
    font-size: 1.6rem;
  }
}
.quality-lead-text {
  margin-bottom: 60px;
}
.quality-lead-text p {
  line-height: 2.5;
}
.quality-contents {
  display: flex;
  gap: 5%;
}
@media (max-width: 767px) {
  .quality-contents {
    display: block;
    margin-bottom: 40px;
  }
}
.quality-contents-dl-item + .quality-contents-dl-item {
  margin-top: 40px;
}
.quality-contents-dl-item-dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #006fc5;
}
.quality-contents-img {
  width: 45%;
}
@media (max-width: 767px) {
  .quality-contents-img {
    width: 100%;
    margin-top: 30px;
  }
}

.supply {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .supply {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .supply {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .supply {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.supplyimgs {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .supplyimgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.supplyCall {
  border-top: 1px solid #006fc5;
  border-bottom: 1px solid #006fc5;
  padding: 40px 5%;
  background: #f5fbfe;
}
.supplyCall-title {
  margin-bottom: 30px;
  color: #006fc5;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .supplyCall-title {
    line-height: 1.8;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.supplyCall-text p {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .supplyCall-text p {
    line-height: 1.8;
  }
}

.automation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 100px 0 60px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .automation {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .automation {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .automation {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.automation .title-l {
  margin-bottom: 50px;
}
.automation-btn {
  text-align: center;
}
.automation-btn .btn-square {
  width: 370px;
}
@media (max-width: 767px) {
  .automation-btn .btn-square {
    width: 100%;
  }
}

.commitTables {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .commitTables {
    flex-direction: column;
  }
}
.commitTables-item {
  flex-basis: 50%;
}
.commitTables-item-note {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.commitTables-table {
  width: 100%;
}
.commitTables-table th, .commitTables-table td {
  padding: 10px;
}
.commitTables-table th {
  writing-mode: vertical-rl;
  text-align: center;
}
@media (max-width: 979px) {
  .commitTables-table th {
    writing-mode: initial;
  }
}
.commitTables-table.is-green th, .commitTables-table.is-green td {
  border-color: #00a582;
}
.commitTables-table.is-green th {
  background: #00a582;
}
.commitTables-table.is-green td {
  color: #00a582;
}

.repairSecurity {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .repairSecurity {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .repairSecurity {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .repairSecurity {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.repairSecurity .title-l {
  margin-bottom: 60px;
}

.repairSecuritySection-wrap {
  display: flex;
  gap: 30px 5%;
}
@media (max-width: 767px) {
  .repairSecuritySection-wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.repairSecuritySection-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .repairSecuritySection-text p {
    line-height: 2.5;
  }
}

.recruitVideo {
  width: 100%;
  aspect-ratio: 1.78;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recruitVideo {
    aspect-ratio: 2;
  }
}
.recruitVideo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  padding: 0;
}

.recruitLead {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .recruitLead {
    display: block;
  }
}
.recruitLead-circle {
  position: absolute;
  top: -100px;
  right: calc(50% - 480px);
  width: 230px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recruitLead-circle {
    right: 5px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .recruitLead-circle {
    position: static;
    width: 130px;
    margin: 20px auto;
  }
}
.recruitLead-circle img {
  display: inline-block;
}
@media (hover: hover) {
  .recruitLead-circle img:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}
.recruitLead-bg {
  flex: 1;
}
@media (max-width: 767px) {
  .recruitLead-bg {
    display: none;
  }
}
.recruitLead-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitLead-bg.is-1 img {
  object-position: right center;
}
.recruitLead-bg.is-2 img {
  object-position: left center;
}
.recruitLead-inner {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 10px 40px 10px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .recruitLead-inner {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .recruitLead-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.recruitLead-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #006fc5;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .recruitLead-title {
    font-size: 2rem;
  }
}
.recruitLead-text p {
  line-height: 2.6;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recruitLead-text p {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .recruitLead-text p {
    line-height: 2.3;
  }
}

.recruitMessage {
  padding: 40px 0 80px;
  background: url(/img/common/bg-dot-blue.png) center center/13px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .recruitMessage {
    padding: 40px 0;
  }
}
.recruitMessage-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-block: 0 10px;
  font-size: 4rem;
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .recruitMessage-title {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .recruitMessage-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .recruitMessage-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.recruitMessage-title .text-s {
  margin-left: 35px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recruitMessage-title .text-s {
    margin-left: 20px;
  }
}

.recruitSenpai {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .recruitSenpai {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .recruitSenpai {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.recruitSenpai-item {
  flex-basis: 24%;
}
@media (max-width: 767px) {
  .recruitSenpai-item {
    flex-basis: 47%;
    margin: 0 auto;
  }
}
.recruitSenpai-item-img {
  position: relative;
  margin: 0 auto;
  height: 297px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .recruitSenpai-item-img {
    height: 24vw;
  }
}
@media (max-width: 767px) {
  .recruitSenpai-item-img {
    height: 54vw;
  }
}
.recruitSenpai-item-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 90%;
  background: #000;
  transform: skew(-12deg);
  border-radius: 10px;
}
.recruitSenpai-item-img img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.is-1 .recruitSenpai-item-img::before {
  background: #da9645;
}
.is-1 .recruitSenpai-item-img img {
  left: 8%;
  width: 90%;
}
.is-2 .recruitSenpai-item-img::before {
  height: 70%;
  margin-left: -2%;
  transform: skew(-12deg);
  background: #5ab16c;
}
.is-2 .recruitSenpai-item-img img {
  left: 4%;
  width: 89%;
}
.is-3 .recruitSenpai-item-img::before {
  transform: skew(-12deg);
  background: #1b9bb9;
}
.is-3 .recruitSenpai-item-img img {
  left: 9%;
  width: 87%;
}
.is-4 .recruitSenpai-item-img::before {
  height: 70%;
  margin-left: -2%;
  transform: skew(-12deg);
  background: #a275b2;
}
.is-4 .recruitSenpai-item-img img {
  left: 4%;
  width: 92%;
}
.recruitSenpai-item-text {
  display: block;
  padding-right: 40px;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recruitSenpai-item-text {
    padding-right: 0;
    font-size: 1.2rem;
  }
}

.recruitMessageBtn {
  text-align: center;
}

.recruitIntro {
  height: 350px;
  background: url(/img/recruit/top/bg-intro.webp) center center/cover no-repeat #122761;
}
@media (max-width: 767px) {
  .recruitIntro {
    padding: 0 5%;
  }
}
.recruitIntro a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
.recruitIntro-title {
  text-align: center;
  font-weight: bold;
}
.recruitIntro-title-en {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.recruitIntro-title-ja {
  display: block;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .recruitIntro-title-ja {
    font-size: 7vw;
  }
}
.recruitIntro-sub {
  font-weight: bold;
  margin-top: 45px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .recruitIntro-sub {
    font-size: 1.4rem;
  }
}

.recruitLinks {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-block: 100px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .recruitLinks {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .recruitLinks {
    margin-block: 60px;
  }
}
.recruitLinks-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.recruitLinks-item:nth-child(2) {
  border-left: 1px solid #ccc;
}
.recruitLinks-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-display: column;
  gap: 20px;
  padding: 80px 0;
  height: 100%;
}
@media (hover: hover) {
  .recruitLinks-item a:hover {
    background: #f7f7f7;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .recruitLinks-item a {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .recruitLinks-item a {
    padding: 20px 0;
  }
}
.recruitLinks-item-mark {
  display: inline-block;
  width: 15px;
  margin: 0 auto;
}
.recruitLinks-item-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .recruitLinks-item-text {
    font-size: 1.6rem;
  }
}

.worksSection {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .worksSection {
    padding: 10vw 0;
  }
}
.worksSection-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  align-items: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .worksSection-title {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 979px) {
  .worksSection-title {
    display: block;
  }
}
@media (max-width: 979px) and (max-width: 767px) {
  .worksSection-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.worksSection-title .title-l {
  width: fit-content;
  margin-bottom: 0;
}
.worksSection-title-comment {
  display: block;
  float: right;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 979px) {
  .worksSection-title-comment {
    font-size: 1.6rem;
    text-align: left;
    margin: 30px auto 20px;
  }
}
.worksSection-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .worksSection-lead {
    max-width: 90%;
    width: 90%;
  }
}
.worksSection-lead-mv {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .worksSection-lead-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .worksSection-lead-text p {
    line-height: 2.5;
  }
}

.worksJob .title-wide {
  margin: 0;
}

.worksJobImgs {
  border-bottom: 1px solid #9bc7e9;
}
.worksJobImgs-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .worksJobImgs-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .worksJobImgs-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.worksJobImgs-item {
  padding: 20px;
}
@media (min-width: 768px) {
  .worksJobImgs-item:not(:nth-child(3n+1)) {
    border-left: 1px solid #9bc7e9;
  }
}
.worksJobImgs-item-title {
  margin-bottom: 15px;
  color: #006fc5;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .worksJobImgs-item-title {
    margin: 0 auto 20px;
  }
}
.worksJobImgs-item-img {
  margin-bottom: 20px;
}
.worksJobImgs-item-cap {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.recruitProduct {
  padding: 50px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #9bc7e9;
}
@media (max-width: 767px) {
  .recruitProduct {
    padding: 10vw 0;
  }
}
.recruitProduct-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .recruitProduct-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .recruitProduct-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.recruitProduct-title {
  grid-area: title;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #006fc5;
}
@media (min-width: 768px) {
  .recruitProduct-title {
    line-height: 2;
  }
}
.recruitProduct-imgs {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .recruitProduct-imgs {
    display: block;
  }
}
.recruitProduct-img {
  grid-area: img;
}
.recruitProduct-text {
  grid-area: text;
}
@media (min-width: 768px) {
  .recruitProduct-text p {
    line-height: 2.2;
  }
}
.recruitProduct-layout.is-grid-1 {
  display: grid;
  grid-template: "title img" auto "text img" 1fr/55% 1fr;
  gap: 0 5%;
}
@media (max-width: 767px) {
  .recruitProduct-layout.is-grid-1 {
    grid-template: "title" auto "img" auto "text" 1fr/100%;
  }
}

.recruitMsg {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  padding-inline: 5%;
}
@media (max-width: 767px) {
  .recruitMsg {
    padding: 10vw 0;
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .recruitMsg {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.recruitMsg-img {
  width: 290px;
}
@media (max-width: 767px) {
  .recruitMsg-img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
.recruitMsg-des-fukidasi {
  display: flex;
  justify-content: center;
  width: 335px;
  height: 76px;
  margin-bottom: 20px;
  padding: 18px 0;
  background: url(/img/common/fukidasi.svg) center center/contain no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .recruitMsg-des-fukidasi {
    width: 100%;
  }
}
.recruitMsg-des-text {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .recruitMsg-des-text {
    font-size: 1.6rem;
  }
}

.staffSection {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-block: 100px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .staffSection {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .staffSection {
    margin-block: 10vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .staffSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.staffSection + .staffSection {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .staffSection + .staffSection {
    margin-top: 20vw;
  }
}

.staffSectionSummary {
  margin-bottom: 60px;
}
.staffSectionSummary .title-l {
  margin-bottom: 50px;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .staffSectionSummary .title-l {
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .staffSectionSummary .title-l {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .staffSectionSummary .title-l {
    font-size: 1.8rem;
  }
}
.staffSectionSummary-img {
  float: right;
  width: 45%;
  margin: 0 0 10px 50px;
}
@media (max-width: 767px) {
  .staffSectionSummary-img {
    float: none;
    margin: 0 auto 20px;
  }
}
.staffSectionSummary-bu {
  min-width: 215px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 30px;
  border: 1px solid #006fc5;
  font-weight: bold;
  text-align: center;
}
.staffSectionSummary-name {
  margin-bottom: 45px;
}
.staffSectionSummary-name-main {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .staffSectionSummary-name-main {
    font-size: 2rem;
  }
}
.staffSectionSummary-name-main .text-s {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .staffSectionSummary-name-main .text-s {
    font-size: 1.6rem;
  }
}
.staffSectionSummary-name-grad {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .staffSectionSummary-name-grad {
    font-size: 1.6rem;
  }
}
.staffSectionSummary-copy {
  margin-bottom: 30px;
  color: #006fc5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .staffSectionSummary-text p {
    line-height: 2.5;
  }
}

.staffContentsDes {
  display: flex;
  gap: 6%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .staffContentsDes {
    display: block;
    margin-bottom: 20px;
  }
}
.staffContentsDes-img {
  width: 45%;
}
@media (max-width: 767px) {
  .staffContentsDes-img {
    width: 100%;
    margin: 0 auto;
  }
}
.staffContentsDes-des {
  flex: 1;
}
.staffContentsDes-des-title {
  margin-bottom: 40px;
  font-size: 1.8rem;
  color: #006fc5;
}
@media (min-width: 768px) {
  .staffContentsDes-des p {
    line-height: 2.5;
  }
}

.staffAside {
  padding: 30px 50px;
  background: #f8f7f0;
  border-radius: 10px;
  border: 1px solid #9bc7e9;
}
@media (max-width: 767px) {
  .staffAside {
    padding: 10px 5%;
  }
}
.staffAside-section + .staffAside-section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .staffAside-section + .staffAside-section {
    margin-top: 30px;
  }
}
.staffAside-section-title {
  margin-bottom: 15px;
  color: #006fc5;
  font-weight: bold;
  font-size: 1.6rem;
}
.staffAside-section-img {
  float: right;
  width: 30%;
  margin: 0 0 10px 40px;
}
@media (max-width: 767px) {
  .staffAside-section-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .staffAside-section-des p {
    line-height: 2.5;
  }
}

.numberContents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
@media (max-width: 767px) {
  .numberContents {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.numberContents-item {
  padding: 0 60px;
  border-radius: 10px;
  border: 1px solid #9bc7e9;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .numberContents-item {
    padding: 0 5%;
  }
}
.numberContents-item-title {
  font-weight: bold;
  padding: 0 10px 10px;
  border-bottom: 1px dashed #9bc7e9;
  text-align: center;
}
.numberContents-item-des {
  padding-bottom: 30px;
}

.contactForm {
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  font-family: Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .contactForm {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contactForm {
    margin-top: 65px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contactForm {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.contactForm th, .contactForm td {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contactForm th, .contactForm td {
    padding: 10px;
    text-align: left;
  }
}
.contactForm th {
  text-align: left;
  color: #000;
  width: 250px;
}
@media (max-width: 767px) {
  .contactForm th {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .contactForm .p-postal-code {
    margin-bottom: 10px;
  }
}
.contactForm .birthday {
  display: flex;
}
.contactForm .birthday-item {
  margin-right: 15px;
}
.contactForm .birthday-item select {
  margin-right: 5px;
  width: 80px;
}
.contactForm-privacy {
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .contactForm-privacy {
    margin-top: 30px;
  }
}
.contactForm-privacy input[type=checkbox] {
  margin-right: 0.3em;
}
.contactForm-btn {
  text-align: center;
  margin-top: 40px;
}
.contactForm-btn .btn-big {
  font-size: 2rem;
}
.contactForm-btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contactForm-btnWrap {
    margin-bottom: 90px;
  }
}
.contactForm-btnWrap .btn-big {
  font-size: 1.4rem;
  height: 60px;
  padding: 10px 20px;
  width: auto;
}
.contactForm-error {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contactForm-error {
    margin-bottom: 90px;
  }
}

.radioLabels-label {
  display: inline-block;
  margin-right: 30px;
}
.is-no-col .radioLabels-label {
  display: block;
}
.is-no-col .radioLabels-label + .radioLabels-label {
  margin-top: 10px;
}
.radioLabels-label input {
  margin-right: 3px;
  vertical-align: middle;
}

.icon-require {
  display: block;
  float: right;
  margin-top: 2px;
  padding: 2px 10px;
  background: #006fc5;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}

.contactPrivacy {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  font-family: Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .contactPrivacy {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contactPrivacy {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.contactPrivacy .title-l {
  margin-bottom: 80px;
}
.contactPrivacy .title-bold {
  font-size: 1.4rem;
}
.contactPrivacy-sign a {
  text-decoration: underline;
}

.newsSection-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .newsSection-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .newsSection-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .newsSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.newsSection {
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsSection {
    display: block;
  }
}
.newsSection + .newsSection {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .newsSection + .newsSection {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
}
.newsSection-img {
  position: relative;
  width: 35%;
  margin: 0 50px 0 0;
}
@media (max-width: 767px) {
  .newsSection-img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.newsSection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsSection-contents {
  position: relative;
  flex: 1;
  padding-bottom: 40px;
}
.newsSection-contents-header {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .newsSection-contents-header {
    margin-bottom: 15px;
  }
}
.newsSection-contents-header-cate-one {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background: #aeafb0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.newsSection-contents-header-date {
  display: block;
  font-weight: bold;
}
.newsSection-contents-title {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 170%;
}
@media (max-width: 767px) {
  .newsSection-contents-title {
    font-size: 1.7rem;
  }
}
.newsSection-contents-title a {
  display: inline-block;
  color: #000;
}
@media (min-width: 768px) {
  .newsSection-contents-title a:hover {
    color: #ac8839;
  }
}
.newsSection-contents-text {
  font-size: 1.4rem;
}
.newsSection-contents-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .newsSection-contents-btn {
    position: relative;
  }
}
.newsSection-contents-btn a {
  width: 190px;
}
@media (max-width: 767px) {
  .newsSection-contents-btn a {
    width: 100%;
    font-size: 1.2rem;
  }
}

.productImg-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .productImg-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.productImg {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px;
}
@media (max-width: 767px) {
  .productImg {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .productImg:not(:nth-child(3n+1)) {
    border-left: 1px solid #d2d2d2;
  }
}
.productImg-img {
  aspect-ratio: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
}
.productImg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.productImg-img a {
  display: block;
  height: 100%;
}
@media (hover: hover) {
  .productImg-img a:hover img {
    transform: scale(1.1);
  }
}
.productImg-cap {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
	text-align: center;
}
@media (max-width: 767px) {
  .productImg-cap {
    font-size: 1.4rem;
  }
}
.productImg-cap a {
  display: block;
  color: #000;
}
@media (hover: hover) {
  .productImg-cap a:hover {
    color: #019ab3;
  }
}
@media (max-width: 767px) {
  .productImg-text p {
    line-height: 1.7;
  }
}
.productImg-text a {
  display: block;
  color: #000;
}
.productImg-tag-item {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  background: #006fc5;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (hover: hover) {
  .productImg-tag-item:hover {
    opacity: 0.8;
  }
}

.productBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .productBtns {
    flex-direction: column;
  }
}

.products_btn01 a {
  background: #276dbe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 55px;
  padding: 5px 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .products_btn01 a {
    font-size: 1.4rem;
  }
}
.products_btn01 a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-right: 10px;
  margin-right: 10px;
  background: url(/img/common/icon-pdfdl.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .products_btn01 a:hover {
    opacity: 0.8;
  }
}

.pageNaviListWrap .title-underline {
  margin-bottom: 10px;
}

.qualificatonDl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .qualificatonDl {
    display: block;
  }
}
.qualificatonDl-col {
  flex-basis: 50%;
}
.qualificatonDl-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.qualificatonDl-item dt {
  flex: 1;
  width: calc(50% - 70px);
  padding: 10px 5%;
  background: #eaf2fa;
}
.qualificatonDl-item dd {
  width: 70px;
  margin-left: 0;
  padding: 10px;
  text-align: right;
}

.tourImgs {
  display: flex;
  gap: 40px 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tourImgs {
    gap: 20px 10px;
    flex-direction: column;
  }
}
.tourImgs-item {
  margin: 0;
  flex-grow: 1;
  flex-basis: 40%;
}
.tourImgs-item .title-underline {
  margin-top: 0;
}
.tourImgs-item-cap {
  margin-top: 10px;
}

.tourFlex {
  display: flex;
  gap: 40px 10px;
}
@media (max-width: 767px) {
  .tourFlex {
    flex-direction: column;
  }
}

.tourImgsSingle.is-half {
  width: 50%;
}
@media (max-width: 767px) {
  .tourImgsSingle.is-half {
    width: 100%;
  }
}
.tourImgsSingle .title-underline {
  margin-top: 0;
}
.tourImgsSingle-item {
  margin: 0;
}
.tourImgsSingle-item-cap {
  margin-top: 10px;
}

.greeting-main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.3rem;
}

.compamySign {
  width: 150px;
  margin: 0 0 0 auto;
}

.policyWord + .policyWord {
  margin-top: 40px;
}
.policyWord-main {
  max-width: 600px;
}

.brandmark {
  display: flex;
  gap: 5%;
}
@media (max-width: 767px) {
  .brandmark {
    display: block;
  }
}
.brandmark-img {
  width: 230px;
}
@media (max-width: 767px) {
  .brandmark-img {
    width: 45%;
    margin: 0 auto 10px;
  }
}
.brandmark-img img {
  width: 100%;
}
.brandmark-text {
  flex: 1;
}

.companyTable {
  position: relative;
}
.companyTable-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35%;
  background: #fff;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .companyTable-img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .companyTable-img {
    position: static;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

.historyTable {
  width: 100%;
}
.historyTable th {
  width: 180px;
}
@media (max-width: 767px) {
  .historyTable th {
    width: 100%;
  }
}
.historyTable td:nth-of-type(1) {
  width: 100px;
  text-align: center;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .historyTable td:nth-of-type(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}

.officeSection {
  display: grid;
  grid-template: "title map" auto "contents map" 1fr/1fr 35%;
  gap: 3%;
}
@media (max-width: 767px) {
  .officeSection {
    display: block;
  }
}
.officeSection + .officeSection {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .officeSection + .officeSection {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 60px;
  }
}
.officeSection-title {
  margin: 0 0 20px;
  grid-area: title;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .officeSection-title {
    font-size: 1.8rem;
  }
}
.officeSection-contents {
  grid-area: contents;
}
.officeSection-map {
  grid-area: map;
}
.officeSection-map iframe {
  aspect-ratio: 1.4;
  width: 100%;
}
.officeSection-map-btn {
  margin-top: 20px;
}
.officeSection-map-btn .btn-round {
  width: 100%;
  min-width: 100%;
}

.equipmentImg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 10px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .equipmentImg {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .equipmentImg {
    padding: 13vw 3% 0;
  }
}
.equipmentImg img {
  width: 100%;
}

@media (max-width: 767px) {
  .setubiTable.table-4 {
    border: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .setubiTable.table-4 thead {
    display: none;
  }
}
@media (max-width: 767px) {
  .setubiTable.table-4 tbody tr {
    display: grid;
    grid-template: "th th th th" auto "a b c d" auto/30% 30% 10% 1fr;
    margin-bottom: 0;
  }
  .setubiTable.table-4 tbody tr.no-th {
    grid-template: "a b c d" auto/30% 30% 10% 1fr;
  }
}
.setubiTable.table-4 tbody th {
  grid-area: th;
}
@media (max-width: 767px) {
  .setubiTable.table-4 tbody th {
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .setubiTable.table-4 tbody td {
    display: flex;
    align-items: center;
    width: fit-content;
    border-right: none;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    line-height: 1.4;
  }
  .setubiTable.table-4 tbody td:nth-of-type(1) {
    grid-area: a;
  }
  .setubiTable.table-4 tbody td:nth-of-type(2) {
    grid-area: b;
    border-left: 1px solid #ccc;
  }
  .setubiTable.table-4 tbody td:nth-of-type(3) {
    grid-area: c;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  .setubiTable.table-4 tbody td:nth-of-type(4) {
    grid-area: d;
    border-left: 1px solid #ccc;
  }
}

.machinePhoto {
  background: linear-gradient(45deg, #006fc5 40%, #054274);
  padding: 80px 0;
  border-bottom: 1px solid #70a0ad;
}
@media (max-width: 767px) {
  .machinePhoto {
    padding: 40px 0;
  }
}
.machinePhoto-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .machinePhoto-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .machinePhoto-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.machinePhoto .title-l {
  color: #fff;
}
.machinePhoto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .machinePhoto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.machinePhoto-grid-item-img {
  overflow: hidden;
}
@media (hover: hover) {
  a:hover .machinePhoto-grid-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 1;
  }
}
.machinePhoto-grid-item-cap {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  word-break: break-all;
}
@media (max-width: 767px) {
  .machinePhoto-grid-item-cap {
    font-size: 1.2rem;
  }
}

.aboutContents {
  display: flex;
  align-items: center;
  gap: 0 6%;
  margin-bottom: -35px;
  padding: 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .aboutContents {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .aboutContents {
    padding-block: 40px;
  }
}
@media (max-width: 767px) {
  .aboutContents {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .aboutContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.aboutContents-text {
  position: relative;
  font-size: 1.5rem;
  flex: 1;
}
@media (min-width: 768px) {
  .aboutContents-text p {
    line-height: 2.4;
  }
  .aboutContents-text p + p {
    margin-top: 35px;
  }
}
.aboutContents-text::before {
  content: "";
  position: absolute;
  top: 18px;
  right: calc(100% + 10px);
  display: inline-block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #006fc5;
}
.aboutContents-illust {
  flex-basis: 46%;
}

.aboutSectionsArea .title-l {
  margin-bottom: 40px;
}

.costDown {
  border-top: 1px solid #006fc5;
  background: #f7f7f7;
  border-bottom: 1px solid #006fc5;
}
.costDown-inner {
  padding: 35px 0 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .costDown-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .costDown-inner {
    padding: 30px 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .costDown-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.costDown-title {
  text-align: center;
  color: #006fc5;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .costDown-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.costDown-arrow {
  margin-bottom: 50px;
}
.costDown-arrow-title {
  margin-bottom: 10px;
}
.costDown-arrow-title::before {
  content: "■";
  margin-right: 3px;
  color: #bbbfc3;
}

.tanakaSystem-title {
  margin-bottom: 10px;
  color: #006fc5;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .tanakaSystem-title {
    font-size: 1.6rem;
  }
}
.tanakaSystem-title::before {
  content: "■";
  margin-right: 10px;
}
.tanakaSystem-arrow {
  margin-bottom: 30px;
  height: 107px;
  background: url(/img/about/bg-arrow.webp) center center/100% 100% no-repeat;
}
.tanakaSystem-arrow-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding: 0 30px 0 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tanakaSystem-arrow-title {
    font-size: 1.5rem;
  }
}
.tanakaSystem-arrow-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding: 0 30px 10px 10px;
  font-size: 1.6rem;
  color: #006fc5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tanakaSystem-arrow-main {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .tanakaSystem-text p {
    line-height: 3.4rem;
  }
}

.aboutSectionsArea {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .aboutSectionsArea {
    padding: 30px 0;
  }
}.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 95px;
  padding: 0 0 0 30px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 0 0 3%;
  }
}
.header-logo {
  width: 320px;
}
@media (max-width: 767px) {
  .header-logo {
    width: auto;
    height: 40%;
  }
  .header-logo a {
    display: block;
    width: auto;
    height: 100%;
  }
  .header-logo img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}

.headerInfo {
  display: flex;
  height: 100%;
}
.headerInfo-contact {
  width: 132px;
  height: 100%;
  background: #054274;
}
@media (max-width: 767px) {
  .headerInfo-contact {
    width: 70px;
    margin-right: 60px;
  }
}
.headerInfo-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
@media (hover: hover) {
  .headerInfo-contact a:hover {
    background: #156aaf;
  }
  .headerInfo-contact a:hover img {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .headerInfo-contact a {
    gap: 5px;
  }
}
.headerInfo-contact-icon {
  display: block;
  width: 26px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .headerInfo-contact-text {
    font-size: 0.9rem;
    letter-spacing: -0.2px;
  }
}

.headerVideoBtn {
  display: flex;
  align-items: center;
  height: 100px;
  margin-right: 120px;
}
.footer {
  background: url(/img/common/bg-footer.webp) center center/cover no-repeat;
}

.footerContact {
  padding: 60px 0;
}
.footerContact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 40px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footerContact-title {
    font-size: 1.5rem;
  }
}
.footerContact-title-logo {
  display: block;
  width: 125px;
}
@media (max-width: 767px) {
  .footerContact-title-logo {
    width: 100px;
  }
}
.footerContact-lead {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footerContact-lead {
    font-size: 1.5rem;
  }
}
.footerContact-content {
  display: flex;
  justify-content: center;
  gap: 10%;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-content {
    gap: 5%;
  }
}
@media (max-width: 767px) {
  .footerContact-content {
    display: block;
  }
}
.footerContact-content-tel {
  font-family: "Roboto", Hiragino Kaku Gothic Pro, 游ゴシック体, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .footerContact-content-tel {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footerContact-content-tel-num {
  display: block;
  font-size: min(5.1rem, 5vw);
  font-weight: 500;
}
@media (max-width: 767px) {
  .footerContact-content-tel-num {
    font-size: 3rem;
  }
}
.footerContact-content-tel-num .text-s {
  font-size: 60%;
}
.footerContact-content-tel-num a {
  color: #fff;
}
.footerContact-content-tel-businessTime {
  border-top: 1px solid rgba(255, 255, 255, 0.368627451);
  padding-top: 10px;
  display: block;
  text-align: center;
}
.footerContact-content-mail {
  width: 352px;
  height: 104px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-content-mail {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footerContact-content-mail {
    width: 80%;
    height: 80px;
    margin: 0 auto;
  }
}
.footerContact-content-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  color: #006fc5;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footerContact-content-mail a {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .footerContact-content-mail a:hover {
    opacity: 0.8;
  }
}
.footerContact-content-mail-icon {
  width: 30px;
}

.footerBottom {
  background: rgba(0, 0, 0, 0.3);
}
.footerBottom-inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-block: 100px 40px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footerBottom-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottom-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .footerBottom-inner {
    display: block;
    padding: 10vw 5%;
  }
}

.footerBottomAddress {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomAddress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
  }
}
.footerBottomAddress-company-logo {
  display: block;
  width: 120px;
  margin-bottom: 20px;
}
.footerBottomAddress-company-name {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomAddress-company-name {
    font-size: 1.1rem;
  }
}
.footerBottomAddress-address {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomAddress-address {
    flex: 1;
  }
}
.footerBottomAddress-iso {
  width: 158px;
}
@media (max-width: 767px) {
  .footerBottomAddress-iso {
    margin-bottom: 30px;
  }
}

.footerNavi {
  flex: 1;
  display: flex;
  gap: 4%;
}
@media (min-width: 980px) {
  .footerNavi {
    margin-left: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.366);
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerNavi {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footerNavi {
    flex-wrap: wrap;
    gap: 10px 4%;
  }
}
.footerNavi-ul {
  margin: 0;
}
.footerNavi-ul-li + .footerNavi-ul-li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footerNavi-ul-li + .footerNavi-ul-li {
    margin-top: 10px;
  }
}
.footerNavi-ul-li > a, .footerNavi-ul-li-label {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.footerNavi-ul-li > a::before, .footerNavi-ul-li-label::before {
  content: "-";
  margin-right: 10px;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    opacity: 0.5;
  }
}

.footerNaviSub {
  margin-block: 20px;
  padding-left: 30px;
}
.footerNaviSub-li + .footerNaviSub-li {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .footerNaviSub-li + .footerNaviSub-li {
    margin-top: 10px;
  }
}
.footerNaviSub-li a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
@media (hover: hover) {
  .footerNaviSub-li a:hover {
    opacity: 0.5;
  }
}

.footerCopy {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-bottom: 80px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footerCopy {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footerCopy {
    font-size: 1rem;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footerCopy {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.entry-text-area {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 3em;
}

.entry-text-area h3 {
  color: #006fc5;
}

.entry-text-area dt:not(:first-of-type) {
  margin-top: 1em;
}

.entry-text-area dd {
  margin-left: 0;
}

.entry-text-area dd:last-of-type {
  margin-top: 1em;
}

.entry-text-area dd a {
  text-decoration: underline;
  color: #000;
}

.course-subtitle {
  color: #006fc5;
  font-weight: bold;
}

.entrybadge {
  background-color: #006fc5;
  color: #ffff;
  padding: 0.25em 0.5em;
}

@media (max-width: 767px) {
  .entry-text-area {
    padding: 0 5% 3em;
  }
}



#floating-banner.hide {
  opacity: 0;
}

#floating-banner {
  position: fixed;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  z-index: 100;
}

#floating-banner:not(.hide) {
  opacity: 1;
}

@media (min-width: 768px) {
  #floating-banner img.banner_PC{
    display: block;
  }
  #floating-banner img.banner_SP{
    display: none;
  }
  #floating-banner {
    bottom: 20px;
    right: 20px;
    width: 308px;
  }
}
@media (max-width: 767px) {
  #floating-banner img.banner_PC{
    display: none;
  }
  #floating-banner img.banner_SP{
    display: block;
  }
  #floating-banner img{
    width: 100%;
  }
  #floating-banner {
    bottom: 15px;
    left: 50%;
    margin: auto;
    opacity: 1;
    transform: translateX(-50%);
    width: 270px;
  }
}

.mynavi-wrap {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .mynavi-wrap {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .mynavi-wrap {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) and (max-width: 767px)  {
  .mynavi-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
  .mynavi-wrap {
    flex-direction: column;
    gap: 15px 0;
  }
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
