@charset "UTF-8";
/* ==========================================================================
 *  common.css
 * ========================================================================== */
/* sanitize.css
 * ========================================================================== */
/* 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 */
}

/**
 * 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 */
  -o-tab-size: 4;
     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;
  margin: 0.67em 0;
}

/* 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;
  -webkit-text-decoration: underline dotted;
          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;
  -moz-appearance: button;
       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 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of incNaNrement and decNaNrement 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;
  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 */
  appearance: button;
  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: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-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] { /* 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;
}

/* Base
 * ========================================================================== */
body {
  color: #444;
  font-family: "Roboto", sans-serif;
  line-height: 1.88;
}

/* a {
  color: #006CB7;
}
a:hover {
  color: #006CB7;
  text-decoration: none;
}
a:visited {
  color: #99C4E2;
  text-decoration: none;
} */

input[type=text],
textarea {
  border-color: #C8C8C8;
  border-radius: 3px;
}

input[type=text]::-moz-placeholder {
  color: #777777;
}

input[type=text]::placeholder {
  color: #777777;
}

input[type=text]:-ms-input-placeholder {
  color: #777777;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}

img {
  vertical-align: bottom;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

section > *:nth-child(2) {
  margin-top: 0;
}

input,
button {
  padding: 0;
  border: none;
  outline: 0;
  background-color: transparent;
}

sup {
  color: #444;
}

/* コンポーネント
* ========================================================================== */
/* 段組
 * ========================================================================== */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.grid .figure {
  margin: 0;
}
.grid .figure + .figure {
  margin: 5.44rem 0 0;
}
.grid > * > *:first-child {
  margin-top: 0;
}
.grid > * > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .grid + .grid {
    margin-top: 17px;
  }
}
/* 2段組 - SP時1段落 */
.grid__width--2-1 {
  width: calc(50% - 0.8rem);
}
.grid__width--2-1:nth-child(odd) {
  margin-right: 1.6rem;
}
.grid__width--2-1:nth-child(n+3) {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .grid__width--2-1 {
    width: 100%;
  }
  .grid__width--2-1:nth-child(odd) {
    margin-right: 0;
  }
  .grid__width--2-1:nth-child(n+3) {
    margin-top: 0;
  }
  .grid__width--2-1 + .grid__width--2-1 {
    margin-top: 1.6rem;
  }
}
/* 2段組 - SP時2段落 */
.grid__width--2-2 {
  width: calc(50% - 0.8rem);
}
.grid__width--2-2:nth-child(odd) {
  margin-right: 1.6rem;
}
.grid__width--2-2:nth-child(n+3) {
  margin-top: 1.6rem;
}

/* ３段組 - SP時 1段組 */
.grid__width--3-1 {
  width: calc(33% - 0.88rem);
  margin-right: 1.6rem;
}
.grid__width--3-1:nth-child(3n) {
  margin-right: 0;
}
.grid__width--3-1:nth-child(n+4) {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .grid__width--3-1 {
    width: 100%;
    margin-right: 0;
  }
  .grid__width--3-1:nth-child(n+4) {
    margin-top: 0;
  }
  .grid__width--3-1 + .grid__width--3-1 {
    margin-top: 1.6rem;
  }
}
/* 4段組 - SP時 1段組 */
.grid__width--4-1 {
  width: calc(25% - 16px + 3px);
  margin-right: 16px;
}
.grid__width--4-1:nth-child(4n) {
  margin-right: 0;
}
.grid__width--4-1:nth-child(n+5) {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .grid__width--4-1 {
    width: 100%;
    margin-right: 0;
  }
  .grid__width--4-1 + .grid__width--4-1 {
    margin-top: 1.6rem;
  }
}
/* 4段組 - SP時 2段組 */
.grid__width--4-2 {
  width: calc(25% - 16px + 3px);
  margin-right: 16px;
}
.grid__width--4-2:nth-child(4n) {
  margin-right: 0;
}
.grid__width--4-2:nth-child(n+5) {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .grid__width--4-2 {
    width: calc(50% - 0.8rem);
    margin-right: 0;
  }
  .grid__width--4-2:nth-child(odd) {
    margin-right: 1.6rem;
  }
  .grid__width--4-2:nth-child(n+3) {
    margin-top: 1.6rem;
  }
}
/* 6段組 - グローバルメニュー */
.grid__width--6-1 {
  width: calc(16.9% - 1.6rem);
  margin-right: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .grid__width--6-1 {
    width: 100%;
    margin-right: 0;
  }
}
.grid__width--6-1:nth-child(6n) {
  margin-right: 0;
}

/* 幅に合わせて拡張 */
.grid__expand {
  flex: 1;
  min-width: 1px;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .grid__expand {
    margin-right: 0;
  }
}

.grid__expand + .grid__width--2-1,
.grid__expand + .grid__width--3-1,
.grid__expand + .grid__width--4-1 {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .grid__expand + .grid__width--2-1,
  .grid__expand + .grid__width--3-1,
  .grid__expand + .grid__width--4-1 {
    margin-top: 23px;
  }
}

.grid__width--2-1 + .grid__expand,
.grid__width--3-1 + .grid__expand,
.grid__width--4-1 + .grid__expand {
  margin-right: 0;
  margin-left: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .grid__width--2-1 + .grid__expand,
  .grid__width--3-1 + .grid__expand,
  .grid__width--4-1 + .grid__expand {
    margin-top: 23px;
    margin-left: 0;
  }
}

/* 横並び */
.grid.grid--row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.grid.grid--row .grid__column {
  display: flex;
  align-items: center;
}
.grid.grid--row .grid__column + .grid__column {
  margin-left: 1.6rem;
}

/* オプション */
.grid--justify-end {
  justify-content: flex-end;
}

.grid--justify-center {
  justify-content: center;
}

.grid--justify-between {
  justify-content: space-between;
}

.grid--justify-around {
  justify-content: space-around;
}

.grid--direction-row-reverse {
  flex-direction: row-reverse;
}
.grid--direction-row-reverse .grid__expand,
.grid--direction-row-reverse .grid__width--2-1,
.grid--direction-row-reverse .grid__width--3-1,
.grid--direction-row-reverse .grid__width--4-1 {
  margin-right: 0;
}
.grid--direction-row-reverse .grid__width--2-1 + .grid__expand,
.grid--direction-row-reverse .grid__width--3-1 + .grid__expand,
.grid--direction-row-reverse .grid__width--4-1 + .grid__expand {
  margin-right: 2.4rem;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .grid--direction-row-reverse .grid__width--2-1 + .grid__expand,
  .grid--direction-row-reverse .grid__width--3-1 + .grid__expand,
  .grid--direction-row-reverse .grid__width--4-1 + .grid__expand {
    margin-right: 0;
    margin-top: 41px;
  }
}
.grid--direction-row-reverse .grid__expand + .grid__width--2-1,
.grid--direction-row-reverse .grid__expand + .grid__width--3-1,
.grid--direction-row-reverse .grid__expand + .grid__width--4-1 {
  margin-left: 0;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .grid--direction-row-reverse .grid__expand + .grid__width--2-1,
  .grid--direction-row-reverse .grid__expand + .grid__width--3-1,
  .grid--direction-row-reverse .grid__expand + .grid__width--4-1 {
    margin-right: 0;
    margin-top: 23px;
  }
}

.grid--direction-column {
  flex-direction: column;
}

.grid--direction-column-reverse {
  flex-direction: column-reverse;
}

/* 見出し
 * ========================================================================== */
/* h1共通 */
.heading--h1,
.heading--image {
  margin: 0;
  padding: 40px 0 32px;
  background-color: #F2F2F2;
}

.heading--h1__text,
.heading--image__text {
  display: block;
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .heading--h1__text,
  .heading--image__text {
    width: 87%;
    max-width: unset;
  }
}

.heading--h1__category,
.heading--image__category {
  margin-bottom: 1.6rem;
  display: block;
  font-size: 1.504rem;
  line-height: 1;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .heading--h1__text,
  .heading--image__text {
    font-size: 2.608rem;
    line-height: 1.3;
  }
  .heading--h1__category,
  .heading--image__category {
    font-size: 1.2rem;
  }
}
/* h1 */
.heading--h1 {
  color: #111;
}

.heading--h1__category {
  color: #006CB7;
}

@media only screen and (max-width: 767px) {
  .heading--h1 {
    padding: 20px 0 31px;
  }
  .heading--h1__category {
    margin-bottom: 4px;
    line-height: 2.1;
  }
}
/* 画像h1
 * 背景画像・背景画像ポジションはJSで操作します
 */
.heading--image {
  background-repeat: no-repeat;
  background-size: cover;
}
.heading--image__subCategory {
  font-weight: normal;
}
.heading--image__subCategory:before {
  content: "|";
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .heading--image {
    padding: 39px 0 49px;
  }
  .heading--image__category {
    margin-bottom: 4px;
    line-height: 2.1;
  }
}
/* h2 */
.heading--h2 {
  margin: 10.88rem 0 4.8rem;
  padding: 0 0 calc(1.6rem - 4px) 0;
  color: #006CB7;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #898989;
}
@media only screen and (max-width: 767px) {
  .heading--h2 {
    margin: 17.29vw 0 11.7vw;
    padding: 0 0 3.19vw 0;
    font-size: 2.208rem;
    line-height: 1.3;
  }
}

h2 {
  line-height: 3.6rem;
}

/* h3 */
.heading--h3 {
  margin: 5.6rem 0rem 2.4rem;
  font-size: 2.208rem;
  line-height: 1.3;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .heading--h3 {
    margin: 12.23vw 0 6.38vw;
    font-size: 2rem;
    line-height: 1.3;
  }
}

* + .heading--h3 {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  * + .heading--h3 {
    margin-top: 12.23vw;
  }
}

/* テキスト
 * ========================================================================== */
/* 太字 */
.text-bold {
  font-weight: bold;
}

/* 中央揃え */
.align-center {
  text-align: center;
}

/* 右寄せ */
.align-right {
  text-align: right;
}

/* 左寄せ */
.align-left {
  -moz-text-align-last: left;
       text-align-last: left;
}

/* 上揃え */
.align-top {
  vertical-align: top;
}

/* 上下中央揃え */
.align-middle {
  vertical-align: middle;
}

/* 下揃え */
.align-bottom {
  vertical-align: bottom;
}

/* 改行しない */
.nowrap {
  white-space: nowrap;
}

/* 文字色 */
.text-mainColor {
  color: #006CB7;
}

.text-subColor1 {
  color: #259A95;
}

.text-subColor2 {
  color: #E54C20;
}

/* 文字サイズ */
.font-size--xl {
  font-size: 2.8rem;
}

.font-size--l {
  font-size: 2rem;
}

.font-size--default {
  font-size: 1.6rem;
}

.font-size--s {
  font-size: 1.408rem;
}

.text__super {
  vertical-align: super;
  font-size: 0.64rem;
  position: relative;
}

.text__sub {
  vertical-align: sub;
  font-size: 0.64rem;
  top: -0.5em;
  position: relative;
}

/* リンク
 * ========================================================================== */
/* アイコンつきリンク */
.link {
  position: relative;
  padding-right: 0.8rem;
  color: #444;
  text-decoration: none;
}
.link:hover {
  color: #006CB7;
}
.link:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 0.8rem;
  background: transparent url("../img/ico_link.svg") no-repeat left top;
  transform: translateY(24%);
}
@media only screen and (max-width: 767px) {
  .link:after {
    width: 18px;
    height: 18px;
    transform: translateY(12%);
  }
}

/* アンカーリンク */
.link[href^="#"]:after {
  background-image: url("../img/ico_anchor.svg");
  background-size: contain;
}

/* 別ウィンドウリンク */
.link[target=_blank]:after {
  background-image: url("../img/ico_external.svg");
}

/* PDF */
.link[href$=".pdf"]:after {
  width: 25px;
  height: 30px;
  background-image: url("../img/ico_pdf.svg");
}
@media only screen and (max-width: 767px) {
  .link[href$=".pdf"]:after {
    transform: translateY(25%);
  }
}

/* 丸なし矢印 */
.link--arrow:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 0.8rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23006CB7" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  background-size: contain;
  transform: translateY(12%);
}

/* ダウンロード */
.link--download:after,
.link--download[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-left: 0.8rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 18"><path fill="none" stroke="%23006CB7" stroke-linecap="round" stroke-linejoin="round" d="M0.7,12.7v4.8h18.7v-4.8"/><path fill="none" stroke="%23006CB7" stroke-linecap="round" stroke-linejoin="round" d="M7.1,11.3l2.9,2.9l2.9-2.9"/><line fill="none" stroke="%23006CB7" stroke-linecap="round" x1="10" y1="0.6" x2="10" y2="14.2"/></svg>') no-repeat center center;
  background-size: contain;
  transform: translateY(12%);
}

/*  ボタン
 * ========================================================================== */
.button {
  position: relative;
  display: inline-block;
  width: 22.4rem;
  padding: 1.6rem 3.68rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  background-color: #006CB7;
  border: none;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}
.button:hover {
  color: #fff;
  background-color: #004B8B;
}
.button:visited {
  color: #fff;
}
.button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23fff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  transform: translateY(-50%);
}

/* ボタン色 */
.button--subColor1 {
  background-color: #259A95;
}
.button--subColor1:hover {
  background-color: #1b716d;
}

.button--subColor2 {
  background-color: #E54C20;
}
.button--subColor2:hover {
  background-color: #a53413;
}

/* アンカーリンクボタン */
.button--anchor:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23fff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  transform: translateY(-50%) rotate(90deg);
}

/* ダウンロード */
.button--download:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 19px;
  height: 17px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 18"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" d="M0.7,12.7v4.8h18.7v-4.8"/><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" d="M7.1,11.3l2.9,2.9l2.9-2.9"/><line fill="none" stroke="%23fff" stroke-linecap="round" x1="10" y1="0.6" x2="10" y2="14.2"/></svg>') no-repeat center center;
  background-size: contain;
}

.button__icon {
  margin-right: 10px;
}

/* ラベル
 * ========================================================================== */
.label {
  display: inline-block;
  margin: 0;
  padding: 0 1.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2em;
  vertical-align: bottom;
  background-color: #006CB7;
  border-radius: 2em;
  box-sizing: border-box;
}

/* リスト
 * ========================================================================== */
/* 箇条書きリスト */
.list--disc {
  margin: 2.4rem 0 0;
  padding: 0;
}
.list--disc li {
  position: relative;
  line-height: 1.6;
  padding-left: 1.6rem;
  list-style-type: none;
}
.list--disc li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(4px + 0.48rem);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #006CB7;
}
.list--disc li + li {
  margin-top: 10px;
}

/* 番号リスト */
.list--num {
  margin: 2.4rem 0 0;
  padding: 0;
  counter-reset: num;
  list-style: none;
}
.list--num li {
  position: relative;
  line-height: 1.6;
  padding-left: 2.4rem;
}
.list--num li:before {
  display: block;
  position: absolute;
  left: 0;
  color: #006CB7;
  font-weight: bold;
  counter-incNaNrement: num;
  content: counter(num) ". ";
}
.list--num li + li {
  margin-top: 10px;
}

/* カッコつき番号リスト */
.list--brackets {
  margin: 2.4rem 0 0;
  padding: 0;
  counter-reset: bracketsNum;
}
.list--brackets li {
  display: flex;
  list-style-type: none;
}
.list--brackets li:before {
  white-space: nowrap;
  counter-incNaNrement: bracketsNum;
  content: "(" counter(bracketsNum) ")";
  margin: 0 10px 0 0;
  font-weight: bold;
}
.list--brackets li + li {
  margin-top: 10px;
}

/* 丸囲み番号つきリスト */
.list--encircled {
  margin: 2.4rem 0 0;
  padding: 0;
  counter-reset: encircledNum;
}
.list--encircled li {
  position: relative;
  padding-left: 3.2rem;
  list-style-type: none;
}
.list--encircled li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  counter-incNaNrement: encircledNum;
  content: counter(encircledNum);
  width: 2.56rem;
  height: 2.56rem;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  background-color: #006CB7;
  white-space: nowrap;
  border-radius: 50%;
}
.list--encircled li + li {
  margin-top: 10px;
}

/* 注記 */
.list--annotation {
  margin: 2.4rem 0 0;
  padding: 0;
  font-size: 1.408rem;
  line-height: 1.6;
}
.list--annotation li {
  display: flex;
  list-style-type: none;
}
.list--annotation li:before {
  content: "Note:";
  color: #444;
  margin: 0 5px 0 0;
  display: block;
  white-space: nowrap;
}
.list--annotation li + li {
  margin-top: 11px;
}

/* 注記 */
.list--annotation--2 {
  margin: 2.4rem 0 0;
  padding: 0;
  font-size: 1.408rem;
  line-height: 1.6;
}
.list--annotation--2 li {
  display: flex;
  list-style-type: none;
}
.list--annotation--2 li:before {
  content: "*";
  color: #444;
  margin: 0 5px 0 0;
  display: block;
  white-space: nowrap;
}
.list--annotation--2 li + li {
  margin-top: 11px;
}

/* 番号付きの注記 */
.list--numAnnotation {
  margin: 2.4rem 0 0;
  padding: 0;
  font-size: 1.408rem;
  line-height: 1.6;
  counter-reset: annotationNum;
}
.list--numAnnotation li {
  display: flex;
  list-style-type: none;
}
.list--numAnnotation li:before {
  white-space: nowrap;
  counter-incNaNrement: annotationNum;
  content: "*" counter(annotationNum);
  color: #444;
  margin: 0 5px 0 0;
}
.list--numAnnotation li + li {
  margin-top: 11px;
}

/* 画像
 * ========================================================================== */
/* レスンポンシブイメージ */
.img--responsive {
  width: 100%;
  height: auto;
}

/* 表組
 * ========================================================================== */
.table {
  margin-top: 5.6rem;
  /* 表組の見出し */
  /* テーブル本体 */
}
.table__caption {
  margin-top: 0;
  margin-bottom: calc(2rem - 4px);
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}
.table table {
  width: 100%;
  border-top: 1px solid #C8C8C8;
  border-collapse: collapse;
}
.table th {
  padding: 19px 15px;
  word-break: keep-all;
  font-weight: normal;
  line-height: 1.6;
  border-bottom: 1px solid #C8C8C8;
}
.table td {
  padding: 19px 15px;
  word-break: keep-all;
  line-height: 1.6;
  border-bottom: 1px solid #C8C8C8;
}
.table thead th {
  background-color: #bfdaed;
}
.table thead th + th {
  border-left: 1px solid #C8C8C8;
}
.table tbody th {
  text-align: left;
  background-color: #F2F2F2;
}

/* セル操作 */
/* セルを広げる */
.table__cell--expand {
  width: inherit;
  min-width: 22%;
}

/* セルを狭める */
.table__cell--shrink {
  max-width: 22%;
}

/* 背景に色をつける */
.table__cell--bg-gray {
  background-color: #F2F2F2;
}

th.table__cell--bg-gray {
  border-right: 1px solid #C8C8C8;
}

.table__cell--bg-blue {
  background-color: #ebf9ff;
}

.table thead .table__cell--blank + th,
.table thead .table__cell--blank + td {
  border-right: none;
  border-left: none;
}

.table__cell--border {
  border-left: 1px solid #C8C8C8;
}

/* レスポンシブ対応テーブル */
.table--responsive th {
  width: 22%;
}
@media only screen and (max-width: 767px) {
  .table--responsive table {
    width: 100%;
  }
  .table--responsive th,
  .table--responsive td {
    width: 100%;
    display: block;
  }
}

/* スクロール可能テーブル */
.table--scrollable {
  position: relative;
}
.table--scrollable table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table--scrollable table {
    width: 767px;
  }
}
.table--scrollable tr > * + * {
  border-left: 1px solid #C8C8C8;
}
.table--scrollable__note {
  display: none;
}
@media only screen and (max-width: 767px) {
  .table--scrollable__note {
    display: block;
    margin: 0 0 0.8rem;
    color: #006CB7;
    font-size: 1.2rem;
  }
}
.table--scrollable__scrollArea {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.adjust-table {
  table-layout: fixed;
}

/* 表注釈
 * ========================================================================== */
.note {
  display: inline-block;
  width: 2.4rem;
  height: 1.5em;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  background-color: #006CB7;
  border-radius: 50%;
}

.noteList {
  margin-top: 5.28rem;
  padding: 30px;
  background-color: #ebf9ff;
}
.noteList ul,
.noteList ol {
  margin-top: 0;
}
.noteList li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C8C8C8;
}
.noteList li + li:before {
  top: 20px;
}

/* フォーム
 * ========================================================================== */
/* テキスト入力 - input[type="text"], textarea */
.form-text {
  padding: 0.8rem;
  font-size: 1.6rem;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
}

/* チェックボックス */
input[type=checkbox] {
  display: none;
}

.form-checkbox {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 3.2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.form-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #C8C8C8;
  transform: translateY(-24%);
}
.form-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  display: block;
  width: 0.8rem;
  height: 1.6rem;
  margin-top: -1.2rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  transform: rotate(45deg);
}

/* チェック時 */
input[type=checkbox]:checked + .form-checkbox::before {
  background-color: #006CB7;
  border: 1px solid #006CB7;
}
input[type=checkbox]:checked + .form-checkbox::after {
  opacity: 1;
}

/* disable時 */
input[type=checkbox]:disabled + .form-checkbox {
  color: #C8C8C8;
}
input[type=checkbox]:disabled + .form-checkbox::before {
  background-color: #F2F2F2;
}

/* ラジオボタン */
input[type=radio] {
  display: none;
}

.form-radio {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 3.2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.form-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  transform: translateY(-25%);
}
.form-radio::after {
  content: "";
  position: absolute;
  top: 26%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  left: 0.4rem;
  margin-top: -0.4rem;
  background: #006CB7;
  border-radius: 50%;
  opacity: 0;
}

/* チェック時 */
input[type=radio]:checked + .form-radio::before {
  border: 1px solid #006CB7;
}
input[type=radio]:checked + .form-radio::after {
  opacity: 1;
}

/* disable時 */
input[type=radio]:disabled + .form-radio {
  color: #C8C8C8;
}
input[type=radio]:disabled + .form-radio::before {
  background-color: #F2F2F2;
  border: 1px solid #C8C8C8;
}
input[type=radio]:disabled + .form-radio::after {
  background: none;
  opacity: 1;
}

/* セレクトメニュー */
.form-select {
  display: inline-block;
  position: relative;
}
.form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.8rem 4.32rem 0.8rem 0.8rem;
  font-size: 1.6rem;
  border: 1px solid #C8C8C8;
}
.form-select::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.52rem;
  height: 100%;
  background-color: #006CB7;
  pointer-events: none;
}
.form-select::after {
  content: "";
  position: absolute;
  right: 1.44rem;
  top: 50%;
  bottom: 0;
  width: 7px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23ffffff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}

/* 入力の注記 */
.form-note {
  position: relative;
  margin: 4px 0 0;
  padding-left: 1.6rem;
  font-size: 1.408rem;
  line-height: 1.6;
}
.form-note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* 入力エラー */
.form-error {
  margin: 5px 0 0;
  color: #E54C20;
  line-height: 1.4;
}

/* 図表
 * ========================================================================== */
.figure {
  margin: 5.44rem 0;
}
@media only screen and (max-width: 767px) {
  .figure {
    margin: 11.7vw 0;
  }
}
.figure img {
  max-width: 100%;
  height: auto;
}

.figure__title {
  margin: 0 0 2rem;
  padding-left: 0.96rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 8px solid #006CB7;
}

.figure__caption {
  margin-top: 8px;
  font-size: 1.408rem;
  line-height: 1.6;
}

/* タブ
 * ========================================================================== */
.tab .tab__panel {
  display: none;
}
.tab .tab__panel.is-show {
  display: block;
}

/* リード文
 * ========================================================================== */
.lead {
  margin-top: 5.28rem;
  margin-bottom: 10.88rem;
}
.lead > *:first-child {
  margin-top: 0;
}
.lead > *:last-child {
  margin-bottom: 0;
}

/* リードコピー */
.leadCopy {
  margin-bottom: 28px;
  color: #006CB7;
  font-size: 2.608rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .leadCopy {
    margin-bottom: 28px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

/* ページ内リンク
 * ========================================================================== */
.pageAnchor {
  margin-top: 2.8rem;
  padding: 2.88rem;
  font-size: 1.408rem;
  background-color: #F2F2F2;
}
.pageAnchor__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageAnchor__list li {
  margin-right: 2.192rem;
}
.pageAnchor a:visited {
  color: #444;
}

@media only screen and (max-width: 767px) {
  .pageAnchor__list {
    display: block;
  }
  .pageAnchor__list li {
    margin-right: 0;
  }
}
/* 囲み記事
 * ========================================================================== */
.boxedArticle {
  padding: 32px 30px;
  background-color: #F2F2F2;
}
.boxedArticle > *:first-child {
  margin-top: 0;
}
.boxedArticle > *:last-child {
  margin-bottom: 0;
}

.boxedArticle__heading {
  margin: 0 0 22px;
  font-size: 2.208rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .boxedArticle__heading {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.boxedArticle__label {
  margin: 0 0 7px;
  line-height: 0;
}

/* Voice 囲み記事
 * ========================================================================== */
.voice {
  padding: 30px;
  background-color: #ebf9ff;
}
.voice > *:first-child {
  margin-top: 0;
}
.voice > *:last-child {
  margin-bottom: 0;
}

.voice__header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-bottom: 1px solid #C8C8C8;
}
@media only screen and (max-width: 767px) {
  .voice__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.voice__photo {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .voice__photo {
    margin: 24px 0;
    text-align: left;
  }
}

.voice__label {
  margin: 0 0 7px;
}

.voice__heading {
  margin: 0 0 12px;
  font-size: 2.208rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .voice__heading {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.voice__name {
  margin: 0;
  font-size: 1.408rem;
  line-height: 1.6;
}

/* 関連情報
 * ========================================================================== */
.relatedInfo {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border: 1px solid #C8C8C8;
}

.relatedInfo__infoTitle {
  margin: 0;
  padding: 0 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

.relatedInfo__detail {
  flex: 1;
  min-width: 1px;
  padding: 0 24px;
  border-left: 1px solid #C8C8C8;
}
.relatedInfo__detail ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.relatedInfo__detail ul li {
  margin-right: 2.192rem;
}
.relatedInfo__detail ul a {
  display: block;
  word-break: keep-all;
}

@media only screen and (max-width: 950px) {
  .relatedInfo {
    flex-direction: column;
    padding: 23px 30px 30px;
  }
  .relatedInfo__infoTitle {
    width: 100%;
    padding: 0 0 10px;
  }
  .relatedInfo__detail {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 1px solid #C8C8C8;
  }
  .relatedInfo__detail ul {
    display: list-item;
    margin: 1.6rem 0 0;
  }
  .relatedInfo__detail li {
    margin-right: 0;
  }
  .relatedInfo__detail li + li {
    margin-top: 5px;
  }
}
/* ニュース
 * ========================================================================== */
.news__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

/* カテゴリー一覧 */
.news__categoryList {
  display: flex;
  margin: 0 0 2.512rem;
  padding: 0;
  list-style: none;
  line-height: 1;
  border-left: 1px solid #C8C8C8;
}
.news__categoryList li {
  margin: 0;
  padding: 0 2rem;
  border-right: 1px solid #C8C8C8;
}

/* カテゴリー名 */
.news__categoryName {
  color: #444;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.news__categoryName:hover {
  color: #006CB7;
}
.news__categoryName.is-active {
  color: #006CB7;
}

/* RSS */
.news__rss a {
  display: flex;
  color: #444;
  font-size: 1.408rem;
  text-decoration: none;
}
.news__rss a:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: transparent url("../img/ico_rss.svg") no-repeat left top;
  transform: translateY(25%);
}
.news__rss a:hover {
  color: #006CB7;
}

/* ニュース一覧 */
.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #C8C8C8;
}
.news__list li {
  padding: 15px 0;
  border-bottom: 1px solid #C8C8C8;
}
.news__list a {
  position: relative;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding-right: 50px;
  color: #444;
  text-decoration: none;
}
.news__list a:hover .news__title {
  color: #006CB7;
}
.news__list a:hover .news__title:after {
  opacity: 0.6;
}
.news__list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 21px;
  height: 21px;
  background: transparent url("../img/ico_link.svg") no-repeat left top;
  transform: translateY(-50%);
}
.news__list a[href$=".pdf"]:after {
  width: 25px;
  height: 30px;
  background: transparent url("../img/ico_pdf.svg") no-repeat left top;
}

/* リリース日 */
.news__date {
  margin-right: 1.6rem;
}

/* カテゴリー */
.news__category {
  width: 12rem;
  margin-right: 2.992rem;
  font-size: 1.408rem;
  font-weight: bold;
  text-align: center;
}

/* カテゴリーラベル */
/* メインカラー青 */
.news__category--1 {
  color: #006CB7;
  background-color: #bfdaed;
}

/* サブカラー緑 */
.news__category--2 {
  color: #259A95;
  background-color: #c8e6e4;
}

/* 灰 */
.news__category--3 {
  color: #444;
  background-color: #e3e3e3;
}

/* 黄色 */
.news__category--4 {
  color: rgb(154, 141, 0);
  background-color: rgba(154, 141, 0, 0.15);
}

/* 茶色 */
.news__category--5 {
  color: rgb(180, 99, 2);
  background-color: rgba(180, 99, 2, 0.15);
}

/* 黄緑 */
.news__category--6 {
  color: rgb(96, 163, 66);
  background-color: rgba(96, 163, 66, 0.15);
}

/* ニュース見出し */
.news__title {
  flex: 1;
  min-width: 1px;
}

.news__listPage {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .news__categoryList {
    width: 100%;
    flex-wrap: wrap;
    font-size: 1.408rem;
    border-left: none;
  }
  .news__categoryList li {
    margin-bottom: 7px;
    padding: 0 2.66vw;
    border-left: none;
    border-right: none;
  }
  .news__categoryList li + li {
    border-left: 1px solid #C8C8C8;
  }
  .news__categoryList li:first-child {
    border-left: 1px solid #C8C8C8;
  }
  .news__categoryList li:last-child {
    border-right: 1px solid #C8C8C8;
  }
  .news__rss {
    position: absolute;
    top: -22.61vw;
    right: 0;
  }
  .news__title {
    flex: inherit;
    width: 100%;
  }
}
/* PDFダウンロード
 * ========================================================================== */
.download {
  margin-top: 20px;
  font-size: 10px;
  margin-bottom: 10px;
}

.download img {
  float: left;
  padding-right: 10px;
}

/* カテゴリー一覧
 * ========================================================================== */
.categoryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 110px 0 0;
  padding: 0;
  list-style: none;
}
.categoryList li {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(50% - 0.8rem);
}
.categoryList li:nth-child(odd) {
  margin-right: 1.6rem;
}
.categoryList li:nth-child(n+3) {
  margin-top: 1.6rem;
}
.categoryList a {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 27px 46px 31px 30px;
  color: #444444;
  text-decoration: none;
  border: 1px solid #C8C8C8;
}
.categoryList a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23006CB7" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  transform: translateY(-50%);
}
.categoryList a .categoryList__title {
  font-size: 1.808rem;
  font-weight: bold;
  color: #006CB7;
}
.categoryList a .categoryList__summary {
  min-height: 3em;
  margin-top: 10px;
  line-height: 1.8;
}
.categoryList a:hover {
  background-color: #006CB7;
}
.categoryList a:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23ffffff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
}
.categoryList a:hover .categoryList__title {
  color: #fff;
}
.categoryList a:hover .categoryList__summary {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .categoryList {
    margin: 60px 0 0;
  }
  .categoryList li {
    width: 100%;
  }
  .categoryList li:nth-child(odd) {
    margin-right: 0;
  }
  .categoryList li a {
    padding: 23px 35px 29px 20px;
  }
  .categoryList li + li {
    margin-top: 1.6rem;
  }
}
/* ページの先頭に戻る
 * ========================================================================== */
.returnToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.returnToTop__button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #bfdaed;
}
.returnToTop__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 14px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
  transform: rotate(-90deg) translate(7px, -4px);
}
.returnToTop__button:hover {
  opacity: 0.6;
}
.returnToTop__text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.returnToTop.is-stop {
  position: sticky;
}
.returnToTop.is-stop .returnToTop__button {
  right: 20px;
  bottom: 20px;
}

/* パンくず
 * ========================================================================== */
.breadcrumbs {
  padding: 1.6rem 40px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs ol {
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: 0 1.28rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23111" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #444;
}

@media only screen and (max-width: 1039px) {
  .breadcrumbs {
    padding: 1.6rem 4vw;
  }
}
/* 汎用パーツ
 * ========================================================================== */
.inner {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 87%;
    max-width: unset;
  }
}

/* 水平線 */
.hr {
  margin: 2.4rem 0;
  border-top: 1px solid #C8C8C8;
}

/* マージン */
.margin__top--l {
  margin-top: 12.8rem !important;
}
.margin__top--m {
  margin-top: 5.28rem !important;
}
.margin__top--s {
  margin-top: 2.4rem !important;
}
.margin__top--none {
  margin-top: 0 !important;
}

.margin__bottom--l {
  margin-bottom: 12.8rem !important;
}
.margin__bottom--m {
  margin-bottom: 5.28rem !important;
}
.margin__bottom--s {
  margin-bottom: 2.4rem !important;
}
.margin__bottom--none {
  margin-bottom: 0 !important;
}

/* 幅 */
.width--full {
  width: 100%;
}
.width--half {
  width: 50%;
}
.width--w30 {
  width: 30%;
}
.width--w20 {
  width: 20%;
}
.width--small {
  width: 8rem;
}

@media only screen and (max-width: 767px) {
  .width--half, .width--w30, .width--w20 {
    width: 100%;
  }
}
/* PC・SP出しわけ */
.for-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .for-sp {
    display: block;
  }
}

/* 隠しテキスト */
.hidden-text {
  width: 0;
  margin: 0;
  font-size: 0;
  visibility: hidden;
}

/* accordion */
.accordion {
  padding: 10px;
  text-align: left;
  border: 1px solid #c8c8c8;
}

.accordion:hover {
  color: #006cb7;
  border: 1px solid #006cb7;
}

.accordion > *:first-child {
  margin-top: 0;
}

.accordion > *:last-child {
  margin-bottom: 0;
}

.accordion .table {
  margin-top: 0;
}

.accordion__label {
  margin: 0 0 7px;
}

.accordion__heading {
  margin: 0 0 12px;
  font-size: 2.208rem;
  line-height: 1.2;
}

.accordion__header {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .accordion__heading {
    font-size: 2rem;
    line-height: 1.3;
  }
}
/*アコーディオンタイトル*/
.accordion .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  transition: all 0.5s ease;
  padding-right: 40px;
}

.accordion .title {
  font-weight: 700;
}

/*アイコンの＋と×*/
.accordion .title::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 5px;
  background: transparent url(../img/toggle_on.svg) no-repeat left top;
  transform: translateY(-50%);
}

/*　closeというクラスがついたら形状変化　*/
.accordion .title.close::after {
  background: transparent url(../img/toggle_off.svg) no-repeat left top;
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion:hover .box {
  color: #444;
}

.box table {
  background: #fff;
}

/*Cookie*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 3.2rem 11.2rem;
  box-sizing: border-box;
  visibility: visible;
  z-index: 9999;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: #006cb7;
  padding: 10px;
  width: 180px;
}

.cookie-agree:hover {
  cursor: pointer;
  background: #004b8b;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.cookie-text {
  width: 60%;
}

.cookie-link {
  width: 20%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.cookie-close {
  width: 10%;
  position: relative;
}

.cookie-close:before,
.cookie-close:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 24px;
  /* 棒の高さ */
  background: #fff;
  cursor: pointer;
}

.cookie-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cookie-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .cookie-consent {
    flex-direction: column;
    padding: 10px;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
  .cookie-text {
    width: 100%;
    margin-top: 30px;
  }
  .cookie-link {
    width: 100%;
    align-items: center;
  }
  .cookie-agree {
    margin: 0 auto;
  }
  .cookie-close:before,
  .cookie-close:after {
    top: -230px;
    left: 90vw;
  }
}
/* レイアウト
* ========================================================================== */
/* ヘッダー */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #C8C8C8;
  z-index: 100;
}

@media only screen and (max-width: 1039px) {
  .header {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1039px) {
  .header {
    align-items: center;
  }
}
.header__drawerArea {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header__drawerArea {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    height: calc(100vh - 102%);
    z-index: 10;
    background-color: #eeeeee;
    display: none;
  }
  .header__drawerArea.is-open {
    display: block;
  }
}

.header__inner {
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    display: block;
    padding: 30px 25px;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}

/* サイト名 */
.header__title {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 40px;
}
.header__title a {
  display: flex;
  flex-direction: column;
  color: #111;
  text-decoration: none;
}
.header__title a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1039px) {
  .header__title {
    padding: 0 0 0 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__title {
    padding: 0 0 0 3vw;
  }
}
.header__subCopy {
  margin-bottom: 8px;
  font-size: clamp(10px, 1.15vw, 13px);
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .header__subCopy {
    display: none;
  }
}

.header__logomark img {
  max-height: 35px;
}

@media only screen and (max-width: 1039px) {
  .header__logomark img {
    width: 25vw;
    max-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header__logomark {
    margin-bottom: 0;
  }
  .header__logomark img {
    width: inherit;
    max-width: 57vw;
  }
}
/* サイト内検索 */
.header__navi {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .header__navi {
    flex-grow: inherit;
  }
}

.mt-site-search {
  width: 300px;
}

.mt-site-search-form {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
  min-width: 24px;
  margin-right: 170px;
  order: 2;
}

.mt-site-search-form__query {
  width: 20vw;
  max-width: 240px;
  padding: 0.8rem 4rem 0.8rem 0.8rem;
  font-size: 1.6rem;
  border: 1px solid #C8C8C8;
  /*border-radius: 3px;*/
}

.mt-site-search-form__button {
  position: absolute;
  right: -145px;
  top: 50%;
  transform: translateY(-70%);
  stroke: #006CB7;
  transition: 0.4s;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mt-site-search-form__button:hover {
  stroke: #004B8B;
}
.mt-site-search-form__button:after {
  content: "";
  background: url("../img/search.svg");
  width: 22px;
  height: 24px;
  display: inherit;
}

.mt-site-search-form.is-expanded .mt-site-search-form__query {
  width: 20vw;
  max-width: 240px;
  padding: 0.8rem 4rem 0.8rem 0.8rem;
  font-size: 1.6rem;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
}
.mt-site-search-form.is-expanded .mt-site-search-form__button {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .mt-site-search-form {
    width: 100%;
    height: unset;
    margin-bottom: 28px;
  }
  .mt-site-search-form__query {
    width: 100%;
    background-color: #fff;
    transition: none;
  }
  .mt-site-search-form__button {
    right: 10px;
    transition: none;
  }
  .mt-site-search-form.is-expanded .mt-site-search-form__query {
    width: 100%;
  }
}
/* ヘッダー内サブメニュー : ニュース一覧・English */
.header__subMenu {
  display: flex;
  align-items: center;
  height: 52px;
  margin: 0;
  padding: 0;
  order: 1;
  margin-right: 150px;
  font-size: 1.408rem;
}
.header__subMenu a {
  color: #444;
  text-decoration: none;
}
.header__subMenu a:hover {
  color: #E54C20;
}
.header__subMenu li {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .header__subMenu {
    height: unset;
    margin-top: 21px;
    flex-direction: column;
  }
  .header__subMenu a {
    color: #006CB7;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__subMenu--news {
    display: none;
  }
}
/* ヘッダー内お問い合わせ */
.header__contact {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.header__contact > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  padding: 1.6rem 2rem;
  transition: 0.3s;
}
.header__contact > li a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  background: transparent url("../img/ico_mail.svg") no-repeat center center;
}
.header__contact > li a:after {
  display: none;
}
.header__contact .button__text {
  margin-left: 0.8rem;
  font-size: 1.408rem;
}

@media only screen and (max-width: 767px) {
  .header__contact {
    right: 50px;
  }
  .header__contact > li a {
    padding: 1.6rem;
    height: 50px;
    background-color: #1b2c38;
  }
  .header__contact .button__text {
    display: none;
  }
}
/* グローバルナビ
// ----------------------------------------------------------*/
.gNavi {
  width: 100%;
  margin: 0;
  padding: 0 3vw 0 3vw;
  display: flex;
  justify-content: space-between;
  order: 3;
}
.gNavi a {
  position: relative;
  text-decoration: none;
}
.gNavi .grid {
  margin-bottom: 0;
}
.gNavi .grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .gNavi {
    padding: 0;
    flex-direction: column;
    border-top: 1px solid #C8C8C8;
  }
  .gNavi > li {
    padding-top: 4px;
    border-bottom: 1px solid #C8C8C8;
    /*&[data-haveLower="false"] > a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      display: block;
      width: 10px;
      height: 10px;
      // background: transparent url('../img/ico_plus.svg')no-repeat left top;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="2"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="2"/></g></svg>') no-repeat center center;
      transform: translateY(-50%);
    }*/
  }
  .gNavi > li a[aria-expanded=false]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="2"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="2"/></g></svg>') no-repeat center center;
    transform: translateY(-50%);
  }
  .gNavi > li a[aria-expanded=true]:after {
    background: url("../img/ico_close.svg") no-repeat center center;
  }
  .gNavi a:after {
    width: 7px;
    height: 10px;
    right: 18px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23006CB7" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  }
}
/* グローバルナビ： サブメニュー */
.gNavi__subMenu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #006CB7;
  display: none;
}
@media only screen and (max-width: 767px) {
  .gNavi__subMenu {
    position: relative;
    top: 0;
    background: transparent;
  }
}

.gNavi__subMenuInner {
  position: relative;
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 41px 0 69px;
}
@media only screen and (max-width: 767px) {
  .gNavi__subMenuInner {
    width: 87%;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .gNavi__subMenuInner {
    width: 100%;
    padding: 0;
    border-top: 1px solid #C8C8C8;
  }
}

/* グローバルナビ： サブメニュー - サブメニューを閉じるボタン(PCのみ） */
.gNavi__close {
  position: absolute;
  right: 10px;
  top: 50px;
}
.gNavi__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23fff" stroke-width="1"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>') no-repeat center center;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-size: cover;
}
.gNavi__close:hover {
  opacity: 0.6;
}

/* グローバルナビ： 第1階層 */
.gNavi__firstLevel {
  position: relative;
  display: block;
  padding: 1.6rem 1.2rem;
  color: #111;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.gNavi__firstLevel:visited {
  color: #111;
}
.gNavi__firstLevel:hover {
  color: #E54C20;
}

@media only screen and (max-width: 1039px) {
  .gNavi__firstLevel {
    font-size: 16px;
    padding: 1em 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .gNavi__firstLevel {
    position: relative;
    margin-bottom: 4px;
  }
  .gNavi__firstLevel:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 6px;
    height: 9px;
    transform: translateY(-50%);
  }
}
/* グローバルナビ： 第1階層 - カレント表示 */
.gNavi__firstLevel.is-current:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 5px;
  transform: translateX(-20px);
}

@media only screen and (max-width: 767px) {
  .gNavi__firstLevel.is-current {
    border-left: 4px solid #E54C20;
  }
  .gNavi__firstLevel.is-current:after {
    right: 16px;
    left: unset;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
  }
}
/* グローバルナビ： 第1階層 - リンクのみ表示 */
@media only screen and (max-width: 767px) {
  .gNavi__firstLevel.only__link.is-current:after {
    width: 7px;
    height: 10px;
    right: 18px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23006CB7" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
    background-color: transparent;
    /* left: unset; */
    top: 50%;
    transform: translateY(-50%);
  }
}
/* グローバルナビ： 第2階層 */
.gNavi__secondLevel {
  margin: 0 0 31px;
  padding: 0 0 9px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #C8C8C8;
}
.gNavi__secondLevel a {
  position: relative;
  padding-right: 30px;
  color: #fff;
}
.gNavi__secondLevel a:hover {
  opacity: 0.6;
}
.gNavi__secondLevel a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/ico_link_w.svg") no-repeat left top;
  background-size: cover;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .gNavi__secondLevel {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    border-bottom: 1px solid #eee;
  }
  .gNavi__secondLevel a {
    display: block;
    padding: 9px 1.6rem;
    color: #444;
    font-size: 1.408rem;
    background-color: #fff;
  }
  .gNavi__secondLevel a:after {
    right: 18px;
    width: 6px;
    height: 9px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
  }
}
/* グローバルナビ： 第3階層 */
.gNavi__thirdLevel ul,
.gNavi__thirdLevel dt,
.gNavi__thirdLevel dd {
  margin-left: 0;
}

/* グローバルナビ： 第3階層 - タイトル */
.gNavi__thirdLevelTitle {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.gNavi__thirdLevelTitle a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 13px;
}
.gNavi__thirdLevelTitle a:after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  width: 6px;
  height: 9px;
  line-height: 1.4;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23ffffff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
}
.gNavi__thirdLevelTitle a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .gNavi__thirdLevelTitle {
    margin-bottom: 0;
    border-top: 1px solid #C8C8C8;
    border-bottom: none;
  }
  .gNavi__thirdLevelTitle a {
    display: block;
    padding: 9px 35px 9px 16px;
    color: #444;
    font-size: 1.408rem;
    font-weight: normal;
    background-color: #fff;
  }
  .gNavi__thirdLevelTitle a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 9px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
    transform: translateY(-50%);
  }
}
.gNavi__thirdLevelTitle.grid__width--4-1:nth-child(n+5) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .gNavi__thirdLevelTitle.grid__width--4-1 {
    margin-top: 0;
  }
}
/* グローバルナビ： 第3階層 - メニュー項目 */
.gNavi__thirdLevelItems {
  margin: 0;
  padding: 0;
  font-size: 1.408rem;
  line-height: 1.6;
}
.gNavi__thirdLevelItems a {
  color: #fff;
  line-height: 135%;
  display: block;
}
.gNavi__thirdLevelItems a:hover {
  opacity: 0.6;
}
.gNavi__thirdLevelItems li + li,
.gNavi__thirdLevelItems + .gNavi__thirdLevelItems {
  margin-top: 8px;
}
.gNavi__thirdLevelItems sup {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .gNavi__thirdLevelItems {
    padding-left: 27px;
    background: #fff;
  }
  .gNavi__thirdLevelItems a {
    display: block;
    color: #444;
    padding: 9px 30px 9px 16px;
  }
  .gNavi__thirdLevelItems a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 9px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
    transform: translateY(-50%);
  }
  .gNavi__thirdLevelItems li {
    border-top: 1px solid #eee;
  }
  .gNavi__thirdLevelItems li + li {
    margin-top: 0;
    border-top: 1px solid #eee;
  }
}
/* PC
// ----------------------------------------------------------*/
/* スクロール時 */
.header.is-smart .header__subCopy {
  display: none;
}
.header.is-smart .header__logomark img {
  max-width: 22vw;
}
@media only screen and (max-width: 767px) {
  .header.is-smart .header__logomark img {
    width: 56vw;
    height: unset;
  }
}
.header.is-smart .header__navi {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .header.is-smart .header__navi {
    flex-direction: row-reverse;
  }
}
.header.is-smart .button__text {
  width: 0;
  margin: 0;
  font-size: 0;
  visibility: hidden;
}
.header.is-smart .mt-site-search-container,
.header.is-smart .header__subMenu {
  display: none;
}
.header.is-smart .header__contact {
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
}
@media only screen and (max-width: 1039px) {
  .header.is-smart .header__contact {
    width: inherit;
    height: inherit;
  }
}
.header.is-smart .header__contact > li a {
  justify-content: center;
  height: 58px;
  padding: 1.6rem 13px;
}
@media only screen and (max-width: 1039px) {
  .header.is-smart .header__contact > li a {
    height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header.is-smart .header__contact > li a {
    height: 50px;
  }
}
.header.is-smart .gNavi__firstLevel {
  padding: 2.08rem 1.2rem;
}
@media only screen and (max-width: 1039px) {
  .header.is-smart .gNavi__firstLevel {
    padding: 1.6rem 0.8vw;
  }
}

/* ドロップダウンメニュー表示時 */
.cover {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}

/* SP
// ----------------------------------------------------------*/
/* バナー掲載 */
.header__banner {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header__banner {
    margin-top: 30px;
  }
}
.header__banner a:hover {
  opacity: 0.6;
}
.header__banner img {
  width: 100%;
  height: auto;
}
.header__banner li + li {
  margin-top: 7px;
}

/* ドロワメニュー */
.header__naviCtrl {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__naviCtrl {
    display: block;
    background-color: #006CB7;
  }
}
.header__naviCtrl .hamburger {
  fill: #fff;
  transition: all 0.4s;
}
.header__naviCtrl.is-open .hamburger:nth-of-type(1) {
  transform: translateY(-5px) translateX(20px) rotate(45deg);
}
.header__naviCtrl.is-open .hamburger:nth-of-type(2) {
  opacity: 0;
}
.header__naviCtrl.is-open .hamburger:nth-of-type(3) {
  transform: translateY(20px) translateX(-15px) rotate(-45deg);
}

/* 第3階層メニューの開閉 */
[data-hasThirdLevelMenu=true] {
  position: relative;
}

.thirdLevelMenu-ctrl {
  position: absolute;
  top: 1px;
  right: 0;
  width: 45px;
  height: 36px;
  background-color: #fff;
}
.thirdLevelMenu-ctrl[aria-expanded=false]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><g transform="translate(-332.5 -172.5)"><line x2="10" transform="translate(332.5 177.5)" fill="none" stroke="%23006CB7" stroke-width="1"/><line x2="10" transform="translate(337.5 172.5) rotate(90)" fill="none" stroke="%23006CB7" stroke-width="1"/></g></svg>') no-repeat center center;
  transform: translate(-50%, -50%);
}
.thirdLevelMenu-ctrl[aria-expanded=true]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/arrow_off.svg") no-repeat center center;
  transform: translate(-50%, -50%);
}
.thirdLevelMenu-ctrl .thirdLevelMenu-ctrl_text {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.gNavi__secondLevel {
  border-bottom: none;
}

.gNavi__thirdLevelTitle p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 13px;
  margin: 0;
}

.gnavi__flex {
  display: flex;
  justify-content: space-between;
}

.gnavi__flex .gNavi__thirdLevelItems + .gNavi__thirdLevelItems {
  margin-top: 0;
}

.header__subMenu {
  order: 0;
  margin-right: 0;
}

.mt-site-search-container {
  order: 1;
  margin-right: 120px;
}

.mt-site-search-form__query {
  border: none;
  border-bottom: 1px solid #C8C8C8;
}

.mt-site-search-form__button {
  right: -105px;
}

.header.is-smart .header__logomark img {
  width: 100%;
}

.breadcrumbs li {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .gNavi a {
    font-size: 15px;
    line-height: 1.5;
  }
  .gNavi__thirdLevelTitle p {
    display: block;
    padding: 9px 35px 9px 16px;
    color: #444;
    font-size: 1.408rem;
    font-weight: normal;
    background-color: #fff;
  }
  .gNavi__subMenu .grid__expand + .grid__width--2-1,
  .grid__expand + .grid__width--4-1,
  .grid__width--4-1 + .grid__width--4-1 {
    margin-top: 0;
  }
  .gnavi__flex {
    display: none;
  }
  .mt-site-search {
    width: 100%;
  }
  .mt-site-search-form__query {
    max-width: 375px;
    border: 1px solid #C8C8C8;
  }
  .mt-site-search-container {
    margin-right: 0;
  }
  .header__logomark img {
    width: 100%;
  }
  .breadcrumbs {
    overflow-x: auto;
  }
  .mt-site-search-form__button {
    right: 10px;
  }
}
@media only screen and (min-width: 1039px) {
  .gNavi__thirdLevel_mb15 {
    margin-bottom: 15px;
  }
}
/* フッター */
.footer {
  color: #fff;
  background-color: #1B2C38;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.6;
}

/* メガフッター */
.footer__navi {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 98px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__navi {
    width: 87%;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .footer__navi {
    padding-top: 40px;
    padding-bottom: 36px;
    display: block;
  }
}

/* メガフッター : カラム */
.footer__column {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .footer__column {
    width: 100%;
  }
  .footer__column:first-child {
    border-top: 1px solid #68747a;
  }
}

/* メガフッター : カテゴリー */
.category {
  margin: 0;
  border-top: 1px solid #68747a;
}

@media only screen and (max-width: 767px) {
  .category {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #68747a;
  }
  .category.category--secondary {
    font-size: 1.408rem;
    border-bottom: none;
  }
  .category.category--secondary .category__name a {
    display: inline-block;
    margin: 0;
    padding: 0 1em 0 0;
    color: rgb(191.25, 191.25, 191.25);
  }
  .category.category--secondary .category__name a:after {
    right: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23fff" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;
  }
}
.category + .category {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .category + .category {
    margin-top: 0;
  }
}

.category + .category.category--secondary {
  margin-top: 38px;
}

.category--secondary {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .category--secondary {
    margin-top: 13px;
  }
}

.category.category--secondary + .category.category--secondary {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .category.category--secondary + .category.category--secondary {
    margin-top: 13px;
  }
}

/* カテゴリー名 */
.category__name {
  margin-top: 5px;
  margin-bottom: 17px;
  font-weight: bold;
}
.category__name:last {
  border-top: 1px solid #68747a;
}

@media only screen and (max-width: 767px) {
  .category__name {
    margin: 0;
  }
  .category__name a {
    position: relative;
    display: block;
    margin: 5px 0;
    padding: 5px 1.6rem;
  }
  .category__name a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 10px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23fff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
    transform: translateY(-50%);
  }
  .category__name a.is-current {
    border-left: 4px solid #fff;
  }
}
/* カテゴリー内メニュー */
.category__items {
  margin-top: 9px;
  margin-left: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .category__items {
    display: none;
  }
}

.category__items + .category__items {
  margin-top: 9px;
}

.category__subMenu {
  margin-top: 9px;
  margin-left: 1em;
  font-size: 1.2rem;
}

.category__subMenu li + li {
  margin-top: 9px;
}

.category__subMenu a {
  color: rgb(191.25, 191.25, 191.25);
}

/* Copyright area */
.footer__subArea {
  color: #fff;
  font-size: 1.2rem;
  padding: 9px;
  background-color: #030507;
}
.footer__subArea .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__subArea .inner {
    flex-direction: column;
  }
}

.footer__subNavi ul {
  display: flex;
  margin: 0;
}
.footer__subNavi li + li {
  margin-left: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 14px;
  }
}

/* お問い合わせ */
.contact_bg {
  background-color: #E4F1FA;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.contact_content {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 0;
}

.linkbox_form {
  background: #006CB7;
  height: 70px;
  padding: 20px 30px;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
  color: #006CB7;
  /* text-align: center; */
  justify-content: center;
}

.linkbox_form:hover {
  background: #004B8B;
}

.linkbox_form:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.linkbox_form_text {
  color: #fff;
}

.linkbox_download {
  background: #259A95;
  height: 70px;
  padding: 20px 30px;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
  color: #006CB7;
  /* text-align: center; */
  justify-content: center;
}

.linkbox_download:hover {
  background: #036C67;
}

.linkbox_download:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.tel {
  font-size: 3.2rem;
  font-weight: 700;
  color: #006CB7;
  margin: 0;
}

.tel_sub {
  margin: 0;
}

.tel_heading {
  margin: 0;
  font-size: 1.76rem;
  font-weight: 700;
}

.font__bold {
  font-weight: 700;
}

.box-about {
  margin-top: 145px;
}

@media only screen and (max-width: 767px) {
  .contact_content {
    width: 87%;
    max-width: unset;
  }
  .box-about {
    margin-top: 90px;
  }
}
/* メイン */
.mainContents {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mainContents {
    width: 87%;
    max-width: unset;
  }
}/*# sourceMappingURL=common.css.map */