:root {
  --mincho: "Noto Serif JP", serif;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 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. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

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

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

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

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

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

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

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

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

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

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

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

body,
button,
input,
textarea {
  font-family: "BIZ UDPGothic", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #FFEF27;
  color: #333;
}

html,
body {
  position: relative;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}

body {
  font-size: 1.4rem;
  line-height: 1.889;
  text-align: justify;
}
@media (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

:where(body,
button,
input,
textarea) {
  color: #333333;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

a {
  color: #295EC5;
}
a:hover {
  text-decoration: none;
}

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

p {
  line-height: inherit;
}

li {
  list-style-type: none;
}

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb35 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mb40 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb45 {
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mb50 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb55 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mb60 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb65 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

.mb70 {
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb75 {
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mb80 {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb85 {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

.mb90 {
  margin-bottom: 45px;
}
@media (min-width: 960px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb95 {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mb100 {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: 55px;
}
@media (min-width: 960px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

.mb125 {
  margin-bottom: 65px;
}
@media (min-width: 960px) {
  .mb125 {
    margin-bottom: 125px;
  }
}

.mb130 {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .mb130 {
    margin-bottom: 130px;
  }
}

.mb140 {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .mb140 {
    margin-bottom: 140px;
  }
}

.mb150 {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .mb150 {
    margin-bottom: 150px;
  }
}

.mb160 {
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .mb160 {
    margin-bottom: 160px;
  }
}

.mb170 {
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .mb170 {
    margin-bottom: 170px;
  }
}

.mb180 {
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .mb180 {
    margin-bottom: 180px;
  }
}

.mb190 {
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .mb190 {
    margin-bottom: 190px;
  }
}

.mb200 {
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .mb200 {
    margin-bottom: 200px;
  }
}

.centerBox {
  max-width: 1096px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media (min-width: 960px) {
  .spBr {
    display: none;
  }
}

.pcBr {
  display: none;
}
@media (min-width: 960px) {
  .pcBr {
    display: inline;
  }
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #fff;
}

html::-webkit-scrollbar-thumb {
  background-color: #295EC5;
}

@media print {
  body {
    width: 960px;
    margin: 0 auto;
  }
}
.header {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  z-index: 999;
}

.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
}

.headerOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.headerOuter:after {
  content: "";
  display: block;
  background: #A8DEFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: fixed;
  right: -5px;
  top: -15px;
  z-index: 1;
  transform: translate3d(0, 0, 0) scale(0);
  transition: transform 0.6s;
}
.headerOuter.-active:after {
  transform: translate3d(0, 0, 0) scale(40);
}
@media (min-width: 960px) {
  .headerOuter {
    height: 130px;
    padding: 20px 0;
  }
}

.headerLogo {
  max-width: 290px;
  width: 80%;
}
@media (min-width: 960px) {
  .headerLogo {
    max-width: 560px;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .headerLogo {
    max-width: 560px;
  }
}

.headerLogoLink {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
.headerLogoLink img {
  width: 100%;
  height: auto;
}
.headerLogoLink:hover {
  opacity: 0.8;
}

.globalNavPC {
  display: none;
}
@media (min-width: 960px) {
  .globalNavPC {
    display: block;
    width: 58%;
  }
}

.headerSubMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .headerSubMenu {
    gap: 0 30px;
  }
}

.headerSubMenuList {
  background-color: #F2F2F2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .headerSubMenuList {
    gap: 0 30px;
    padding: 10px 30px;
  }
}

.headerSubMenuListLink {
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  transition: 0.3s;
}
.headerSubMenuListLink.linkContact:before {
  content: "";
  display: block;
  background-image: url(../images/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
  margin-right: 0.75rem;
}
.headerSubMenuListLink.linkPrivacyPolicy:before {
  content: "";
  display: block;
  background-image: url(../images/icon-privacy.svg);
  background-repeat: no-repeat;
  background-size: 14px 18px;
  width: 14px;
  height: 18px;
  margin-right: 0.5rem;
}
.headerSubMenuListLink:hover {
  color: #295EC5;
}
.headerSubMenuListLink:hover.linkContact:before {
  background-image: url(../images/icon-contact-02.svg);
}
.headerSubMenuListLink:hover.linkPrivacyPolicy:before {
  background-image: url(../images/icon-privacy-02.svg);
}

.globalNavPCList {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .globalNavPCList {
    gap: 0 10px;
  }
}
@media (min-width: 1200px) {
  .globalNavPCList {
    gap: 0 4%;
  }
}

.globalNavPCLink {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  padding: 0 5px 5px;
  transition: 0.3s;
}
.globalNavPCLink:hover {
  border-bottom: 1px solid #295EC5;
  color: #295EC5;
}
@media (min-width: 960px) {
  .globalNavPCLink {
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  .globalNavPCLink {
    font-size: 1.6rem;
  }
}

.headerToggle {
  border: none;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 999;
  transition: 0.3s;
}
.headerToggle:after {
  content: "";
  display: block;
  background-color: #28BCEF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 2px;
  right: -2px;
  z-index: 0;
  transition: inherit;
}
@media (min-width: 960px) {
  .headerToggle {
    display: none;
  }
}

.headerToggleLine {
  background-color: #FFEF27;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  transition: inherit;
}
.headerToggleLine:before, .headerToggleLine:after {
  content: "";
  display: block;
  background-color: #333;
  width: 22px;
  height: 3px;
  position: absolute;
  transition: inherit;
}
.headerToggleLine:before {
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
.headerToggleLine:after {
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
}

.headerToggle.-active .headerToggleLine:before {
  top: 16px;
  transform: rotate(45deg);
}
.headerToggle.-active .headerToggleLine:after {
  top: 16px;
  transform: rotate(-45deg);
}

.globalNavSP {
  height: calc(100vh - 70px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
}
.globalNavSP.-active {
  visibility: visible;
  z-index: 1;
}

.globalNavSPList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50%;
  opacity: 0;
  position: relative;
  transition: 0.3s;
}
.-active .globalNavSPList {
  opacity: 1;
  z-index: 999;
}

.globalNavSPListItem {
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
}

.globalNavSPLink {
  color: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  transition: 0.3s;
}
.globalNavSPLink:before {
  content: "";
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  transition: 0.3s;
  transform: rotate(45deg);
}
.globalNavSPLink:hover {
  color: #295EC5;
}
.globalNavSPLink:hover:before {
  border-top: solid 2px #295EC5;
  border-right: solid 2px #295EC5;
}

.globalNavSPAccordionButton {
  border: none;
  background-color: transparent;
  color: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  transition: 0.3s;
}
.globalNavSPAccordionButton:hover {
  color: #295EC5;
}
.globalNavSPAccordionButton:hover .globalNavSPAccordionButtonLine:before, .globalNavSPAccordionButton:hover .globalNavSPAccordionButtonLine:after {
  background-color: #295EC5;
}

.globalNavSPAccordionButtonLine {
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
}
.globalNavSPAccordionButtonLine:before {
  content: "";
  display: block;
  background-color: #333;
  width: 16px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.globalNavSPAccordionButtonLine:after {
  content: "";
  display: block;
  background-color: #333;
  width: 2px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.-active > .globalNavSPAccordionButtonLine:after {
  transform: rotate(-90deg);
}

[id^=globalNavSPAccordion] {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
[id^=globalNavSPAccordion].-active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.globalNavSPListChild {
  margin-bottom: 0.5rem;
}

.globalNavSPChildLink {
  color: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  margin-left: 1rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  position: relative;
  transition: 0.3s;
}
.globalNavSPChildLink:before {
  content: "";
  display: block;
  background-color: #333;
  width: 16px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.globalNavSPChildLink:hover {
  color: #295EC5;
}

.dropDownNav .globalNavPCLink {
  position: relative;
}
.dropDownNav .globalNavPCLink:after {
  content: none;
  display: block;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #A8DEFF;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
.dropDownNav.-active .globalNavPCLink:after {
  content: "";
}

.dropDownNavItem {
  display: none;
  background-color: #A8DEFF;
  width: 100%;
  padding: 50px 20px;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 999;
}
.-active > .dropDownNavItem {
  display: block;
}

.globalNavPCListChild {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0 60px;
  max-width: 1440px;
  margin: auto;
}

.globalNavPCListChildTitle {
  border-right: 1px solid;
  font-size: 3.2rem;
  font-weight: bold;
}

.globalNavPCListChildLabel {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

.globalNavPCCardList {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}

.globalNavPCCardListItem {
  max-width: 262px;
}

.globalNavPCCardLink {
  color: inherit;
  display: block;
  text-decoration: none;
}
.globalNavPCCardLink:hover {
  color: #295EC5;
}
.globalNavPCCardLink:hover .globalNavPCCard {
  opacity: 0.7;
}
.globalNavPCCardLink:hover .globalNavPCCardText:before {
  border-top: solid 2px #295EC5;
  border-right: solid 2px #295EC5;
}

.globalNavPCCard {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s;
}

.globalNavPCCardText {
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  transition: 0.3s;
}
.globalNavPCCardText:before {
  content: "";
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  transform: rotate(45deg);
}

.companyGuideDLButton {
  background-color: #295EC5;
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: none;
  font-size: 1.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  letter-spacing: 0.25em;
  padding: 2em 0.5em;
  position: fixed;
  right: 0;
  z-index: 999;
  transition: 0.3s;
}
.companyGuideDLButton:hover {
  background-color: #fff;
  border: 1px solid #295EC5;
  color: #295EC5;
}
@media (min-width: 960px) {
  .companyGuideDLButton {
    display: block;
  }
}

.maxContainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.middleContainer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .middleContainer {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}

.maxImg {
  width: 100%;
  height: auto;
}

.breadcrumbOuter {
  max-width: 1140px;
  margin: 0 auto 40px;
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .breadcrumbOuter {
    width: 90%;
    padding: 5px 0;
  }
}
@media (min-width: 960px) {
  .breadcrumbOuter {
    margin: 0 auto 80px;
  }
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}

.breadcrumbItem {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.breadcrumbItem:after {
  content: "-";
  display: inline-block;
  margin-left: 10px;
}
.breadcrumbItem:last-child:after {
  content: none;
}

.breadcrumbLink {
  color: inherit;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
}
.breadcrumbLink:hover {
  color: #0032BC;
  text-decoration: underline;
}

.pageTitleOuter {
  background-image: url(../images/bg-title.png);
  background-position: left center;
  background-size: cover;
  height: 320px;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pageTitleOuter {
    height: 280px;
  }
}
@media (min-width: 960px) {
  .pageTitleOuter {
    height: 442px;
    padding: 200px 0 100px;
  }
}

.pageTitle {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}
.pageTypeGroup .pageTitle {
  margin: 0;
  padding: 0;
}

.pageTitleText {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.pageTitleText:before {
  content: "";
  display: block;
  background-image: url(../images/icon-pageTitle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 52px;
}
.pageTitleText span:not(.pageTitleLabel) {
  display: inline-block;
}
@media (min-width: 960px) {
  .pageTitleText {
    font-size: 4.8rem;
  }
}

.pageTitleLabel {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
}

.logoWrapper {
  display: inline-flex;
}
@media (min-width: 768px) {
  .logoWrapper {
    gap: 20px;
  }
}

.pageTitleGroupLogo {
  width: 120px;
  height: 70px;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .pageTitleGroupLogo {
    margin-top: -2px;
  }
}
@media (min-width: 960px) {
  .pageTitleGroupLogo {
    width: 202px;
    height: 120px;
    margin-top: -5px;
  }
}

.sectionTitle:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
.sectionTitle.sectionTitleIcon_01:before {
  background-image: url(../images/icon-sectionTitle-01.svg);
  width: 52px;
  height: 42px;
}
.sectionTitle.sectionTitleIcon_02:before {
  background-image: url(../images/icon-sectionTitle-02.svg);
  width: 48px;
  height: 66px;
}
.sectionTitle.sectionTitleIcon_03:before {
  background-image: url(../images/icon-sectionTitle-03.svg);
  width: 40px;
  height: 50px;
}
.sectionTitle.sectionTitleIcon_04:before {
  background-image: url(../images/icon-sectionTitle-04.svg);
  width: 88px;
  height: 60px;
}
.sectionTitle.sectionTitleIcon_05:before {
  background-image: url(../images/icon-sectionTitle-05.svg);
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sectionTitle.sectionTitleIcon_02:before {
    width: 48px;
    height: 66px;
  }
  .sectionTitle.sectionTitleIcon_03:before {
    width: 50px;
    min-width: 50px;
    height: 60px;
  }
  .sectionTitle.sectionTitleIcon_04:before {
    width: 88px;
    height: 60px;
  }
}

.sectionTitleText {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.sectionTitleText span:not(.sectionTitleLabel) {
  display: inline-block;
}
@media (min-width: 768px) {
  .sectionTitleText {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .sectionTitleText {
    font-size: 4.6rem;
  }
}

.sectionTitleLabel {
  color: #333;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
}

.moreButton {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 0;
}
.moreButton:before {
  content: "";
  border: 4px solid #00D8D8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.moreButton:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
}

.backButton {
  background-color: #28BCEF;
  border: 1px solid #28BCEF;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-align: center;
  max-width: 300px;
  margin: 50px auto 0;
  padding: 0.5em;
  text-decoration: none;
  transition: 0.3s;
}
.backButton:hover {
  background-color: #fff;
  color: #28BCEF;
}

.pageContents .plantList, .pageRecruitContents .plantList {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
}
@media (min-width: 960px) {
  .pageContents .plantList, .pageRecruitContents .plantList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pageContents .plantListItem, .pageRecruitContents .plantListItem {
  list-style-type: none;
  margin: 0;
}
.pageContents .plantLink, .pageRecruitContents .plantLink {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  position: relative;
  transition: 0.3s;
}
.pageContents .plantLink:before, .pageRecruitContents .plantLink:before {
  content: "";
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .pageContents .plantLink:before, .pageRecruitContents .plantLink:before {
    width: 90px;
    height: 90px;
  }
}
.pageContents .plantLink.shizuokaPlant, .pageRecruitContents .plantLink.shizuokaPlant {
  background-color: #3EA8F3;
  border: 1px solid #3EA8F3;
}
.pageContents .plantLink.shizuokaPlant:before, .pageRecruitContents .plantLink.shizuokaPlant:before {
  background-image: url(../images/icon-shizuokaPlant.svg);
}
.pageContents .plantLink.kyushuPlant, .pageRecruitContents .plantLink.kyushuPlant {
  background-color: #FF6C7E;
  border: 1px solid #FF6C7E;
}
.pageContents .plantLink.kyushuPlant:before, .pageRecruitContents .plantLink.kyushuPlant:before {
  background-image: url(../images/icon-kyushuPlant.svg);
}
.pageContents .plantLink.tohokuPlant, .pageRecruitContents .plantLink.tohokuPlant {
  background-color: #8BE16A;
  border: 1px solid #8BE16A;
}
.pageContents .plantLink.tohokuPlant:before, .pageRecruitContents .plantLink.tohokuPlant:before {
  background-image: url(../images/icon-tohokuPlant.svg);
}
.pageContents .plantLink:hover.shizuokaPlant, .pageRecruitContents .plantLink:hover.shizuokaPlant {
  background-color: #fff;
  color: #3EA8F3;
}
.pageContents .plantLink:hover.kyushuPlant, .pageRecruitContents .plantLink:hover.kyushuPlant {
  background-color: #fff;
  color: #FF6C7E;
}
.pageContents .plantLink:hover.tohokuPlant, .pageRecruitContents .plantLink:hover.tohokuPlant {
  background-color: #fff;
  color: #8BE16A;
}
@media (min-width: 768px) {
  .pageContents .plantLink, .pageRecruitContents .plantLink {
    padding: 30px;
  }
}
.pageContents .plantLinkText, .pageRecruitContents .plantLinkText {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.pageContents .plantLinkText .enLabel, .pageRecruitContents .plantLinkText .enLabel {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .pageContents .plantLinkText, .pageRecruitContents .plantLinkText {
    font-size: 3.2rem;
  }
}

.footer {
  background-color: #EBF8FF;
  padding: 40px 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 20px;
  }
}

.footerBody {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footerBody {
    grid-template-columns: 40% 1fr;
  }
}
@media (min-width: 960px) {
  .footerBody {
    grid-template-columns: 360px 1fr;
  }
}

.footerLogo {
  max-width: 343px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footerLogo {
    max-width: 392px;
  }
}

.footerAddress {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 1.4rem;
}

.footerTel {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.footerNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .footerNav {
    grid-template-columns: repeat(5, 1fr);
  }
}

.footerNavItem {
  margin-bottom: 10px;
}
.footerNavItem.footerNavParent {
  margin-bottom: 30px;
}

.footerNavLink, .footerNavChildLink, .footerNavGrandChildLink {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: color 0.3s;
}
.footerNavLink:hover, .footerNavChildLink:hover, .footerNavGrandChildLink:hover {
  color: #0032BC;
}

.footerNavLink {
  border-bottom: 1px solid #D3D3D3;
  padding: 0 0 0.5em 1em;
  position: relative;
}
.footerNavLink:before {
  content: "";
  background-color: #28BCEF;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}

.footerNavChildItem {
  margin-bottom: 5px;
}

.footerNavGrandChildList {
  margin-top: 5px;
  margin-left: 1em;
}

.footerNavGrandChildItem {
  margin-bottom: 5px;
}

.pagetop {
  border: none;
  background-color: transparent;
  width: 90px;
  position: absolute;
  top: -100px;
  right: 3%;
  z-index: 99;
}
@media (min-width: 960px) {
  .pagetop {
    top: -120px;
  }
}
.pagetop:hover .pagetopDeco {
  background-color: #fff;
}
.pagetop:hover .pagetopDeco:after {
  border-top: solid 2px #28BCEF;
  border-right: solid 2px #28BCEF;
}

.pagetopDeco {
  background-color: #28BCEF;
  border: 1px solid #28BCEF;
  border-radius: 50%;
  display: block;
  width: 47px;
  height: 47px;
  margin: auto auto 8px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .pagetopDeco {
    margin: auto auto 10px;
  }
}
.pagetopDeco:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.pagetopText {
  color: #28BCEF;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 960px) {
  .pagetopText {
    font-size: 1.4rem;
  }
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
}

/*# sourceMappingURL=common.css.map*/