@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  padding-top: 176px;
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 104px;
  }
}
main.-portal {
  padding-top: 108px;
}

@media only screen and (max-width: 767px) {
  main.-potal {
    padding-top: 104px;
  }
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.72px;
  color: #252525;
  background: #fff;
}

.header {
  position: relative;
  z-index: 11;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 52px 0 12px;
  }
}
.header-inner {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 68px 1fr;
  -ms-grid-columns: 68px 1fr;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .header-inner {
    display: block;
    padding: 0 12px;
  }
}
.header__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.header__logo img {
  width: 68px;
  height: 68px;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    width: 40px;
    height: 40px;
  }
}
.header__region {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media only screen and (max-width: 767px) {
  .header__region {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    background: #e6e6e6;
    text-align: right;
    font-size: 1rem;
  }
}
.header__region--wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header__region--wrap {
    justify-content: flex-end;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 374px) {
  .header__region--wrap {
    width: 125%;
    transform: scale(0.8);
    transform-origin: left center;
  }
}
.header__region--item {
  border-right: 1px solid #bbbbbb;
  line-height: 1.4;
  padding-right: 8px;
}
.header__region--item:last-child {
  border-right: 0;
  padding-right: 0;
  padding-left: 8px;
}
.header__related {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header__related {
    display: none;
  }
}
.header__related a {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.header__related a:last-of-type {
  margin-left: 16px;
}
.header__related a::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_arrow_gy_r.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-right: 2px;
}
.header__related a::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
.header__related a:hover {
  text-decoration: underline;
}

.gnavi {
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .gnavi {
    z-index: 12;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi.is-active::before {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9;
  }
}
.gnavi-inner {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.gnavi__button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gnavi__button {
    display: block;
    position: absolute;
    top: -64px;
    right: 0;
    width: 48px;
    height: 64px;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__button button {
    position: absolute;
    padding: 0;
    border: 0;
    background-color: transparent;
    top: 20px;
    right: 12px;
    width: 22px;
    height: 22px;
    font-size: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__button button span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background 0s 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__button button span::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzMzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+bWVudS1tb2JpbGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTgzLjczLDM4LjRIN0E3LDcsMCwxLDAsNyw1Mi4zMUg4My43M2E3LDcsMCwxLDAsMC0xMy45MloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik03LDIxSDgzLjczYTcsNywwLDEsMCwwLTEzLjkySDdBNyw3LDAsMSwwLDcsMjFaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODMuNzMsNjkuNzFIN0E3LDcsMCwxLDAsNyw4My42Mkg4My43M2E3LDcsMCwxLDAsMC0xMy45MloiLz48L3N2Zz4=);
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__button button[aria-expanded=true] {
    top: 23px;
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__button button[aria-expanded=true] span::after {
    content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2xvc2UtbW9iaWxlPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01OC4xOCw0NS4zNSw4OC4wNSwxNS40OUE5LjA3LDkuMDcsMCwxLDAsNzUuMjIsMi42Nkw0NS4zNiwzMi41MywxNS40OSwyLjY2QTkuMDcsOS4wNywwLDAsMCwyLjY2LDE1LjQ5TDMyLjUzLDQ1LjM1LDIuNjYsNzUuMjJBOS4wNyw5LjA3LDAsMCwwLDE1LjQ5LDg4LjA1TDQ1LjM2LDU4LjE4LDc1LjIyLDg4LjA1QTkuMDcsOS4wNywwLDEsMCw4OC4wNSw3NS4yMloiLz48L3N2Zz4=);
  }
}
.gnavi__menu {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gnavi__menu {
    display: none;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__menu[aria-hidden=false] {
    display: flex;
  }
}
.gnavi__menu-item {
  cursor: pointer;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item {
    width: 100%;
    background: #666;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .gnavi__menu-item:first-of-type {
    margin-left: 10px;
  }
}
.gnavi__menu-item__link {
  position: relative;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 959px) {
  .gnavi__menu-item__link {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item__link {
    padding: 14px 0;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .gnavi__menu-item__link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: trasparent;
    transition: height 0.3s ease, background-color 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  .gnavi__menu-item__link.is-active:after, .gnavi__menu-item__link:hover:after {
    height: 4px;
    background-color: #ffe600;
  }
}
.gnavi__menu-item__link.is-active {
  font-weight: 700;
}
.gnavi__menu-item--contact {
  margin: 0 20px 0 auto;
  min-width: 150px;
  background: #ffe600;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item--contact {
    width: 233px;
    margin: 34px auto;
    border-radius: 22px;
  }
}
.gnavi__menu-item--contact .gnavi__menu-item__link {
  padding: 6px 0;
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item--contact .gnavi__menu-item__link {
    padding: 8px 0;
    border: none;
    color: #252525;
    font-size: 1.6rem;
  }
}
.gnavi__menu-item--contact .gnavi__menu-item__link:after {
  display: none;
}
.gnavi__menu-item--contact:hover {
  opacity: 0.7;
}
.gnavi__menu-item.has--sub .gnavi__menu-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item.has--sub .gnavi__menu-item__link::after {
    content: "";
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cGx1cy1tb2JpbGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkwLjcxLDQ1LjM1YzAsNC4xOC0uMzYsNy41Ni00LjU0LDcuNTZINTIuOTFWODYuMTdjMCw0LjE3LTMuMzgsNC41NC03LjU2LDQuNTRzLTcuNTYtLjM3LTcuNTYtNC41NFY1Mi45MUg0LjU0Qy4zNyw1Mi45MSwwLDQ5LjUzLDAsNDUuMzVTLjM3LDM3LjgsNC41NCwzNy44SDM3LjhWNC41NEMzNy44LjM2LDQxLjE3LDAsNDUuMzUsMHM3LjU2LjM2LDcuNTYsNC41NFYzNy44SDg2LjE3QzkwLjM1LDM3LjgsOTAuNzEsNDEuMTcsOTAuNzEsNDUuMzVaIi8+PC9zdmc+) no-repeat center/contain;
    z-index: 1;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 10px;
  }
}
.gnavi__menu-item.has--sub[aria-expanded=true] {
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item.has--sub[aria-expanded=true] {
    background: #666;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__menu-item.has--sub[aria-expanded=true] .gnavi__menu-item__link::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+bWludXMtbW9iaWxlPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05MC43MSw0OC4xOWMwLDMuOTItLjM1LDcuMDktNC4zNCw3LjA5aC04MmMtNCwwLTQuMzQtMy4xNy00LjM0LTcuMDlTLjM1LDQxLjEsNC4zNCw0MS4xaDgyQzkwLjM2LDQxLjEsOTAuNzEsNDQuMjcsOTAuNzEsNDguMTlaIi8+PC9zdmc+);
  }
}
.gnavi__submenu {
  display: none;
  left: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu {
    position: static;
    background: #666;
  }
}
.gnavi__submenu[aria-hidden=false] {
  display: block;
}
.gnavi__submenu-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 20px 24px;
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu-inner {
    padding: 0;
  }
}
.gnavi__submenu__list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu__list {
    flex-direction: column;
  }
}
.gnavi__submenu__list-item {
  padding-right: 21px;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu__list-item {
    width: 100%;
  }
}
.gnavi__submenu__list-item:last-child {
  padding-right: 0;
}
.gnavi__submenu__list-item a {
  display: block;
  transition: opacity 0.3s;
}
.gnavi__submenu__list-item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu__list-item a {
    padding: 14px 0;
    border-bottom: solid 1px #fff;
  }
}
.gnavi__submenu__list-item img {
  display: block;
  width: 180px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 959px) {
  .gnavi__submenu__list-item img {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu__list-item img {
    display: none;
  }
}
.gnavi__submenu__list-item p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 959px) {
  .gnavi__submenu__list-item p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu__list-item p {
    color: #fff;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi__submenu__list-item p::before {
    content: "";
    display: inline-block;
    background: url(/img/common/icon_arrow_wh.svg) no-repeat center/contain;
    width: 1rem;
    height: 1rem;
    margin: 0 8px 0 2px;
  }
}
.gnavi__submenu__close::before {
  position: absolute;
  top: 14px;
  right: 20px;
  display: inline-block;
  width: 1.8rem;
  content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNjY2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2xvc2U8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTU4LjE4LDQ1LjM1LDg4LjA1LDE1LjQ4QTkuMDcsOS4wNywwLDEsMCw3NS4yMiwyLjY1TDQ1LjM2LDMyLjUyLDE1LjQ5LDIuNjVBOS4wNyw5LjA3LDAsMSwwLDIuNjYsMTUuNDhMMzIuNTMsNDUuMzUsMi42Niw3NS4yMkE5LjA3LDkuMDcsMCwwLDAsMTUuNDksODhMNDUuMzYsNTguMTgsNzUuMjIsODhBOS4wNyw5LjA3LDAsMSwwLDg4LjA1LDc1LjIyWiIvPjwvc3ZnPg==);
}
.gnavi__submenu__close a {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 0.6em;
  height: 2rem;
  font-size: 3rem;
  text-indent: -9999px;
  overflow: hidden;
}
.gnavi__close {
  display: none;
  width: 100%;
  background: #000;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .gnavi__close {
    display: block;
  }
}
.gnavi__close::before {
  display: inline-block;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2xvc2UtbW9iaWxlPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01OC4xOCw0NS4zNSw4OC4wNSwxNS40OUE5LjA3LDkuMDcsMCwxLDAsNzUuMjIsMi42Nkw0NS4zNiwzMi41MywxNS40OSwyLjY2QTkuMDcsOS4wNywwLDAsMCwyLjY2LDE1LjQ5TDMyLjUzLDQ1LjM1LDIuNjYsNzUuMjJBOS4wNyw5LjA3LDAsMCwwLDE1LjQ5LDg4LjA1TDQ1LjM2LDU4LjE4LDc1LjIyLDg4LjA1QTkuMDcsOS4wNywwLDEsMCw4OC4wNSw3NS4yMloiLz48L3N2Zz4=) no-repeat center/contain;
  margin-right: 7px;
}


.gnavi .c-icon {
  width: 10px;
  height: 10px;
  vertical-align: baseline;
  line-height: 0.8;
}
.gnavi .c-icon img {
  width: 10px;
  height: 10px;
  opacity: 0.8;
}

.aside {
  background: url(/img/common/aside_bg.png) no-repeat;
  background-size: cover;
}
.aside-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
  .aside-inner {
    width: 90%;
    padding: 44px 12px;
  }
}
@media only screen and (max-width: 414px) {
  .aside-inner {
    width: 100%;
  }
}
.aside__contents {
  padding: 40px;
  background: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .aside__contents {
    padding: 50px 46px;
  }
}
@media only screen and (max-width: 767px) {
  .aside__contents {
    padding: 30px;
  }
}
.aside__contents h2 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 1.35px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .aside__contents h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .aside__contents h2 {
    font-size: 2rem;
    text-align: left;
  }
  .aside__contents h2 br {
    display: none;
  }
}
.aside__flex {
  display: flex;
  margin: 40px 0 0;
}
@media only screen and (max-width: 959px) {
  .aside__flex {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .aside__flex {
    margin: 20px 0 0;
  }
}
.aside__point {
  padding-right: 16px;
  width: 50%;
  border-right: 2px solid #c3c3c3;
}
@media only screen and (max-width: 959px) {
  .aside__point {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 2px solid #c3c3c3;
  }
}
.aside__point ul li {
  position: relative;
  margin: 12px 0 0;
  padding: 0 0 0 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .aside__point ul li {
    padding: 0 0 0 22px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .aside__point ul li {
    font-weight: 500;
    line-height: 1.6;
  }
}
.aside__point ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffe600;
  border-radius: 50%;
}
@media only screen and (max-width: 959px) {
  .aside__point ul li:before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}
.aside__point ul li:first-of-type {
  margin: 0;
}
.aside__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .aside__contact {
    width: 100%;
  }
}
.aside__contact .btn {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding: 20px 0;
  border-radius: 50px;
  background-color: #ffe600;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s;
}
_:-ms-fullscreen, :root .aside__contact .btn {
  padding: 30px 0 14px;
}

@media only screen and (max-width: 767px) {
  .aside__contact .btn {
    max-width: 100%;
    font-size: 2.5rem;
  }
}
.aside__contact .btn:hover {
  opacity: 0.7;
}
.aside__contact .btn span {
  font-size: 1.6rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 959px) {
  .aside__contact .btn span {
    font-weight: 500;
  }
}

.footer__menu {
  background: #252525;
}
.footer__menu-list {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 20px;
}
@media only screen and (max-width: 767px) {
  .footer__menu-list {
    display: block;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__menu-item:not(:first-of-type) {
    border-top: 1px solid #fff;
  }
}
.footer__menu-item:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .footer__menu-item:not(:last-of-type) {
    margin: 0;
  }
}
.footer__menu-item a {
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .footer__menu-item a {
    display: block;
    padding: 14px 0;
  }
}
.footer__menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0;
  background: transparent;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer__menu-item a:hover:after {
    height: 2px;
    background: #999;
  }
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 26px 20px 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    display: block;
    padding: 30px 12px 0;
    font-size: 1.3rem;
  }
}
.footer__logo {
  width: 100%;
  padding-bottom: 16px;
  line-height: 1;
  border-bottom: solid 1px #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    padding-bottom: 18px;
    border-bottom: solid 1px #bfbfbf;
  }
}
.footer__logo img {
  display: block;
  height: 14px;
  margin-top: 10px;
}
.footer__logo img:first-child {
  margin-top: 0;
}
.footer__utility {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__utility {
    flex-wrap: wrap;
    padding: 18px 0 0 0;
    border-bottom: solid 1px #bfbfbf;
  }
}
.footer__utility-item {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer__utility-item {
    padding: 0 0 18px 0;
  }
}
.footer__utility-item:not(:last-of-type) {
  margin-right: 16px;
}
.footer__utility-item a {
  display: flex;
  align-items: center;
}
.footer__utility-item a::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_arrow_gy_r.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .footer__utility-item a::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.footer__utility-item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer__utility-item:nth-of-type(4) {
    margin-left: 0;
  }
}
.footer__utility-item:nth-of-type(4) a::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .footer__utility-item:nth-of-type(4) a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__utility .flex-wrap {
    width: 100%;
  }
}
.footer__global {
  display: none;
  padding: 18px 0;
  border-bottom: solid 1px #bfbfbf;
}
@media only screen and (max-width: 767px) {
  .footer__global {
    display: block;
  }
}
.footer__global a::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_global.svg) no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 5px;
  vertical-align: text-top;
}
.footer__copyright {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    padding: 18px 0;
    text-align: right;
  }
}

.breadcrumb-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 9px 20px 7px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-inner {
    padding: 4px 12px 3px;
  }
}
.breadcrumb__item {
  display: inline;
  align-items: center;
  color: #666;
  font-size: 1.3rem;
}
.breadcrumb__item:not(:last-child):after {
  display: inline-block;
  content: "";
  background: url(/img/common/icon_arrow_gy_r.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  transform: translateY(1.5px);
}
.breadcrumb__item:hover {
  text-decoration: underline;
}
.breadcrumb__item-home {
  display: inline-block;
}
.breadcrumb__item-home img {
  width: 13px;
  height: 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.breadcrumb__item:last-child {
  color: #252525;
}
.breadcrumb__item:last-child:hover {
  text-decoration: none;
}

.case__card {
  display: flex;
  flex-wrap: wrap;
}
.case__card-item {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .case__card-item {
    width: 100%;
  }
}
.case__card-item:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .case__card-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
.case__card-item:not(:nth-of-type(-n + 3)) {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .case__card-item:not(:nth-of-type(-n + 3)) {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .case__card-item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.case__card-item a {
  display: block;
  transition: opacity 0.3s;
}
.case__card-item a:hover {
  opacity: 0.7;
}
.case__card-img {
  width: 100%;
  margin-bottom: 18px;
  border: 2px solid #e0e0e0;
}
.case__card-title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .case__card-title {
    font-size: 2rem;
  }
}
.case__card-title.-flex {
  display: flex;
  align-items: flex-start;
}
.case__card-title.-center {
  text-align: center;
}
.case__card-title-icon {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 5px;
  margin-top: 4px;
}
.case__card-text {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .case__card-text {
    margin-bottom: 23px;
  }
}
.case__card-text-ns {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .case__card-text-ns {
    margin-bottom: 23px;
  }
}

.case2__card {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .case2__card {
    flex-direction: column;
  }
}
.case2__card-item {
  width: calc((100% - 32px) / 2);
}
@media only screen and (max-width: 767px) {
  .case2__card-item {
    width: 100%;
  }
}
.case2__card-item a {
  display: block;
  transition: opacity 0.3s;
}
.case2__card-item a:hover {
  opacity: 0.7;
}
.case2__card-img {
  width: 100%;
  margin-bottom: 18px;
}
.case2__card-title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .case2__card-title {
    font-size: 2rem;
  }
}
.case2__card-title.-flex {
  display: flex;
  align-items: flex-start;
}
.case2__card-title.-center {
  text-align: center;
}
.case2__card-title-icon {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 5px;
  margin-top: 4px;
}
.case2__card-text {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .case2__card-text {
    margin-bottom: 23px;
  }
}
.case2__card-text-span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
.case2__card-text-ns {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .case2__card-text-ns {
    margin-bottom: 23px;
  }
}
.contact-btn {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .contact-btn {
    margin: 0 auto 73px;
    padding: 0 42px;
  }
}
.contact-btn:before {
  content: "";
  display: block;
  margin: 0 auto 38px;
  width: 2px;
  height: 111px;
  background: #666;
}
@media only screen and (max-width: 767px) {
  .contact-btn:before {
    height: 75px;
    margin: 0 auto 34px;
  }
}
.contact-btn p {
  margin-bottom: 28px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .contact-btn p {
    font-size: 1.6rem;
  }
}
.contact-btn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 340px;
  padding: 20px 0;
  border-radius: 50px;
  background-color: #ffe600;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact-btn a {
    font-size: 2.5rem;
  }
}
.contact-btn a:hover {
  opacity: 0.7;
}
.contact-btn a span {
  font-size: 1.6rem;
  letter-spacing: 0.72px;
}

@media only screen and (max-width: 767px) {
  .other {
    margin: 0 auto;
    padding: 0 12px;
  }
}
.other.-sp {
  margin-top: 64px;
  margin-bottom: 0;
}
.other__title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 700;
}
.other__title.-sp {
  font-size: 1.8rem;
}
.other__card {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .other__card {
    display: block;
  }
}
.other__card-item {
  width: 31%;
}
.other__card-item:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
.other__card-item:not(:nth-of-type(-n + 3)) {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .other__card-item:not(:nth-of-type(-n + 3)) {
    margin-top: 0;
  }
}
.other__card-item:first-child {
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .other__card-item {
    width: 100%;
    padding: 20px 0;
    border-top: solid 2px #e0e0e0;
  }
}
.other__card-item.-text {
  width: auto;
  margin-right: 3.5%;
}
.other__card-item.-text:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
.other__card-item.-text:not(:nth-of-type(-n + 3)) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .other__card-item.-text:not(:nth-of-type(-n + 3)) {
    margin-top: 0;
  }
}
.other__card-item.-text.-en {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .other__card-item.-text {
    padding: 10px 0;
    border-top: 0;
  }
}
.other__card-item a {
  display: block;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .other__card-item a {
    display: flex;
  }
}
.other__card-item a:hover {
  opacity: 0.7;
}
.other__card-img {
  width: 100%;
  margin-bottom: 16px;
  border: 2px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .other__card-img {
    width: 134px;
    margin: 0 16px 0 0;
  }
}
.other__card-title {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .other__card-title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.6rem;
  }
}
.other__card-title--center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .other__card-title--center {
    text-align: left;
  }
}
.other__card-title-icon {
  margin-right: 7px;
  margin-top: 5px;
}
.other__card-title.-flex {
  display: flex;
  align-items: flex-start;
}
.other__card-text {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .other__card-text {
    font-size: 16px;
    line-height: 27px;
  }
}

.overview__panel {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .overview__panel {
    display: block;
  }
}
.overview__panel-2c {
  display: inline-block;
  align-items: center;
  border: 1px solid #e0e0e0;
  width: 49%;
  flex-wrap: wrap;
  margin-right: 9px;
}
.overview__panel-2c:first-child {
  margin-right: 18px;
}
@media only screen and (max-width: 959px) {
  .overview__panel-2c {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-2c {
    display: block;
    width: 100%;
  }
}
.overview__panel-2c-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media only screen and (max-width: 959px) {
  .overview__panel-2c-detail {
    padding: 0 24px;
    /* 修正 */
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-2c-detail {
    padding: 28px;
  }
}
.overview__panel-2c-img {
  width: 100%;
  height: 259px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left;";
}
@media only screen and (max-width: 959px) {
  .overview__panel-2c-img {
    height: 237px;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-2c-img {
    width: 100%;
    height: auto;
  }
}
.overview__panel-2c-img--pc {
  display: block;
}
@media only screen and (max-width: 959px) {
  .overview__panel-2c-img--pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-2c-img--pc {
    display: block;
  }
}
.overview__panel-2c-img--tb {
  display: none;
}
@media only screen and (max-width: 959px) {
  .overview__panel-2c-img--tb {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-2c-img--tb {
    display: none;
  }
}
.overview__panel-img {
  height: 294px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left;";
}
@media only screen and (max-width: 959px) {
  .overview__panel-img {
    height: 272px;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-img {
    width: 100%;
    height: auto;
  }
}
.overview__panel-img--pc {
  display: block;
}
@media only screen and (max-width: 959px) {
  .overview__panel-img--pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-img--pc {
    display: block;
  }
}
.overview__panel-img--tb {
  display: none;
}
@media only screen and (max-width: 959px) {
  .overview__panel-img--tb {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-img--tb {
    display: none;
  }
}
.overview__panel-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 43px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  margin: 40px 0 30px 0;
}
@media only screen and (max-width: 959px) {
  .overview__panel-detail {
    padding: 0 24px;
    /* 修正 */
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .overview__panel-detail {
    padding: 28px;
  }
}
.overview__panel-title {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  height: 2.5em;
}
@media only screen and (max-width: 959px) {
  .overview__panel-title {
    margin-bottom: 8px;
    /* 修正 */
    height: auto;
  }
}
.overview__panel-text {
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 959px) {
  .overview__panel-text {
    height: auto;
  }
}
.overview__panel-btn {
  position: relative;
  margin-top: 18px;
  padding: 8px;
  width: 175px;
  border: 1px solid #fff;
  border-radius: 27px;
  background: #252525;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s;
}
@media only screen and (max-width: 959px) {
  .overview__panel-btn {
    margin-top: 16px;
  }
}
.overview__panel-btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 11px;
  height: 13px;
  background: url(/img/common/icon_arrow2_wh.svg) no-repeat center/contain;
}
.overview__panel-btn:hover {
  opacity: 0.7;
}
.overview__panel-link {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  margin-top: 37px;
}
.overview__panel-link::before {
  content: "";
  position: absolute;
  top: 43%;
  bottom: 50%;
  left: 0;
  width: 11px;
  height: 13px;
  margin: auto;
  background: url(/img/common/icon_arrow_yellow.svg) no-repeat center/contain;
}
@media only screen and (max-width: 959px) {
  .overview__panel-link::before {
    top: 9%;
    bottom: inherit;
  }
}
.overview__panel-link a {
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #707070;
          text-decoration-color: #707070;
  text-decoration-thickness: 2px;
}

.sec {
  max-width: 1000px;
  margin: 0 auto 73px;
  padding: 0 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec {
    padding: 0 12px;
  }
}
.sec__title {
  margin: 0 auto 46px;
}
@media only screen and (max-width: 767px) {
  .sec__title {
    margin: 0 auto 30px;
  }
}
.sec__h1 {
  margin: 72px 0 6px;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .sec__h1 {
    margin: 42px 0 6px;
    font-size: 2.5rem;
  }
}
.sec__h1.-bold {
  margin-top: 10px;
}
.sec__h1-sub {
  margin-top: 72px;
  font-size: 1.8rem;
}
.sec__h2 {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #ffe600;
  font-size: 2.2rem;
  font-weight: 700;
}
.sec__h3 {
  font-size: 2rem;
  font-weight: 700;
}
.sec__h3:not(:first-child) {
  margin-top: 40px;
}
.sec__h3 + .sec__text {
  margin-top: 15px;
}
.sec__h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.sec__text {
  margin-top: 20px;
}
.sec__text ul {
  margin: 16px 0;
}
.sec__text ul li {
  font-weight: 700;
}
.sec__text a {
  color: #666;
  font-weight: 700;
}
.sec__text.text-right {
  text-align: right;
}
.sec__text.fw-bold {
  font-weight: 700;
}
.sec__caption {
  margin: 14px auto 0;
  color: #525252;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec__caption--small {
    width: 70%;
  }
}
.sec__column2 {
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec__column2 {
    display: block;
  }
}
.sec__column2-text {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .sec__column2-text {
    margin-right: 0;
  }
}
.sec__column2-img {
  width: 343px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec__column2-img {
    margin-top: 20px;
    width: 100%;
  }
}
.sec__column2-img-text:first-of-type {
  margin-top: 14px;
}
.sec__column2-img .-target::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transform: translateY(1px);
}
@media only screen and (max-width: 959px) {
  .sec__column2-img .-target::after {
    margin-left: 7px;
  }
}
.sec__img {
  display: block;
  width: 100%;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  .sec__img--small {
    width: 70%;
  }
}
.sec__img--pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sec__img--pc {
    display: none;
  }
}
.sec__img--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec__img--sp {
    display: block;
  }
}
.sec__flex-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec__flex-img img {
  width: 49%;
  height: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec__flex-img img {
    width: 100%;
  }
}
.sec__flex-img-box {
  width: 49%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec__flex-img-box {
    width: 100%;
  }
}
.sec__flex-img-box img {
  width: 100%;
  height: auto;
}
.sec__flex-img-box-text {
  text-align: center;
  margin-top: 14px;
}
.sec__scroll-img {
  overflow: auto;
}
.sec__scroll-img img {
  display: block;
  width: 960px;
  margin: 20px auto 0;
}
.sec__movie {
  max-width: 800px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec__movie {
    margin: 30px auto 0;
  }
}
.sec__movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sec__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sec__list {
  margin-top: 24px;
}
.sec__list-item {
  padding-left: 23px;
  text-indent: -12px;
}
.sec__list-item::before {
  display: inline-block;
  content: "⚫︎";
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .sec__table {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .sec__table table {
    width: 900px;
  }
}
.sec__table th,
.sec__table td {
  padding: 10px 14px;
  border: 1px solid #ccc;
}
.sec__table th {
  background-color: #ededed;
  font-weight: 700;
}
.sec__external-link {
  display: block;
  margin-top: 3px;
  padding-left: 18px;
  text-indent: -18px;
  color: #666;
  font-weight: 700;
}
.sec__external-link::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_arrow_gy_r.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  transform: translateY(1px);
}
.sec__external-link::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform: translateY(1px);
}
.sec__external-link:hover {
  text-decoration: underline;
}
.sec__external-link--inline::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform: translateY(1px);
}

.c-catalog {
  max-width: 1000px;
  padding: 0 12px;
  margin: 0 auto 73px;
}
.c-catalog + .c-catalog {
  margin-top: -33px;
}
.c-catalog .c-catalog__inner {
  display: flex;
  gap: 40px;
  padding: 25px 30px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .c-catalog .c-catalog__inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.c-catalog .c-catalog__inner.-aic {
  align-items: center;
}
.c-catalog .c-catalog__inner.-aic .c-catalog__ttl {
  margin-bottom: 15px;
}
.c-catalog .c-catalog__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.c-catalog .c-catalog__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 180px;
  height: 172px;
}
.c-catalog .c-catalog__ttlSub {
  font-size: 16px;
  font-weight: bold;
  color: #73b959;
}
.c-catalog .c-catalog__ttlSub.-limited {
  font-size: 18px;
  color: #252525;
}
.c-catalog .c-catalog__ttlSub {
  font-size: 16px;
  font-weight: bold;
  color: #73b959;
}
.c-catalog .c-catalog__ttlSub.-limited {
  color: #252525;
}
.c-catalog .c-catalog__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.c-catalog .c-catalog__ttl.-limited {
  font-size: 24px;
}
.c-catalog .c-catalog__txt {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.c-catalog .c-catalog__btn .c-btn.-limited a {
  color: #252525;
  background: #ffe600;
}
.c-catalog .c-catalog__btn .c-btn.-limited a::before {
  content: "";
  background-image: none;
}
.c-catalog .c-catalog__btn .c-btn.-limited a .c-btn-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  transform: translateY(-50%);
}

.c-productMv {
  width: 100%;
  height: 400px;
  background: linear-gradient(to left, #ededed 0%, #f7f7f7 16.26%, #fafafa 38.42%, #ededed 100%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-productMv {
    height: auto;
    padding: 32px 0;
  }
}
.c-productMv .c-productMv__inner {
  max-width: 1000px;
  height: 400px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-productMv .c-productMv__inner {
    flex-direction: column;
    height: auto;
  }
}
.c-productMv .c-productMv__info {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-productMv .c-productMv__info {
    display: none;
  }
}
.c-productMv .c-productMv__ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .c-productMv .c-productMv__ttl {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.c-productMv .c-productMv__txt {
  font-size: 1.6rem;
}
.c-productMv .c-productMv__img {
  width: 55%;
  flex-shrink: 0;
  transform: translateY(15%);
  margin-right: -90px;
}
@media only screen and (max-width: 767px) {
  .c-productMv .c-productMv__img {
    order: 1;
    width: 100%;
    transform: none;
    margin-right: 0;
  }
}
.c-productMv .c-productMv__img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-productMv .c-productMv__img img {
    margin-bottom: -18vw;
  }
}

.c-btn a {
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  height: 40px;
  border-radius: 50px;
  position: relative;
  display: inline-flex;
  padding: 0 34px 0 30px;
}
@media only screen and (max-width: 767px) {
  .c-btn a {
    width: 100%;
  }
}
.c-btn a::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.909%22%20height%3D%2214.425%22%20viewBox%3D%220%200%2014.909%2014.425%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56101%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056101%22%20transform%3D%22translate(13.623%201.412)%20rotate(90)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_195%22%20data-name%3D%22%E7%B7%9A%20195%22%20y1%3D%2213.623%22%20transform%3D%22translate(5.444%200)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5685%22%20data-name%3D%22%E3%83%91%E3%82%B9%205685%22%20d%3D%22M0%2C6.232%2C5.587%2C0%2C11.6%2C6.232%22%20transform%3D%22translate(0%200.182)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 15px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn a .c-btn__txt {
  font-size: 1.4rem;
  font-weight: 700;
}

.share {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .share {
    margin: 0 auto 74px;
    padding: 0 12px;
  }
}
.share-inner {
  padding: 20px 0;
  border-top: solid 2px #e0e0e0;
  border-bottom: solid 2px #e0e0e0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .share-inner {
    padding: 0;
    border: 0;
    text-align: left;
  }
}
.share__text {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .share__text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.share__link a {
  display: inline-block;
}
.share__link a:not(:last-of-type) {
  margin-right: 10px;
}
.share__link img {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .share__link img {
    width: 47px;
    height: 47px;
  }
}

.tag {
  display: inline-block;
  padding: 9px 20px;
  background: #ededed;
  color: #666;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.tag:last-child {
  margin-top: 5px;
}
.tag.en {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .tag {
    padding: 8px;
    font-size: 1.4rem;
  }
}

.c-table {
  overflow: auto;
}
.c-table table {
  width: 100%;
  border: 1px solid #cccccc;
}
.c-table th,
.c-table td {
  padding: 10px 16px;
  border: 1px solid #cccccc;
}
.c-table th {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-table td {
  font-size: 1.6rem;
  text-align: center;
}
.c-table .-gray {
  background: #ededed;
}
.c-table .-lightGray {
  background: #edededb4;
}
.c-table .-grayTxt {
  color: #666666;
}
.c-table .-centerTxt {
  text-align: center;
}
.c-table .-leftTxt {
  text-align: left;
}
.c-table.-product th {
  min-width: calc(100% - 220px / 3);
  max-width: calc(100% - 220px / 3);
}
.c-table.-product th:first-child {
  min-width: none;
  max-width: 220px;
}
.c-table a:hover {
  text-decoration: underline;
}
.c-table .-target::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transform: translateY(1px);
}
@media only screen and (max-width: 959px) {
  .c-table .-target::after {
    margin-left: 7px;
  }
}

.c-txtbox {
  padding: 24px 40px;
  background: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .c-txtbox {
    padding: 10px 14px;
  }
}
.c-txtbox .c-txtbox__ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-txtbox .c-txtbox__subttl {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 30px;
}
.c-txtbox .c-txtbox__txt {
  font-size: 1.6rem;
}
.c-txtbox .c-txtbox__item {
  display: flex;
}
.c-txtbox .c-txtbox__icon {
  transform: translateY(9px);
  flex-shrink: 0;
}
.c-txtbox .c-txtbox__icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #898989;
  display: block;
  opacity: 0.6;
  margin-right: 9px;
}

.c-cardList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c-cardList {
    flex-direction: column;
  }
}
.c-cardList .c-cardList__item {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 767px) {
  .c-cardList .c-cardList__item {
    width: 100%;
  }
}
.c-cardList .c-cardList__item.-item3 {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 767px) {
  .c-cardList .c-cardList__item.-item3 {
    width: 100%;
  }
}
.c-cardList .c-cardList__img {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #707070;
}
.c-cardList .c-cardList__img.-bd-gray {
  border: 1px solid #e0e0e0;
}
.c-cardList .c-cardList__ttl {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-cardList .c-cardList__txt {
  font-size: 1.6rem;
}
.c-cardList.-mt {
  margin-top: 40px;
}

.c-suplist {
  margin-top: 20px;
}
.c-suplist .c-suplist__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-suplist .c-suplist__item {
  display: flex;
  font-size: 1.4rem;
  color: #666666;
}
.c-suplist .c-suplist__num {
  flex-shrink: 0;
  margin-right: 5px;
}
.c-suplist .c-suplist__txt a {
  font-weight: bold;
}

.index-list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .index-list {
    flex-wrap: wrap;
  }
}
.index-list-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 64px;
  border-left: 2px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .index-list-item {
    height: 43px;
    margin-bottom: 12px;
  }
}
.index-list-item:last-of-type {
  border-right: 2px solid #dbdbdb;
}
.index-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.4;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .index-list-item a {
    padding-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.index-list-item a:hover {
  opacity: 0.7;
}
.index-list-item--disabled a {
  pointer-events: none;
  color: #e0e0e0;
}
.index-list-item--disabled a:hover {
  opacity: 1;
  cursor: default;
}
.index-list-item br.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .index-list-item br.sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .index-list--cat .index-list-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .index-list--cat .index-list-item:nth-of-type(even) {
    border-right: 2px solid #dbdbdb;
  }
}
.index-list--cat .index-list-item a {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .index-list--cat .index-list-item a {
    margin-right: 15px;
    padding-bottom: 0;
  }
}
.index-list--cat .index-list-item a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 16px;
  height: 10px;
  background: url("/img/common/icon_arrow_gy_down.svg") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .index-list--cat .index-list-item a::after {
    top: 50%;
    left: unset;
    right: 0;
    bottom: unset;
    transform: translate(0, -50%);
    margin-right: 10px;
    width: 13px;
    height: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .index-list--alphabet .index-list-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .index-list--alphabet .index-list-item:nth-of-type(6) {
    border-right: 2px solid #dbdbdb;
  }
}
@media only screen and (max-width: 767px) {
  .index-list--alphabet .index-list-item:nth-of-type(-n+6) {
    width: calc(100% / 6);
  }
}
@media only screen and (max-width: 767px) {
  .index-list--alphabet .index-list-item:nth-of-type(n+7) {
    width: 20%;
  }
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .link-list {
    display: block;
  }
}
.link-list-item {
  margin-top: 8px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .link-list-item {
    width: 100%;
  }
}
.link-list-item a {
  display: flex;
  align-items: flex-start;
}
.link-list-item a::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_arrow_gy_r.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin: 6px 8px 0 0;
}
@media only screen and (max-width: 959px) {
  .link-list-item a::before {
    margin-right: 4px;
  }
}
.link-list-item a:hover {
  text-decoration: underline;
}
.link-list--1 .link-list-item {
  width: calc(100% / 3);
}
.link-list--1 .link-list-item--w100 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .link-list--1 .link-list-item {
    width: 100%;
  }
}
.link-list--2 .link-list-item {
  margin-right: 40px;
}

.link-glossary {
  position: relative !important;
  display: inline-block;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #252525 !important;
}
.link-glossary:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
.link-glossary:hover {
  opacity: 0.7;
}
/* 追記 */
table {
  border-collapse: separate;
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
table {
  overflow: auto;
}
table table {
  width: 100%;
  border: 1px solid #cccccc;
}
table th,
table td {
  padding: 10px 16px;
  border: 1px solid #cccccc;
}
table th {
  font-size: 1.4rem;
  font-weight: 700;
}
table td {
  font-size: 1.6rem;
}