 @charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */

      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */

  -webkit-text-decoration-skip: objects; /* 2 */
}

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

  -webkit-text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}

/**
 * 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;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 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 {
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */

  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 {
  font: inherit; /* 2 */

  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

/* ============================================================================
 * _js
 * ========================================================================= */
.js-megadrop-detail {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .js-megadrop-detail {
    visibility: hidden;
    opacity: 0;
  }
}

.js-consent-modal {
  display: none;
}

.js-modal-overlay {
  display: none;
}

.js-enabled .site-header .btn-nav {
  display: block;
}
.js-enabled .site-header .btn-nav > button,
.js-enabled .site-header .btn-nav > a {
  display: block;
}
@media screen and (min-width: 1101px) {
  .js-enabled .site-header .btn-nav {
    display: none;
  }
}
.js-enabled .nav-inner {
  display: none;
}
@media screen and (max-width: 1100px) {
  .js-enabled .nav-inner {
    position: absolute;
    top: 62px;
  }
}
@media screen and (min-width: 1101px) {
  .js-enabled .nav-inner {
    display: block;
  }
}
.js-enabled .js-megadrop-detail {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .js-enabled .js-megadrop-detail {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}
.js-enabled .js-megadrop-detail.is-active {
  display: block;
}
@media screen and (max-width: 1100px) {
  .js-enabled .js-megadrop-detail.is-active {
    visibility: visible;
    opacity: 1;
  }
}
.js-enabled .js-tgl-detail {
  display: none;
}
@media screen and (max-width: 1100px) {
  .js-enabled .js-tgl-detail {
    margin-bottom: 0;
  }
}
.js-enabled .js-tgl-sp .js-tgl-hook.hdg-04 {
  padding: 0;
}
.js-enabled .js-tgl-sp .js-tgl-hook.hdg-04 > a {
  line-height: 1.7;
  padding: 0 40px 0 15px;
}
@media screen and (max-width: 768px) {
  .js-enabled .js-tgl-sp + .js-tgl-sp .js-tgl-hook.hdg-02 {
    margin-top: -36px;
  }
}
@media screen and (min-width: 769px) {
  .js-enabled .js-tgl-sp .js-tgl-hook {
    cursor: inherit;
    outline: none;
  }
  .js-enabled .js-tgl-sp .js-tgl-hook .status {
    display: none;
  }
  .js-enabled .js-tgl-sp > .js-tgl-detail {
    display: inherit !important;
  }
}
.js-enabled .site-header::after {
  display: block;
}
.js-enabled .region-aside .side-nav > li > a.is-current + ul,
.js-enabled .region-aside .side-nav > li > a.parent-current + ul {
  display: block;
}
.js-enabled .region-aside .side-nav > li > ul {
  display: none;
}
.js-enabled .region-aside .side-nav > li > ul > li > a.is-current + ul,
.js-enabled .region-aside .side-nav > li > ul > li > a.parent-current + ul {
  display: block;
}
.js-enabled .region-aside .side-nav > li > ul > li > ul {
  display: none;
}
.js-enabled .js-consent-modal {
  display: block;
}
.js-enabled .js-consent-modal.js-hidden {
  display: none;
}
.js-enabled .js-modal-overlay {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1101px) {
  .js-megadrop-hook .status {
    display: none;
  }
}
/* ============================================================================
 * _element
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Default Style
 * ------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.57;
  vertical-align: baseline;
  word-wrap: break-word;
  color: #000;
  background: #fff;
  width: 100%;
  min-width: 320px;

  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #006f93;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #73a2b7;
}
a:visited {
  color: #250094;
}
a:visited:hover {
  color: #7f73b8;
}

em,
strong,
dfn {
  font-weight: bold;
  font-style: normal;
}

em {
  color: #000;
}

strong {
  color: #c00;
}

strong {
  color: #b5007c;
}

figure {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}
ul > li,
ol > li {
  padding-left: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

input,
button,
select {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input {
  border-radius: 0;
}

button {
  background: transparent;
  padding: 0;
  cursor: pointer;
  border: none;
}
button:hover,
button:focus,
button:active {
  text-decoration: none;
  color: #73a2b7;
}
button:active {
  position: relative;
}

abbr[title].txt-hhc {
  font-style: italic;
  text-decoration: none;
  margin-right: .25em;
}

/* ============================================================================
 * _site
 * ========================================================================= */
.site-content {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .site-content .region-hdg + .str-inner {
    display: block;
    width: 100%;
    max-width: 960px;
  }
}
@media screen and (min-width: 769px) {
  .site-content .region-hdg + .str-inner.type-left {
    display: -webkit-flex;
    display:         flex;
    width: 100%;
    max-width: 1320px;
  }
}
@media screen and (max-width: 960px) {
  .site-content .region-hdg + .str-inner.type-left {
    display: block;
  }
}

/* ============================================================================
 * _structure
 * ========================================================================= */
.str-inner,
.str-inner-ss,
.str-inner-sm,
.str-inner-md {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.str-inner::after,
.str-inner-ss::after,
.str-inner-sm::after,
.str-inner-md::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 768px) {
  .str-inner,
  .str-inner-ss,
  .str-inner-sm,
  .str-inner-md {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .str-inner,
  .str-inner-ss,
  .str-inner-sm,
  .str-inner-md {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .str-inner,
  .str-inner-ss,
  .str-inner-sm,
  .str-inner-md {
    padding: 0 10px;
  }
}

.str-inner-ss {
  max-width: 500px;
}

.str-inner-sm {
  max-width: 990px;
}

.str-inner-md {
  max-width: 1166px;
}

.str-bg-01 {
  background-color: #e7f6fa;
  padding: 36px 0 30px;
}
@media screen and (min-width: 769px) {
  .str-bg-01 {
    padding: 60px 0 30px;
  }
}
.str-bg-01 *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .str-bg-01 *:last-child {
    margin-bottom: 0;
  }
}

.str-bg-02 {
  background-color: #f5f5f5;
}
.str-bg-02 *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .str-bg-02 *:last-child {
    margin-bottom: 0;
  }
}
.str-bg-02 .box-06 {
  border: none;
}
.str-bg-02 > .str-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .str-bg-02 > .str-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.str-bg-03 {
  background-color: #fff;
}
.str-bg-03 *:first-child {
  margin-top: 0;
}
.str-bg-03 *:last-child {
  margin-bottom: 0;
}
.str-bg-03 > .str-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .str-bg-03 > .str-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.str-bg-04 {
  background: #e7f6fa;
  margin-bottom: 30px;
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .str-bg-04 {
    background: linear-gradient(90deg, #e7f6fa 50%, #f5fdff 50%);
    margin-bottom: 60px;
    padding: 0 0 30px 0;
  }
}

.str-bg-05 {
  background: url(/sustainability/images/index_bg_sp.jpg) no-repeat bottom center;
  background-position: 0 125px;
  background-size: cover;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .str-bg-05 {
    background: url(/sustainability/images/index_bg.jpg) no-repeat bottom center;
    background-position: 0 290px;
    background-size: cover;
  }
}

.str-bg-05.timeline_bg {
  background: url(/sustainability/images/index_bg_sp.jpg) no-repeat bottom center;
  background-position: 0 125px;
  background-size: cover;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .str-bg-05.timeline_bg {
    background: url(/sustainability/images/index_bg.jpg) no-repeat bottom center;
    background-position: 0 147px;
    background-size: cover;
  }
}

.str-bg-06 {
  background: url(/sustainability/atm/images/index_bg_basis.jpg) no-repeat top center;
  height: 23.4vw;
}

.str-bg-07 {
  background-color: #f4f4f4;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .str-bg-07 {
    padding: 50px 0 120px;
  }
}

.str-bg-footer {
  background-color: #f5f9fa;
  padding: 40px 0;
}

.str-bg-ir {
  background: url(/images/index_bg_ir_sp.jpg) #f5f5f5 no-repeat top center;
  background-size: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .str-bg-ir {
    background: url(/images/index_bg_ir.jpg) #f5f5f5 no-repeat top center;
    background-size: cover;
  }
}
.str-bg-ir > *:first-child {
  margin-top: 0;
}
.str-bg-ir > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .str-bg-ir {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 769px) {
  .str-bg-ir {
    max-width: 1320px;
    margin: 0 auto 60px;
    padding: 50px 20px 60px;
  }
}
@media screen and (max-width: 540px) {
  .str-bg-ir {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 30px 10px;
  }
}

.str-bg-sustainability {
  background: url(/images/index_bg_sustainability_sp.jpg) #e7f6fa no-repeat top center;
  background-size: 100%;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .str-bg-sustainability {
    background: url(/images/index_bg_sustainability.jpg) #e7f6fa no-repeat center;
    margin-bottom: 56px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.str-bg-sustainability > *:first-child {
  margin-top: 0;
}
.str-bg-sustainability > *:last-child {
  margin-bottom: 0;
}
.str-bg-sustainability .col-inner .link-list-index.lyt-col2 {
  margin-top: 30px;
}
.str-bg-sustainability .str-inner > *:last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _region
 * ========================================================================= */
.region-main {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .region-main {
            flex: 1;
            justify-content: space-between;
    margin-bottom: 120px;

    -webkit-flex: 1;
    -webkit-justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .region-main {
    width: 100%;
  }
}
.region-main > main > *:first-child {
  margin-top: 0;
}
.region-main > main > *:first-child.link-list.txt-right {
  margin-bottom: 16px;
}

.no-nav .region-main {
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .no-nav .region-main {
    margin-bottom: 50px;
  }
}

.region-hdg {
  background: url(/common/images/bg_dot.png) #f9f9f9;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .region-hdg > .str-inner {
    vertical-align: middle;
    display: table;
    margin-bottom: 40px;
  }
  .region-hdg > .str-inner > .hdg-01 {
    line-height: 1.38;
    vertical-align: middle;
    display: table-cell;
    height: 130px;
  }
}

.region-hdg-hhc {
  background: url(/hhc/images/index_bg_hdg_sp.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc {
    background: url(/hhc/images/index_bg_hdg.png) no-repeat center bottom;
    background-size: cover;
    max-height: 790px;
  }
}
.region-hdg-hhc > .str-inner {
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc > .str-inner {
    padding-bottom: 12vw;
  }
}
.region-hdg-hhc .list-sns {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc .list-sns {
    margin-bottom: 0;
    padding: 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc .lead {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: center;
    padding-top: 40px;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
  }
}
.region-hdg-hhc .lead > .img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc .lead > .img {
    text-align: center;
    width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .region-hdg-hhc .lead > .img > img {
    max-width: 600px;
  }
}
.region-hdg-hhc .lead > .txt {
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc .lead > .txt {
    text-align: center;
    width: 50%;
    margin-bottom: 0;
  }
  .region-hdg-hhc .lead > .txt > img {
    width: 100%;
    max-width: 585px;
  }
}
.region-hdg-hhc .scroll {
  font-size: 1.5rem;
  text-align: center;
  color: #5f9dd4;
  position: relative;
  width: 100%;
  -webkit-animation-name: up-down;
          animation-name: up-down;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .region-hdg-hhc .scroll {
    top: 70px;
  }
}
.region-hdg-hhc .scroll::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 2px #5f9dd4;
  border-bottom: solid 2px #5f9dd4;
}
.region-hdg-hhc + .lyt-hdg-img {
  margin-top: -5vw;
}
.region-hdg-hhc + .lyt-hdg-img img {
  width: 100%;
  max-width: inherit;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.region-hdg-index {
  background-color: #f5f5f5;
  padding-top: 138px;
}
@media screen and (min-width: 769px) {
  .region-hdg-index {
    background-color: #f5f5f5;
    padding-top: 150px;
  }
}
.region-hdg-index.hdg-ir {
  background: url(/ir/images/index_bg_hdg.jpg) no-repeat right;
  background-size: cover;
}
.region-hdg-index.hdg-company {
  background: url(/company/images/index_bg_hdg_sp.jpg) no-repeat right;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .region-hdg-index.hdg-company {
    background: url(/company/images/index_bg_hdg.jpg) no-repeat center;
    background-size: cover;
  }
}
.region-hdg-index.hdg-sustainability {
  background: url(/sustainability/images/index_bg_hdg.jpg) no-repeat right;
  background-size: cover;
}
.region-hdg-index.hdg-innovation {
  background: url(/innovation/images/index_bg_hdg.jpg) no-repeat right;
  background-size: cover;
}
.region-hdg-index .hdg {
  background-color: #f9f9f9;
  background-image: url(/common/images/bg_dot.png);
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .region-hdg-index .hdg {
    background-color: rgba(255, 255, 255, .8);
    display: table;
    width: 50%;
    min-width: 640px;
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  .region-hdg-index .hdg > .str-inner {
    vertical-align: middle;
    display: table-cell;
  }
}
.region-hdg-index .hdg > .str-inner > .hdg-01 {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .region-hdg-index .hdg > .str-inner > .hdg-01 {
    width: 620px;
    margin-right: 0;
    margin-left: auto;
  }
}

.region-aside {
  font-size: 1.4rem;
}
.region-aside .side-nav-hdg {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  border-top: solid 4px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .region-aside .side-nav-hdg {
    font-size: 1.8rem;
  }
}
.region-aside .side-nav-hdg > a {
  color: #000;
  display: block;
  padding: 1.1em 0;
}
.region-aside .side-nav-hdg > a:hover,
.region-aside .side-nav-hdg > a:focus,
.region-aside .side-nav-hdg > a:active {
  color: #737373;
}
.region-aside .side-nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .region-aside .side-nav {
    padding: 40px 10px;
  }
}
.region-aside .side-nav > li.is-current {
  background: none;
}
.region-aside .side-nav > li > a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4c4c4c;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
  border-bottom: none;
}
.region-aside .side-nav > li > a:hover,
.region-aside .side-nav > li > a:focus,
.region-aside .side-nav > li > a:active {
  color: #737373;
}
.region-aside .side-nav > li > a::before {
  display: none;
  content: none;
}
.region-aside .side-nav > li > a.is-current,
.region-aside .side-nav > li > a.parent-current {
  background: none;
  display: inline-block;
  width: auto;
  padding-right: 40px;
  transition: opacity .2s ease-in-out;
}
.region-aside .side-nav > li > a.is-current:hover,
.region-aside .side-nav > li > a.is-current:focus,
.region-aside .side-nav > li > a.is-current:active,
.region-aside .side-nav > li > a.parent-current:hover,
.region-aside .side-nav > li > a.parent-current:focus,
.region-aside .side-nav > li > a.parent-current:active {
  text-decoration: underline;
  color: #000;
  opacity: .5;

  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.region-aside .side-nav > li > a.is-current::before,
.region-aside .side-nav > li > a.parent-current::before {
  background: #d4007f;
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.region-aside .side-nav > li > a.is-current::after,
.region-aside .side-nav > li > a.parent-current::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.region-aside .side-nav > li > ul {
  display: -webkit-flex !important;
  display:         flex !important;
          flex-wrap: wrap;
  margin-bottom: -24px;
  margin-left: 10px;

  -webkit-flex-wrap: wrap;
}
.region-aside .side-nav > li > ul > li {
  margin-bottom: 24px;
  margin-left: -1px;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.region-aside .side-nav > li > ul > li > a {
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 17px;
  transition: opacity .2s ease-in-out;
  border-bottom: none;
}
.region-aside .side-nav > li > ul > li > a:hover,
.region-aside .side-nav > li > ul > li > a:focus,
.region-aside .side-nav > li > ul > li > a:active {
  text-decoration: underline;
  color: #000;
  opacity: .5;

  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.region-aside .side-nav > li > ul > li > a::before {
  display: none;
  content: none;
}
.region-aside .side-nav > li > ul > li > a.is-current {
  font-weight: bold;
  text-decoration: underline;
  color: #b5007c;
  background: none;

  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.region-aside .side-nav > li > ul > li > a.parent-current {
  text-decoration: underline;
  background: none;
  opacity: .5;

  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.region-aside .side-nav > li > ul > li > ul > li > a {
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  padding: 1.1em 30px 1.1em 3em;
  border-bottom: solid 1px #dbdbdb;
}
.region-aside .side-nav > li > ul > li > ul > li > a:hover,
.region-aside .side-nav > li > ul > li > ul > li > a:focus,
.region-aside .side-nav > li > ul > li > ul > li > a:active {
  color: #737373;
}
.region-aside .side-nav > li > ul > li > ul > li > a::before {
  background-color: #808080;
  position: absolute;
  top: 1.75em;
  left: 2em;
  display: block;
  width: 5px;
  height: 2px;
  content: "";
}
.region-aside .side-nav > li > ul > li > ul > li > a.is-current {
  background: url(/common/images/bg_dot.png) #f7f7f7;
}
.region-aside .side-nav > li > ul > li > ul > li > a.parent-current {
  background: url(/common/images/bg_dot.png) #fff;
}
.region-aside .aside-hdg {
  font-size: 1.8rem;
  color: #333;
  background: none;
  position: relative;
  display: block;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: solid 2px #dbdbdb;
}
.region-aside .side-link {
  display: grid;
  margin-bottom: 20px;

  gap: 10px;
}
.region-aside .side-link:has(.link-img) {
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
.region-aside .side-link:has(.link-img) > li > a:hover,
.region-aside .side-link:has(.link-img) > li > a:focus,
.region-aside .side-link:has(.link-img) > li > a:active {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .region-aside .side-link:has(.link-img) {
    gap: 10px;
    grid-template-columns: initial;
  }
}
.region-aside .side-link > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1.6rem;
  transition: opacity .2s ease-in-out;
  border-bottom: none;
}
.region-aside .side-link > li > a::before {
  position: absolute;
  top: .5em;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #b5007c;
}
.region-aside .side-link > li.link-img > a {
  background-color: #f5f5f5;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  height: 100%;
  padding-left: 0;

  -webkit-align-items: center;
}
.region-aside .side-link > li.link-img > a::before {
  top: -3px;
  left: 20px;
  margin: auto 0;
  content: "";
}
.region-aside .side-link > li.link-img > a > .label {
          flex-grow: 1;
  padding: 20px 10px 20px 36px;

  -webkit-flex-grow: 1;
}
.region-aside .side-link > li.link-img > a > .img {
          flex-shrink: 0;
          flex-basis: 100px;
  border: solid 1px #dbdbdb;

  -webkit-flex-basis: 100px;
  -webkit-flex-shrink: 0;
}
.region-aside .list-note {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px 50px;
}
@media screen and (max-width: 768px) {
  .region-aside .list-note {
    padding: 0 20px 50px;
  }
}
.region-aside .side-nav2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.region-aside .side-nav2__list {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  margin-bottom: -24px;
  padding-top: 40px;
  border-top: 1px solid #dbdbdb;

  -webkit-flex-wrap: wrap;
}
.region-aside .side-nav2__list > li {
  margin-bottom: 24px;
  margin-left: -1px;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.region-aside .side-nav2__list > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4c4c;
  display: block;
  padding: 0 15px;
  transition: opacity .2s ease-in-out;
}
.region-aside .side-nav2__list > li > a:hover,
.region-aside .side-nav2__list > li > a:focus,
.region-aside .side-nav2__list > li > a:active {
  text-decoration: underline;
  color: #000;
  opacity: .5;

  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.str-inner.type-left .region-aside {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .str-inner.type-left .region-aside {
    font-size: 1.6rem;
    background: none;
    width: 280px;
    margin: 0 0 120px 40px;
  }
}
@media screen and (max-width: 960px) {
  .str-inner.type-left .region-aside {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin-left: 0;
  }
}
.str-inner.type-left .region-aside .side-nav-hdg {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  border-top: solid 4px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .str-inner.type-left .region-aside .side-nav-hdg {
    font-size: 1.8rem;
  }
}
.str-inner.type-left .region-aside .side-nav-hdg > a {
  color: #000;
  display: block;
  padding: 1.1em 0;
}
.str-inner.type-left .region-aside .side-nav-hdg > a:hover,
.str-inner.type-left .region-aside .side-nav-hdg > a:focus,
.str-inner.type-left .region-aside .side-nav-hdg > a:active {
  color: #737373;
}
.str-inner.type-left .region-aside .side-nav {
  margin-bottom: 16px;
  padding: 0;
  border-top: solid 1px #dbdbdb;
}
@media screen and (max-width: 960px) {
  .str-inner.type-left .region-aside .side-nav {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .str-inner.type-left .region-aside .side-nav {
    margin-bottom: 30px;
  }
}
.str-inner.type-left .region-aside .side-nav > li.is-current {
  background: url(/common/images/bg_dot.png) #f7f7f7;
}
.str-inner.type-left .region-aside .side-nav > li > a {
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 1.1em 10px 1.1em 30px;
  transition: none;
  border-bottom: solid 1px #dbdbdb;
}
.str-inner.type-left .region-aside .side-nav > li > a:hover,
.str-inner.type-left .region-aside .side-nav > li > a:focus,
.str-inner.type-left .region-aside .side-nav > li > a:active {
  text-decoration: none;
  color: #737373;
}
.str-inner.type-left .region-aside .side-nav > li > a::before {
  background: none;
  position: absolute;
  top: 1.6em;
  right: unset;
  left: 12px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: unset;
          transform: unset;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #b5007c;
  border-radius: unset;
}
.str-inner.type-left .region-aside .side-nav > li > a::after {
  display: none;
  content: none;
}
.str-inner.type-left .region-aside .side-nav > li > a.is-current {
  background: url(/common/images/bg_dot.png) #f7f7f7;
}
.str-inner.type-left .region-aside .side-nav > li > a.parent-current {
  background: url(/common/images/bg_dot.png) #fff;
}
.str-inner.type-left .region-aside .side-nav > li > ul {
  display: block !important;
  margin: 0;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li {
  margin: 0;
  border: none;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  padding: 1.1em 30px 1.1em 2.375em;
  transition: none;
  border-bottom: solid 1px #dbdbdb;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > a:hover,
.str-inner.type-left .region-aside .side-nav > li > ul > li > a:focus,
.str-inner.type-left .region-aside .side-nav > li > ul > li > a:active {
  text-decoration: none;
  color: #737373;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > a::before {
  background-color: #b5007c;
  position: absolute;
  top: 1.75em;
  left: 1.4375em;
  display: block;
  width: 5px;
  height: 2px;
  content: "";
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > a.is-current {
  background: url(/common/images/bg_dot.png) #f7f7f7;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > a.parent-current {
  background: url(/common/images/bg_dot.png) #fff;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a {
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  padding: 1.1em 30px 1.1em 3em;
  border-bottom: solid 1px #dbdbdb;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a:hover,
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a:focus,
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a:active {
  color: #737373;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a::before {
  background-color: #808080;
  position: absolute;
  top: 1.75em;
  left: 2em;
  display: block;
  width: 5px;
  height: 2px;
  content: "";
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a.is-current {
  background: url(/common/images/bg_dot.png) #f7f7f7;
}
.str-inner.type-left .region-aside .side-nav > li > ul > li > ul > li > a.parent-current {
  background: url(/common/images/bg_dot.png) #fff;
}
.str-inner.type-left .region-aside .aside-hdg {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px 16px;
  border-top: solid 4px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .str-inner.type-left .region-aside .aside-hdg {
    margin-top: 30px;
  }
}
.str-inner.type-left .region-aside .side-link {
  display: block;
  max-width: unset;
  margin: 0 0 16px 0;
  padding: 0;
}
.str-inner.type-left .region-aside .side-link > li {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: solid 1px #dbdbdb;
}
.str-inner.type-left .region-aside .side-link > li > a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1.1em 10px 1.1em 30px;
  transition: unset;
}
.str-inner.type-left .region-aside .side-link > li > a::before {
  vertical-align: middle;
  position: absolute;
  top: 1.6em;
  bottom: unset;
  left: 12px;
  display: block;
  width: 0;
  height: 0;
  margin-right: .5em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #b5007c;
}
.str-inner.type-left .region-aside .side-link > li + li {
  margin-top: 10px;
}
.str-inner.type-left .region-aside .side-link > li.link-img {
  width: 100%;
}
.str-inner.type-left .region-aside .side-link > li.link-img > a {
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  padding: 10px 10px 10px 30px;

  -webkit-align-items: center;
}
.str-inner.type-left .region-aside .side-link > li.link-img > a::before {
  top: 50%;
  margin-top: -3px;
}
.str-inner.type-left .region-aside .side-link > li.link-img > a > .label {
  width: calc(100% - 100px);
  margin-right: 10px;
}
.str-inner.type-left .region-aside .side-link > li.link-img > a > .img {
  width: 90px;
}

.region-bnr {
  padding: 18px 0;
  border-top: solid 1px #d5d5d5;
}
@media screen and (min-width: 769px) {
  .region-bnr {
    padding: 30px 0;
  }
}

/* ============================================================================
 * header
 * ========================================================================= */
@media screen and (max-width: 1100px) {
  body {
    overflow-x: hidden;
  }
}
.site-header {
  position: relative;
  padding: 15px 0 15px;
}
.site-header::after {
  background: linear-gradient(90deg, #d4007e, #008db8);
  position: relative;
  bottom: -15px;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
}
.site-header .header-logo {
  line-height: 1;
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
}
.site-header .header-logo img {
  width: 100%;
}
.site-header .btn-nav > button,
.site-header .btn-nav > a {
  color: transparent;
  background: none;
  position: absolute;
  top: 12px;
  right: 20px;
  display: none;
  overflow: hidden;
  width: 24px;
  height: 20px;
  margin-top: 8px;
  padding: 0;
  border: none;
  border-bottom: solid 2px #008ab4;
}
@media screen and (max-width: 540px) {
  .site-header .btn-nav > button,
  .site-header .btn-nav > a {
    right: 18px;
  }
}
.site-header .btn-nav > button::before,
.site-header .btn-nav > button::after,
.site-header .btn-nav > a::before,
.site-header .btn-nav > a::after {
  background: #008ab4;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
}
.site-header .btn-nav > button::after,
.site-header .btn-nav > a::after {
  top: 9px;
}
.site-header .btn-nav > button.is-active,
.site-header .btn-nav > a.is-active {
  border: none;
}
.site-header .btn-nav > button.is-active::before,
.site-header .btn-nav > a.is-active::before {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .btn-nav > button.is-active::after,
.site-header .btn-nav > a.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header .btn-nav > button > .hamburger-status,
.site-header .btn-nav > a > .hamburger-status {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.nav-inner {
  font-size: 1.4rem;
  background: #fff;
  position: relative;
  z-index: 50;
  top: 20px;
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1100px) {
  .nav-inner {
    height: 100vh;
  }
}
@media screen and (min-width: 1101px) {
  .nav-inner {
    font-size: 1.6rem;
    position: inherit;
    overflow-x: inherit;
    margin-bottom: 0;
    box-shadow: none;
  }
}

.list-g-nav > li > a,
.list-g-nav > li > button {
  line-height: 1.3em;
  color: #000;
  position: relative;
  display: block;
  padding: .5em;
  padding: 15px 55px 15px 20px;
  border-bottom: solid 1px #dbdbdb;
}
.list-g-nav > li > a::after,
.list-g-nav > li > button::after {
  background: #b5007c;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  content: "";
  transition: width .3s ease-in-out, color .3s ease-in-out;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1100px) {
  .list-g-nav > li > a::after,
  .list-g-nav > li > button::after {
    content: none;
  }
}
.list-g-nav > li > a:hover,
.list-g-nav > li > a:focus,
.list-g-nav > li > a:active,
.list-g-nav > li > button:hover,
.list-g-nav > li > button:focus,
.list-g-nav > li > button:active {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .list-g-nav > li > a:hover,
  .list-g-nav > li > a:focus,
  .list-g-nav > li > a:active,
  .list-g-nav > li > button:hover,
  .list-g-nav > li > button:focus,
  .list-g-nav > li > button:active {
    color: #000;
  }
}
.list-g-nav > li > a:hover::after,
.list-g-nav > li > a:focus::after,
.list-g-nav > li > a:active::after,
.list-g-nav > li > button:hover::after,
.list-g-nav > li > button:focus::after,
.list-g-nav > li > button:active::after {
  width: 100%;
}
.list-g-nav > li > a:hover .status::before,
.list-g-nav > li > a:focus .status::before,
.list-g-nav > li > a:active .status::before,
.list-g-nav > li > button:hover .status::before,
.list-g-nav > li > button:focus .status::before,
.list-g-nav > li > button:active .status::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 1100px) {
  .list-g-nav > li > a:hover .status::before,
  .list-g-nav > li > a:focus .status::before,
  .list-g-nav > li > a:active .status::before,
  .list-g-nav > li > button:hover .status::before,
  .list-g-nav > li > button:focus .status::before,
  .list-g-nav > li > button:active .status::before {
    border-top: solid 2px #b5007c;
    border-right: solid 2px #b5007c;
  }
}
@media screen and (max-width: 540px) {
  .list-g-nav > li > a,
  .list-g-nav > li > button {
    padding: 15px 45px 15px 10px;
  }
}
.list-g-nav > li > a > .status,
.list-g-nav > li > button > .status {
  color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
@media screen and (max-width: 540px) {
  .list-g-nav > li > a > .status,
  .list-g-nav > li > button > .status {
    right: 20px;
  }
}
.list-g-nav > li > a > .status::before,
.list-g-nav > li > button > .status::before {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #d4007f;
  border-right: solid 2px #d4007f;
}
.list-g-nav > li > a .nav-br,
.list-g-nav > li > button .nav-br {
  display: none;
}
.list-g-nav > li.is-active > a > .status::after,
.list-g-nav > li.is-active > button > .status::after {
  display: none;
}

.list-sub-nav {
  font-size: 1.4rem;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  padding: 1.2em 10px 0;

  -webkit-flex-wrap: wrap;
}
.list-sub-nav > li {
  float: left;
  width: calc(50% - 5px);
  margin-bottom: .7em;
}
.list-sub-nav > li:nth-child(2n+1) {
  margin-right: 10px;
}
.list-sub-nav > li.sub-nav-search {
  width: 100vw;
  margin: 1.2em -30px 0;
}
@media screen and (max-width: 540px) {
  .list-sub-nav > li.sub-nav-search {
    margin: 1.2em -20px 0 -10px;
  }
}
.list-sub-nav > li > a {
  color: #000;
  position: relative;
  display: block;
  padding-left: 1em;
}
.list-sub-nav > li > a:hover {
  color: #737373;
}
@media screen and (max-width: 1100px) {
  .list-sub-nav > li > a::before {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: "";
    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b5007c;
  }
}

@media screen and (max-width: 1100px) {
  .header-search form {
    background: #f0f0f0;
    min-height: 40px;
  }
  .header-search form > input {
    font-size: 1.4rem;
    line-height: 2;
    vertical-align: middle;
    background: #f0f0f0;
    display: inline-block;
    width: calc(100% - 30px);
    min-height: 40px;
    padding: 0 .525em;
    border: none;
    border-radius: 3px 0 0 3px;
  }
  .header-search form > input + .btn-input {
    font-size: 1.4rem;
    vertical-align: middle;
    background: #f0f0f0;
    display: inline-block;
    width: 30px;
    min-height: 40px;
    padding: 0 5px;
    border: none;
  }
  .header-search form > input + .btn-input > .label {
    display: none;
  }
}
.btn-nav-close {
  line-height: 1.3;
  background: #e6f1f5;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 200px;
  padding: 15px 20px;
  border: none;
}
.btn-nav-close:hover,
.btn-nav-close:focus,
.btn-nav-close:active {
  color: #737373;
}
.btn-nav-close > .label {
  position: relative;
  padding-right: 1.5em;
}
.btn-nav-close > .label::before,
.btn-nav-close > .label::after {
  background-color: #008ab4;
  position: absolute;
  top: 50%;
  right: -.5em;
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-nav-close > .label::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.megadrop-img {
  display: none;
}

.megadrop-hdg > a,
.megadrop-hdg > button {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #4c4c4c;
  background: #fff;
  position: relative;
  display: block;
  padding: 20px;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (max-width: 540px) {
  .megadrop-hdg > a,
  .megadrop-hdg > button {
    padding: 16px 10px;
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-hdg > a,
  .megadrop-hdg > button {
    font-size: 1.8rem;
    padding: 0;
  }
}
.megadrop-hdg > a::before,
.megadrop-hdg > button::before {
  background: #d4007f;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.megadrop-hdg > a::after,
.megadrop-hdg > button::after {
  position: absolute;
  top: 48%;
  right: 21px;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.megadrop-list > li > a,
.megadrop-list > li > button {
  color: #000;
  background: #fff;
  position: relative;
  display: block;
  padding: 16px 20px;
  border-bottom: solid 1px #dbdbdb;
}
.megadrop-list > li > a::before,
.megadrop-list > li > button::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #d4007f;
  border-right: solid 2px #d4007f;
}
.megadrop-list > li > a::after,
.megadrop-list > li > button::after {
  background: #b5007c;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  content: "";
  transition: width .3s ease-in-out, color .3s ease-in-out;
  -webkit-transform: none;
          transform: none;
}
.megadrop-list > li > a:hover::after,
.megadrop-list > li > a:focus::after,
.megadrop-list > li > a:active::after,
.megadrop-list > li > button:hover::after,
.megadrop-list > li > button:focus::after,
.megadrop-list > li > button:active::after {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .megadrop-list > li > a:hover,
  .megadrop-list > li > a:focus,
  .megadrop-list > li > a:active,
  .megadrop-list > li > button:hover,
  .megadrop-list > li > button:focus,
  .megadrop-list > li > button:active {
    color: #000;
  }
}
@media screen and (max-width: 540px) {
  .megadrop-list > li > a,
  .megadrop-list > li > button {
    padding: 16px 10px;
  }
}
.megadrop-list > li a.no-have-g-nav-4::before {
  content: none;
}
.megadrop-list.lyt-col3 {
  margin-bottom: 0;
}
.megadrop-list.lyt-col3 > li {
  margin-top: 0;
}

.btn-megadrop-close {
  display: none;
}
@media screen and (min-width: 1101px) {
  .btn-megadrop-close {
    display: inherit;
  }
}

.megadrop-hdg2 > a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #4c4c4c;
  background: #fff;
  position: relative;
  display: block;
  padding: 16px 10px;
}
.megadrop-hdg2 > a::before {
  background: #d4007f;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.megadrop-hdg2 > a::after {
  position: absolute;
  top: 48%;
  right: 21px;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (min-width: 1101px) {
  .site-header {
    position: relative;
    padding: 0;
  }
  .site-header .header-logo {
    position: absolute;
    z-index: 1;
    width: 150px;
    padding-top: 20px;
  }
  .site-header .nav-inner {
    display: -webkit-flex !important;
    display:         flex !important;
            flex-wrap: wrap;
    width: 100%;

    -webkit-flex-wrap: wrap;
  }
  .site-header .nav-inner .g-nav {
    position: relative;
            order: 2;
    width: 100%;
    margin-bottom: 0;

    -webkit-order: 2;
  }
  .site-header .nav-inner .g-nav .list-g-nav {
    color: #4c4c4c;
    display: table;
    overflow: hidden;
    width: 100%;
    max-width: 1320px;
    margin: 12px auto 0;
    padding: 0 20px;
  }
  .site-header .nav-inner .g-nav .list-g-nav > li {
    text-align: center;
    vertical-align: top;
    display: table-cell;
  }
  .site-header .nav-inner .g-nav .list-g-nav > li > a,
  .site-header .nav-inner .g-nav .list-g-nav > li > button {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    position: relative;
    display: table;
    width: 100%;
    height: 76px;
    padding: 0 .5em;
    border-bottom: none;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1100px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a .nav-br,
  .site-header .nav-inner .g-nav .list-g-nav > li > button .nav-br {
    display: none;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1099px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a .nav-br,
  .site-header .nav-inner .g-nav .list-g-nav > li > button .nav-br {
    display: block;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a,
  .site-header .nav-inner .g-nav .list-g-nav > li > button {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0 1em;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a > .label,
  .site-header .nav-inner .g-nav .list-g-nav > li > button > .label {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a::before,
  .site-header .nav-inner .g-nav .list-g-nav > li > a::after,
  .site-header .nav-inner .g-nav .list-g-nav > li > button::before,
  .site-header .nav-inner .g-nav .list-g-nav > li > button::after {
    background-color: #bfbfbf;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 38px;
    margin-top: -19px;
    content: "";
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a::after,
  .site-header .nav-inner .g-nav .list-g-nav > li > button::after {
    right: -1px;
    left: inherit;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li > a:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li > a:focus-visible,
  .site-header .nav-inner .g-nav .list-g-nav > li > button:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li > button:focus-visible {
    text-decoration: none;
    color: #fff;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(1) > a .label::after,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(1) > button .label::after {
    background: linear-gradient(90deg, #d0027f, #98288f);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(1) > a:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(1) > a:focus-visible,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(1) > button:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(1) > button:focus-visible {
    background: linear-gradient(90deg, #d0027f, #98288f);
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(2) > a .label::after,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(2) > button .label::after {
    background: linear-gradient(90deg, #98288f, #5d4f9f);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(2) > a:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(2) > a:focus-visible,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(2) > button:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(2) > button:focus-visible {
    background: linear-gradient(90deg, #98288f, #5d4f9f);
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(3) > a .label::after,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(3) > button .label::after {
    background: linear-gradient(90deg, #5d4f9f, #2c70ac);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(3) > a:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(3) > a:focus-visible,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(3) > button:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(3) > button:focus-visible {
    background: linear-gradient(90deg, #5d4f9f, #2c70ac);
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(4) > a .label::after,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(4) > button .label::after {
    background: linear-gradient(90deg, #2c70ac, #0589b6);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(4) > a:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(4) > a:focus-visible,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(4) > button:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(4) > button:focus-visible {
    background: linear-gradient(90deg, #2c70ac, #0589b6);
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(5) > a .label::after,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(5) > button .label::after {
    background: linear-gradient(90deg, #2c70ac, #0589b6);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(5) > a:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(5) > a:focus-visible,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(5) > button:hover,
  .site-header .nav-inner .g-nav .list-g-nav > li:nth-child(5) > button:focus-visible {
    background: linear-gradient(90deg, #0589b6, #0589b7);
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active > button,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current > button {
    color: #fff;
    background: linear-gradient(90deg, #ce047f, #a81c89);
  }
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active > a::before,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active > a::after,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active > button::before,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active > button::after,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current > a::before,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current > a::after,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current > button::before,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current > button::after {
    background-color: #fff;
    z-index: 2;
    top: 0;
    bottom: 1px;
    height: 100%;
    margin-top: 0;
  }
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(1) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(1) > button,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(1) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(1) > button {
    background: linear-gradient(90deg, #d0027f, #98288f);
  }
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(2) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(2) > button,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(2) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(2) > button {
    background: linear-gradient(90deg, #98288f, #5d4f9f);
  }
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(3) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(3) > button,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(3) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(3) > button {
    background: linear-gradient(90deg, #5d4f9f, #2c70ac);
  }
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(4) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(4) > button,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(4) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(4) > button {
    background: linear-gradient(90deg, #2c70ac, #0589b6);
  }
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(5) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-active:nth-child(5) > button,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(5) > a,
  .site-header .nav-inner .g-nav .list-g-nav > li.is-current:nth-child(5) > button {
    background: linear-gradient(90deg, #0589b6, #0589b7);
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .sub-nav {
    top: 0;
            order: 1;
    width: 100%;

    -webkit-order: 1;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav {
    font-size: 1.2rem;
    float: right;
    margin: 36px 0 0;
    padding: 0;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li {
    text-align: right;
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 2.35em;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li:first-child {
    margin-left: 0;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 0;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li a:hover,
  .site-header .nav-inner .sub-nav .list-sub-nav > li a:focus,
  .site-header .nav-inner .sub-nav .list-sub-nav > li a:active {
    color: #737373;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li a::before {
    display: none;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li.sub-nav-search {
    position: relative;
    margin-top: 0;
    margin-left: 3.834em;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1099px) {
  .site-header .nav-inner .sub-nav .list-sub-nav > li.sub-nav-search {
    margin-left: 3.6666em;
  }
}
@media screen and (min-width: 1101px) and (max-width: 959px) {
  .site-header .nav-inner .sub-nav .list-sub-nav > li.sub-nav-search {
    margin-left: 2em;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search {
    text-align: center;
    background: #fff;
    position: relative;
    display: block;
    width: 7.1em;
    height: 100%;
    height: 100%;
    padding: 0 2em 0 1em;
    cursor: pointer;
    border: none;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search::after {
    background: url(/common/images/icon_search.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    width: 21px;
    height: 21px;
    content: "";
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search.is-active::before,
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search.is-active::after {
    background-color: #666;
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    content: "";
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search.is-active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search.is-active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search.is-active > .label {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search.is-active > .status {
    position: static;
  }
  .site-header .nav-inner .sub-nav .list-sub-nav > li .btn-search > .status {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .btn-nav {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .site-header .btn-nav-close {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .site-header::after {
    background: linear-gradient(90deg, #cc047f 50%, #0589b7 50%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    content: "";
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-outer {
    text-align: left;
    background: #fff;
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .4s ease-in-out, visivility .4s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    opacity: 0;
  }
  .megadrop-outer .megadrop-inner {
    color: #4c4c4c;
    position: relative;
    display: -webkit-flex;
    display:         flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 0 0 20px;
  }
  .megadrop-outer .megadrop-inner .megadrop-wrap {
    position: relative;
    width: 310px;
    min-width: 310px;
    padding: 26px 0 65px;
  }
  .megadrop-outer .megadrop-inner .megadrop-wrap::before {
    background: #e7f6fa;
    position: absolute;
    top: 0;
    width: 250%;
    height: 100%;
    margin-left: -150%;
    content: "";
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 1em;
    padding-right: 20px;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg > a,
  .megadrop-outer .megadrop-inner .megadrop-hdg button {
    font-size: 2.2rem;
    vertical-align: middle;
    color: #4c4c4c;
    background-color: transparent;
    display: inline-block;
    padding-right: 57px;
    transition: color .2s ease-in-out;
    border: none;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg > a:hover,
  .megadrop-outer .megadrop-inner .megadrop-hdg > a:focus,
  .megadrop-outer .megadrop-inner .megadrop-hdg > a:active,
  .megadrop-outer .megadrop-inner .megadrop-hdg button:hover,
  .megadrop-outer .megadrop-inner .megadrop-hdg button:focus,
  .megadrop-outer .megadrop-inner .megadrop-hdg button:active {
    text-decoration: underline;
    color: #b5007c;

    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg > a::before,
  .megadrop-outer .megadrop-inner .megadrop-hdg button::before {
    background: #d4007f;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg > a::after,
  .megadrop-outer .megadrop-inner .megadrop-hdg button::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1101px) {
  .megadrop-outer .megadrop-inner .megadrop-contents {
    max-width: 310px;
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-outer .megadrop-inner .megadrop-wrap2 {
    display: none;
    width: 100%;
    padding: 48px 20px 10px 50px;
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-outer .megadrop-inner .megadrop-hdg2 {
    margin-bottom: 30px;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg2 a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4c4c4c;
    position: relative;
    display: inline-block;
    padding-right: 37px;
    padding-left: 10px;
    transition: color .2s ease-in-out;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg2 a:hover,
  .megadrop-outer .megadrop-inner .megadrop-hdg2 a:focus,
  .megadrop-outer .megadrop-inner .megadrop-hdg2 a:active {
    text-decoration: underline;
    color: #b5007c;

    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg2 a::before {
    background: #d4007f;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .megadrop-outer .megadrop-inner .megadrop-hdg2 a::after {
    position: absolute;
    top: 0;
    right: .8rem;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-outer .megadrop-inner .megadrop-list2 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
    margin-left: -30px;

    -webkit-flex-wrap: wrap;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li {
    width: 100%;
    max-width: 33%;
    padding-left: 30px;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li *::-ms-backdrop {
    width: 33%;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li:nth-of-type(1) a {
    border-top: 1px solid #bfbfbf;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li:nth-of-type(2) a {
    border-top: 1px solid #bfbfbf;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li:nth-of-type(3) a {
    border-top: 1px solid #bfbfbf;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li a {
    color: #000;
    display: -webkit-flex;
    display:         flex;
            align-items: center;
            justify-content: left;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: color .2s ease-in-out;
    border-bottom: 1px solid #bfbfbf;

    -webkit-justify-content: left;
    -webkit-align-items: center;
  }
  .megadrop-outer .megadrop-inner .megadrop-list2 li a:hover,
  .megadrop-outer .megadrop-inner .megadrop-list2 li a:focus,
  .megadrop-outer .megadrop-inner .megadrop-list2 li a:active {
    text-decoration: underline;
    color: #b5007c;

    -webkit-text-decoration-color: #b5007c;
            text-decoration-color: #b5007c;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-outer .megadrop-inner .btn-megadrop-close {
    font-weight: bold;
    background: none;
    position: absolute;
    top: 18px;
    right: 10px;
    border: none;
  }
  .megadrop-outer .megadrop-inner .btn-megadrop-close:hover,
  .megadrop-outer .megadrop-inner .btn-megadrop-close:focus,
  .megadrop-outer .megadrop-inner .btn-megadrop-close:active {
    color: #006f93;
  }
  .megadrop-outer .megadrop-inner .btn-megadrop-close::before,
  .megadrop-outer .megadrop-inner .btn-megadrop-close::after {
    background: #006f93;
    position: absolute;
    top: 12px;
    right: 60px;
    display: block;
    width: 16px;
    height: 2px;
    content: "";
  }
  .megadrop-outer .megadrop-inner .btn-megadrop-close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .megadrop-outer .megadrop-inner .btn-megadrop-close::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 1101px) {
  .megadrop-list > li {
    font-size: 1.6rem;
    margin-bottom: -1px;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
  }
  .megadrop-list > li > a,
  .megadrop-list > li button {
    color: #000;
    background: #e7f6fa;
    position: relative;
    z-index: 0;
    display: block;
    padding: 10px 105px 10px 10px;
    transition: color .2s ease-in-out;
    border-bottom: none;
  }
  .megadrop-list > li > a::before,
  .megadrop-list > li button::before {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #d4007f;
    border-right: solid 2px #d4007f;
  }
  .megadrop-list > li > a::after,
  .megadrop-list > li button::after {
    background: #b5007c;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    content: "";
    transition: width .3s ease-in-out, color .3s ease-in-out;
    -webkit-transform: none;
            transform: none;
  }
  .megadrop-list > li > a:hover,
  .megadrop-list > li > a:focus,
  .megadrop-list > li > a:active,
  .megadrop-list > li button:hover,
  .megadrop-list > li button:focus,
  .megadrop-list > li button:active {
    color: #fff;
  }
  .megadrop-list > li > a:hover::before,
  .megadrop-list > li > a:focus::before,
  .megadrop-list > li > a:active::before,
  .megadrop-list > li button:hover::before,
  .megadrop-list > li button:focus::before,
  .megadrop-list > li button:active::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .megadrop-list > li > a:hover::after,
  .megadrop-list > li > a:focus::after,
  .megadrop-list > li > a:active::after,
  .megadrop-list > li button:hover::after,
  .megadrop-list > li button:focus::after,
  .megadrop-list > li button:active::after {
    width: 100%;
  }
  .megadrop-list > li a.no-have-g-nav-4:hover,
  .megadrop-list > li a.no-have-g-nav-4:focus,
  .megadrop-list > li a.no-have-g-nav-4:active {
    text-decoration: underline;
    color: #b5007c;

    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .megadrop-list > li a.no-have-g-nav-4::before,
  .megadrop-list > li a.no-have-g-nav-4::after {
    content: none;
  }
  .megadrop-list > li a.no-have-g-nav-4.is-current-g-nav-3:hover,
  .megadrop-list > li a.no-have-g-nav-4.is-current-g-nav-3:focus,
  .megadrop-list > li a.no-have-g-nav-4.is-current-g-nav-3:active {
    text-decoration: none;
    color: #fff;
  }
  .megadrop-list.lyt-col3 > li {
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 1101px) {
  .header-search {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(-50%) translateY(.7em);
            transform: translateY(-50%) translateY(.7em);
  }
  .header-search > .str-inner {
    padding: 0;
  }
  .header-search form {
    display: table;
    margin-left: auto;
  }
  .header-search form > input {
    font-size: 1.4rem;
    vertical-align: middle;
    background: #fff;
    background: #f0f0f0;
    display: table-cell;
    width: 198px;
    min-height: 2.5em;
    padding: 0 .7em;
    border: none;
    border-radius: 3px 0 0 3px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1099px) {
  .header-search form > input {
    width: 173px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 959px) {
  .header-search form > input {
    width: 132px;
  }
}
@media screen and (min-width: 1101px) {
  .header-search form > input + .btn-input {
    font-size: 1.4rem;
    vertical-align: middle;
    background: #f0f0f0;
    position: relative;
    display: table-cell;
    overflow: hidden;
    min-height: 2.5em;
    padding: 0 1em;
    border: none;
    border-radius: 0 3px 3px 0;
  }
  .header-search form > input + .btn-input:hover,
  .header-search form > input + .btn-input:focus,
  .header-search form > input + .btn-input:active {
    color: #737373;
    background: #dedede;
  }
  .header-search form > input + .btn-input > .label {
    white-space: nowrap;
    position: absolute;
    top: -110%;
    display: inline-block;
    margin-right: .25em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header-search form > input + .btn-input img {
    vertical-align: middle;
    width: 1.2em;
  }
}
.no-nav .site-header {
  position: relative;
  margin-bottom: 20px;
}
.no-nav .site-header::after {
  background: linear-gradient(90deg, #d4007e, #008db8);
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
}
@media screen and (min-width: 1101px) {
  .no-nav .site-header::after {
    height: 5px;
  }
}
@media screen and (min-width: 1101px) {
  .no-nav .site-header > .str-inner {
    padding-top: 18px;
    padding-bottom: 23px;
  }
}
.no-nav .site-header > .str-inner .header-logo {
  line-height: 1;
  position: static;
  float: none;
  margin: 0;
  padding: 0;
}
.no-nav .site-header > .str-inner .header-logo img {
  width: 100%;
}

html:not(.js-touch) .g-nav .list-g-nav > li > a:hover::before,
html:not(.js-touch) .g-nav .list-g-nav > li > a:hover::after,
html:not(.js-touch) .g-nav .list-g-nav > li > a:focus::before,
html:not(.js-touch) .g-nav .list-g-nav > li > a:focus::after,
html:not(.js-touch) .g-nav .list-g-nav > li > a:active::before,
html:not(.js-touch) .g-nav .list-g-nav > li > a:active::after,
html:not(.js-touch) .g-nav .list-g-nav > li > button:hover::before,
html:not(.js-touch) .g-nav .list-g-nav > li > button:hover::after,
html:not(.js-touch) .g-nav .list-g-nav > li > button:focus::before,
html:not(.js-touch) .g-nav .list-g-nav > li > button:focus::after,
html:not(.js-touch) .g-nav .list-g-nav > li > button:active::before,
html:not(.js-touch) .g-nav .list-g-nav > li > button:active::after {
  background-color: #fff;
  z-index: 2;
  top: 0;
  bottom: 1px;
  height: 100%;
  margin-top: 0;
}

@media screen and (min-width: 1101px) {
  .have-g-nav-3 > .js-megadrop-hook > .label::before {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: "";
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border: 0;
    border-top: solid 2px #b5007c;
    border-right: solid 2px #b5007c;
  }
  .have-g-nav-3.nav-hhc > .js-megadrop-hook > .label::before {
    right: 5%;
  }
  .have-g-nav-3.nav-ir > .js-megadrop-hook > .label::before {
    right: 5%;
  }
  .have-g-nav-3.nav-innovation > .js-megadrop-hook > .label::before {
    right: 5%;
  }
  .have-g-nav-3.nav-sustainability > .js-megadrop-hook > .label::before {
    right: 7%;
  }
  .have-g-nav-3.nav-company > .js-megadrop-hook::after {
    background-color: #bfbfbf;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 38px;
    margin-top: -19px;
    content: "";
  }
  .have-g-nav-3.nav-company > .js-megadrop-hook > .label::before {
    right: 9%;
  }
  .have-g-nav-3.is-current > .js-megadrop-hook > .label::before,
  .have-g-nav-3.is-active > .js-megadrop-hook > .label::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 1100px) {
  li.is-current > a {
    font-weight: normal;
    color: #fff;
    background: #b5007c;
  }
  li.is-current > a:hover,
  li.is-current > a:focus,
  li.is-current > a:active {
    color: #fff;
  }
}

@media screen and (max-width: 1100px) {
  .js-megadrop.is-current > .js-megadrop-hook {
    font-weight: normal;
    color: #fff;
    background: #b5007c;
  }
  .js-megadrop.is-current > .js-megadrop-hook:hover,
  .js-megadrop.is-current > .js-megadrop-hook:focus,
  .js-megadrop.is-current > .js-megadrop-hook:active {
    color: #fff;
  }
  .js-megadrop.is-current > .js-megadrop-hook:hover::before,
  .js-megadrop.is-current > .js-megadrop-hook:focus::before,
  .js-megadrop.is-current > .js-megadrop-hook:active::before {
    display: none;
  }
  .js-megadrop.is-current > .js-megadrop-hook .status::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.megadrop-list > li .is-active,
.megadrop-list > li .is-current-g-nav-3 {
  color: #fff;
  background: #b5007c;
}
@media screen and (max-width: 1100px) {
  .megadrop-list > li .is-active:hover,
  .megadrop-list > li .is-active:focus,
  .megadrop-list > li .is-active:active,
  .megadrop-list > li .is-current-g-nav-3:hover,
  .megadrop-list > li .is-current-g-nav-3:focus,
  .megadrop-list > li .is-current-g-nav-3:active {
    color: #fff;
  }
}
.megadrop-list > li .is-active::before,
.megadrop-list > li .is-current-g-nav-3::before {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 1100px) {
  .megadrop-list > li .is-active::before,
  .megadrop-list > li .is-current-g-nav-3::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.megadrop-wrap2 .megadrop-list2 > li a.is-current-g-nav-4 {
  font-weight: bold;
  text-decoration: underline;
  color: #b5007c;

  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1100px) {
  .megadrop-wrap2 .megadrop-list2 > li a.is-current-g-nav-4 {
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background: #b5007c;
  }
}

@media screen and (max-width: 1100px) {
  .js-megadrop-detail {
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    visibility: hidden;
    width: 100%;
    transition: left .4s ease-out, opacity .4s ease-in, visibility .5s ease-in;
    opacity: 0;
  }
  .megadrop-wrap2 {
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    visibility: hidden;
    width: 100%;
    min-height: 100%;
    transition: left .4s ease-out, opacity .5s ease-in, visibility .6s ease-in;
    opacity: 0;
  }
  .megadrop-wrap2 .megadrop-list2 > li > a {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #000;
    background: #fff;
    position: relative;
    display: block;
    padding: 16px 10px;
    border-bottom: solid 1px #dbdbdb;
  }
}
@media screen and (max-width: 1100px) {
  .megadrop-hdg > a,
  .megadrop-hdg2 > a {
    background: #e7f6fa;
  }
  .megadrop-hdg > a:hover,
  .megadrop-hdg > a:focus,
  .megadrop-hdg > a:active,
  .megadrop-hdg2 > a:hover,
  .megadrop-hdg2 > a:focus,
  .megadrop-hdg2 > a:active {
    color: #4c4c4c;
  }
}
.g-nav-back-sp-3,
.g-nav-back-sp-4 {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  display: block;
  padding: 20px 0 20px 32px;
}
.g-nav-back-sp-3:hover,
.g-nav-back-sp-3:focus,
.g-nav-back-sp-3:active,
.g-nav-back-sp-4:hover,
.g-nav-back-sp-4:focus,
.g-nav-back-sp-4:active {
  color: #000;
}
.g-nav-back-sp-3::before,
.g-nav-back-sp-4::before {
  position: absolute;
  top: 24px;
  left: 14px;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  border: 0;
  border-top: solid 2px #006f93;
  border-right: solid 2px #006f93;
}

@media screen and (max-width: 1100px) {
  a.g-nav-back-sp-3 {
    color: #000;
  }
  a.g-nav-back-sp-3:hover,
  a.g-nav-back-sp-3:focus,
  a.g-nav-back-sp-3:active {
    color: #000;
  }
  a.g-nav-back-sp-4 {
    color: #000;
  }
  a.g-nav-back-sp-4:hover,
  a.g-nav-back-sp-4:focus,
  a.g-nav-back-sp-4:active {
    color: #000;
  }
}
@media screen and (min-width: 1101px) {
  .g-nav-back-sp-3 {
    display: none;
  }
  .g-nav-back-sp-4 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .megadrop-wrap2.is-open-g-nav-4 {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .megadrop-wrap2.is-close-g-nav-4 {
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
  .js-megadrop-detail.is-open-g-nav-3 {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .js-megadrop-detail.is-close-g-nav-3 {
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 1101px) {
  .pc-none {
    display: none;
  }
}
.is-block {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.is-none {
  display: none;
}

.is-fixed {
  position: fixed;
}

.display-contents {
  display: contents;
}

/* ============================================================================
 * footer
 * ========================================================================= */
.site-footer {
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .site-footer {
    padding-bottom: 20px;
  }
}
.site-footer .footer-lyt-grid {
  display: grid;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-lyt-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px min(6.40625vw, 123px);
  }
}
.site-footer .footer-lyt-grid > .grid-inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-lyt-grid > .grid-inner > .hdg-link {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .site-footer .footer-lyt-grid > .grid-inner > .hdg-link > a::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.site-footer .footer-lyt-grid > .grid-inner > .link-list > :last-child {
  margin-bottom: 0;
}
.site-footer .footer-lyt-grid > .grid-inner > .link-list > li {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.site-footer .footer-lyt-grid > .grid-inner > .link-list > li > a {
  padding-left: 0;
}
.site-footer .footer-lyt-grid > .grid-inner > .link-list > li > a::before {
  content: none;
}
.site-footer > .str-inner {
  padding-top: 25px;
}
@media screen and (min-width: 769px) {
  .site-footer > .str-inner {
    padding-top: 18px;
  }
}
.site-footer #to-top {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 0;
}
@media screen and (min-width: 769px) {
  .site-footer #to-top {
    text-align: right;
    top: -100px;
    right: inherit;
    width: calc(100% - 40px);
  }
}
.site-footer #to-top.fixed {
  position: fixed;
  z-index: 10;
  top: inherit;
  right: 10px;
  bottom: 90px;
  display: inline-block;
  height: 0;
}
@media screen and (min-width: 769px) {
  .site-footer #to-top.fixed {
    right: inherit;
    width: calc(100% - 40px);
    max-width: 1280px;
  }
  @-moz-document url-prefix() {
    .site-footer #to-top.fixed {
      margin-left: -100px;
    }
  }
}
.site-footer #to-top > a:hover,
.site-footer #to-top > a:focus,
.site-footer #to-top > a:active {
  color: #737373;
}
.site-footer #to-top > a:hover img,
.site-footer #to-top > a:focus img,
.site-footer #to-top > a:active img {
  opacity: .7;
}
.site-footer #to-top > a > img {
  width: 60px;
  height: 60px;
}
.site-footer #to-top + .copyright {
  text-align: center;
}
.site-footer a {
  color: #000;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #737373;
}
.site-footer .footer-logo {
  width: 83px;
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-logo {
    float: left;
    width: 96px;
    margin-top: 5px;
    margin-bottom: 13px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 769px), screen and (-ms-high-contrast: none) and (min-width: 769px) {
  .site-footer .footer-logo {
    height: 42px;
  }
}
@media screen and (min-width: 769px) {
  .site-footer .footer-utility {
    float: right;
    max-width: calc(100% - 96px);
  }
}
.site-footer .footer-nav {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;

  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-nav {
    text-align: right;
    display: -webkit-flex;
    display:         flex;
    width: auto;
    margin-bottom: 20px;
    margin-left: 20px;

    gap: 10px 20px;
  }
}
.site-footer .footer-nav > li {
  width: calc(50% - 5px);
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-nav > li {
    display: -webkit-flex;
    display:         flex;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-nav > li:nth-child(2n+1) {
    margin-right: 10px;
  }
}
.site-footer .footer-sns {
  position: static;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  margin-bottom: 27px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
@media screen and (min-width: 769px) {
  .site-footer .footer-sns {
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: -4px;
    margin-bottom: 0;
  }
}
.site-footer .footer-sns .list-sns {
  margin-left: 20px;
}
.site-footer .footer-sns .list-sns > li {
  width: 32px;
  height: 32px;
}
.site-footer .footer-sns .list-sns > li + li {
  margin-left: 16px;
}
.site-footer .copyright {
  width: 100%;
}
.site-footer .copyright > small {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .site-footer .copyright {
    float: left;
  }
}

.btn-close {
  font-size: 1.6rem;
  line-height: 1.3;
  background: #e6f1f5;
  width: 100%;
  margin-top: 25px;
  padding: 15px 20px;
  border: none;
}
.btn-close:hover,
.btn-close:focus,
.btn-close:active {
  color: #737373;
}
.btn-close > .label {
  position: relative;
  padding-right: 1.5em;
}
.btn-close > .label::before,
.btn-close > .label::after {
  background-color: #008ab4;
  position: absolute;
  top: 50%;
  right: -.5em;
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-close > .label::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.no-nav .site-footer {
  padding-top: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .no-nav .site-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .no-nav .site-footer #to-top {
    top: -90px;
  }
}
@media screen and (max-width: 768px) {
  .no-nav .site-footer #to-top.fixed {
    top: inherit;
    bottom: 90px;
  }
}

.js-touch #to-top > a:hover,
.js-touch #to-top > a:focus,
.js-touch #to-top > a:active {
  color: #737373;
}
.js-touch #to-top > a:hover img,
.js-touch #to-top > a:focus img,
.js-touch #to-top > a:active img {
  opacity: 1;
}
.js-touch #to-top > a > img {
  width: 60px;
  height: 60px;
}

/* ============================================================================
 * _unique
 * ========================================================================= */
.section-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .section-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.page-top .list-news {
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
}
@media screen and (min-width: 769px) {
  .page-top .list-news {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.page-top .list-news > li {
  padding: 0;
  border: none;
}

.list-ir-top > li {
  width: 100%;
}
.list-ir-top > li img {
  width: 100%;
}

.lead-area {
  text-align: center;
  max-width: 536px;
  margin: 0 auto;
}
.lead-area > p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.lead-area > p:last-child {
  margin-bottom: 0;
}
.lead-area .lead {
  text-align: center;
}
.lead-area .lead > img {
  max-width: 536px;
}
@media screen and (min-width: 769px) {
  .lead-area .efforts {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.lead-area .txt-em-top {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: .9;
  color: #515151;
}
@media screen and (min-width: 769px) {
  .lead-area .txt-em-top {
    font-size: 3.6rem;
    text-align: left;
    max-width: 500px;
    margin: 20px auto;
  }
}
.lead-area .txt-em-top > .txt-num-01,
.lead-area .txt-em-top > .txt-num-02 {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 7.2rem;
  font-weight: normal;
  color: #b5007c;
}
@media screen and (min-width: 769px) {
  .lead-area .txt-em-top > .txt-num-01,
  .lead-area .txt-em-top > .txt-num-02 {
    font-size: 10rem;
  }
}
.lead-area .txt-em-top > .txt-num-01 {
  color: #b5007c;
}
.lead-area .txt-em-top > .txt-num-02 {
  letter-spacing: -.1em;
  color: #008ab4;
  margin-right: .1em;
}

.link-list-icon-top {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;

  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top {
    margin-top: 56px;
  }
}
.link-list-icon-top > li {
  background: #fff;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;
  width: calc(50% - 5px);
  margin-top: 10px;
  margin-right: 10px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: stretch;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
  }
  .link-list-icon-top > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.link-list-icon-top > li:first-child {
  background-color: #008ab4;
  margin-top: 0;
}
.link-list-icon-top > li:first-child .label {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li:first-child .label {
    font-size: 1.6rem;
  }
}
.link-list-icon-top > li:first-child .label::before {
  border-color: transparent transparent transparent #fff;
}
.link-list-icon-top > li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li:nth-child(-n+2) {
    margin-right: 0;
    margin-right: 20px;
  }
}
.link-list-icon-top > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li:nth-child(2n) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li:nth-child(4n) {
    margin-right: 0;
  }
}
.link-list-icon-top > li > a {
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li > a {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
.link-list-icon-top > li > a .icon {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li > a .icon {
    margin-bottom: 35px;
  }
}
.link-list-icon-top > li > a .icon > img {
  width: 63px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li > a .icon > img {
    width: 98px;
  }
}
.link-list-icon-top > li > a .label {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .link-list-icon-top > li > a .label {
    font-size: 1.8rem;
  }
}
.link-list-icon-top > li > a .label::before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: .75em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-list-icon-top > li > a:hover,
.link-list-icon-top > li > a:focus,
.link-list-icon-top > li > a:active {
  opacity: .7;
}

@media screen and (min-width: 769px) {
  .lyt-col2-index {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
    margin-bottom: 40px;

    -webkit-flex-wrap: wrap;
  }
}
.lyt-col2-index > .col-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-index > .col-inner {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .lyt-col2-index > .col-inner:first-child > .content,
  .lyt-col2-index > .col-inner:nth-child(3n) > .content {
    padding-right: 20px;
  }
  .lyt-col2-index > .col-inner:nth-child(2n) > .content {
    padding-left: 20px;
  }
  .lyt-col2-index > .col-inner:nth-child(-n+2) {
    margin-top: 0;
  }
}
.lyt-col2-index > .col-inner.bg-basis {
  background: url(/sustainability/atm/images/index_bg_basis.jpg) no-repeat top center;
  background-size: cover;
}
.lyt-col2-index.bg-overview {
  background-color: #f5f5f5;
}
.lyt-col2-index.bg-overview > .col-inner:first-child {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .lyt-col2-index.bg-overview > .col-inner:first-child {
    padding: 20px 20px 30px;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col2-index.bg-overview > .col-inner:first-child {
    width: 50%;
    max-width: 640px;
    margin-right: 0;
    margin-left: auto;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 540px) {
  .lyt-col2-index.bg-overview > .col-inner:first-child {
    padding: 20px 10px 30px;
  }
}
.lyt-col2-index.bg-overview > .col-inner:first-child .hdg-13 {
  margin-top: 0;
}
.lyt-col2-index.bg-overview > .col-inner:first-child *:last-child {
  margin-bottom: 0;
}
.lyt-col2-index.bg-overview > .col-inner + .col-inner {
  background: url(/company/images/index_img_overview.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .lyt-col2-index.bg-overview > .col-inner + .col-inner img {
    display: none;
  }
}

.lyt-col2-bg {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
    margin-bottom: 60px;

    -webkit-flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg > .col-inner {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg > .col-inner.img-company {
    background: url(/sustainability/images/index_bg_sustainability.jpg) no-repeat center;
    background-size: cover;
  }
  .lyt-col2-bg > .col-inner.img-company img {
    display: none;
  }
}
.lyt-col2-bg > .col-inner.txt {
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg > .col-inner.txt {
    padding: 0 26px;
  }
}
.lyt-col2-bg > .col-inner.txt > .hdg-13:first-child {
  margin-top: 10px;
}
.lyt-col2-bg .timeline {
  background-color: #f2f2f2;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg .timeline {
    padding: 20px 26px;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg .timeline-heading {
    display: -webkit-flex;
    display:         flex;
            align-items: center;
            justify-content: space-between;

    -webkit-justify-content: space-between;
    -webkit-align-items: center;
  }
}
.lyt-col2-bg .timeline-heading > h2 {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg .timeline-heading > h2 {
    margin: 10px 0 20px 0;
  }
}
.lyt-col2-bg .timeline-btn {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-bg .timeline-btn {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .str-bg-05.timeline_bg .lyt-col2-bg > .col-inner.txt {
    padding: 20px 26px;
  }
}

@media all and (-ms-high-contrast: none) {
  /* IEでタイムラインを非表示 */
  .timeline-heading > h2 {
    display: none !important;
  }
  .timeline-btn {
    display: none !important;
  }
  .timeline-contents {
    display: none !important;
  }
}
.lyt-important-notices > .txt strong {
  font-weight: inherit;
  color: inherit;
}
.lyt-important-notices > .txt > .link-list {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-important-notices > .txt > .link-list {
    font-size: 1.6rem;
  }
}
.lyt-important-notices > .txt > .link-list > li {
  margin-bottom: 10px;
}
.lyt-important-notices > .txt > .link-list > li:last-child {
  margin-bottom: 0;
}
.lyt-important-notices > .txt > .link-list > li > a {
  padding-left: 18px;
}
.lyt-important-notices > .txt > .link-list > li > a::before {
  left: 6px;
}
.lyt-important-notices > .txt > .list-disc > li::before {
  position: absolute;
  top: .5em;
}
@media screen and (min-width: 769px) {
  .lyt-important-notices > .txt > *:first-child {
    margin-top: 3px;
  }
}
.lyt-important-notices > .txt > *:last-child {
  margin-bottom: 0;
}

.link-list-index {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .link-list-index {
    margin-bottom: 40px;
  }
}
.link-list-index > li {
  margin-bottom: -1px;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .link-list-index > li {
    font-size: 1.6rem;
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            justify-content: stretch;

    -webkit-flex-wrap: wrap;
    -webkit-justify-content: stretch;
  }
}
.link-list-index > li > a {
  color: #000;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 0 1em 20px;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .link-list-index > li > a {
    padding: 1.2em 0 1.2em 20px;
  }
}
.link-list-index > li > a:hover,
.link-list-index > li > a:focus,
.link-list-index > li > a:active {
  color: #737373;
}
.link-list-index > li > a::before {
  position: absolute;
  top: 1.5em;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
@media screen and (min-width: 769px) {
  .link-list-index > li > a::before {
    top: 1.75em;
  }
}
.link-list-index.lyt-col2,
.link-list-index.lyt-col3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .link-list-index.lyt-col2,
  .link-list-index.lyt-col3 {
    margin-bottom: 40px;
  }
}
.link-list-index.lyt-col2 > li,
.link-list-index.lyt-col2 > .col-inner,
.link-list-index.lyt-col3 > li,
.link-list-index.lyt-col3 > .col-inner {
  margin-top: 0;
}
.link-list-index.lyt-col2 > li,
.link-list-index.lyt-col2 > .col-inner {
  margin-top: -1px;
}
.link-list-index.lyt-col4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .link-list-index.lyt-col4 {
    margin-bottom: 40px;
  }
}
.link-list-index.lyt-col4 > li,
.link-list-index.lyt-col4 > .col-inner {
  margin-top: 0;
}

.tab-hdg {
  display: -webkit-flex;
  display:         flex;
          justify-content: space-between;
  border-bottom: solid 2px #e6e6e6;

  -webkit-justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .tab-hdg {
    border-bottom: solid 4px #e6e6e6;
  }
}
.tab-hdg > li {
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
}
@media screen and (min-width: 769px) {
  .tab-hdg > li {
    font-size: 2rem;
    width: calc((100% - 80px - 1px) / 3);
    margin-right: 40px;
  }
}
.tab-hdg > li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a,
.tab-hdg > li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-focus a,
.tab-hdg > li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-hover a,
.tab-hdg > li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-state-focus.ui-state-hover a {
  outline: none;
}
.tab-hdg > li a {
  text-align: center;
  color: #000;
  display: block;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: .5em 0;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media screen and (min-width: 769px) {
  .tab-hdg > li a {
    padding: .5em 0 .9em;
  }
}
.tab-hdg > li a::before {
  background: #c2c2c2;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
}
@media screen and (min-width: 769px) {
  .tab-hdg > li a::before {
    bottom: -4px;
    height: 4px;
  }
}
.tab-hdg > li a:hover,
.tab-hdg > li a:focus,
.tab-hdg > li a:active {
  color: #737373;
}
.tab-hdg > li[aria-expanded=true] {
  font-weight: bold;
}
.tab-hdg > li[aria-expanded=true] a::before {
  background: #008ab4;
}
.tab-hdg > li[aria-expanded=true] a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -3px;
  content: "";
  border-width: 6px 3px 0 3px;
  border-style: solid;
  border-color: #008ab4 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .tab-hdg > li[aria-expanded=true] a::after {
    bottom: -16px;
    margin-left: -6px;
    border-width: 12px 6px 0 6px;
  }
}
.tab-hdg > li:nth-child(3n) {
  margin-right: 0;
}

.tab-content {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .tab-content {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .page-index .link-list-img {
    margin-bottom: 50px;
  }
}
.page-index .txt-content {
  margin-bottom: 60px;
}
.page-index .txt-content > p {
  font-size: 1.4rem;
  line-height: 2;
}
.page-index .list-news {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .list-company-01 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.list-company-01 > li {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .list-company-01 > li {
    width: calc((100% - 80px - 1px) / 3);
    margin-left: 40px;
  }
  .list-company-01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list-company-01 > li:first-child,
  .list-company-01 > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list-company-01 > li a {
  color: #000;
}
.list-company-01 > li a:hover,
.list-company-01 > li a:focus,
.list-company-01 > li a:active {
  color: #737373;
}
.list-company-01 > li .label {
  font-size: 1.8rem;
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.list-company-01 > li .label::before {
  vertical-align: middle;
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -5px;
  margin-right: .5em;
  content: "";
}
@media screen and (min-width: 769px) {
  .list-company-01 > li .label::before {
    width: 2rem;
    height: 2rem;
  }
}
.list-company-01 > li .img > img {
  width: 100%;
  max-width: inherit;
}

.list-company-02 {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  margin-bottom: 30px;

  -webkit-flex-wrap: wrap;
}
.list-company-02 > li {
  width: calc((100% - 20px) / 2);
  margin-top: 25px;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .list-company-02 > li {
    width: calc((100% - 80px - 1px) / 3);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .list-company-02 > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-company-02 > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.list-company-02 > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .list-company-02 > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-company-02 > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list-company-02 > li a {
  color: #000;
}
.list-company-02 > li a:hover,
.list-company-02 > li a:focus,
.list-company-02 > li a:active {
  color: #737373;
}
.list-company-02 > li .label {
  position: relative;
  display: block;
}
.list-company-02 > li .label::before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: .75em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.list-company-02 > li .img {
  display: block;
  margin-bottom: 12px;
}
.list-company-02 > li .img > img {
  width: 100%;
  max-width: inherit;
}

.link-list-img-index > li {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
}
.link-list-img-index > li > a {
  background-color: #f5f5f5;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .link-list-img-index > li > a {
    font-size: 1.6rem;
  }
  .str-bg-sustainability .link-list-img-index > li > a {
    font-size: 1.4rem;
  }
}
.link-list-img-index > li > a > .txt {
  border-top: solid 4px #b5007c;
}
.link-list-img-index > li > a > .img {
  overflow: hidden;
  width: 100%;
}
.link-list-img-index > li > a > .img img {
  width: 100%;
  transition: -webkit-transform .5s linear;
  transition:         transform .5s linear;
  transition:         transform .5s linear, -webkit-transform .5s linear;
}
.link-list-img-index > li > a > .txt {
  padding: 1em 20px;
}
.link-list-img-index > li > a > .txt > .date,
.link-list-img-index > li > a > .txt > .excerpt {
  color: #000;
  margin-top: 5px;
}
.link-list-img-index > li > a:hover > .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.link-list-img-index > li > a:hover > .txt .date,
.link-list-img-index > li > a:hover > .txt .excerpt {
  color: #737373;
}
.link-list-img-index > li > a .icon-blank {
  position: absolute;
  right: .5em;
  bottom: .25em;
}
@media screen and (max-width: 768px) {
  .link-list-img-index.lyt-col2,
  .link-list-img-index.lyt-col3,
  .link-list-img-index.lyt-col4 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .link-list-img-index.lyt-col2 > li,
  .link-list-img-index.lyt-col3 > li,
  .link-list-img-index.lyt-col4 > li {
    width: 100%;
    margin-right: 0;
  }
}

.str-inner-md .link-list-img-index:last-child {
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .str-inner-md .link-list-img-index:last-child {
    margin-bottom: 70px;
  }
}

.link-list-icon-01 {
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .link-list-icon-01 {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    border-bottom: none;
  }
}
.link-list-icon-01 > li {
  border-top: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .link-list-icon-01 > li {
    border: solid 1px #dbdbdb;
  }
}
.link-list-icon-01 > li > a {
  color: #000;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  padding: 16px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
.link-list-icon-01 > li > a:hover,
.link-list-icon-01 > li > a:focus,
.link-list-icon-01 > li > a:active {
  text-decoration: none;
  color: #737373;
}
.link-list-icon-01 > li > a:hover img,
.link-list-icon-01 > li > a:focus img,
.link-list-icon-01 > li > a:active img {
  opacity: .7;
}
@media screen and (min-width: 769px) {
  .link-list-icon-01 > li > a {
    text-align: center;
    display: block;
    padding: 40px 0 30px;
  }
}
.link-list-icon-01 > li > a > .icon {
  width: 50px;
  margin-right: 18px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-01 > li > a > .icon {
    width: 98px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
}
.link-list-icon-01 > li > a > .label {
  text-indent: -1em;
  display: inline-block;
  width: calc(100% - 68px);
  padding-left: 16px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-01 > li > a > .label {
    font-size: 2rem;
  }
}
.link-list-icon-01 > li > a > .label::before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: .75em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-list-icon-01.lyt-col2 > li,
.link-list-icon-01.lyt-col3 > li,
.link-list-icon-01.lyt-col4 > li {
  margin-top: 0;
}
.link-list-icon-01 + .link-btn-01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-01 + .link-btn-01 {
    margin-bottom: 70px;
  }
}

.link-list-icon-02 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .link-list-icon-02 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    border-bottom: none;

    -webkit-flex-wrap: wrap;
  }
}
.link-list-icon-02 > li {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;
          justify-content: center;
  width: 100%;
  border: solid 1px #dbdbdb;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
  -webkit-justify-content: center;
}
@media screen and (min-width: 769px) {
  .link-list-icon-02 > li {
    min-height: 80px;
  }
}
.link-list-icon-02 > li + li {
  margin-top: 10px;
}
.link-list-icon-02 > li > a {
  color: #000;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 12px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.link-list-icon-02 > li > a:hover,
.link-list-icon-02 > li > a:focus,
.link-list-icon-02 > li > a:active {
  text-decoration: none;
  color: #737373;
}
.link-list-icon-02 > li > a > .icon {
  display: inline-block;
  width: 43px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-02 > li > a > .icon {
    width: 60px;
  }
}
.link-list-icon-02 > li > a > .label {
  display: inline-block;
  width: 11em;
  padding-left: 16px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-02 > li > a > .label {
    font-size: 1.6rem;
  }
}

.link-list-icon-03 {
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .link-list-icon-03 {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    border-bottom: none;
  }
}
.link-list-icon-03 > li {
  border-top: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .link-list-icon-03 > li {
    border: 0;
  }
}
.link-list-icon-03 > li > a {
  color: #000;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  padding: 16px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
.link-list-icon-03 > li > a:hover,
.link-list-icon-03 > li > a:focus,
.link-list-icon-03 > li > a:active {
  text-decoration: none;
  color: #737373;
}
.link-list-icon-03 > li > a:hover img,
.link-list-icon-03 > li > a:focus img,
.link-list-icon-03 > li > a:active img {
  opacity: .7;
}
@media screen and (min-width: 769px) {
  .link-list-icon-03 > li > a {
    text-align: center;
    display: block;
    padding: 40px 0 30px;
  }
}
.link-list-icon-03 > li > a > .icon {
  width: 50px;
  margin-right: 18px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-03 > li > a > .icon {
    width: 180px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
}
.link-list-icon-03 > li > a > .label {
  text-indent: -1em;
  display: inline-block;
  width: calc(100% - 68px);
  padding-left: 16px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-03 > li > a > .label {
    font-size: 2rem;
    font-size: 1.6rem;
  }
}
.link-list-icon-03 > li > a > .label::before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: .75em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-list-icon-03.lyt-col2 > li,
.link-list-icon-03.lyt-col3 > li,
.link-list-icon-03.lyt-col4 > li {
  margin-top: 0;
}
.link-list-icon-03 + .link-btn-01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .link-list-icon-03 + .link-btn-01 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .link-list-icon-04 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
    margin-bottom: 60px;

    -webkit-flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .link-list-icon-04 > li {
    width: calc((100% - 80px - 1px) / 3);
    margin-left: 40px;
  }
  .link-list-icon-04 > li:first-child {
    margin-left: 0;
  }
  .link-list-icon-04 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .link-list-icon-04 > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.link-list-icon-04 > li > a {
  color: #000;
  display: block;
  display: -webkit-flex;
  display:         flex;
}
.link-list-icon-04 > li > a:hover,
.link-list-icon-04 > li > a:focus,
.link-list-icon-04 > li > a:active {
  text-decoration: none;
  color: #737373;
}
.link-list-icon-04 > li > a:hover img,
.link-list-icon-04 > li > a:focus img,
.link-list-icon-04 > li > a:active img {
  opacity: .7;
}
@media screen and (min-width: 769px) {
  .link-list-icon-04 > li > a {
    min-height: 200px;
  }
}
.link-list-icon-04 > li > a .link {
  background-color: #f5f5f5;
  display: -webkit-flex;
  display:         flex;
          align-items: stretch;
  width: 50%;
  padding: 1em;

  -webkit-align-items: stretch;
}
@media screen and (min-width: 769px) {
  .link-list-icon-04 > li > a .link {
            justify-content: center;
    padding-right: 0;

    -webkit-justify-content: center;
  }
}
.link-list-icon-04 > li > a .link .label {
  position: relative;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  padding-left: 1.5em;

  -webkit-align-items: center;
}
@media screen and (min-width: 769px) {
  .link-list-icon-04 > li > a .link .label {
    padding-right: 1.5em;
  }
}
.link-list-icon-04 > li > a .link .label::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-list-icon-04 > li > a .img {
  text-align: center;
  background-color: #fff;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;
  width: 50%;
  padding: 1.7em;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media screen and (min-width: 769px) {
  .link-list-icon-04 > li > a .img {
    min-height: 200px;
  }
}
.link-list-icon-04 > li > a .img .icon {
  width: 100%;
}
.link-list-icon-04 > li > a .img .icon > img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link-list-icon-04 > li > a .img .icon > img {
    height: 42px;
  }
}
.link-list-icon-04 > li + li {
  margin-top: 10px;
}

.lyt-col2-1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-1 {
    display: -webkit-flex;
    display:         flex;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col2-1 > li,
  .lyt-col2-1 > .col-inner {
    width: calc((100% - 80px - 1px) / 3 * 2 + 70px);
    margin-right: 40px;
  }
  .lyt-col2-1 > li:nth-child(2n),
  .lyt-col2-1 > .col-inner:nth-child(2n) {
    width: calc((100% - 40px - 1px) / 3);
    margin-right: 0;
  }
}
.lyt-col2-1 > li + li,
.lyt-col2-1 > li + .col-inner,
.lyt-col2-1 > .col-inner + li,
.lyt-col2-1 > .col-inner + .col-inner {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-col2-1 > li + li:nth-child(-n+2),
  .lyt-col2-1 > li + .col-inner:nth-child(-n+2),
  .lyt-col2-1 > .col-inner + li:nth-child(-n+2),
  .lyt-col2-1 > .col-inner + .col-inner:nth-child(-n+2) {
    margin-top: 0;
  }
}

.lyt-col1-2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .lyt-col1-2 {
    display: -webkit-flex;
    display:         flex;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col1-2 > li,
  .lyt-col1-2 > .col-inner {
    width: calc((100% - 40px - 1px) / 3);
    margin-right: 40px;
  }
  .lyt-col1-2 > li:nth-child(2n),
  .lyt-col1-2 > .col-inner:nth-child(2n) {
    width: calc((100% - 80px - 1px) / 3 * 2 + 70px);
    margin-right: 0;
  }
}
.lyt-col1-2 > li + li,
.lyt-col1-2 > li + .col-inner,
.lyt-col1-2 > .col-inner + li,
.lyt-col1-2 > .col-inner + .col-inner {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-col1-2 > li + li:nth-child(-n+2),
  .lyt-col1-2 > li + .col-inner:nth-child(-n+2),
  .lyt-col1-2 > .col-inner + li:nth-child(-n+2),
  .lyt-col1-2 > .col-inner + .col-inner:nth-child(-n+2) {
    margin-top: 0;
  }
}

.list-btn-hr {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-btn-hr {
    display: -webkit-flex;
    display:         flex;
            align-items: stretch;
            justify-content: center;
    margin-bottom: 30px;

    -webkit-align-items: stretch;
    -webkit-justify-content: center;
  }
}
.list-btn-hr > li {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .list-btn-hr > li {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: stretch;
    width: 330px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 40px;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
  }
  .list-btn-hr > li:first-child {
    margin-left: 0;
  }
}
.list-btn-hr > li > a,
.list-btn-hr > li > button {
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: center;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 50px 8px 45px;
  border: solid 2px #b5007c;
  border-radius: 3em;
}
@media screen and (min-width: 769px) {
  .list-btn-hr > li > a,
  .list-btn-hr > li > button {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: center;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
  }
}
.list-btn-hr > li > a > .label,
.list-btn-hr > li > button > .label {
  text-align: center;
  display: block;
  width: 100%;
}
.list-btn-hr > li > a:hover,
.list-btn-hr > li > a:focus,
.list-btn-hr > li > a:active,
.list-btn-hr > li > button:hover,
.list-btn-hr > li > button:focus,
.list-btn-hr > li > button:active {
  color: #737373;
  border-color: #cb4ca3;
}
.list-btn-hr > li > a::after,
.list-btn-hr > li > button::after {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  content: "";
}

.list-relation {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .list-relation {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.list-relation > li {
  position: relative;
}
.list-relation > li::after {
  background-color: #d5d5d5;
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.list-relation > li > a {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  padding: 14px 0;
  border-top: solid 1px #d5d5d5;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
@media screen and (min-width: 769px) {
  .list-relation > li > a {
    padding: 10px 0;
  }
}
.list-relation > li > a .img {
  width: 38%;
  margin-right: 10px;
}
.list-relation > li > a .img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-relation > li > a .img {
    width: 160px;
    margin-right: 20px;
  }
}
.list-relation > li > a .txt {
  width: calc(62% - 10px);
}
@media screen and (min-width: 769px) {
  .list-relation > li > a .txt {
    width: calc(100% - 160px - 20px);
  }
}
.list-relation > li > a .link {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .list-relation > li > a .link {
    margin-bottom: .25em;
    margin-left: 20px;
  }
}
.list-relation > li > a .link::before {
  position: absolute;
  top: .5em;
  left: -10px;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
@media screen and (min-width: 769px) {
  .list-relation > li > a .link::before {
    left: -1em;
  }
}
.list-relation > li > a .lead {
  color: #000;
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .list-relation > li > a .lead {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.list-relation.lyt-col2 > li {
  margin-top: 0;
}

.list-bnr {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  max-width: 556px;
  margin: 0 auto;
  padding: 0 10px;

  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .list-bnr {
    max-width: 840px;
  }
}
.list-bnr > li {
  width: calc(50% - 10px);
  margin-top: 15px;
  margin-right: 20px;
}
.list-bnr > li img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-bnr > li {
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
  }
  .list-bnr > li img {
    width: inherit;
  }
  .list-bnr > li:nth-child(-n+6) {
    margin-top: 0;
  }
}
.list-bnr > li:first-child {
  margin-top: 0;
}
.list-bnr > li:nth-child(2) {
  margin-top: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .list-bnr > li:nth-child(2) {
    margin-right: 10px;
  }
}
.list-bnr > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .list-bnr > li:nth-child(2n) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .list-bnr > li:nth-child(6n) {
    margin-right: 0;
  }
}

.list-bnr-top {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .list-bnr-top {
    text-align: center;
    display: inline-block;
    margin: 8px auto 40px auto;
  }
}
@media screen and (min-width: 769px) {
  .list-bnr-top > li {
    display: inline-block;
    width: 394px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .list-bnr-top > li:last-child {
    margin-right: 0;
  }
  .list-bnr-top > li:only-child {
    margin-right: 0;
  }
}
.list-bnr-top > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .list-bnr-top > li + li {
    margin-top: 0;
  }
}

.list-ir {
  margin-bottom: 36px;
  border-bottom: solid 1px #dbdbdb;
}
.list-ir > li {
  width: 100%;
  padding: 24px 0 16px;
  border-top: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .list-ir > li {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.list-ir > li > .date {
  width: 100%;
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .list-ir > li > .date {
    width: 10em;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.list-ir > li > .txt {
  width: 100%;
}
.list-ir > li > .txt > p + p {
  margin-top: .25em;
}
@media screen and (min-width: 769px) {
  .list-ir > li > .txt {
    width: calc(100% - 12em);
  }
}

.lead-area-01 {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead-area-01 {
    font-size: 2rem;
  }
}

.list-pnl-01 {
  margin-bottom: 36px;
}
.list-pnl-01 > li {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  color: #008ab4;
  background-color: #fff;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  padding: 16px 12px;
  border-top: solid 5px #008ab4;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
@media screen and (min-width: 769px) {
  .list-pnl-01 > li {
    font-size: 2.4rem;
    padding: 24px 24px 32px;
  }
}
@media screen and (min-width: 769px) {
  .list-pnl-01 > li.lyt-01 {
    font-size: 2rem;
    padding: 16px 24px;
  }
}
.list-pnl-01 > li .txt {
  width: 80%;
  margin-bottom: 0;
  padding-right: 5px;
}
.list-pnl-01 > li .txt em {
  font-size: 3.2rem;
  line-height: 1;
  color: #008ab4;
}
@media screen and (min-width: 769px) {
  .list-pnl-01 > li .txt em {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  .list-pnl-01 > li .txt em {
    font-size: 4rem;
  }
}
.list-pnl-01 > li .txt > .note {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .list-pnl-01 > li .txt > .note {
    font-size: 1.4rem;
  }
}
.list-pnl-01 > li .icon {
  text-align: center;
  width: 20%;
  margin-bottom: 0;
}
.list-pnl-01 > li .icon img {
  max-width: 100%;
}

.list-pnl-02 {
  margin-bottom: 36px;
}
.list-pnl-02 > li {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  color: #008ab4;
  background-color: #f4f4f4;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  padding: 16px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
@media screen and (min-width: 769px) {
  .list-pnl-02 > li {
    padding: 30px 20px;
  }
}
.list-pnl-02 > li.img {
  background-color: #008ab4;
  max-width: 100%;
}
.list-pnl-02 > li.img img {
  display: block;
  margin: 0 auto;
}
.list-pnl-02 > li > .hdg {
  font-size: 1.8rem;
  color: #b5007c;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .list-pnl-02 > li > .hdg {
    font-size: 2.2rem;
  }
}
.list-pnl-02 > li > .txt {
  width: 100%;
  margin-bottom: 0;
}

.txt-atm {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.6rem;
}
.txt-atm em {
  font-size: 5rem;
  line-height: 1;
}
.txt-atm em.em-01 {
  color: #b5007c;
}
.txt-atm em.em-02 {
  color: #008ab4;
}
.txt-atm .note {
  font-size: 1.6rem;
}

.list-img-01 {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 36px;

  -webkit-flex-wrap: wrap;
}
.list-img-01 > li {
  text-align: center;
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
  margin-left: 20px;
}
.list-img-01 > li:first-child {
  margin-left: 0;
}
.list-img-01 > li:nth-child(-n+2) {
  margin-top: 0;
}
.list-img-01 > li:nth-child(2n+1) {
  text-align: right;
  margin-left: 0;
}
.list-img-01 > li:nth-child(2n) {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .list-img-01 > li {
    width: calc((100% - 80px - 1px) / 3);
    margin-top: 40px;
    margin-left: 40px;
  }
  .list-img-01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list-img-01 > li:nth-child(2n+1) {
    text-align: center;
    margin-left: 40px;
  }
  .list-img-01 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-img-01 > li:nth-child(2n) {
    text-align: center;
  }
}

.js-touch .link-list-img-index > li > a > .img img {
  transition: none;
}
.js-touch .link-list-img-index > li > a:hover > .img img,
.js-touch .link-list-img-index > li > a:focus > .img img,
.js-touch .link-list-img-index > li > a:active > .img img {
  -webkit-transform: none;
          transform: none;
}
.js-touch .link-list-icon-01 > li > a:hover img,
.js-touch .link-list-icon-01 > li > a:focus img,
.js-touch .link-list-icon-01 > li > a:active img,
.js-touch .link-list-icon-02 > li > a:hover img,
.js-touch .link-list-icon-02 > li > a:focus img,
.js-touch .link-list-icon-02 > li > a:active img,
.js-touch .link-list-icon-03 > li > a:hover img,
.js-touch .link-list-icon-03 > li > a:focus img,
.js-touch .link-list-icon-03 > li > a:active img,
.js-touch .link-list-icon-04 > li > a:hover img,
.js-touch .link-list-icon-04 > li > a:focus img,
.js-touch .link-list-icon-04 > li > a:active img {
  opacity: 1;
}
.js-touch .link-list-icon-top > li > a:hover,
.js-touch .link-list-icon-top > li > a:focus,
.js-touch .link-list-icon-top > li > a:active {
  opacity: 1;
}

/* ============================================================================
 * _module
 * ========================================================================= */
.icon-blank,
.icon-pdf,
.icon-zip,
.icon-new {
  vertical-align: bottom;
  margin-left: .5em;
}
.icon-blank img,
.icon-pdf img,
.icon-zip img,
.icon-new img {
  vertical-align: middle;
}

.icon-blank img {
  width: 11px;
}
.link-btn-01 .icon-blank img {
  margin-top: -.3em;
}

.icon-pdf img {
  width: 28px;
}

.icon-zip img {
  width: 25px;
}

.icon-new img {
  width: 32px;
}

.icon-rss {
  display: inline-block;
  margin-left: .5em;
}
.icon-rss img {
  width: 42px;
}

.icon-freedial {
  margin-right: .25em;
}
.icon-freedial img {
  vertical-align: middle;
  width: 30px;
}

.txt-img img {
  vertical-align: middle;
}

.list-breadcrumb {
  font-size: 1.2rem;
  display: inline-block;
  padding: .5em 0;
}
@media screen and (min-width: 769px) {
  .list-breadcrumb {
    font-size: 1.4rem;
  }
}
.list-breadcrumb > li {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
@media screen and (min-width: 769px) {
  .list-breadcrumb > li {
    padding-right: 3em;
  }
}
.list-breadcrumb > li::after {
  position: absolute;
  top: 50%;
  right: .5em;
  display: block;
  content: "＞";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .list-breadcrumb > li::after {
    right: 1em;
  }
}
.list-breadcrumb > li > em {
  font-weight: normal;
}
.list-breadcrumb > li:last-child::after {
  display: none;
}

.hdg-01 {
  font-size: 2.5rem;
  line-height: 1.388888;
  margin-bottom: 40px;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .hdg-01 {
    font-size: 3.6rem;
  }
}

.hdg-02 {
  font-size: 2.5rem;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 2px #dbdbdb;
}
.hdg-02[class*="--border-none"] {
  border-bottom: 0;
}
@media screen and (min-width: 769px) {
  .hdg-02 {
    font-size: 3rem;
    line-height: 1.43;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .hdg-02.hdg-label {
    position: relative;
    padding-right: 11em;
  }
}

.hdg-03 {
  font-size: 2.3rem;
  background: url(/common/images/bg_dot.png) #fbfbfb;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 15px;
  border-left: solid 3px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .hdg-03 {
    font-size: 2.6rem;
    line-height: 1.46;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.hdg-03._medical {
  background-color: #ecf7fa;
  border-left-color: #008ab4;
}
.hdg-03._general {
  background-color: #fbf1f8;
  border-left-color: #b5007c;
}

.hdg-04 {
  font-size: 2.1rem;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
  border-left: solid 3px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .hdg-04 {
    font-size: 2.3rem;
    line-height: 1.56;
  }
}

.hdg-05 {
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
  border-left: solid 2px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .hdg-05 {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 30px;
  }
}

.hdg-06 {
  font-size: 2.5rem;
  line-height: 1.388888;
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .hdg-06 {
    font-size: 2.8rem;
    line-height: 1.433333;
    vertical-align: middle;
    display: table-cell;
    height: 100px;
  }
}
.hdg-06 > .sub {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .hdg-06 > .sub {
    font-size: 2rem;
  }
}

.hdg-07 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-indent: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hdg-07 {
    font-size: 2rem;
  }
}

.hdg-08 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  text-indent: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hdg-08 {
    font-size: 1.8rem;
  }
}

.hdg-09 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  text-indent: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hdg-09 {
    font-size: 1.6rem;
  }
}

.hdg-10 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  text-indent: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hdg-10 {
    font-size: 1.4rem;
  }
}

.hdg-11 {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .hdg-11 {
    font-size: 2.6rem;
    margin-top: 0;
  }
}
.hdg-11 + .hdg-lead {
  text-align: center;
  color: #c13094;
  margin-top: -15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .hdg-11 + .hdg-lead {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .str-inner-md .hdg-11 {
    padding-top: 70px;
  }
}

.str-inner-sm .hdg-11 {
  margin-top: 36px;
}
@media screen and (min-width: 769px) {
  .str-inner-sm .hdg-11 {
    padding-top: 50px;
  }
}
.str-inner-sm .hdg-18 {
  margin-top: 36px;
}
@media screen and (min-width: 769px) {
  .str-inner-sm .hdg-18 {
    margin-top: 0;
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .region-bg-01 .hdg-11 {
    padding-top: 60px;
  }
}

.hdg-12 {
  font-size: 2rem;
  margin-top: 36px;
  margin-bottom: 25px;
}

.hdg-13 {
  font-size: 2.4rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hdg-14 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .hdg-14 {
    font-size: 1.8rem;
  }
}

.hdg-15 {
  font-size: 1.8rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 1.5em;
}
@media screen and (min-width: 769px) {
  .hdg-15 {
    font-size: 2rem;
  }
}
.hdg-15::before {
  background: url(/common/images/icon_hdg.png) no-repeat top;
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 1.1em;
  height: 1.1em;
  content: "";
}

.hdg-16 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .hdg-16 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.hdg-17 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #008ab4;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hdg-17 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.hdg-18 {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .hdg-18 {
    font-size: 2.6rem;
    margin-top: 0;
  }
}
.hdg-18 + .hdg-lead {
  text-align: center;
  color: #c13094;
  margin-top: -15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .hdg-18 + .hdg-lead {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.inner-sm-support {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .inner-sm-support {
    margin-bottom: 60px;
  }
}

.hdg-19 {
  font-size: 1.9rem;
  margin-bottom: 10px;
  border-bottom: solid 2px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .hdg-19 {
    font-size: 2.9rem;
    margin-bottom: 20px;
    border-bottom: solid 2px #dbdbdb;
  }
}

.hdg-inline > * {
  display: inline-block;
}
.hdg-inline > * + * {
  margin-left: 1em;
}

.txt-content > p.hdg-07,
.txt-content > p.hdg-08,
.txt-content > p.hdg-09,
.txt-content > p.hdg-10,
.txt-news > p.hdg-07,
.txt-news > p.hdg-08,
.txt-news > p.hdg-09,
.txt-news > p.hdg-10 {
  text-indent: 0;
}
.txt-content.mb-no > p,
.txt-news.mb-no > p {
  margin-bottom: 0;
}

.txt-link > a {
  text-indent: -1em;
  display: inline-block;
  padding-left: 16px;
}
.txt-link > a::before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: .75em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}

.lyt-col2,
.lyt-col3,
.lyt-col4 {
  margin-bottom: 36px;
}
.lyt-col2.separate > .col-inner,
.lyt-col2.separate > li,
.lyt-col3.separate > .col-inner,
.lyt-col3.separate > li,
.lyt-col4.separate > .col-inner,
.lyt-col4.separate > li {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-col2.separate > .col-inner,
  .lyt-col2.separate > li,
  .lyt-col3.separate > .col-inner,
  .lyt-col3.separate > li,
  .lyt-col4.separate > .col-inner,
  .lyt-col4.separate > li {
    padding-bottom: 0;
  }
}
.lyt-col2.separate > .col-inner::after,
.lyt-col2.separate > li::after,
.lyt-col3.separate > .col-inner::after,
.lyt-col3.separate > li::after,
.lyt-col4.separate > .col-inner::after,
.lyt-col4.separate > li::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: dotted 1px #c2c2c2;
}
@media screen and (min-width: 769px) {
  .lyt-col2.separate > .col-inner::after,
  .lyt-col2.separate > li::after,
  .lyt-col3.separate > .col-inner::after,
  .lyt-col3.separate > li::after,
  .lyt-col4.separate > .col-inner::after,
  .lyt-col4.separate > li::after {
    right: -20px;
    width: 1px;
    height: 100%;
    border-right: dotted 1px #c2c2c2;
  }
}
@media screen and (max-width: 768px) {
  .lyt-col2.separate > .col-inner:last-child,
  .lyt-col2.separate > li:last-child,
  .lyt-col3.separate > .col-inner:last-child,
  .lyt-col3.separate > li:last-child,
  .lyt-col4.separate > .col-inner:last-child,
  .lyt-col4.separate > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lyt-col2.separate > .col-inner:last-child::after,
  .lyt-col2.separate > li:last-child::after,
  .lyt-col3.separate > .col-inner:last-child::after,
  .lyt-col3.separate > li:last-child::after,
  .lyt-col4.separate > .col-inner:last-child::after,
  .lyt-col4.separate > li:last-child::after {
    display: none;
  }
}
.lyt-col2 .lyt-col2.separate > .col-inner:nth-child(2n)::after,
.lyt-col2 .lyt-col2.separate > li:nth-child(2n)::after,
.lyt-col3 .lyt-col2.separate > .col-inner:nth-child(2n)::after,
.lyt-col3 .lyt-col2.separate > li:nth-child(2n)::after,
.lyt-col4 .lyt-col2.separate > .col-inner:nth-child(2n)::after,
.lyt-col4 .lyt-col2.separate > li:nth-child(2n)::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .lyt-col3.separate > .col-inner:nth-child(3n)::after,
  .lyt-col3.separate > li:nth-child(3n)::after {
    display: none;
  }
  .lyt-col4.separate > .col-inner:nth-child(4n)::after,
  .lyt-col4.separate > li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lyt-col2 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.lyt-col2 > li,
.lyt-col2 > .col-inner {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-col2 > li,
  .lyt-col2 > .col-inner {
    width: calc((100% - 40px - 1px) / 2);
    margin-top: 36px;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.lyt-col2 > li:first-child,
.lyt-col2 > .col-inner:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .lyt-col2 > li:nth-child(2),
  .lyt-col2 > .col-inner:nth-child(2) {
    margin-top: 0;
  }
  .lyt-col2 > li:nth-child(2n),
  .lyt-col2 > .col-inner:nth-child(2n) {
    margin-right: 0;
  }
  .lyt-col2 > li > *:last-child,
  .lyt-col2 > .col-inner > *:last-child {
    margin-bottom: 0;
  }
}
.lyt-col2 > li > *:first-child,
.lyt-col2 > .col-inner > *:first-child {
  margin-top: 0;
}
.lyt-col2 > li:last-child,
.lyt-col2 > .col-inner:last-child {
  margin-bottom: 0;
}
.lyt-col2 > li .tgl-sp,
.lyt-col2 > .col-inner .tgl-sp {
  margin-bottom: 0;
}
.lyt-col2[class*="--white"] {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .lyt-col3 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.lyt-col3 > li,
.lyt-col3 > .col-inner {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-col3 > li,
  .lyt-col3 > .col-inner {
    width: calc((100% - 80px - 1px) / 3);
    margin-top: 36px;
    margin-right: 40px;
  }
}
.lyt-col3 > li:first-child,
.lyt-col3 > .col-inner:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .lyt-col3 > li:nth-child(-n+3),
  .lyt-col3 > .col-inner:nth-child(-n+3) {
    margin-top: 0;
  }
  .lyt-col3 > li:nth-child(3n),
  .lyt-col3 > .col-inner:nth-child(3n) {
    margin-right: 0;
  }
  .lyt-col3 > li > *:last-child,
  .lyt-col3 > .col-inner > *:last-child {
    margin-bottom: 0;
  }
}
.lyt-col3 > li > *:first-child,
.lyt-col3 > .col-inner > *:first-child {
  margin-top: 0;
}
.lyt-col3 > li:last-child,
.lyt-col3 > .col-inner:last-child {
  margin-bottom: 0;
}
.lyt-col3.--innovation > li > :first-child {
  margin-bottom: 0;
}
.lyt-col3.--innovation > li .box-02 {
  display: -webkit-flex;
  display:         flex;
          flex-direction: column;
          justify-content: center;
  height: 100%;

  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
@media screen and (min-width: 769px) {
  .lyt-col3.--innovation > li {
    width: calc((100% - 60px - 1px) / 3);
    margin-top: 16px;
    margin-right: 30px;
  }
  .lyt-col3.--innovation > li:nth-child(1),
  .lyt-col3.--innovation > li:nth-child(2),
  .lyt-col3.--innovation > li:nth-child(3) {
    margin-top: 0;
  }
  .lyt-col3.--innovation > li:nth-child(3n) {
    margin-right: 0;
  }
}
.lyt-col3.--innovation-only {
          justify-content: center;

  -webkit-justify-content: center;
}
.lyt-col3.--innovation-only > .col-inner {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .lyt-col4 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.lyt-col4 > li,
.lyt-col4 > .col-inner {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-col4 > li,
  .lyt-col4 > .col-inner {
    width: calc((100% - 120px - 1px) / 4);
    margin-top: 36px;
    margin-right: 40px;
  }
}
.lyt-col4 > li:first-child,
.lyt-col4 > .col-inner:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .lyt-col4 > li:nth-child(-n+4),
  .lyt-col4 > .col-inner:nth-child(-n+4) {
    margin-top: 0;
  }
  .lyt-col4 > li:nth-child(4n),
  .lyt-col4 > .col-inner:nth-child(4n) {
    margin-right: 0;
  }
  .lyt-col4 > li > *:last-child,
  .lyt-col4 > .col-inner > *:last-child {
    margin-bottom: 0;
  }
}
.lyt-col4 > li > *:first-child,
.lyt-col4 > .col-inner > *:first-child {
  margin-top: 0;
}
.lyt-col4 > li:last-child,
.lyt-col4 > .col-inner:last-child {
  margin-bottom: 0;
}

.link-effect-img > li a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.link-effect-img > li a > img {
  width: 100%;
  transition: -webkit-transform .5s linear;
  transition:         transform .5s linear;
  transition:         transform .5s linear, -webkit-transform .5s linear;
}
.link-effect-img > li a:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.link-list {
  font-size: 1.6rem;
  margin-bottom: 36px;
}
.link-list > li {
  margin-bottom: 8px;
}
.link-list > li > a {
  word-break: break-word;
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .link-list > li > a {
    word-break: normal;
  }
}
.link-list > li > a::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list.pnl > li {
  border: solid 1px #dbdbdb;
}
.link-list.pnl > li > a {
  padding: 16px;
}
.link-list.pnl > li > a::before {
  top: calc(.5em + 16px);
}
.link-list.lyt-col2 > li,
.link-list.lyt-col3 > li,
.link-list.lyt-col4 > li {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .link-list.other {
    margin-top: 30px;
  }
}
.link-list.other > li {
  margin-bottom: 1em;
}
.link-list.other > li > a {
  color: #000;
}
.link-list.other > li > a:hover,
.link-list.other > li > a:focus,
.link-list.other > li > a:active {
  text-decoration: none;
  color: #737373;
}

.link-list-hr,
.link-list-anchor,
.link-list-anchor-up {
  font-size: 1.6rem;
  margin-bottom: 28px;
}
.link-list-hr > li,
.link-list-anchor > li,
.link-list-anchor-up > li {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .link-list-hr > li.sp-show,
  .link-list-anchor > li.sp-show,
  .link-list-anchor-up > li.sp-show {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .link-list-hr > li.sp-show,
  .link-list-anchor > li.sp-show,
  .link-list-anchor-up > li.sp-show {
    display: inline-block;
  }
}
.link-list-hr > li a,
.link-list-anchor > li a,
.link-list-anchor-up > li a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}
.link-list-hr > li a::before,
.link-list-anchor > li a::before,
.link-list-anchor-up > li a::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 3px 0 3px;
  border-style: solid;
  border-color: #d4007f transparent transparent transparent;
}
.link-list-hr > li:last-child,
.link-list-anchor > li:last-child,
.link-list-anchor-up > li:last-child {
  margin-right: 0;
}

.link-list-anchor-up > li a::before {
  top: .6em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-list-hr > li a::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}

.link-btn-01,
.link-btn-02,
.link-btn-03 {
  text-align: center;
  margin-bottom: 30px;
}
.link-btn-01 > a,
.link-btn-01 button,
.link-btn-02 > a,
.link-btn-02 button,
.link-btn-03 > a,
.link-btn-03 button {
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  position: relative;
  display: inline-block;
  min-width: 216px;
  border-radius: 2em;
}

.link-btn-01 > a,
.link-btn-01 > button {
  text-align: center;
  color: #000;
  max-width: 100%;
  padding: 10px 50px 8px 40px;
  border: solid 2px #b5007c;
}
.link-btn-01 > a:hover,
.link-btn-01 > a:focus,
.link-btn-01 > a:active,
.link-btn-01 > button:hover,
.link-btn-01 > button:focus,
.link-btn-01 > button:active {
  color: #737373;
  border-color: #cb4ca3;
}
.link-btn-01 > a::after,
.link-btn-01 > button::after {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  content: "";
}
.link-btn-01._medical > a,
.link-btn-01._medical > button {
  border-color: #008ab4;
}
.link-btn-01._medical > a:hover,
.link-btn-01._medical > a:focus,
.link-btn-01._medical > a:active,
.link-btn-01._medical > button:hover,
.link-btn-01._medical > button:focus,
.link-btn-01._medical > button:active {
  border-color: #46aac9;
}
.link-btn-01._medical > a::after,
.link-btn-01._medical > button::after {
  background: url(/common/images/icon_arrow_02.png) no-repeat;
}

.link-btn-02 > a,
.link-btn-02 > button,
.link-btn-03 > a,
.link-btn-03 > button {
  color: #006f93;
  width: 100%;
  padding: 10px 24px 8px 24px;
  border: solid 2px #dbdbdb;
}
.link-btn-02 > a > .label::before,
.link-btn-02 > button > .label::before,
.link-btn-03 > a > .label::before,
.link-btn-03 > button > .label::before {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .5em;
  margin-bottom: 2px;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-btn-02 > a:hover,
.link-btn-02 > a:focus,
.link-btn-02 > a:active,
.link-btn-02 > button:hover,
.link-btn-02 > button:focus,
.link-btn-02 > button:active,
.link-btn-03 > a:hover,
.link-btn-03 > a:focus,
.link-btn-03 > a:active,
.link-btn-03 > button:hover,
.link-btn-03 > button:focus,
.link-btn-03 > button:active {
  color: #73a2b7;
  border-color: #e6e6e6;
}

.link-btn-03 {
  text-align: left;
}
.link-btn-03 > a,
.link-btn-03 > button {
  width: inherit;
}
.link-btn-03 > a::before,
.link-btn-03 > button::before {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .5em;
  margin-bottom: 2px;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}

.link-btn-04 > a,
.link-btn-04 > button {
  font-size: 1.6rem;
  text-align: center;
  text-align: center;
  color: #000;
  background-color: #fff;
  position: relative;
  max-width: 100%;
  padding: 10px 50px 8px 40px;
  border: solid 2px #b5007c;
  border-radius: 2em;
}
.link-btn-04 > a:hover,
.link-btn-04 > a:focus,
.link-btn-04 > a:active,
.link-btn-04 > button:hover,
.link-btn-04 > button:focus,
.link-btn-04 > button:active {
  color: #737373;
  border-color: #cb4ca3;
}
.link-btn-04 > a::after,
.link-btn-04 > button::after {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  content: "";
}

.btn-align {
  display: -webkit-flex;
  display:         flex;
          flex-direction: column;
          justify-content: center;
  height: 100%;

  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}

.h100 {
  height: 100%;
}

.link-list-btn {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 26px;
}
.link-list-btn.with-sns {
  padding: 0 200px;
}
.link-list-btn.txt-center > li {
  margin: 0 7.5px 10px 7.5px !important;
}
.link-list-btn > .sns-share-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display:         flex;
          flex-direction: column;
          align-content: center;
          justify-content: center;
  margin: auto;

  -webkit-flex-direction: column;
  -webkit-align-content: center;
  -webkit-justify-content: center;
}
.link-list-btn > .sns-share-btn > .lyt-sns {
  margin-bottom: 0;
}
.link-list-btn > li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.link-list-btn > li > a,
.link-list-btn > li button {
  color: #000;
  background-color: #fff;
  position: relative;
  display: block;
  padding: 9px 50px 9px 40px;
  border: solid 2px #b5007c;
  border-radius: 2em;
}
.link-list-btn > li > a:hover,
.link-list-btn > li > a:focus,
.link-list-btn > li > a:active,
.link-list-btn > li button:hover,
.link-list-btn > li button:focus,
.link-list-btn > li button:active {
  color: #737373;
  border-color: #cb4ca3;
}
.link-list-btn > li > a::after,
.link-list-btn > li button::after {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  content: "";
}
.link-list-btn > li:last-child {
  margin-right: 0;
}
.link-list-btn > li.link-btn-03 > a,
.link-list-btn > li.link-btn-03 > button {
  color: #006f93;
  width: 100%;
  padding: 10px 24px 8px 24px;
  border: solid 2px #dbdbdb;
}
.link-list-btn > li.link-btn-03 > a::after,
.link-list-btn > li.link-btn-03 > button::after {
  display: none;
}
.link-list-btn > li.link-btn-03 > a:hover,
.link-list-btn > li.link-btn-03 > a:focus,
.link-list-btn > li.link-btn-03 > a:active,
.link-list-btn > li.link-btn-03 > button:hover,
.link-list-btn > li.link-btn-03 > button:focus,
.link-list-btn > li.link-btn-03 > button:active {
  color: #73a2b7;
  border-color: #e6e6e6;
}

.link-text {
  display: -webkit-flex;
  display:         flex;
  padding-left: 1em;
}
.link-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 9px;
  padding-left: 1em;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.link-text[class*="--black"] > a {
  color: #000;
}
.link-text[class*="--black"] > a:hover {
  color: #737373;
}

.link-list-img > li {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
}
.link-list-img > li > a {
  background-color: #f5f5f5;
  position: relative;
  display: block;
  width: 100%;
}
.link-list-img > li > a > .img {
  overflow: hidden;
  width: 100%;
}
.link-list-img > li > a > .img img {
  width: 100%;
  height: auto;
  transition: -webkit-transform .5s linear;
  transition:         transform .5s linear;
  transition:         transform .5s linear, -webkit-transform .5s linear;
}
.link-list-img > li > a > .txt {
  padding: 20px 20px 15px;
}
.link-list-img > li > a > .txt.border {
  border-top: solid 4px #b5007c;
}
.link-list-img > li > a > .txt[class*=mark] > span {
  position: relative;
  display: block;
  padding-left: 1em;
}
.link-list-img > li > a > .txt[class*=mark]::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
@media screen and (min-width: 769px) {
  .link-list-img > li > a > .txt {
    font-size: 1.4rem;
  }
}
.link-list-img > li > a > .txt > .date {
  color: #000;
  position: relative;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .link-list-img > li > a > .txt > .date {
    font-size: 1.4rem;
  }
}
.link-list-img > li > a > .txt > .date > .category::after {
  color: #555;
  display: inline-block;
  margin-right: .5em;
  margin-left: .5em;
  content: "|";
}
.link-list-img > li > a:hover > .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.link-list-img > li > a:hover > .txt .date {
  color: #737373;
}
.link-list-img > li > a .icon-blank {
  position: absolute;
  right: .5em;
  bottom: .25em;
}
@media screen and (max-width: 540px) {
  .link-list-img[class*="--narrow"] {
            flex-direction: column;

    -webkit-flex-direction: column;
  }
  .link-list-img[class*="--narrow"] > li {
    width: 100% !important;
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .link-list-img[class*="--narrow"] > .last {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .link-list-img.lyt-col2,
  .link-list-img.lyt-col3,
  .link-list-img.lyt-col4 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: stretch;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
  }
  .link-list-img.lyt-col2 > li,
  .link-list-img.lyt-col3 > li,
  .link-list-img.lyt-col4 > li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .link-list-img.lyt-col2 > li:nth-child(2),
  .link-list-img.lyt-col3 > li:nth-child(2),
  .link-list-img.lyt-col4 > li:nth-child(2) {
    margin-top: 0;
  }
  .link-list-img.lyt-col2 > li:nth-child(2n),
  .link-list-img.lyt-col3 > li:nth-child(2n),
  .link-list-img.lyt-col4 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.hdg-link {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #dbdbdb;
}
.hdg-link > a {
  color: #000;
}
.hdg-link > a:hover,
.hdg-link > a:focus,
.hdg-link > a:active {
  text-decoration: none;
  color: #737373;
}
.hdg-link > a::before {
  vertical-align: middle;
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -5px;
  margin-right: .5em;
  content: "";
}
@media screen and (min-width: 769px) {
  .hdg-link > a::before {
    width: 2rem;
    height: 2rem;
  }
}
.hdg-link.icon-white > a::before {
  background: url(/common/images/icon_arrow_03.png) no-repeat;
  background-size: cover;
}
.hdg-link[class*="--sustainability"] {
  padding-bottom: 0;
  border-bottom: unset;
}
.hdg-link[class*="--sustainability"] > a:hover {
  color: #b5007c;
  border-bottom: 1px solid #b5007c;
}
.hdg-link[class*="--sustainability"] > a::before {
  content: unset;
}
.hdg-link[class*="--sustainability"] > a::after {
  vertical-align: middle;
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -3px;
  margin-left: .5em;
  content: "";
}
@media screen and (min-width: 769px) {
  .hdg-link[class*="--sustainability"] > a::after {
    width: 2rem;
    height: 2rem;
  }
}
.hdg-link.--type2 {
  text-align: center;
  padding-bottom: 0;
  border-bottom: unset;
}
.hdg-link.--type2 + .hdg-link.--type2 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .hdg-link.--type2 + .hdg-link.--type2 {
    margin-top: 80px;
  }
}
.hdg-link.--type2 > a {
  font-size: 2.4rem;
}
.hdg-link.--type2 > a:hover {
  color: #b5007c;
  border-bottom: 1px solid #b5007c;
}
.hdg-link.--type2 > a::before {
  content: unset;
}
.hdg-link.--type2 > a::after {
  vertical-align: middle;
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -3px;
  margin-left: .5em;
  content: "";
}
@media screen and (min-width: 769px) {
  .hdg-link.--type2 > a::after {
    width: 2rem;
    height: 2rem;
  }
}

[class^=list-] > li > p {
  margin-bottom: 10px;
}
[class^=list-] > li > .txt-news {
  margin-bottom: 10px;
}
[class^=list-] > li > .txt-news > p {
  margin-bottom: 0;
}
[class^=list-] > li a {
  word-break: break-word;
}
[class^=list-] [class^=list-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-disc {
  margin-bottom: 36px;
}
.list-disc > li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 18px;
}
.list-disc > li::before {
  background-color: #c2c2c2;
  position: relative;
  top: .8em;
  left: -12px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.list-disc > li > ul,
.list-disc > li > ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.list-disc > li > a {
  text-decoration: underline;
}
.list-disc > li p a {
  text-decoration: underline;
}
.list-disc > li:last-child {
  margin-bottom: 0;
}

.list-disc-none {
  margin-bottom: 36px;
}
.list-disc-none > li {
  margin-bottom: 10px;
}
.list-disc-none > li > ul,
.list-disc-none > li > ol {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 18px;
}
.list-disc-none > li > a {
  text-decoration: underline;
}
.list-disc-none > li p a {
  text-decoration: underline;
}
.list-disc-none > li:last-child {
  margin-bottom: 0;
}

.list-bar {
  margin-bottom: 36px;
}
.list-bar > li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 18px;
}
.list-bar > li::before {
  background-color: #000;
  position: relative;
  top: .8em;
  left: -12px;
  display: block;
  width: .25em;
  height: 1px;
  content: "";
}
.list-bar > li > ul,
.list-bar > li > ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.list-bar > li > a {
  text-decoration: underline;
}
.list-bar > li p a {
  text-decoration: underline;
}
.list-bar > li:last-child {
  margin-bottom: 0;
}

.list-news {
  margin-bottom: 36px;
  border-bottom: solid 1px #dbdbdb;
}
.list-news > li {
  width: 100%;
  padding: 24px 0 16px;
  border-top: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .list-news > li {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.list-news > li > .list-news-date {
  width: 100%;
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .list-news > li > .list-news-date {
    width: 10em;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.list-news > li > .list-news-txt {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-news > li > .list-news-txt {
    width: calc(100% - 12em);
  }
}
.list-news + .exec-introduce {
  margin-top: -36px;
}

.list-news-category {
  margin-bottom: 36px;
  border-bottom: solid 1px #dbdbdb;
}
.list-news-category + .medicines-tgl .list-news-category > li:first-child {
  border-top: 0;
}
.list-news-category > li {
  width: 100%;
  padding: 24px 0;
  border-top: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .list-news-category > li {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: flex-start;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-start;
  }
}
.list-news-category > li > .date {
  width: 100%;
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .list-news-category > li > .date {
    width: 6em;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.list-news-category > li > .category {
  text-align: center;
  background: #eee;
  width: 100%;
  width: 7em;
  padding: .25em;
}
@media screen and (min-width: 769px) {
  .list-news-category > li > .category {
    margin-top: -3px;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.list-news-category > li > .txt {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .list-news-category > li > .txt {
    width: calc(100% - 13em - 48px);
  }
  .list-news-category > li > .txt + .txt {
    margin-top: 10px;
  }
}
.list-news-category + .medicines-tgl {
  margin-top: -36px;
}
.list-news-category + .medicines-tgl .list-news-category:first-child {
  margin-bottom: 0;
}

.list-order {
  margin-bottom: 36px;
  counter-reset: list-order;
}
.list-order > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}
.list-order > li::before {
  text-align: center;
  position: absolute;
  left: 0;
  content: counter(list-order) ".";
  counter-increment: list-order;
}
.list-order > li:last-child {
  margin-top: 0;
}
.list-order > li > ul,
.list-order > li > ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.list-order > li > a {
  text-decoration: underline;
}
.list-order > li p a {
  text-decoration: underline;
}
.list-order > li:last-child {
  margin-bottom: 0;
}

.list-num {
  margin-bottom: 36px;
}
.list-num > li {
  display: table-row;
}
.list-num > li > .mark {
  vertical-align: top;
  white-space: pre;
  display: table-cell;
  padding-right: 5px;
  padding-bottom: 10px;
}
.list-num > li > .txt {
  vertical-align: top;
  display: table-cell;
  padding-bottom: 10px;
}
.list-num > li > .txt > p + p {
  margin-top: 10px;
}
.list-num > li:last-child > .mark,
.list-num > li:last-child > .txt {
  padding-bottom: 0;
}
.list-num > li a {
  text-decoration: underline;
}
.list-num .list-num {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-note {
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .list-note {
    font-size: 1.4rem;
  }
}
.list-note > li {
  display: table-row;
}
.list-note > li > .mark {
  vertical-align: top;
  white-space: pre;
  display: table-cell;
  padding-right: .5em;
  padding-bottom: 10px;
}
.list-note > li > .txt {
  vertical-align: top;
  display: table-cell;
  padding-bottom: 10px;
}
.list-note > li:last-child > .mark,
.list-note > li:last-child > .txt {
  padding-bottom: 0;
}
.list-note > li a {
  text-decoration: underline;
}
.list-note .list-note {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-flow {
  margin-bottom: 36px;
}
.list-flow > li {
  position: relative;
  padding: 20px;
  border: solid 2px #e6e6e6;
}
.list-flow > li .hdg {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-flow > li .hdg .num {
  display: inline-block;
  margin-right: .5em;
}
.list-flow > li > *:last-child {
  margin-bottom: 0;
}
.list-flow > li + li {
  margin-top: 50px;
}
.list-flow > li + li::before {
  position: absolute;
  top: -35px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: "";
  border-width: 15px 9px 0 9px;
  border-style: solid;
  border-color: #c2c2c2 transparent transparent transparent;
}

.list-faq {
  margin-bottom: 36px;
  border-bottom: dotted 1px #c2c2c2;
}
.list-faq > li .question,
.list-faq > li .answer {
  line-height: 1.57;
  text-align: left;
  background-color: inherit;
  position: relative;
  padding: 24px 0 10px 46px;
  border-style: none;
}
.list-faq > li .question::before,
.list-faq > li .answer::before {
  background: url(/common/images/icon_question.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
}
.list-faq > li .answer {
  padding-top: 6px;
  padding-bottom: 20px;
}
.list-faq > li .answer::before {
  background: url(/common/images/icon_answer.png) no-repeat;
  background-size: 100%;
  top: 0;
}
.list-faq > li .answer > * {
  margin-bottom: 20px;
}
.list-faq > li .answer > *:last-child {
  margin-bottom: 0;
}
.list-faq > li .answer_list_height {
  padding-top: 0;
}
.list-faq > li .question {
  font-weight: bold;
}
.list-faq > li .question > p > a {
  font-weight: normal;
  text-decoration: underline;
  display: block;
}
.list-faq > li .question > p > a:hover,
.list-faq > li .question > p > a:focus,
.list-faq > li .question > p > a:active {
  font-weight: normal;
  text-decoration: underline;
  color: #73a2b7;
}
.list-faq > li + li {
  border-top: dotted 1px #c2c2c2;
}

.js-enabled .question.js-tgl-hook {
  background-color: #fff;
  padding: 0;
}
.js-enabled .question.js-tgl-hook > button,
.js-enabled .question.js-tgl-hook > a {
  font-weight: bold;
  text-align: left;
  color: #000;
  display: block;
  width: 100%;
  padding: 24px 40px 10px 46px;
}
.js-enabled .question.js-tgl-hook > button:hover,
.js-enabled .question.js-tgl-hook > button:focus,
.js-enabled .question.js-tgl-hook > button:active,
.js-enabled .question.js-tgl-hook > a:hover,
.js-enabled .question.js-tgl-hook > a:focus,
.js-enabled .question.js-tgl-hook > a:active {
  text-decoration: none;
  color: #737373;
}
.js-enabled .question.js-tgl-hook > button > .status,
.js-enabled .question.js-tgl-hook > a > .status {
  color: transparent;
  position: absolute;
  top: 18px;
  right: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.js-enabled .question.js-tgl-hook > button > .status::after,
.js-enabled .question.js-tgl-hook > a > .status::after {
  background: url(/common/images/icon_open.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
}
.js-enabled .question.js-tgl-hook > button.is-active > .status::after,
.js-enabled .question.js-tgl-hook > a.is-active > .status::after {
  background: url(/common/images/icon_close.png) no-repeat;
}
.js-enabled .question.js-tgl-hook div:only-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .js-enabled .question.js-tgl-hook:first-child .question.js-tgl-hook,
  .js-enabled .question.js-tgl-hook:first-child .question {
    padding-top: 6px;
  }
  .js-enabled .question.js-tgl-hook:first-child .question.js-tgl-hook::before,
  .js-enabled .question.js-tgl-hook:first-child .question::before {
    top: 0;
  }
  .js-enabled .question.js-tgl-hook:first-child .question.js-tgl-hook > .status,
  .js-enabled .question.js-tgl-hook:first-child .question > .status {
    top: 0;
  }
}

.list-biography > li {
  margin-bottom: 5px;
}
.list-biography > li::after {
  display: block;
  clear: both;
  content: "";
}
.list-biography > li > .year {
  float: left;
  width: 6em;
  margin-right: .5em;
}
.list-biography > li > .txt {
  float: right;
  width: calc(100% - 6.5em);
}
.list-biography > li > .txt + .txt {
  margin-top: 5px;
}

.list-hr-02 {
  margin-bottom: 36px;
}
.list-hr-02 > li {
  position: relative;
  display: inline-block;
}
.list-hr-02 > li > a {
  text-decoration: underline;
}
.list-hr-02 > li::after {
  vertical-align: middle;
  background: #b8b8b8;
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-right: .25em;
  margin-left: .5em;
  content: "";
}
.list-hr-02 > li:last-child::after {
  display: none;
}

.list-result {
  margin-bottom: 36px;
  border-bottom: dotted 1px #a8a8a8;
}
.list-result > li {
  padding: 25px 0;
  border-top: dotted 1px #a8a8a8;
}
.list-result > li > .hdg,
.list-result > li > .txt {
  margin-bottom: 10px;
}

.list-sns {
  text-align: center;
}
.list-sns > li {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.list-sns > li img {
  max-width: 100%;
}
.list-sns > li + li {
  margin-left: 10px;
}

.list-data {
  font-size: 1.4rem;
}
.list-data > li {
  margin-bottom: .5em;
}
.list-data > li:last-child {
  margin-bottom: 0;
}
.list-data > li .date {
  margin-bottom: .25em;
}
.list-data > li .txt > p + p {
  margin-top: .25em;
}
.list-data > li .txt > ul {
  margin-top: .25em;
  margin-bottom: .25em;
}

.txt-content {
  margin-bottom: 36px;
}
.txt-content > p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.txt-content > p a {
  text-decoration: underline;
}
.txt-content > p a:hover,
.txt-content > p a:focus,
.txt-content > p a:active {
  text-decoration: underline;
}
.txt-content > p:last-child {
  margin-bottom: 0;
}
.txt-content[class*="--red"] > p {
  color: #b5007c;
}

.txt-news {
  margin-bottom: 36px;
}
.txt-news > .date {
  text-indent: 0;
  text-align: right;
  margin-bottom: 1em;
}
.txt-news > .date > .category {
  background-color: #eee;
  display: inline-block;
  margin-right: 24px;
  padding: .25em 1em;
}
.txt-news > .end {
  text-indent: 0;
  margin-bottom: 0;
}
.txt-news > p {
  line-height: 1.7;
  margin-bottom: 2em;
}
.txt-news > p:last-child {
  margin-bottom: 0;
}
.txt-news > p a {
  text-decoration: underline;
}
.txt-news-head {
  display: -webkit-flex;
  display:         flex;
          justify-content: space-between;
  margin-bottom: 1em;

  -webkit-justify-content: space-between;
}
.txt-news-head > .date {
  text-indent: 0;
  display: -webkit-flex;
  display:         flex;
          align-items: flex-end;

  -webkit-align-items: flex-end;
}

.sns-icon {
  display: -webkit-flex;
  display:         flex;
}
.sns-icon > li a:hover {
  opacity: .7;
}
.sns-icon > li a > img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.mr5 {
  margin-right: 5px;
}

.txt-lead {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .txt-lead {
    font-size: 2rem;
  }
}

.txt-tel {
  font-size: 3rem;
  line-height: 1.7;
  text-align: center;
}
.txt-tel + .txt-tel-sub {
  font-size: 1.4rem;
  text-align: center;
  margin-top: -30px;
}
.txt-tel a[href^=tel].item {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .txt-tel a[href^=tel].item {
    pointer-events: none;
  }
}
.txt-tel._icon > .item {
  position: relative;
  padding-left: 40px;
}
.txt-tel._icon > .item::before {
  background-image: url(/common/images/icon_tel.png);
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
}

.txt-tel-sub + .txt-tel {
  margin-top: -20px;
}

.txt-label {
  font-size: 1.4rem;
  text-align: center;
  background-color: #e7f6fa;
  display: block;
  width: 10em;
  padding: .25em;
}

.hdg-02 > .txt-label {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .hdg-02 > .txt-label {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.25em;
  }
}

.img-content {
  margin-bottom: 36px;
}
.img-content figure > .img-caption {
  margin-top: 10px;
}
.img-content.img-hhc img {
  width: 136px;
}
.img-content[class*="--unset"] img {
  vertical-align: auto;
  width: 100%;
  height: auto;
}
.img-content[class*="--sustainability"] img {
  max-width: 294px;
  max-height: 193px;
}

.scrollable-img {
  overflow: auto;
  width: 100%;
}
.scrollable-img figure img {
  width: 960px;
  max-width: inherit;
}

.video-content {
  margin-bottom: 36px;
}
.video-content video {
  max-width: 100%;
}

.video-jstream iframe {
  position: static !important;
  width: 100% !important;
  height: 100vh !important;
}
@media screen and (min-width: 769px) {
  .video-jstream iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .video-jstream iframe {
    position: absolute !important;
    top: unset;
    left: 0;
    height: 100% !important;
  }
}

.box-01,
.box-02,
.box-03,
.box-05,
.box-10 {
  width: 100%;
  margin-bottom: 36px;
  padding: 20px 25px;
}
.box-01 > *:first-child,
.box-02 > *:first-child,
.box-03 > *:first-child,
.box-05 > *:first-child,
.box-10 > *:first-child {
  margin-top: 0;
}
.box-01 > *:last-child,
.box-02 > *:last-child,
.box-03 > *:last-child,
.box-05 > *:last-child,
.box-10 > *:last-child {
  margin-bottom: 0;
}

.box-08,
.box-09 {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 17px;
}
@media screen and (min-width: 769px) {
  .box-08,
  .box-09 {
    margin-bottom: 36px;
    padding: 33px 30px;
  }
}
.box-08 > *:first-child,
.box-09 > *:first-child {
  margin-top: 0;
}
.box-08 > *:last-child,
.box-09 > *:last-child {
  margin-bottom: 0;
}

.box-01 {
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .box-01.sup-info .txt {
    font-size: 1.4rem;
  }
}

.box-02 {
  border: solid 2px #e6e6e6;
}

.box-03 {
  background-color: #e7f6fa;
}

.box-04 {
  background-color: #faf7f0;
  margin-bottom: 36px;
  padding: 25px;
}
.box-04 > *:first-child {
  margin-top: 0;
}
.box-04 > *:last-child {
  margin-bottom: 0;
}
.box-04 .txt-em {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-04 .txt-em {
    font-size: 4rem;
  }
}
.box-04 .txt-em > em {
  color: #b5007c;
}
@media screen and (min-width: 769px) {
  .box-04 .txt-em + .txt-em-note {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 769px) {
  .box-04.box-index {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.box-05 {
  border: solid 1px #dbdbdb;
}
.box-05 .link-list {
  margin-bottom: 10px;
}

.box-06 {
  background-color: #fff;
  padding: 12px;
  border: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .box-06 {
    padding: 22px;
  }
}
.box-06 > .hdg {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #c2c2c2;
}
@media screen and (min-width: 769px) {
  .box-06 > .hdg {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
.box-06 > .hdg > .label {
  font-size: 2rem;
  font-weight: bold;
}
.box-06 > .hdg > .lead {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .box-06 > .hdg > .lead {
    font-size: 1.6rem;
  }
}
.box-06 > .download {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 1px #c2c2c2;
}
.box-06 > .download > * {
  margin-bottom: 0;
}
.box-06 > .download > * + * {
  margin-top: 10px;
}
.box-06 > .content > * {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .box-06 > .content > * {
    margin-bottom: 30px;
  }
}
.box-06 > .content > * + * {
  margin-top: 10px;
}
.box-06 > .content > *:last-child {
  margin-bottom: 0;
}

.box-07 {
  background-color: #fff;
  width: 100%;
  margin-bottom: 36px;
  padding: 20px;
}
.box-07 > *:first-child {
  margin-top: 0;
}
.box-07 > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .box-07 {
    padding: 40px;
  }
}

.box-08 {
  background-color: #ecf7fa;
}

.box-09 {
  background-color: #fbf1f8;
}
.box-09 > .inner {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  margin-top: -16px;

  -webkit-flex-wrap: wrap;
}
.box-09 > .inner > .item {
  background-color: #fff;
  width: 48.7804878049%;
  margin-top: 16px;
  padding: 30px 40px;
}
.box-09 > .inner > .item:nth-child(even) {
  margin-left: 2.4390243902%;
}
.box-09 > .inner > .item > .hdg {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.27777;
  text-align: center;
  color: #b5007c;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #b5007c;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.box-09 > .inner > .item > .content > :last-child {
  margin-bottom: 0;
}
.box-09 > .inner > .item > .content .img-content {
  margin-bottom: 30px;
}
.box-09 > .inner > .item > .content .txt-content {
  margin-bottom: 20px;
}
.box-09 > .inner > .item > .content .link-btn-01 + .link-btn-01 {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .box-09 {
    padding: 20px 10px;
  }
  .box-09 > .inner {
    display: block;
  }
  .box-09 > .inner > .item {
    background-color: #fff;
    width: 100%;
    margin-top: 16px;
    padding: 30px 12px;
  }
  .box-09 > .inner > .item:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .box-09 > .inner > .item {
    padding: 30px 20px;
  }
}
.box-10 {
  border: solid 1px #d4007f;
}

.box-11 {
  background-color: #fff;
  display: -webkit-flex;
  display:         flex;
          flex-direction: column;
  padding: 12px;
  border: solid 1px #dbdbdb;

  -webkit-flex-direction: column;
}
@media screen and (min-width: 769px) {
  .box-11 {
    padding: 22px;
  }
}
.box-11 > .hdg {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #c2c2c2;
}
@media screen and (min-width: 769px) {
  .box-11 > .hdg {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
.box-11 > .hdg > .label {
  font-size: 2rem;
  font-weight: bold;
}
.box-11 > .hdg > .lead {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .box-11 > .hdg > .lead {
    font-size: 1.6rem;
  }
}
.box-11 > .box-content {
  display: -webkit-flex;
  display:         flex;
          flex-direction: column;
          justify-content: space-between;
  height: 100%;

  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
}
.box-11 > .download {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 1px #c2c2c2;
}
.box-11 > .download > * {
  margin-bottom: 0;
}
.box-11 > .download > * + * {
  margin-top: 10px;
}
.box-11 > .content > * {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .box-11 > .content > * {
    margin-bottom: 30px;
  }
}
.box-11 > .content > * + * {
  margin-top: 10px;
}
.box-11 > .content > *:last-child {
  margin-bottom: 0;
}

.box-color-relation {
  background-color: #f9f0f6;
}

.box-link-balloon {
  position: relative;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;
  margin-bottom: 30px;
  padding: 16px;
  border: solid 2px #dbdbdb;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.box-link-balloon::before,
.box-link-balloon::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: "";
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #dbdbdb transparent transparent transparent;
}
.box-link-balloon::after {
  bottom: -9px;
  border-color: #fff transparent transparent transparent;
}
.box-link-balloon > .label {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .box-link-balloon > .label {
    width: calc(100% - 44px - .5em);
  }
}
.box-link-balloon > .label::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.box-link-balloon > .icon {
  width: 44px;
  margin-left: .5em;
}
.box-link-balloon *:first-child {
  margin-top: 0;
}
.box-link-balloon *:last-child {
  margin-bottom: 0;
}

.box-link {
  padding: 0 20px 10px;
  border: solid 1px #dbdbdb;
}
.box-link > .hdg {
  font-size: 1.6rem;
  background-color: #f5f9fa;
  width: calc(100% + 40px);
  margin-bottom: 16px;
  margin-left: -20px;
  padding: 10px 12px;
  border-bottom: dotted 1px #c2c2c2;
}
.box-link > .hdg > a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.box-link > .hdg > a::before {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: 2px;
  content: "";
}
.box-link > .content > *:last-child {
  margin-bottom: 0;
}

.lyt-search {
  font-size: 1.4rem;
  background-color: #f5f5f5;
  margin: 30px 0;
  padding: 12px 16px;
}
@media screen and (min-width: 900px) {
  .lyt-search {
    margin: 45px 0 50px;
    padding: 16px 26px;
  }
}
.lyt-search > form {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;

  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .lyt-search > form {
            align-items: center;

    -webkit-align-items: center;
  }
}
.lyt-search > form > .txt {
  width: 100%;
  margin-bottom: .5em;
}
@media screen and (min-width: 900px) {
  .lyt-search > form > .txt {
    width: 10em;
    margin-right: 26px;
    margin-bottom: 0;
  }
}
.lyt-search > form > .input {
  line-height: 2;
  width: calc(100% - 100px);
  padding: 10px 16px;
  border: solid 1px #dbdbdb;
}
@media screen and (min-width: 900px) {
  .lyt-search > form > .input {
    width: calc(100% - 10em - 126px);
    min-height: 50px;
    padding: 10px 26px;
  }
}
.lyt-search > form > .btn {
  background-color: #dbdbdb;
  position: relative;
  width: 100px;
  padding: 12px 50px 12px 16px;
  border: solid 2px #dbdbdb;
}
.lyt-search > form > .btn::after {
  background: url(/common/images/icon_search.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
}
.lyt-search > form > .btn:hover,
.lyt-search > form > .btn:focus,
.lyt-search > form > .btn:active {
  color: #737373;
}
@-moz-document url-prefix() {
  .lyt-search > form > .btn {
    border: solid 1px #dbdbdb;
  }
}

.lyt-search-02 {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 12px 16px;
}
@media screen and (min-width: 769px) {
  .lyt-search-02 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: flex-start;
    padding: 25px 20px 10px;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-start;
  }
}
.lyt-search-02 > .hdg {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-search-02 > .hdg {
    width: 5em;
    margin-top: 1em;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .lyt-search-02 .keyword-wrap {
    width: calc(100% - 5em - 340px - 10em);
    min-width: 420px;
    margin-right: 30px;
  }
}
.lyt-search-02 .keyword-wrap .keyword {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-search-02 .keyword-wrap .keyword {
    font-size: 1.4rem;
    width: 100%;
  }
  .lyt-search-02 .keyword-wrap .keyword input {
    width: calc(100% - 100px);
  }
}
.lyt-search-02 .keyword-wrap .type {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-search-02 .keyword-wrap .type {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: center;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
  }
}
.lyt-search-02 .keyword-wrap .type > .hdg {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-search-02 .keyword-wrap .type > .hdg {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.lyt-search-02 .select-wrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-search-02 .select-wrap {
    font-size: 1.4rem;
    width: 260px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .lyt-search-02 .note {
    width: 10em;
    margin-top: 1em;
    margin-bottom: 10px;
  }
}
.lyt-search-02 .note > ul {
  margin-bottom: 0;
}
.lyt-search-02 .input {
  line-height: 2;
  width: calc(100% - 100px);
  padding: 10px 16px;
  border: solid 1px #dbdbdb;
}
@media screen and (min-width: 900px) {
  .lyt-search-02 .input {
    width: calc(100% - 10em - 126px);
    min-height: 50px;
    padding: 10px 26px;
  }
}
.lyt-search-02 .btn {
  background-color: #dbdbdb;
  position: relative;
  width: 100px;
  padding: 12px 50px 12px 16px;
  border: solid 2px #dbdbdb;
}
.lyt-search-02 .btn::after {
  background: url(/common/images/icon_search.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
}
.lyt-search-02 .btn:hover,
.lyt-search-02 .btn:focus,
.lyt-search-02 .btn:active {
  color: #737373;
}

.lyt-img {
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .lyt-img {
    display: table;
    width: 100%;
    table-layout: auto;
  }
}
@media screen and (min-width: 769px) {
  .lyt-img > .img {
    vertical-align: top;
    display: table-cell;
  }
  .lyt-img > .img img {
    max-width: inherit;
  }
}
.lyt-img > .img > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .lyt-img > .txt {
    vertical-align: top;
    display: table-cell;
    width: 100%;
  }
}
.lyt-img > .txt > *:first-child {
  margin-top: 0;
}
.lyt-img > .txt > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .lyt-img > .img > img {
    max-width: inherit;
  }
}
.lyt-img > .img + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-img > .img + .txt {
    margin-top: 0;
    padding-left: 40px;
  }
}
.lyt-img > .txt + .img {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .lyt-img > .txt + .img {
    margin-top: 0;
    padding-left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .lyt-refine {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
    width: 100%;

    -webkit-flex-wrap: wrap;
  }
}
.lyt-refine > .hdg {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lyt-refine > .hdg {
    margin-right: 40px;
  }
}

.lyt-sns {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
  margin-bottom: 36px;

  gap: 20px;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
.lyt-sns .list-sns {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;

  gap: 16px;
  -webkit-flex-wrap: wrap;
}
.lyt-sns .list-sns > li {
  width: 32px;
  height: 32px;
  margin: 0;
}

.tbl-01,
.tbl-02 {
  width: 100%;
  margin-bottom: 36px;
  table-layout: fixed;
}
.tbl-01 th > p + p,
.tbl-01 td > p + p,
.tbl-02 th > p + p,
.tbl-02 td > p + p {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .tbl-01 {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
    border-spacing: 40px 0;
    border-collapse: separate;
  }
}
@media screen and (max-width: 768px) {
  .tbl-01 {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border-top: dotted 1px #a8a8a8;
  }
}
.tbl-01 th,
.tbl-01 td {
  position: relative;
  padding: 15px 0 10px;
  border-bottom: dotted 1px #a8a8a8;
}
@media screen and (max-width: 768px) {
  .tbl-01 th,
  .tbl-01 td {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.tbl-01 th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .tbl-01 th {
    border-top: none;
  }
}
.tbl-01 td {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .tbl-01 tr:first-child td::before,
  .tbl-01 tr:first-child th::before {
    position: absolute;
    top: -1px;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    border-top: dotted 1px #a8a8a8;
  }
}
@media screen and (max-width: 768px) {
  .tbl-01 > colgroup > col {
    display: block;
    width: 100%;
  }
  .tbl-01 > tbody {
    display: block;
    width: 100%;
  }
  .tbl-01 > tbody > tr {
    display: block;
    width: 100%;
  }
}

.tbl-02 {
  border-collapse: collapse;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .tbl-02 {
    border-bottom: none;
  }
}
.tbl-02 thead td {
  background-color: #e6f0f2;
}
.tbl-02 th,
.tbl-02 td {
  text-align: left;
  vertical-align: top;
  padding: 15px 20px;
  border: solid 1px #dbdbdb;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .tbl-02 th,
  .tbl-02 td {
    display: table-cell;
    width: inherit;
    border: solid 1px #dbdbdb;
  }
}
.tbl-02 th {
  font-weight: normal;
  background-color: #e6f0f2;
}
@media screen and (min-width: 769px) {
  .tbl-02 th {
    display: table-cell;
    width: inherit;
  }
}
.tbl-02 th.tbl-hdg-sub {
  background-color: #f5f9fa;
}

.row-tbl .tbl-02 {
  width: 100%;
  margin-bottom: 36px;
  border-collapse: collapse;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .row-tbl .tbl-02 {
    border-bottom: none;
  }
}
.row-tbl .tbl-02 th,
.row-tbl .tbl-02 td {
  text-align: left;
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: solid 1px #dbdbdb;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .row-tbl .tbl-02 th,
  .row-tbl .tbl-02 td {
    display: table-cell;
    width: inherit;
    border: solid 1px #dbdbdb;
  }
}
.row-tbl .tbl-02 th {
  font-weight: normal;
  background-color: #e6f0f2;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-tbl .tbl-02 th {
    display: table-cell;
    width: inherit;
  }
}
.row-tbl .tbl-02 th span {
  font-weight: bolder;
}
.row-tbl .tbl-02 th.tbl-hdg-sub {
  background-color: #f5f9fa;
}
.row-tbl .tbl-02 th.bk-c01 {
  background-color: #fcfad4;
}
.row-tbl .tbl-02 th.bk-c02 {
  background-color: #fad9d9;
}
.row-tbl .tbl-02 th.bk-c03 {
  background-color: #d4f1d4;
}
.row-tbl .tbl-02 th.bk-c04 {
  background-color: #d7e8fa;
}
.row-tbl .tbl-02 th.bk-c05 {
  background-color: #e4e4fb;
}
.row-tbl .tbl-02 th.bk-c06 {
  background-color: #c3eaf3;
}
.row-tbl .tbl-02 th.bk-c07 {
  background-color: #fff9f1;
}
.row-tbl .tbl-02 th.bk-c08 {
  background-color: #faebd7;
}
.row-tbl .tbl-02 th.bk-c09 {
  background-color: #cdf0ed;
}
@media screen and (max-width: 768px) {
  .row-tbl .tbl-02 > colgroup {
    display: block;
  }
  .row-tbl .tbl-02 > colgroup > col {
    width: 100%;
  }
}

.tbl-03 {
  width: 100%;
  margin-bottom: 36px;
  border-collapse: collapse;
}
.tbl-03 th,
.tbl-03 td {
  text-align: left;
  vertical-align: top;
  padding: 15px 20px;
  border: solid 1px #dbdbdb;
}
.tbl-03 th {
  font-weight: normal;
}

.tbl-04 {
  width: 100%;
  margin-bottom: 36px;
  border-collapse: collapse;
}
.tbl-04 th,
.tbl-04 td {
  text-align: left;
  vertical-align: top;
}
.tbl-04 th {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .scrollable-tbl {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .scrollable-tbl > [class^=tbl] {
    min-width: 750px;
    margin-bottom: 0;
  }
  .scrollable-tbl > .tbl-02 th,
  .scrollable-tbl > .tbl-02 td,
  .scrollable-tbl > .tbl-03 th,
  .scrollable-tbl > .tbl-03 td {
    display: table-cell;
    width: inherit;
  }
  .scrollable-tbl > .tbl-02 th > colgroup > col,
  .scrollable-tbl > .tbl-02 td > colgroup > col,
  .scrollable-tbl > .tbl-03 th > colgroup > col,
  .scrollable-tbl > .tbl-03 td > colgroup > col {
    width: inherit;
  }
}

[class^=tbl] .tbl-bg-01 {
  background-color: #e6f0f2;
}
[class^=tbl] .tbl-bg-02 {
  background-color: #f5f9fa;
}
[class^=tbl] .txt-bold {
  font-weight: bold;
}
[class^=tbl] td *,
[class^=tbl] th * {
  margin-bottom: 5px;
}
[class^=tbl] td *:last-child,
[class^=tbl] th *:last-child {
  margin-bottom: 0;
}

.tbl-small.tbl-02 {
  font-size: 1.4rem;
}
.tbl-small.tbl-02 th,
.tbl-small.tbl-02 td {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .tbl-small.tbl-02 {
    font-size: 1.2rem;
  }
}

.box-contact {
  margin-bottom: 36px;
}
.box-contact::after {
  display: block;
  clear: both;
  content: "";
}
.box-contact > .wrap {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  border: solid 1px #dbdbdb;
}
.box-contact > .wrap:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .box-contact > .wrap {
    float: left;
    width: calc((100% - 40px) / 2);
    margin-top: 36px;
    margin-right: 40px;
  }
  .box-contact > .wrap:nth-child(-n+2) {
    margin-top: 0;
  }
  .box-contact > .wrap:nth-child(3n) {
    margin-right: 40px;
  }
  .box-contact > .wrap:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .box-contact > .wrap {
    float: left;
    width: calc((100% - 80px - 1px) / 3);
    margin-top: 36px;
    margin-right: 40px;
  }
  .box-contact > .wrap:nth-child(-n+3) {
    margin-top: 0;
  }
  .box-contact > .wrap:nth-child(2n) {
    margin-right: 40px;
  }
  .box-contact > .wrap:nth-child(3n) {
    margin-right: 0;
  }
}
.box-contact > .wrap .hdg {
  text-align: center;
  background-color: #f5f5f5;
  display: table;
  width: 100%;
  padding: 10px 20px;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .box-contact > .wrap .hdg {
    font-size: 1.6rem;
  }
}
.box-contact > .wrap .hdg .hdg-inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.box-contact > .wrap .content-wrap {
  display: table;
  width: 100%;
}
.box-contact > .wrap .content-wrap .content-inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 10px;
}
.box-contact > .wrap .content-wrap .content-inner._thick {
  padding: 25px 10px;
}
@media screen and (min-width: 769px) {
  .box-contact > .wrap .content-wrap .content-inner {
    font-size: 1.4rem;
  }
}
.box-contact > .wrap .content-wrap .txt {
  display: inline-block;
  width: 100%;
}
.box-contact > .wrap .content-wrap .tel,
.box-contact > .wrap .content-wrap .fax {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .box-contact > .wrap .content-wrap .tel,
  .box-contact > .wrap .content-wrap .fax {
    font-size: 1.6rem;
  }
}
.box-contact > .wrap .content-wrap .tel > a[href^=tel],
.box-contact > .wrap .content-wrap .fax > a[href^=tel] {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .box-contact > .wrap .content-wrap .tel > a[href^=tel],
  .box-contact > .wrap .content-wrap .fax > a[href^=tel] {
    pointer-events: none;
  }
}
.box-contact > .wrap .content-wrap .tel > em,
.box-contact > .wrap .content-wrap .fax > em {
  font-size: 3rem;
}
.box-contact > .wrap .content-wrap .tel > em > a[href^=tel],
.box-contact > .wrap .content-wrap .fax > em > a[href^=tel] {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .box-contact > .wrap .content-wrap .tel > em > a[href^=tel],
  .box-contact > .wrap .content-wrap .fax > em > a[href^=tel] {
    pointer-events: none;
  }
}
.box-contact > .wrap .content-wrap .time {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.box-contact._col1 > .wrap {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  border: solid 1px #dbdbdb;
}
.box-contact._col1 > .wrap + .wrap {
  margin-top: 20px;
}
.box-contact._col1 > .wrap:first-child {
  margin-top: 0;
}
.box-contact._col1 > .wrap .content-wrap .content-inner > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .box-contact._col1 > .wrap {
    float: left;
    width: 100;
    margin-top: 36px;
    margin-right: 0;
  }
  .box-contact._col1 > .wrap:nth-child(-n+2) {
    margin-top: 0;
  }
  .box-contact._col1 > .wrap:nth-child(-n+2) + .wrap {
    margin-top: 20px;
  }
  .box-contact._col1 > .wrap:nth-child(3n) {
    margin-right: 0;
  }
  .box-contact._col1 > .wrap:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .box-contact._col1 > .wrap {
    float: left;
    width: 100%;
    margin-top: 36px;
    margin-right: 0;
  }
  .box-contact._col1 > .wrap:nth-child(-n+3) {
    margin-top: 0;
  }
  .box-contact._col1 > .wrap:nth-child(-n+3) + .wrap {
    margin-top: 20px;
  }
  .box-contact._col1 > .wrap:nth-child(2n) {
    margin-right: 0;
  }
  .box-contact._col1 > .wrap:nth-child(3n) {
    margin-right: 0;
  }
}
.box-contact._col2 > .wrap {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  border: solid 1px #dbdbdb;
}
.box-contact._col2 > .wrap:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .box-contact._col2 > .wrap {
    float: left;
    width: calc((100% - 20px) / 2);
    margin-top: 36px;
    margin-right: 20px;
  }
  .box-contact._col2 > .wrap:nth-child(-n+2) {
    margin-top: 0;
  }
  .box-contact._col2 > .wrap:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .box-contact._col2 > .wrap {
    float: left;
    width: calc((100% - 20px - 1px) / 2);
    margin-top: 36px;
    margin-right: 20px;
  }
  .box-contact._col2 > .wrap:nth-child(-n+2) {
    margin-top: 0;
  }
  .box-contact._col2 > .wrap:nth-child(2n) {
    margin-right: 0;
  }
}
.box-contact._col2 > .wrap .hdg {
  text-align: center;
  background-color: #f5f5f5;
  display: table;
  width: 100%;
  padding: 10px 20px;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .box-contact._col2 > .wrap .hdg {
    font-size: 1.6rem;
  }
}
.box-contact._col2 > .wrap .hdg .hdg-inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.box-contact._col2 > .wrap .content-wrap {
  display: table;
  width: 100%;
}
.box-contact._col2 > .wrap .content-wrap .content-inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 10px;
}
.box-contact._col2 > .wrap .content-wrap .content-inner._thick {
  padding: 28px 10px;
}
.box-contact._col2 > .wrap .content-wrap .content-inner > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .box-contact._col2 > .wrap .content-wrap .content-inner {
    font-size: 1.4rem;
  }
}
.box-contact._col2 > .wrap .content-wrap .txt {
  display: inline-block;
  width: 100%;
}
.box-contact._col2 > .wrap .content-wrap .tel,
.box-contact._col2 > .wrap .content-wrap .fax {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .box-contact._col2 > .wrap .content-wrap .tel,
  .box-contact._col2 > .wrap .content-wrap .fax {
    font-size: 1.6rem;
  }
}
.box-contact._col2 > .wrap .content-wrap .tel > a[href^=tel],
.box-contact._col2 > .wrap .content-wrap .fax > a[href^=tel] {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .box-contact._col2 > .wrap .content-wrap .tel > a[href^=tel],
  .box-contact._col2 > .wrap .content-wrap .fax > a[href^=tel] {
    pointer-events: none;
  }
}
.box-contact._col2 > .wrap .content-wrap .tel > em,
.box-contact._col2 > .wrap .content-wrap .fax > em {
  font-size: 3rem;
}
.box-contact._col2 > .wrap .content-wrap .tel > em > a[href^=tel],
.box-contact._col2 > .wrap .content-wrap .fax > em > a[href^=tel] {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .box-contact._col2 > .wrap .content-wrap .tel > em > a[href^=tel],
  .box-contact._col2 > .wrap .content-wrap .fax > em > a[href^=tel] {
    pointer-events: none;
  }
}
.box-contact._col2 > .wrap .content-wrap .time {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.txt-contact {
  margin-bottom: 36px;
}
.txt-contact .hdg {
  font-weight: bold;
}
.txt-contact .tel {
  color: #000;
  margin-top: 5px;
}
.txt-contact .tel > a[href^=tel] {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .txt-contact .tel > a[href^=tel] {
    pointer-events: none;
  }
}
.txt-contact .time {
  margin-top: 5px;
}

.js-enabled .tgl-sp {
  margin-bottom: 36px;
}
.js-enabled .tgl-sp .tgl-hook {
  margin: 0;
  padding-bottom: 0;
}
.js-enabled .tgl-sp .tgl-hook > button,
.js-enabled .tgl-sp .tgl-hook > a {
  text-align: left;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .js-enabled .tgl-sp .tgl-hook > button,
  .js-enabled .tgl-sp .tgl-hook > a {
    cursor: default;

    -webkit-appearance: none;
            appearance: none;
  }
}
.js-enabled .tgl-sp .tgl-hook > button:hover,
.js-enabled .tgl-sp .tgl-hook > button:focus,
.js-enabled .tgl-sp .tgl-hook > button:active,
.js-enabled .tgl-sp .tgl-hook > a:hover,
.js-enabled .tgl-sp .tgl-hook > a:focus,
.js-enabled .tgl-sp .tgl-hook > a:active {
  color: #737373;
}
@media screen and (min-width: 769px) {
  .js-enabled .tgl-sp .tgl-hook > button:hover,
  .js-enabled .tgl-sp .tgl-hook > button:focus,
  .js-enabled .tgl-sp .tgl-hook > button:active,
  .js-enabled .tgl-sp .tgl-hook > a:hover,
  .js-enabled .tgl-sp .tgl-hook > a:focus,
  .js-enabled .tgl-sp .tgl-hook > a:active {
    color: #000;
    outline: none;
  }
}
.js-enabled .tgl-sp .tgl-hook > button > .status,
.js-enabled .tgl-sp .tgl-hook > a > .status {
  color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
@media screen and (min-width: 769px) {
  .js-enabled .tgl-sp .tgl-hook > button > .status,
  .js-enabled .tgl-sp .tgl-hook > a > .status {
    display: none;
  }
}
.js-enabled .tgl-sp .tgl-hook > button > .status::before,
.js-enabled .tgl-sp .tgl-hook > button > .status::after,
.js-enabled .tgl-sp .tgl-hook > a > .status::before,
.js-enabled .tgl-sp .tgl-hook > a > .status::after {
  background-color: #d5007c;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  content: "";
}
.js-enabled .tgl-sp .tgl-hook > button > .status::after,
.js-enabled .tgl-sp .tgl-hook > a > .status::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-enabled .tgl-sp .tgl-hook > button.is-active > .status::after,
.js-enabled .tgl-sp .tgl-hook > a.is-active > .status::after {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .js-enabled .tgl-sp .tgl-hook > button > button:hover *::-ms-backdrop,
  .js-enabled .tgl-sp .tgl-hook > button > button:hover:active,
  .js-enabled .tgl-sp .tgl-hook > button > button:focus *::-ms-backdrop,
  .js-enabled .tgl-sp .tgl-hook > button > button:focus:active,
  .js-enabled .tgl-sp .tgl-hook > button > button:active *::-ms-backdrop,
  .js-enabled .tgl-sp .tgl-hook > button > button:active:active,
  .js-enabled .tgl-sp .tgl-hook > a > button:hover *::-ms-backdrop,
  .js-enabled .tgl-sp .tgl-hook > a > button:hover:active,
  .js-enabled .tgl-sp .tgl-hook > a > button:focus *::-ms-backdrop,
  .js-enabled .tgl-sp .tgl-hook > a > button:focus:active,
  .js-enabled .tgl-sp .tgl-hook > a > button:active *::-ms-backdrop,
  .js-enabled .tgl-sp .tgl-hook > a > button:active:active {
    position: relative;
    top: -1px;
    left: -1px;
  }
}
.js-enabled .tgl-sp > .tgl-detail {
  padding: 30px 0;
}
.js-enabled .tgl-sp > .tgl-detail > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .js-enabled .tgl-pc .tgl-hook > button > .status,
  .js-enabled .tgl-pc .tgl-hook > a > .status {
    display: block;
  }
}

hr.border {
  margin-bottom: 20px;
  border: none;
}
hr.border::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-top: dotted 1px #c2c2c2;
}

.border-top {
  padding-top: 20px;
  border-top: dotted 1px #c2c2c2;
}

.exec-introduce {
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .exec-introduce::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .exec-introduce > .profile::after {
    display: block;
    clear: both;
    content: "";
  }
}
.exec-introduce > .profile > .img {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .exec-introduce > .profile > .img {
    width: 294px;
    margin-right: 40px;
  }
}
.exec-introduce > .profile > .txt {
  float: left;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .exec-introduce > .profile > .txt {
    width: calc(100% - 294px - 40px);
  }
}
.exec-introduce > .profile > .txt .name {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .exec-introduce .tgl {
    float: right;
    width: calc(100% - 294px - 40px);
    margin-top: 10px;
  }
}
.exec-introduce .tgl .tgl-hook {
  border-bottom: dotted 1px #c2c2c2;
}
.exec-introduce .tgl .js-tgl-btn {
  text-align: left;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  padding: 10px 40px 10px 0;
}
.exec-introduce .tgl .js-tgl-btn > .status {
  color: transparent;
  background: url(/common/images/icon_open.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.exec-introduce .tgl .js-tgl-btn.is-active > .status {
  background: url(/common/images/icon_close.png) no-repeat;
}
.exec-introduce .tgl .js-tgl-btn:active,
.exec-introduce .tgl .js-tgl-btn:focus,
.exec-introduce .tgl .js-tgl-btn:hover {
  color: #737373;
}
.exec-introduce .tgl .tgl-detail {
  padding-top: 20px;
}

.medicines-tgl {
  display: -webkit-flex;
  display:         flex;
          flex-direction: column-reverse;
  margin-top: 10px;

  -webkit-flex-direction: column-reverse;
}
.medicines-tgl .tgl-hook {
  border-bottom: dotted 1px #c2c2c2;
}
.medicines-tgl .js-tgl-btn {
  line-height: 60px;
  text-align: center;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  min-height: 30px;
  padding: 10px 40px 10px 0;
}
.medicines-tgl .js-tgl-btn > .status {
  color: transparent;
  background: url(/common/images/icon_open.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.medicines-tgl .js-tgl-btn.is-active > .status {
  background: url(/common/images/icon_close.png) no-repeat;
}
.medicines-tgl .js-tgl-btn:active,
.medicines-tgl .js-tgl-btn:focus,
.medicines-tgl .js-tgl-btn:hover {
  color: #737373;
}
.medicines-tgl .list-news {
  margin-bottom: 0;
}

.list-news-medicines li:nth-child(3) {
  border-bottom: solid 1px #dbdbdb;
}

.list-news-medicines li:nth-child(4) {
  border-top: none;
}

.list-news li:first-child {
  border-top: none;
}

.list-news-medicines > li {
  width: 100%;
  padding: 24px 0 16px;
  border-top: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .list-news-medicines > li {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
  }
}
.list-news-medicines > li > .list-news-date {
  width: 100%;
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .list-news-medicines > li > .list-news-date {
    width: 10em;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.list-news-medicines > li > .list-news-txt {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-news-medicines > li > .list-news-txt {
    width: calc(100% - 12em);
  }
}

.link-hover {
  overflow: hidden;
}

.link-hover > a > img {
  transition: -webkit-transform .5s linear;
  transition:         transform .5s linear;
  transition:         transform .5s linear, -webkit-transform .5s linear;
}

.link-hover > a:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.hover {
  display: inline-block;
}

.contact-flow {
  display: -webkit-flex;
  display:         flex;
  margin-bottom: 30px;
  counter-reset: contact-flow-01;
}
.contact-flow > li {
  font-size: 1em;
  text-align: center;
  color: #666;
  position: relative;
  width: calc((100% - 50px) / 3);
  padding: .5em;
  border: solid 2px #c2c2c2;
}
@media screen and (min-width: 769px) {
  .contact-flow > li {
    font-size: 20px;
    font-weight: bold;
    width: calc((100% - 100px) / 3);
  }
}
.contact-flow > li::before {
  display: inline-block;
  content: counter(contact-flow-01) ".";
  counter-increment: contact-flow-01;
}
.contact-flow > li > .label {
  display: inline-block;
  width: 100%;
}
.contact-flow > li.current {
  font-weight: bold;
  color: #b5007c;
  border: solid 2px #b5007c;
}
.contact-flow > li.current > em {
  color: #b5007c;
}
.contact-flow > li + li {
  margin-left: 25px;
}
@media screen and (min-width: 769px) {
  .contact-flow > li + li {
    margin-left: 50px;
  }
}
.contact-flow > li + li::after {
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  content: "";
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #c2c2c2;
}
@media screen and (min-width: 769px) {
  .contact-flow > li + li::after {
    left: -32px;
    margin-top: -10px;
    border-width: 10px 0 10px 18px;
  }
}

.tbl-contact-wrap {
  background: #f4f4f4;
  margin-bottom: 36px;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .tbl-contact-wrap {
    padding: 0 25px;
  }
}

.tbl-contact {
  background-color: #f4f4f4;
  width: 100%;
  table-layout: fixed;
}
.tbl-contact th,
.tbl-contact td {
  text-align: left;
  vertical-align: top;
  word-break: break-word;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .tbl-contact th,
  .tbl-contact td {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tbl-contact th,
  .tbl-contact td {
    display: block;
    width: 100%;
  }
}
.tbl-contact th,
.tbl-contact td.hdg {
  font-weight: bold;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .tbl-contact th,
  .tbl-contact td.hdg {
    padding-right: 30px;
    padding-bottom: 22px;
    border-bottom: dotted 1px #c2c2c2;
  }
}
.tbl-contact td {
  border-bottom: dotted 1px #c2c2c2;
}
.tbl-contact td.hdg {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .tbl-contact td.hdg {
    border-bottom: dotted 1px #c2c2c2;
  }
}
.tbl-contact .required {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .tbl-contact .required {
    margin-top: 3px;
    margin-bottom: 10px;
  }
}
.tbl-contact .required > .label {
  font-size: 1.4rem;
  color: #fff;
  background-color: #b5007c;
  display: inline-block;
  padding: 0 .5em;
}
.tbl-contact tr:last-child th,
.tbl-contact tr:last-child td {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tbl-contact colgroup col {
    display: none;
  }
}
.tbl-contact .input-name {
  display: block;
  display: table;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tbl-contact .input-name {
    display: inline-block;
    width: auto;
    margin-right: 40px;
  }
  .tbl-contact .input-name:last-child {
    margin-right: 0;
  }
}
.tbl-contact .input-name > .label,
.tbl-contact .input-name > input {
  vertical-align: middle;
  display: table-cell;
}
@media screen and (min-width: 769px) {
  .tbl-contact .input-name > .label,
  .tbl-contact .input-name > input {
    display: inline-block;
  }
}
.tbl-contact .input-name > .label {
  text-align: right;
  width: 2em;
}
.tbl-contact .input-name > .label + input {
  margin-left: 20px;
}
.tbl-contact .input-name > input {
  width: calc(100% - 2em);
}
@media screen and (min-width: 769px) {
  .tbl-contact .input-name > input {
    width: 260px;
  }
}
.tbl-contact .input-name + .input-name {
  margin-top: 10px;
}
.tbl-contact .input-area,
.tbl-contact .input-select-hr {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.tbl-contact .input-area > .label,
.tbl-contact .input-area > input,
.tbl-contact .input-select-hr > .label,
.tbl-contact .input-select-hr > input {
  vertical-align: middle;
  display: table-cell;
}
.tbl-contact .input-area > .label,
.tbl-contact .input-select-hr > .label {
  width: 6em;
  padding-right: 20px;
}
.tbl-contact .input-area > input,
.tbl-contact .input-select-hr > input {
  width: 100%;
}
.tbl-contact .input-area + .input-name,
.tbl-contact .input-select-hr + .input-name {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .tbl-contact .input-area + .input-name,
  .tbl-contact .input-select-hr + .input-name {
    margin-left: 40px;
  }
}
.tbl-contact .input-area:last-child,
.tbl-contact .input-select-hr:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tbl-contact .input-select-hr {
    display: block;
  }
}
.tbl-contact .input-l {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tbl-contact .input-l {
    width: 70%;
  }
}
.tbl-contact input {
  padding: .5em;
  border: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .tbl-contact input {
    padding: 1em;
  }
}
.tbl-contact input.input-l {
  width: 100%;
}
.tbl-contact input.input-m {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tbl-contact input.input-m {
    width: 50%;
  }
}
.tbl-contact .input-mail input[type=text],
.tbl-contact .input-postal input[type=text] {
  width: calc(50% - 1em);
  margin-right: .5em;
  margin-left: .5em;
}
@media screen and (min-width: 769px) {
  .tbl-contact .input-mail input[type=text],
  .tbl-contact .input-postal input[type=text] {
    width: 30%;
  }
}
.tbl-contact .input-mail input[type=text]:first-child,
.tbl-contact .input-postal input[type=text]:first-child {
  margin-left: 0;
}
.tbl-contact .input-mail input[type=text]:last-child,
.tbl-contact .input-postal input[type=text]:last-child {
  margin-right: 0;
}
.tbl-contact .input-postal input[type=text] {
  width: 6em;
}
.tbl-contact .txt-error {
  font-weight: bold;
  color: #b5007c;
}
.tbl-contact pre {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;

  overflow-wrap: break-word;
}

#err {
  font-weight: bold;
  color: #b5007c;
}

.input-radio label {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding: 3px 26px 3px 0;
}
.input-radio label > .label {
  margin-right: 10px;
}
.input-radio label:last-child {
  margin-right: 0;
}
.input-radio label::before {
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: -14px;
  content: "";
  border: solid 2px #e0e0e0;
  border-radius: 50%;
}
.input-radio input[type=radio] {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: none;
  border-radius: 50%;
}
.input-radio input[type=radio]:checked + .label::after {
  background: #808080;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  content: "";
  border-radius: 50%;
}

.input-txt-area {
  width: 100%;
  height: 100px;
  padding: 1em;
  border: solid 1px #dbdbdb;
}
@media screen and (min-width: 769px) {
  .input-txt-area {
    height: 200px;
  }
}

.select-wrap {
  position: relative;
  overflow: hidden;
  width: 260px;
  border: solid 1px #dbdbdb;
}
.select-wrap select {
  font-size: inherit;
  vertical-align: middle;
  color: inherit;
  background: #fff;
  width: 100%;
  padding: .5em;
  border: none;

  -webkit-appearance: none;
          appearance: none;
}
@media screen and (min-width: 769px) {
  .select-wrap select {
    display: block;
    padding: 1em;
  }
}
.select-wrap::before {
  pointer-events: none;
  background-color: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 3em;
  height: calc(100% - 2px);
  content: "";
}
.select-wrap::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-width: 11px 8px 0 8px;
  border-style: solid;
  border-color: #c2c2c2 transparent transparent transparent;

  -webkit-appearance: none;
          appearance: none;
}
.select-wrap.select-l {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .select-wrap.select-l {
    width: 320px;
  }
}

.pager {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 26px;

  -webkit-flex-wrap: wrap;
}
.pager > li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.pager > li > a {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background-color: #dbdbdb;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: .5em;
}
.pager > li > a[href] {
  color: #006f93;
  background-color: #fff;
  border: solid 2px #dbdbdb;
}
.pager > li > a[href] > .prev,
.pager > li > a[href] > .next {
  color: transparent;
  position: relative;
}
.pager > li > a[href] > .prev::before {
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: "";
  border-width: 4px 8px 4px 0;
  border-style: solid;
  border-color: transparent #006f93 transparent transparent;
}
.pager > li > a[href] > .prev::after {
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -2px;
  content: "";
  border-width: 4px 8px 4px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.pager > li > a[href] > .next::before {
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #006f93;
}
.pager > li > a[href] > .next::after {
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.box-modal {
  background: #fff;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 740px;
  height: 80vh;
  max-height: 525px;
  padding: 15px 10px 10px 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box-modal.modal-movie {
  max-width: 1280px;
  height: auto;
  max-height: 90%;
}
.box-modal.modal-movie--jstream {
  overflow-y: auto;
  max-height: 100% !important;
}
.box-modal.modal-movie > .box-modal-inner {
  height: 100%;
  max-height: calc(100vh - 170px);
}
.box-modal > .box-modal-inner {
  position: relative;
  overflow: auto;
  height: calc(80vh - 90px);
  max-height: 435px;
  padding: 10px;
  border: solid 1px #f0f0f0;
  border-top: none;
}
.box-modal > .box-modal-inner--jstream {
  height: 500px !important;
  max-height: 100% !important;
}
@media screen and (max-width: 768px) {
  .box-modal > .box-modal-inner--jstream {
    height: 300px !important;
  }
}
@media screen and (max-width: 540px) {
  .box-modal > .box-modal-inner {
    height: calc(80vh - 150px);
    max-height: 375px;
  }
}
@media screen and (min-width: 769px) {
  .box-modal > .box-modal-inner {
    padding: 30px;
  }
}
.box-modal > .box-modal-inner > *:first-child {
  margin-top: 0;
}
.box-modal > .box-modal-inner > *:last-child {
  margin-bottom: 0;
}
.box-modal > .box-modal-btn {
  background-color: #f0f0f0;
  padding: 10px 10px 0 10px;
}
.box-modal > .box-modal-btn > * {
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .box-modal > .box-modal-btn {
    padding-bottom: 10px;
  }
  .box-modal > .box-modal-btn > .link-list-btn.with-sns {
    text-align: center;
    display: -webkit-flex;
    display:         flex;
            flex-direction: column;
    padding: 0;

    -webkit-flex-direction: column;
  }
  .box-modal > .box-modal-btn > .link-list-btn > .sns-share-btn {
    position: static;
    margin-bottom: 8px;
  }
  .box-modal > .box-modal-btn > .link-list-btn > li:not(.sns-share-btn) {
    display: block;
    margin-right: 0;
  }
  .box-modal > .box-modal-btn > .link-list-btn > li:not(.sns-share-btn):last-child {
    margin-bottom: 0;
  }
}
.box-modal::before {
  background: linear-gradient(90deg, #d4007e, #008db8);
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: calc(100% - 20px);
  height: 5px;
  content: "";
}

.news-data {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  margin-bottom: 16px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .news-data {
    margin-bottom: 36px;
  }
}
.news-data > li {
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .news-data > li {
    margin-right: 24px;
  }
}
.news-data > li > a {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1em;
}
.news-data > li > a::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d4007f;
}
.news-data > li:last-child {
  margin-right: 0;
}

.lyt-iframe {
  overflow: auto;
  width: 100%;
}
.lyt-iframe > iframe {
  width: 100%;
  max-width: 100%;
  border: none;
}

.js-touch .link-list-img > li > a > .img img {
  transition: none;
}
.js-touch .link-list-img > li > a:hover > .img img,
.js-touch .link-list-img > li > a:focus > .img img,
.js-touch .link-list-img > li > a:active > .img img {
  -webkit-transform: none;
          transform: none;
}
.js-touch .link-effect-img > li a:hover > img,
.js-touch .link-effect-img > li a:focus > img,
.js-touch .link-effect-img > li a:active > img {
  -webkit-transform: none;
          transform: none;
}

/* ============================================================================
 * _adjust 調整クラス
 * ========================================================================= */
.m-auto {
  margin-right: auto;
  margin-left: auto;
}

/* ----------------------------------------------------------------------------
 * [class="mt-*"] 上方向余白調整
 * ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-5 {
    margin-top: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-15 {
    margin-top: 15px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-20 {
    margin-top: 20px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-25 {
    margin-top: 25px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-30 {
    margin-top: 30px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-35 {
    margin-top: 35px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-40 {
    margin-top: 40px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-45 {
    margin-top: 45px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}
.mt-55 {
  margin-top: 55px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-55 {
    margin-top: 55px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-60 {
    margin-top: 60px !important;
  }
}
.mt-65 {
  margin-top: 65px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-65 {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-65 {
    margin-top: 65px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-70 {
    margin-top: 70px !important;
  }
}
.mt-75 {
  margin-top: 75px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-75 {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-75 {
    margin-top: 75px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
.mt-85 {
  margin-top: 85px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-85 {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-85 {
    margin-top: 85px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-90 {
    margin-top: 90px !important;
  }
}
.mt-95 {
  margin-top: 95px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-95 {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-95 {
    margin-top: 95px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 769px) {
  .mt-pc-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-100 {
    margin-top: 100px !important;
  }
}
/* ----------------------------------------------------------------------------
 * [class="mb-*"] 下方向余白調整
 * ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
}
.mb-5 {
  margin-bottom: 5px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
}
.mb-15 {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
}
.mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
}
.mb-25 {
  margin-bottom: 25px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
}
.mb-35 {
  margin-bottom: 35px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
}
.mb-45 {
  margin-bottom: 45px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
}
.mb-55 {
  margin-bottom: 55px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
}
.mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
}
.mb-65 {
  margin-bottom: 65px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
}
.mb-70 {
  margin-bottom: 70px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
}
.mb-75 {
  margin-bottom: 75px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
}
.mb-80 {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
}
.mb-85 {
  margin-bottom: 85px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
}
.mb-90 {
  margin-bottom: 90px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
}
.mb-95 {
  margin-bottom: 95px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
}
.mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 769px) {
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
/* ----------------------------------------------------------------------------
 * [class="ml-*"] インデントクラス
 * ------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-1em {
  margin-left: 1em;
}

.ml-2em {
  margin-left: 2em;
}

/* ----------------------------------------------------------------------------
 * padding調整クラス
 * ------------------------------------------------------------------------- */
.pd-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pd-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pd-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pd-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pd-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pd-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pd-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pd-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pd-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pd-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pd-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pd-110 {
  padding: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pd-120 {
  padding: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pd-130 {
  padding: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pd-140 {
  padding: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pd-150 {
  padding: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pd-160 {
  padding: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pd-170 {
  padding: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pd-180 {
  padding: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pd-190 {
  padding: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pd-200 {
  padding: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

/* ----------------------------------------------------------------------------
 * [class=".pc-show"] [class=".sp-show"] だし分けクラス
 * ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-show {
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  .sp-show {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * [class="txt-*"] font-style
 * ------------------------------------------------------------------------- */
.txt-i {
  font-style: italic;
}

.txt-b {
  font-weight: bold !important;
}

.txt-line {
  text-decoration: underline;
}

.txt-line-no {
  text-decoration: none !important;
}

/* ----------------------------------------------------------------------------
 * [class="fs-*"] font-size
 * ------------------------------------------------------------------------- */
.fs-ss {
  font-size: 1.2rem !important;
}

.fs-s {
  font-size: 1.4rem !important;
}

.fs-2 {
  font-size: 2px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-2 {
    font-size: 2px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-2 {
    font-size: 2px !important;
  }
}
.fs-4 {
  font-size: 4px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-4 {
    font-size: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-4 {
    font-size: 4px !important;
  }
}
.fs-6 {
  font-size: 6px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-6 {
    font-size: 6px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-6 {
    font-size: 6px !important;
  }
}
.fs-8 {
  font-size: 8px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-8 {
    font-size: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-8 {
    font-size: 8px !important;
  }
}
.fs-10 {
  font-size: 10px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-10 {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-10 {
    font-size: 10px !important;
  }
}
.fs-12 {
  font-size: 12px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-12 {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-12 {
    font-size: 12px !important;
  }
}
.fs-14 {
  font-size: 14px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-14 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-14 {
    font-size: 14px !important;
  }
}
.fs-16 {
  font-size: 16px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-16 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-16 {
    font-size: 16px !important;
  }
}
.fs-18 {
  font-size: 18px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-18 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-18 {
    font-size: 18px !important;
  }
}
.fs-20 {
  font-size: 20px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-20 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-20 {
    font-size: 20px !important;
  }
}
.fs-22 {
  font-size: 22px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-22 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-22 {
    font-size: 22px !important;
  }
}
.fs-24 {
  font-size: 24px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-24 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-24 {
    font-size: 24px !important;
  }
}
.fs-26 {
  font-size: 26px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-26 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-26 {
    font-size: 26px !important;
  }
}
.fs-28 {
  font-size: 28px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-28 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-28 {
    font-size: 28px !important;
  }
}
.fs-30 {
  font-size: 30px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-30 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-30 {
    font-size: 30px !important;
  }
}
.fs-32 {
  font-size: 32px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-32 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-32 {
    font-size: 32px !important;
  }
}
.fs-34 {
  font-size: 34px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-34 {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-34 {
    font-size: 34px !important;
  }
}
.fs-36 {
  font-size: 36px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-36 {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-36 {
    font-size: 36px !important;
  }
}
.fs-38 {
  font-size: 38px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-38 {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-38 {
    font-size: 38px !important;
  }
}
.fs-40 {
  font-size: 40px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-40 {
    font-size: 40px !important;
  }
}
.fs-42 {
  font-size: 42px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-42 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-42 {
    font-size: 42px !important;
  }
}
.fs-44 {
  font-size: 44px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-44 {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-44 {
    font-size: 44px !important;
  }
}
.fs-46 {
  font-size: 46px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-46 {
    font-size: 46px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-46 {
    font-size: 46px !important;
  }
}
.fs-48 {
  font-size: 48px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-48 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-48 {
    font-size: 48px !important;
  }
}
.fs-50 {
  font-size: 50px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-50 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-50 {
    font-size: 50px !important;
  }
}
.fs-52 {
  font-size: 52px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-52 {
    font-size: 52px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-52 {
    font-size: 52px !important;
  }
}
.fs-54 {
  font-size: 54px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-54 {
    font-size: 54px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-54 {
    font-size: 54px !important;
  }
}
.fs-56 {
  font-size: 56px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-56 {
    font-size: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-56 {
    font-size: 56px !important;
  }
}
.fs-58 {
  font-size: 58px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-58 {
    font-size: 58px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-58 {
    font-size: 58px !important;
  }
}
.fs-60 {
  font-size: 60px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-60 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-60 {
    font-size: 60px !important;
  }
}
.fs-62 {
  font-size: 62px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-62 {
    font-size: 62px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-62 {
    font-size: 62px !important;
  }
}
.fs-64 {
  font-size: 64px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-64 {
    font-size: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-64 {
    font-size: 64px !important;
  }
}
.fs-66 {
  font-size: 66px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-66 {
    font-size: 66px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-66 {
    font-size: 66px !important;
  }
}
.fs-68 {
  font-size: 68px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-68 {
    font-size: 68px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-68 {
    font-size: 68px !important;
  }
}
.fs-70 {
  font-size: 70px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-70 {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-70 {
    font-size: 70px !important;
  }
}
.fs-72 {
  font-size: 72px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-72 {
    font-size: 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-72 {
    font-size: 72px !important;
  }
}
.fs-74 {
  font-size: 74px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-74 {
    font-size: 74px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-74 {
    font-size: 74px !important;
  }
}
.fs-76 {
  font-size: 76px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-76 {
    font-size: 76px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-76 {
    font-size: 76px !important;
  }
}
.fs-78 {
  font-size: 78px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-78 {
    font-size: 78px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-78 {
    font-size: 78px !important;
  }
}
.fs-80 {
  font-size: 80px !important;
}

@media screen and (min-width: 769px) {
  .fs-pc-80 {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-sp-80 {
    font-size: 80px !important;
  }
}
/* ----------------------------------------------------------------------------
 * [class="txt-*"] text-align
 * ------------------------------------------------------------------------- */
.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

.txt-v-mid {
  position: relative;
  min-height: 150px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .txt-v-mid {
    min-height: inherit;
  }
}
.txt-v-mid *:last-child {
  margin-bottom: 0;
}
.txt-v-mid > .txt-v-mid-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* ----------------------------------------------------------------------------
 * [class="ver-*"] ver-align
 * ------------------------------------------------------------------------- */
.ver-middle {
  vertical-align: middle !important;
}

.ver-top {
  vertical-align: top !important;
}

.ver-bottom {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
 * [class="b-*"] border
 * ------------------------------------------------------------------------- */
.border-t-no {
  border-top: none !important;
}

.border-b-no {
  border-bottom: none !important;
}

.border-r-no {
  border-right: none !important;
}

.border-l-no {
  border-left: none !important;
}

@media screen and (max-width: 768px) {
  .border-b-no-sp {
    border-bottom: none !important;
  }
}

/* ----------------------------------------------------------------------------
 * [class="w-*"] 幅調整クラス
 * ------------------------------------------------------------------------- */
.w-fit {
  width: -webkit-fit-content;
  width:    -moz-fit-content;
  width:         fit-content;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .w-narrow-fit {
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
  }
  .w-narrow-5 {
    width: 5%;
  }
  .w-narrow-10 {
    width: 10%;
  }
  .w-narrow-15 {
    width: 15%;
  }
  .w-narrow-20 {
    width: 20%;
  }
  .w-narrow-25 {
    width: 25%;
  }
  .w-narrow-30 {
    width: 30%;
  }
  .w-narrow-35 {
    width: 35%;
  }
  .w-narrow-40 {
    width: 40%;
  }
  .w-narrow-45 {
    width: 45%;
  }
  .w-narrow-50 {
    width: 50%;
  }
  .w-narrow-55 {
    width: 55%;
  }
  .w-narrow-60 {
    width: 60%;
  }
  .w-narrow-65 {
    width: 65%;
  }
  .w-narrow-70 {
    width: 70%;
  }
  .w-narrow-75 {
    width: 75%;
  }
  .w-narrow-80 {
    width: 80%;
  }
  .w-narrow-85 {
    width: 85%;
  }
  .w-narrow-90 {
    width: 90%;
  }
  .w-narrow-95 {
    width: 95%;
  }
  .w-narrow-100 {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------
 * [class="bg-*"] 背景色クラス
 * ------------------------------------------------------------------------- */
.bk-cg01 {
  background: rgb(254, 253, 234);
  background: linear-gradient(145deg, #fefdea 30%, #ffecec 70%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefdea", endColorstr="#ffecec",GradientType=1 );
}

.bk-c01 {
  background-color: #fcfad4;
}

.bk-c02 {
  background-color: #fad9d9;
}

.bk-c03 {
  background-color: #d4f1d4;
}

.bk-c04 {
  background-color: #d7e8fa;
}

.bk-c05 {
  background-color: #e4e4fb;
}

.bk-c06 {
  background-color: #c3eaf3;
}

.bk-c07 {
  background-color: #fff9f1;
}

.bk-c08 {
  background-color: #faebd7;
}

/* ----------------------------------------------------------------------------
 * [class="bg-*"] 文字色クラス
 * ------------------------------------------------------------------------- */
.ft-c01 {
  color: #695d0b;
}

.ft-c02 {
  color: #ae3232;
}

.ft-c03 {
  color: #087108;
}

.ft-c04 {
  color: #2b5b8a;
}

.ft-c05 {
  color: #5c46b0;
}

.ft-c06 {
  color: #176376;
}

.ft-c07 {
  color: #de5f0c;
}

.ft-c08 {
  color: #8a652b;
}

.ft-c09 {
  color: #246c73;
}

/* ----------------------------------------------------------------------------
 * justify-content調整クラス
 * ------------------------------------------------------------------------- */
.justify-start {
          justify-content: flex-start !important;

  -webkit-justify-content: flex-start !important;
}

.justify-end {
          justify-content: flex-end !important;

  -webkit-justify-content: flex-end !important;
}

.justify-center {
          justify-content: center !important;

  -webkit-justify-content: center !important;
}

.justify-right {
          justify-content: right !important;

  -webkit-justify-content: right !important;
}

.justify-left {
          justify-content: left !important;

  -webkit-justify-content: left !important;
}

.justify-between {
          justify-content: space-between !important;

  -webkit-justify-content: space-between !important;
}

.top-carousel-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top-carousel-1 {
    margin-bottom: 50px;
  }
}

.top-carousel-1 .cassette li > .inner {
  position: relative;
}
.top-carousel-1 .cassette li > .inner a:hover .bnr,
.top-carousel-1 .cassette li > .inner a:hover .lead,
.top-carousel-1 .cassette li > .inner a:hover .txt-pc {
  opacity: .8;
}
.top-carousel-1 .cassette li > .inner a:hover .btn > span {
  color: #737373;
  border-color: #cb4ca3;
}

.top-carousel-1 .cassette li .detail-sp .lead,
.top-carousel-1 .cassette li .detail-pc .lead {
  font-family: "Yu Mincho", "YuMincho", serif;
}
.top-carousel-1 .cassette li .detail-sp .lead > b,
.top-carousel-1 .cassette li .detail-pc .lead > b {
  display: inline-block;
}
.top-carousel-1 .cassette li .detail-sp .btn,
.top-carousel-1 .cassette li .detail-pc .btn {
  text-align: center;
  margin: auto;
}
.top-carousel-1 .cassette li .detail-sp .btn > a,
.top-carousel-1 .cassette li .detail-pc .btn > a {
  text-align: center;
  color: #000;
  background-color: #fff;
  position: relative;
  display: inline-block;
  border: solid 2px #b5007b;
  border-radius: 2em;
}
.top-carousel-1 .cassette li .detail-sp .btn > a:hover,
.top-carousel-1 .cassette li .detail-sp .btn > a:focus,
.top-carousel-1 .cassette li .detail-sp .btn > a:active,
.top-carousel-1 .cassette li .detail-pc .btn > a:hover,
.top-carousel-1 .cassette li .detail-pc .btn > a:focus,
.top-carousel-1 .cassette li .detail-pc .btn > a:active {
  color: #737373;
  border-color: #cb4ca3;
}
.top-carousel-1 .cassette li .detail-sp .btn > a::after,
.top-carousel-1 .cassette li .detail-pc .btn > a::after {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  content: "";
}
.top-carousel-1 .cassette li .detail-sp .btn > span,
.top-carousel-1 .cassette li .detail-pc .btn > span {
  text-align: center;
  color: #000;
  background-color: #fff;
  position: relative;
  display: inline-block;
  border: solid 2px #b5007b;
  border-radius: 2em;
}
.top-carousel-1 .cassette li .detail-sp .btn > span::after,
.top-carousel-1 .cassette li .detail-pc .btn > span::after {
  background: url(/common/images/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  content: "";
}

.top-carousel-1 .cassette li .detail-sp {
  background-color: #f7f7f7;
  padding: 20px 13px;
}
@media screen and (min-width: 769px) {
  .top-carousel-1 .cassette li .detail-sp {
    display: none;
  }
}
.top-carousel-1 .cassette li .detail-sp .txt {
  font-size: 1.3rem;
  margin-top: 20px;
}
.top-carousel-1 .cassette li .detail-sp .btn {
  margin-top: 12px;
}
.top-carousel-1 .cassette li .detail-sp .btn > a,
.top-carousel-1 .cassette li .detail-sp .btn > span {
  font-size: 1.3rem;
  padding: 10px 40px 8px 15px;
}
.top-carousel-1 .cassette li .detail-sp > *:first-child {
  margin-top: 0;
}

.top-carousel-1 .cassette li .detail-pc {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 720px;
  margin: auto;
  padding: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-carousel-1 .cassette li .detail-pc {
    display: none;
  }
}
.top-carousel-1 .cassette li .detail-pc .txt {
  font-size: 1.8rem;
  margin-top: 36px;
}
.top-carousel-1 .cassette li .detail-pc .btn {
  margin-top: 40px;
}
.top-carousel-1 .cassette li .detail-pc .btn > a,
.top-carousel-1 .cassette li .detail-pc .btn > span {
  font-size: 1.6rem;
  padding: 10px 50px 8px 40px;
  border-width: 2px;
}
.top-carousel-1 .cassette li .detail-pc > *:first-child {
  margin-top: 0;
}

.top-carousel-1 .cassette li .bnr {
  overflow: hidden;
}

.top-carousel-1 .cassette li .bnr img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-carousel-1 .cassette li .bnr img {
    font-size: 1.3rem;
    background-color: #ebebeb;
  }
}

.top-carousel-1 .cassette li > .inner :is(.mv-type01, .mv-type02) {
  background-color: #f5f5f5;
  display: block;
}
.top-carousel-1 .cassette li > .inner :is(.mv-type01, .mv-type02) .detail-pc {
  background-color: rgba(255, 255, 255, .85);
  right: 0;
}
.top-carousel-1 .cassette li > .inner :is(.mv-type01, .mv-type02) .detail-pc .btn {
  font-size: 1.2rem;
  color: #333;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: end;

  -webkit-align-items: center;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  -webkit-justify-content: end;
}
.top-carousel-1 .cassette li > .inner :is(.mv-type01, .mv-type02) .bnr .pc-show {
  position: relative;
  height: 460px;
}
.top-carousel-1 .cassette li > .inner :is(.mv-type01, .mv-type02) .bnr .pc-show img {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .top-carousel-1 .cassette li > .inner .mv-type01 {
    display: grid;

    grid-template-columns: 1156px 1fr;
  }
}
.top-carousel-1 .cassette li > .inner .mv-type01 .detail-pc {
  text-align: left;
  padding: 48px 40px 40px 32px;
}
.top-carousel-1 .cassette li > .inner .mv-type01 .detail-pc .lead {
  font-size: 3.2rem;
}
.top-carousel-1 .cassette li > .inner .mv-type01 .detail-pc .txt {
  font-size: 1.6rem;
  margin-top: 30px;
}
.top-carousel-1 .cassette li > .inner .mv-type01 .pc-show img {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.top-carousel-1 .cassette li > .inner .mv-type02-content {
  position: relative;
  max-width: 1280px;

  margin-inline: auto;
}
.top-carousel-1 .cassette li > .inner .mv-type02 .detail-pc {
  left: auto;
  width: -webkit-max-content;
  width:         max-content;
  padding: 24px 24px 24px 40px;
  border-radius: 50px 0 0 50px;
}
.top-carousel-1 .cassette li > .inner .mv-type02 .bnr .pc-show img {
  top: 50%;
  width: 1280px;
  max-width: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-carousel-1 .cassette li .detail-pc,
.top-carousel-1 .cassette .lyt-1 .detail-pc {
  top: 50%;
  left: 4.28571%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top-carousel-1 .cassette .lyt-2 .detail-pc {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-carousel-1 .cassette .lyt-3 .detail-pc {
  top: 50%;
  right: 4.28571%;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top-carousel-1 .cassette .lyt-4 .detail-pc {
  top: 8.87574%;
  left: 4.28571%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top-carousel-1 .cassette .lyt-5 .detail-pc {
  top: 8.87574%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-carousel-1 .cassette .lyt-6 .detail-pc {
  top: 8.87574%;
  right: 4.28571%;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top-carousel-1 .cassette .lyt-7 .detail-pc {
  top: auto;
  bottom: 8.87574%;
  left: 4.28571%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top-carousel-1 .cassette .lyt-8 .detail-pc {
  top: auto;
  bottom: 8.87574%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-carousel-1 .cassette .lyt-9 .detail-pc {
  top: auto;
  right: 4.28571%;
  bottom: 8.87574%;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top-carousel-1 .cassette .bg-1.ht-1 .detail-pc {
  background-color: rgba(255, 255, 255, .8);
}
.top-carousel-1 .cassette .bg-1.ht-2 .detail-pc {
  background-color: rgba(255, 255, 255, .6);
}
.top-carousel-1 .cassette .bg-1.ht-3 .detail-pc {
  background-color: rgba(255, 255, 255, .4);
}
.top-carousel-1 .cassette .bg-2 .detail-pc,
.top-carousel-1 .cassette .bg-2.ht-1 .detail-pc {
  background-color: rgba(0, 0, 0, .8);
}
.top-carousel-1 .cassette .bg-2.ht-2 .detail-pc {
  background-color: rgba(0, 0, 0, .6);
}
.top-carousel-1 .cassette .bg-2.ht-3 .detail-pc {
  background-color: rgba(0, 0, 0, .4);
}
.top-carousel-1 .cassette .bg-3 .detail-pc,
.top-carousel-1 .cassette .bg-3.ht-1 .detail-pc {
  background-color: rgba(204, 204, 204, .8);
}
.top-carousel-1 .cassette .bg-3.ht-2 .detail-pc {
  background-color: rgba(204, 204, 204, .6);
}
.top-carousel-1 .cassette .bg-3.ht-3 .detail-pc {
  background-color: rgba(204, 204, 204, .4);
}
.top-carousel-1 .cassette li .detail-sp .lead {
  font-size: 2rem;
  line-height: 1.5;
}
.top-carousel-1 .cassette li .detail-pc .lead,
.top-carousel-1 .cassette .lead-fs-1 .detail-pc .lead {
  font-size: 7rem;
  line-height: 1.2142857143;
}
.top-carousel-1 .cassette .lead-fs-2 .detail-pc .lead {
  font-size: 6rem;
  line-height: 1.3333333333;
}
.top-carousel-1 .cassette .lead-fs-3 .detail-pc .lead {
  font-size: 5rem;
  line-height: 1.5;
}
.top-carousel-1 .cassette li .detail-sp .lead > b,
.top-carousel-1 .cassette li .detail-pc .lead > b {
  color: #000;
}
.top-carousel-1 .cassette .lead-fc-1 .detail-pc .lead > b {
  color: #b5007c;
}
.top-carousel-1 .cassette .lead-fc-2 .detail-pc .lead > b {
  color: #008ab4;
}
.top-carousel-1 .cassette .lead-fc-3 .detail-pc .lead > b {
  color: #fff;
}
.top-carousel-1 .cassette li .detail-sp .txt,
.top-carousel-1 .cassette li .detail-pc .txt {
  color: #000;
}
.top-carousel-1 .cassette .txt-fc-1 .detail-pc .txt {
  color: #b5007c;
}
.top-carousel-1 .cassette .txt-fc-2 .detail-pc .txt {
  color: #008ab4;
}
.top-carousel-1 .cassette .txt-fc-3 .detail-pc .txt {
  color: #fff;
}

.js-enabled .top-carousel-1 .cassette ul {
  position: relative;
  overflow: hidden;
}

.js-enabled .top-carousel-1 .cassette li {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0;
  transition: opacity 4s ease -.4S;
  opacity: 0;
}

.js-enabled .top-carousel-1 .cassette .active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.js-enabled .top-carousel-1 .indicator {
  background-color: #f7f7f7;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  padding: 0 20px 14px;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media screen and (min-width: 769px) {
  .js-enabled .top-carousel-1 .indicator {
    background: url(/common/images/bg_dot_02.png) #f5f5f5;
    padding: 20px 20px;
  }
}

.js-enabled .top-carousel-1 .indicator li {
  margin-top: auto;
  margin-bottom: auto;
}

.js-enabled .top-carousel-1 .indicator li + li {
  margin-left: 5px;
}

.js-enabled .top-carousel-1 .indicator li button {
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  margin-top: 14px;
  transition: all .3s;

  -webkit-align-items: center;
}
@media screen and (min-width: 769px) {
  .js-enabled .top-carousel-1 .indicator li button {
    margin-top: 0;
  }
}

.js-enabled .top-carousel-1 .indicator li:not(.btn-play) button {
  background: #fff;
  width: 53px;
  height: 5px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .js-enabled .top-carousel-1 .indicator li:not(.btn-play) button {
    width: 73px;
  }
}
.js-enabled .top-carousel-1 .indicator li:not(.btn-play) button:hover,
.js-enabled .top-carousel-1 .indicator li:not(.btn-play) button:focus,
.js-enabled .top-carousel-1 .indicator li:not(.btn-play) button:active {
  background-color: #b5007c;
  border: none;
}

.js-enabled .top-carousel-1 .indicator li:not(.btn-play).active button {
  background-color: #b5007c;
  border: none;
}

.js-enabled .top-carousel-1 .indicator .btn-play {
  overflow: hidden;
  margin-left: 15px;
}

.js-enabled .top-carousel-1 .indicator .btn-play button {
  position: relative;
  width: 9px;
  height: 11px;
}

.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed]::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed]::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  transition: all .3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=false]::before {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 9px #008ab4;
}
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=false]:hover::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=false]:focus::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=false]:active::before {
  border-left: solid 9px #4aaac8;
}

.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=false]::after {
  opacity: 0;
}

.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]::after {
  background-color: #008ab4;
  width: 3px;
  height: 11px;
}
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]:hover::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]:hover::after,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]:focus::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]:focus::after,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]:active::before,
.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]:active::after {
  background-color: #4aaac8;
}

.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]::before {
  left: 0;
}

.js-enabled .top-carousel-1 .indicator .btn-play button[aria-pressed=true]::after {
  right: 0;
}

/* ============================================================================
 * _hhc
 * ========================================================================= */
.type-large-show {
  display: none;
}
@media screen and (min-width: 1450px) {
  .type-large-show {
    display: inherit;
  }
}

.type-normal-show {
  display: inherit;
}
@media screen and (min-width: 1450px) {
  .type-normal-show {
    display: none;
  }
}

.hhc-str-01 {
  background: #f5fafc;
  padding: 85px 0 70px;
}
@media screen and (max-width: 768px) {
  .hhc-str-01 {
    padding: 40px 0 50px;
  }
}
.hhc-str-01.type-with-text {
  position: relative;
}
.hhc-str-01.type-with-text .str-inner::before {
  background: url(/hhc/images/index_img_04.svg) no-repeat;
  position: absolute;
  top: -155px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1125px;
  height: 95px;
  content: "";
}
@media screen and (max-width: 768px) {
  .hhc-str-01.type-with-text .str-inner::before {
    display: none;
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .hhc-str-01.type-with-text .str-inner {
    padding: 0 20px;
  }
}

.hhc-str-02 {
  padding: 60px 0 70px;
}
.hhc-str-02.type-mv {
  padding-top: 0;
}
.hhc-str-02.type-mv > .str-inner {
  position: relative;
}
.hhc-str-02.type-mv > .str-inner::before {
  background: url(/hhc/images/index_img_bg_01.png);
  position: absolute;
  z-index: -1;
  top: -55px;
  left: -570px;
  width: 790px;
  height: 625px;
  content: "";
  -webkit-animation: bounce 7s ease-in-out infinite;
          animation: bounce 7s ease-in-out infinite;
}
@media screen and (max-width: 1449px) {
  .hhc-str-02.type-mv > .str-inner::before {
    top: -80px;
    left: -375px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-str-02.type-mv > .str-inner::before {
    display: none;
    content: none;
  }
}
.hhc-str-02.type-mv > .str-inner::after {
  background: url(/hhc/images/index_img_bg_02.png);
  position: absolute;
  z-index: -1;
  bottom: 65px;
  left: -90px;
  width: 512px;
  height: 433px;
  content: "";
  -webkit-animation: bounce 7s ease-in-out infinite;
          animation: bounce 7s ease-in-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media screen and (max-width: 1449px) {
  .hhc-str-02.type-mv > .str-inner::after {
    left: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .hhc-str-02.type-mv > .str-inner::after {
    bottom: 255px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-str-02.type-mv > .str-inner::after {
    display: none;
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .hhc-str-02.type-mv > .str-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-str-02 {
    padding: 40px 0 50px;
  }
}
.hhc-str-02.type-pb-none {
  padding-bottom: 0;
}
.hhc-str-02.type-pt-none {
  padding-top: 0;
}
.hhc-str-02.type-p-none {
  padding-top: 0;
  padding-bottom: 0;
}

.hhc-str-03 {
  background: #fdf8fb;
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  .hhc-str-03 {
    padding: 60px 0 50px;
  }
}

.hhc-anc-list {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
  margin-left: -10px;

  -webkit-flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hhc-anc-list {
            flex-direction: column;
    margin-left: 0;

    -webkit-flex-direction: column;
  }
}
.hhc-anc-list__item {
  width: calc(50% - 10px);
  margin-top: -1px;
  margin-left: 10px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 768px) {
  .hhc-anc-list__item {
    width: 100%;
    margin-left: 0;
  }
}
.hhc-anc-list__link[class] {
  text-align: center;
  color: #333;
  position: relative;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 17px 30px;
  transition: color .2s ease-in-out;

  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.hhc-anc-list__link[class].type-hhc {
  display: block;
}
.hhc-anc-list__link[class]:hover,
.hhc-anc-list__link[class]:active,
.hhc-anc-list__link[class]:focus {
  color: #be228d;
}
.hhc-anc-list__link[class]:hover::after,
.hhc-anc-list__link[class]:active::after,
.hhc-anc-list__link[class]:focus::after {
  top: 10px;
}
.hhc-anc-list__link[class]::after {
  background: url(/hhc/images/index_img_arrow.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  content: "";
  transition: top .2s ease-in-out;
}

.hhc-scroll {
  font-size: 1.6rem;
  letter-spacing: .22rem;
      -ms-writing-mode: tb-lr;
  color: #333;
  position: absolute;
  bottom: 30%;
  left: -4%;

  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 1449px) {
  .hhc-scroll {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .hhc-scroll {
    display: none;
  }
}
.hhc-scroll::before {
  background: #333;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 1px;
  height: 130px;
  content: "";
  -webkit-animation: sdl 2.5s ease-in-out infinite;
          animation: sdl 2.5s ease-in-out infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.hhc-lyt {
  margin-bottom: 40px;
}
.hhc-lyt__content {
  display: -webkit-flex;
  display:         flex;
}
@media screen and (max-width: 768px) {
  .hhc-lyt__content {
            flex-direction: column-reverse;

    -webkit-flex-direction: column-reverse;
  }
}
.hhc-lyt__head {
  width: calc(150% - 45px);
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .hhc-lyt__head {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1449px) {
  .hhc-lyt__head .hhc-text-01 {
    margin-bottom: 0;
  }
}
.hhc-lyt__body {
  width: 100vw;
  margin-right: calc(51% - 50vw);
}
@media screen and (max-width: 768px) {
  .hhc-lyt__body {
    width: 100%;
    margin: 0 calc(50% - 50vw) 20px auto;
  }
}
.hhc-lyt__body.is-active {
  width: 40vw;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .hhc-lyt__body.is-active {
    width: 100%;
  }
}
.hhc-lyt__body.is-active .hhc-carousel {
  position: relative;
}
.hhc-lyt__body.is-active .hhc-carousel .swiper-pagination {
  z-index: 1;
  bottom: -30px;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;

  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 768px) {
  .hhc-lyt__body.is-active .hhc-carousel .swiper-pagination {
    bottom: -25px;
  }
}
.hhc-lyt__body.is-active .hhc-carousel .swiper-pagination-bullet {
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 16px 0 0;
  border: 1px solid #bdbdbd;
  opacity: 1;
}
.hhc-lyt__body.is-active .hhc-carousel .swiper-pagination-bullet > span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.hhc-lyt__body.is-active .hhc-carousel .swiper-pagination-bullet-active {
  background: #b5007c;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn {
  color: transparent;
  position: relative;
  overflow: hidden;
  width: 9px;
  height: 11px;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn::before,
.hhc-lyt__body.is-active .hhc-carousel .play-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
  transition: all .3s;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn::before {
  background-color: #b5007c;
  left: 0;
  width: 3px;
  height: 11px;
  border: none;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn::after {
  background-color: #b5007c;
  right: 0;
  width: 3px;
  height: 11px;
  opacity: 1;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn.is-stop::before,
.hhc-lyt__body.is-active .hhc-carousel .play-btn.is-stop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  content: "";
  transition: all .3s;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn.is-stop::before {
  background: transparent;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 9px #b5007c;
}
.hhc-lyt__body.is-active .hhc-carousel .play-btn.is-stop::after {
  opacity: 0;
}
.hhc-lyt__body .hhc-carousel__link {
  display: block;
}
.hhc-lyt__body .hhc-carousel__link:hover .hhc-carousel__img > img,
.hhc-lyt__body .hhc-carousel__link:active .hhc-carousel__img > img,
.hhc-lyt__body .hhc-carousel__link:focus .hhc-carousel__img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hhc-lyt__body .hhc-carousel__img {
  overflow: hidden;
  border-radius: 50px 0 0 0;
}
.hhc-lyt__body .hhc-carousel__img[class*="--sustainability"] {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .hhc-lyt__body .hhc-carousel__img {
    border-radius: 0 0 0 50px;
  }
}
.hhc-lyt__body .hhc-carousel__img > img {
  width: 100%;
  transition: -webkit-transform .5s linear;
  transition:         transform .5s linear;
  transition:         transform .5s linear, -webkit-transform .5s linear;

  object-fit: contain;
}
.hhc-lyt__body[class*="--sustainability"] {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .hhc-lyt__body[class*="--sustainability"] {
    width: 50vw;
    margin-right: unset;
  }
}
.hhc-lyt__body[class*="--sustainability"].is-active {
  max-width: 552px;
}
@media screen and (max-width: 768px) {
  .hhc-lyt__body[class*="--sustainability"].is-active {
    width: 90vw;
    max-width: 490px;
  }
}

.hhc-media-lyt__content {
  display: -webkit-flex;
  display:         flex;
          flex-direction: row-reverse;

  -webkit-flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt__content {
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;

    -webkit-flex-direction: column-reverse;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
}
.hhc-media-lyt.type-01 .hhc-media-lyt__content {
          align-items: center;

  -webkit-align-items: center;
}
.hhc-media-lyt.type-01 .hhc-media-lyt__head {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-01 .hhc-media-lyt__head {
    margin: 30px 0 0 0;
  }
}
.hhc-media-lyt.type-01 .hhc-media-lyt__body {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-01 .hhc-media-lyt__body {
    max-width: 230px;
  }
}
.hhc-media-lyt.type-02 .hhc-media-lyt__head {
  width: calc(140% - 70px);
  margin: 40px 0 0 70px;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-02 .hhc-media-lyt__head {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.hhc-media-lyt.type-02 .hhc-media-lyt__head .link-btn-01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-02 .hhc-media-lyt__head .link-btn-01 {
    text-align: center;
    margin-bottom: 0;
  }
}
.hhc-media-lyt.type-02 .hhc-media-lyt__body {
  position: relative;
          align-self: flex-start;
  width: 100%;
  margin-left: calc(50% - 50vw);
  padding-right: 60px;
  padding-bottom: 35px;

  -webkit-align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-02 .hhc-media-lyt__body {
    width: 100vw;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
.hhc-media-lyt.type-02 .hhc-media-lyt__body::before {
  background: #fbf2f8;
  position: absolute;
  z-index: -1;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 60px;
  width: calc(100% - 60px);
  content: "";
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-02 .hhc-media-lyt__body::before {
    top: 20px;
    left: 30px;
    width: calc(100% - 30px);
  }
}
.hhc-media-lyt.type-03 {
  margin-bottom: 30px;
}
.hhc-media-lyt.type-03 .hhc-media-lyt__content {
  position: relative;
          flex-direction: row;
          align-items: center;

  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__content {
            flex-direction: column-reverse;

    -webkit-flex-direction: column-reverse;
  }
}
.hhc-media-lyt.type-03 .hhc-media-lyt__head {
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 3%;
  width: 100%;
  max-width: 540px;
  padding: 40px 50px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__head {
    position: unset;
    z-index: 1;
    left: unset;
    max-width: 95%;
    margin: -60px 0 0;
    padding: 30px 15px;
  }
}
.hhc-media-lyt.type-03 .hhc-media-lyt__head::before {
  background: #008db8;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  content: "";
  opacity: .1;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__head::before {
    right: 30px;
    left: unset;
    width: 55px;
    height: 55px;
  }
}
.hhc-media-lyt.type-03 .hhc-media-lyt__head::after {
  background: #f0cce5;
  position: absolute;
  top: -70px;
  left: 30px;
  width: 30px;
  height: 30px;
  content: "";
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__head::after {
    right: 0;
    left: unset;
    width: 28px;
    height: 28px;
  }
}
.hhc-media-lyt.type-03 .hhc-media-lyt__lead {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__lead {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.hhc-media-lyt.type-03 .hhc-media-lyt__text {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.hhc-media-lyt.type-03 .hhc-media-lyt__body {
  width: 82%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .hhc-media-lyt.type-03 .hhc-media-lyt__body {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}

.hhc-box-01 {
  background: #fff;
  padding: 60px 100px;
}
@media screen and (max-width: 768px) {
  .hhc-box-01 {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-box-01.type-with-box {
    position: relative;
  }
}
.hhc-box-01 + .hhc-box-01 {
  margin-top: 40px;
}

.hhc-box-02 {
  background: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .hhc-box-02 {
    padding: 30px 15px;
  }
}

.hhc-box-03 {
  background: #fff;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .hhc-box-03 {
    padding: 0;
  }
}

.hhc-text-01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hhc-text-01 {
    margin-bottom: 40px;
  }
}
.hhc-text-01.type-align {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hhc-text-01.type-align {
    text-align: left;
  }
}
.hhc-text-01 > p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 25px;
}
.hhc-text-01 > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hhc-text-01 > p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.hhc-text-02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hhc-text-02 {
    margin-bottom: 20px;
  }
}
.hhc-text-02 > p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 45px;
}
.hhc-text-02 > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hhc-text-02 > p {
    margin-bottom: 30px;
  }
}

.hhc-text-lead {
  text-align: center;
  margin-bottom: 20px;
}
.hhc-text-lead > p {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .hhc-text-lead {
    margin-bottom: 15px;
  }
  .hhc-text-lead > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hhc-text-lead > p {
    position: relative;
  }
  .hhc-text-lead > p::before {
    background: #b5007c;
    position: absolute;
    top: -28px;
    right: 5px;
    width: 36px;
    height: 36px;
    content: "";
    opacity: 16%;
  }
  .hhc-text-lead > p::after {
    background: #e2e5ff;
    position: absolute;
    top: -50px;
    right: -15px;
    width: 18px;
    height: 18px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .hhc-text-lead.type-02 > p::before,
  .hhc-text-lead.type-02 > p::after {
    display: none;
    content: none;
  }
}

.hhc-text-lead-02 {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .hhc-text-lead-02 {
    background: #f5fafc;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-text-lead-02__inner {
    display: block;
    width: 100%;
    max-width: 200px;
    /* background: skyblue; */
    margin: 0 auto;
    padding: 17px 0;
  }
}

.hhc-hdg-lv1 {
  width: 100%;
  max-width: 645px;
  margin: 0 0 30px -25px;
}
@media screen and (max-width: 1100px) {
  .hhc-hdg-lv1 {
    margin: 0 0 30px -15px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv1 {
    position: relative;
    max-width: 335px;
    margin: 0 auto 30px -8px;
  }
  .hhc-hdg-lv1::before {
    background: url(/hhc/images/index_img_bg_01_sp.png);
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -265px;
    width: 369px;
    height: 291px;
    content: "";
    -webkit-animation: bounce 7s ease-in-out infinite;
            animation: bounce 7s ease-in-out infinite;
  }
  .hhc-hdg-lv1::after {
    background: url(/hhc/images/index_img_bg_02_sp.png);
    position: absolute;
    z-index: -1;
    top: 90px;
    left: -10px;
    width: 230px;
    height: 192px;
    content: "";
    -webkit-animation: bounce 7s ease-in-out infinite;
            animation: bounce 7s ease-in-out infinite;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.hhc-hdg-lv2 {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2 {
    margin: 0 auto;
    padding-bottom: 25px;
  }
}
.hhc-hdg-lv2.type-blueline::after,
.hhc-hdg-lv2.type-redline::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
}
.hhc-hdg-lv2.type-blueline::after {
  background: #008db8;
}
.hhc-hdg-lv2.type-redline::after {
  background: #b5007c;
}
.hhc-hdg-lv2.type-center::after {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.hhc-hdg-lv2.type-left::after {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-left::after {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.hhc-hdg-lv2.type-width-01 {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-width-01 {
    max-width: 315px;
  }
}
.hhc-hdg-lv2.type-width-02 {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-width-02 {
    max-width: 245px;
  }
}
.hhc-hdg-lv2.type-width-03 {
  width: 100%;
  max-width: 300px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-width-03 {
    max-width: 235px;
    margin-left: auto;
  }
}
.hhc-hdg-lv2.type-width-04 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-width-04 {
    max-width: 310px;
  }
}
.hhc-hdg-lv2.type-width-05 {
  width: 100%;
  max-width: 560px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-width-05 {
    max-width: 225px;
    margin-left: auto;
  }
}
.hhc-hdg-lv2.type-width-06 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-width-06 {
    max-width: 210px;
  }
}
.hhc-hdg-lv2.type-mb-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-mb-01 {
    margin-bottom: 30px;
  }
}
.hhc-hdg-lv2.type-mb-02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv2.type-mb-02 {
    margin-bottom: 30px;
  }
}

.hhc-hdg-lv3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv3 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.hhc-hdg-lv3::after {
  background: #b5007c;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  content: "";
}

.hhc-hdg-lv4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .hhc-hdg-lv4 {
    font-size: 1.6rem;
  }
}

.hhc-link-list > li {
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;

  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
}
.hhc-link-list > li > a {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
}
.hhc-link-list > li > a > .img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}
.hhc-link-list > li > a > .img img {
  width: 100%;
  transition: -webkit-transform .5s linear;
  transition:         transform .5s linear;
  transition:         transform .5s linear, -webkit-transform .5s linear;
}
.hhc-link-list > li > a > .txt {
  text-align: center;
  padding: 10px 20px 15px;
}
.hhc-link-list > li > a > .txt.border {
  border-top: solid 4px #b5007c;
}
@media screen and (min-width: 769px) {
  .hhc-link-list > li > a > .txt {
    font-size: 1.4rem;
  }
}
.hhc-link-list > li > a > .txt > .date {
  color: #000;
  position: relative;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .hhc-link-list > li > a > .txt > .date {
    font-size: 1.4rem;
  }
}
.hhc-link-list > li > a > .txt > .date > .category::after {
  color: #555;
  display: inline-block;
  margin-right: .5em;
  margin-left: .5em;
  content: "|";
}
.hhc-link-list > li > a:hover > .img img,
.hhc-link-list > li > a:active > .img img,
.hhc-link-list > li > a:focus > .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hhc-link-list > li > a:hover > .txt .date,
.hhc-link-list > li > a:active > .txt .date,
.hhc-link-list > li > a:focus > .txt .date {
  color: #737373;
}
.hhc-link-list > li > a .icon-blank {
  position: absolute;
  right: .5em;
  bottom: .25em;
}
@media screen and (max-width: 768px) {
  .hhc-link-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .hhc-link-list.lyt-col2,
  .hhc-link-list.lyt-col3,
  .hhc-link-list.lyt-col4 {
    display: -webkit-flex;
    display:         flex;
            flex-wrap: wrap;
            align-items: stretch;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
  }
  .hhc-link-list.lyt-col2 > li,
  .hhc-link-list.lyt-col3 > li,
  .hhc-link-list.lyt-col4 > li {
    width: calc(50% - 10px);
    margin-top: 30px;
    margin-right: 15px;
  }
  .hhc-link-list.lyt-col2 > li:nth-child(2n),
  .hhc-link-list.lyt-col3 > li:nth-child(2n),
  .hhc-link-list.lyt-col4 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.hhc-list-sns {
  display: -webkit-flex;
  display:         flex;
          justify-content: center;

  -webkit-justify-content: center;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .hhc-list-sns {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
.hhc-list-sns__item {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .hhc-list-sns__item {
    width: 40px;
  }
}
.hhc-list-sns__link {
  display: inline-block;
}

.hhc-btn-01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .hhc-btn-01 {
    margin-bottom: 50px;
  }
}

.hhc-tgl .tgl-hook > a {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  position: relative;
  display: block;
  padding-right: 30px;
  transition: color .2s ease-in-out;
}
.hhc-tgl .tgl-hook > a:hover,
.hhc-tgl .tgl-hook > a:focus .hhc-tgl .tgl-hook > a:active {
  text-decoration: underline;
  color: #d5007c;

  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.hhc-tgl .tgl-hook > a.is-active .status::after {
  display: none;
  content: none;
}
.hhc-tgl .tgl-hook > a .status {
  color: transparent;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: auto 0;
}
.hhc-tgl .tgl-hook > a .status::before {
  background-color: #d5007c;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  content: "";
}
.hhc-tgl .tgl-hook > a .status::after {
  background-color: #d5007c;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hhc-tgl .tgl-detail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .hhc-tgl .tgl-detail {
    margin-top: 30px;
  }
}
.hhc-tgl .hhc-tgl-close {
  margin-top: 40px;
}
.hhc-tgl .hhc-tgl-close > button {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  position: relative;
  padding-right: 30px;
  transition: color .2s ease-in-out;
}
.hhc-tgl .hhc-tgl-close > button::before {
  background-color: #d5007c;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  content: "";
}
.hhc-tgl .hhc-tgl-close > button:hover,
.hhc-tgl .hhc-tgl-close > button:active {
  text-decoration: underline;
  color: #d5007c;

  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.js-enabled .js-fade-in {
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.js-enabled .js-fade-in.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/**
 * Swiper 8.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2022
 */
@font-face {
  font-family: "swiper-icons";
  font-weight: 400;
  font-style: normal;

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
          flex-direction: column;

  -webkit-flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display:         flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;

  -webkit-flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;

  -webkit-align-items: flex-start;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;

  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
          flex-shrink: 0;
          order: 9999;
  content: "";

  -webkit-flex-shrink: 0;
  -webkit-order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);

  -webkit-backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  position: absolute;
  z-index: 10;
  top: 50%;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  cursor: pointer;

  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: .35;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
  text-align: center;
  position: absolute;
  z-index: 10;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
          transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
          transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;

  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  background: rgba(0, 0, 0, .1);
  position: relative;
  border-radius: 10px;

  -ms-touch-action: none;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, .5);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;

  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  pointer-events: none;
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
          flex-wrap: wrap;

  -webkit-flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
          flex-direction: column;
          flex-wrap: wrap;

  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.swiper-cube .swiper-cube-shadow::before {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";

  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  z-index: 1;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

/* ============================================================================
 * cookie-banner
 * ========================================================================= */
.cookie-banner {
  position: -webkit-sticky;
  position:         sticky;
  z-index: 100;
  bottom: 0;
}
.js-enabled .cookie-banner {
  display: none;
}
.cookie-banner__inner {
  color: #fff;
  background-color: rgba(96, 96, 96, .9);
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  padding: 30px 112px;

  gap: 20px;
  -webkit-align-items: center;
}
@media screen and (max-width: 898px) {
  .cookie-banner__inner {
            align-items: flex-start;
    padding: 20px 10px 20px 20px;

    gap: 0;
    -webkit-align-items: flex-start;
  }
}
.cookie-banner__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 898px) {
  .cookie-banner__txt {
    font-size: 1.4rem;
  }
}
.cookie-banner__link {
  text-decoration: underline;
  color: #fff;
}
.cookie-banner__link:hover,
.cookie-banner__link:focus,
.cookie-banner__link:active,
.cookie-banner__link:visited {
  text-decoration: none;
  color: #fff !important;
}
.cookie-banner__btn {
  color: transparent;
  position: relative;
  display: block;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  cursor: pointer;

  -webkit-flex: 0 0 auto;
}
@media screen and (max-width: 898px) {
  .cookie-banner__btn {
    width: 38px;
    height: 38px;
    margin-top: -10px;
  }
}
.cookie-banner__btn:hover,
.cookie-banner__btn:focus,
.cookie-banner__btn:active {
  color: transparent;
}
.cookie-banner__btn::before,
.cookie-banner__btn::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  margin: auto;
  content: "";
}
@media screen and (max-width: 898px) {
  .cookie-banner__btn::before,
  .cookie-banner__btn::after {
    width: 21px;
    height: 2px;
  }
}
.cookie-banner__btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookie-banner__btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ============================================================================
 * _sustainabilityユニークのcssです。
 * ========================================================================= */
.sus-str-01__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.sus-str-01[class*="--space"] {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .sus-str-01[class*="--space"] {
    padding: 56px 0;
  }
}
@media screen and (min-width: 769px) {
  .sus-str-01 .list-sns {
    text-align: left;
  }
}
.sus-str-01 .list-sns > li {
  width: 32px;
  height: 32px;
}
.sus-str-01 .list-sns > li + li {
  margin-left: 16px;
}

.sus-str-02 {
  background: url("/sustainability/images/second_bg.jpg") no-repeat;
  background-position: unset;
  background-size: cover;
  padding: 30px 0;
}
.sus-str-02__inner {
  padding: 0 20px 20px;
}
@media screen and (min-width: 769px) {
  .sus-str-02 {
    background: url("/sustainability/images/pc_second_bg.jpg") no-repeat;
    background-position: 0 100%;
    background-size: contain;
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
    padding: 0;
  }
}

.sus-str-03 {
  background-color: #e7f6fa;
  padding: 30px 0;
}
.sus-str-03__inner {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sus-str-03 {
    padding: 56px 0;
  }
}

.sus-str-04 {
  background: url("/sustainability/images/pc_carousel_bg.jpg");
  background-size: cover;
  padding: 30px 56px;
}
.sus-str-04__inner {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sus-str-04 {
    padding: 56px;
  }
}

.sus-str-layout {
  display: grid;

  -webkit-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (min-width: 769px) {
  .sus-str-layout > .last {
    margin-left: auto;
  }
}
.sus-str-layout[class*="--reverse"] > .last {
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .sus-str-layout[class*="--sp-reverse"] > .last {
    grid-row: 1/2;
  }
}
.sus-str-layout[class*="--no-gap"] {
  gap: 0;
}
.sus-str-layout[class*="--column-gap-10"] {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.sus-str-layout[class*="--row-gap-10"] {
  row-gap: 10px;
}
.sus-str-layout[class*="--column-gap-20"] {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
.sus-str-layout[class*="--row-gap-20"] {
  row-gap: 20px;
}
.sus-str-layout[class*="--column-gap-30"] {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}
.sus-str-layout[class*="--row-gap-30"] {
  row-gap: 30px;
}
.sus-str-layout[class*="--column-gap-40"] {
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
.sus-str-layout[class*="--row-gap-40"] {
  row-gap: 40px;
}
.sus-str-layout[class*="--column-gap-50"] {
  -webkit-column-gap: 50px;
          column-gap: 50px;
}
.sus-str-layout[class*="--row-gap-50"] {
  row-gap: 50px;
}
.sus-str-layout[class*="--column-gap-60"] {
  -webkit-column-gap: 60px;
          column-gap: 60px;
}
.sus-str-layout[class*="--row-gap-60"] {
  row-gap: 60px;
}
.sus-str-layout[class*="--column-gap-70"] {
  -webkit-column-gap: 70px;
          column-gap: 70px;
}
.sus-str-layout[class*="--row-gap-70"] {
  row-gap: 70px;
}
.sus-str-layout[class*="--column-gap-80"] {
  -webkit-column-gap: 80px;
          column-gap: 80px;
}
.sus-str-layout[class*="--row-gap-80"] {
  row-gap: 80px;
}
.sus-str-layout[class*="--column-gap-90"] {
  -webkit-column-gap: 90px;
          column-gap: 90px;
}
.sus-str-layout[class*="--row-gap-90"] {
  row-gap: 90px;
}
.sus-str-layout[class*="--column-gap-100"] {
  -webkit-column-gap: 100px;
          column-gap: 100px;
}
.sus-str-layout[class*="--row-gap-100"] {
  row-gap: 100px;
}
.sus-str-layout[class*="--white"] {
  background-color: #fff;
}
.sus-str-layout[class*="--item-white"] .sus-str-layout__item {
  background-color: #fff;
}
.sus-str-layout[class*="--bc-img"]::before {
  background: url("/sustainability/images/mv_bg.png") no-repeat;
  position: absolute;
  z-index: -1;
  top: 143px;
  left: -96px;
  overflow-x: hidden;
  width: 100%;
  height: 793px;
  content: "";
}
@media screen and (max-width: 768px) {
  .sus-str-layout[class*="--bc-img"]::before {
    background-size: 100%;
    top: 380px;
    left: -132px;
    width: 125vw;
    height: 500px;
  }
}
.sus-str-layout__inner {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .sus-str-layout__inner {
    padding: 20px;
  }
}
.sus-str-layout[data-column=fill] {
  display: -webkit-flex;
  display:         flex;
}
.sus-str-layout[data-column=max] {
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
.sus-str-layout[data-column=max-reverse] {
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns:         max-content 1fr;
}
.sus-str-layout[data-column=auto] {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="9"] {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="9"] {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="9"] {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="10"] {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="10"] {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="10"] {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="11"] {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="11"] {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="11"] {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .sus-str-layout[data-column="12"] {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sus-str-layout[data-narrow-column="12"] {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .sus-str-layout[data-middle-column="12"] {
    grid-template-columns: repeat(12, 1fr);
  }
}

.sus-str-list__item {
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  min-height: 78px;
  padding-left: 20px;
  border-top: 1px solid #737373;

  -webkit-align-items: center;
}
.sus-str-list__item[class*="--last"] {
  border-bottom: 1px solid #737373;
}

.sus-link-btn {
  font-size: 1.6rem;
  color: #b5007c;
  background-color: #fff;
  display: -webkit-inline-flex;
  display:         inline-flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 20px 32px 20px 32px;
  border: 1px solid #b5007c;

  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .sus-link-btn {
            justify-content: flex-start;

    -webkit-justify-content: flex-start;
  }
}
.sus-link-btn:hover {
  color: #fff;
  background-color: #b5007c;
  transition: background-color .5s;
}
.sus-link-btn:hover::after {
  display: block;
  width: 0;
  height: 20px;
  content: url("/sustainability/images/arrow_white.svg");
}
.sus-link-btn:hover[class*="--plan"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/target_white.svg");
}
.sus-link-btn:hover[class*="--data"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/esg_white.svg");
}
.sus-link-btn:hover[class*="--grid"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/gri_white.svg");
}
.sus-link-btn:hover[class*="--report"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/report_white.svg");
}
.sus-link-btn::after {
  display: block;
  width: 0;
  height: 24px;
  margin-left: auto;
  content: url("/sustainability/images/arrow.svg");
}
@media screen and (min-width: 769px) {
  .sus-link-btn::after {
    height: 22px;
    margin-left: unset;
  }
}
.sus-link-btn[class*="--plan"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/target.svg");
}
.sus-link-btn[class*="--data"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/esg.svg");
}
.sus-link-btn[class*="--grid"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/gri.svg");
}
.sus-link-btn[class*="--report"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: url("/sustainability/images/report.svg");
}

.swiper-slide {
  text-align: center;
}
.swiper-slide:hover .sus-carousel__link > img,
.swiper-slide:active .sus-carousel__link > img,
.swiper-slide:focus .sus-carousel__link > img {
  transition: -webkit-transform 1s;
  transition:         transform 1s;
  transition:         transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sus-swiper {
  position: relative;
}
.sus-swiper .play-btn {
  color: transparent;
  position: relative;
  overflow: hidden;
  width: 9px;
  height: 11px;
  margin-left: 8px;
}
.sus-swiper .play-btn::before,
.sus-swiper .play-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
  transition: all .3s;
}
.sus-swiper .play-btn::before {
  background-color: #b5007c;
  left: 0;
  width: 3px;
  height: 11px;
  border: none;
}
.sus-swiper .play-btn::after {
  background-color: #b5007c;
  right: 0;
  width: 3px;
  height: 11px;
  opacity: 1;
}
.sus-swiper .play-btn.is-stop::before,
.sus-swiper .play-btn.is-stop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  content: "";
  transition: all .3s;
}
.sus-swiper .play-btn.is-stop::before {
  background: transparent;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 9px #b5007c;
}
.sus-swiper .play-btn.is-stop::after {
  opacity: 0;
}

.atm-swiper {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .atm-swiper {
    width: 100%;
    max-width: 830px;
  }
}
.atm-swiper .play-btn {
  color: transparent;
  position: relative;
  overflow: hidden;
  width: 9px;
  height: 11px;
  margin-left: 8px;
}
.atm-swiper .play-btn::before,
.atm-swiper .play-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
  transition: all .3s;
}
.atm-swiper .play-btn::before {
  background-color: #b5007c;
  left: 0;
  width: 3px;
  height: 11px;
  border: none;
}
.atm-swiper .play-btn::after {
  background-color: #b5007c;
  right: 0;
  width: 3px;
  height: 11px;
  opacity: 1;
}
.atm-swiper .play-btn.is-stop::before,
.atm-swiper .play-btn.is-stop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  content: "";
  transition: all .3s;
}
.atm-swiper .play-btn.is-stop::before {
  background: transparent;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 9px #b5007c;
}
.atm-swiper .play-btn.is-stop::after {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 27px !important;
  }
}

.swiper-button-next {
  top: 40%;
}
.swiper-button-next::after {
  color: #b5007c;
}

.swiper-button-prev {
  top: 40%;
  left: unset !important;
}
.swiper-button-prev::after {
  color: #b5007c;
}

.sus-button-prev {
  right: calc(100% + 1.4rem) !important;
}

.sus-button-next {
  left: calc(100% + 1.4rem) !important;
}

.sus-pagination,
.swiper-pagination03 {
  display: -webkit-flex;
  display:         flex;
          align-items: centers;
          justify-content: center;
  margin-top: 56px;

  -webkit-align-items: centers;
  -webkit-justify-content: center;
}
.sus-pagination .swiper-pagination-bullet,
.swiper-pagination03 .swiper-pagination-bullet {
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 16px 0 0;
  border: 1px solid #bdbdbd;
  opacity: 1;
}
.sus-pagination .swiper-pagination-bullet > span,
.swiper-pagination03 .swiper-pagination-bullet > span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.sus-pagination .swiper-pagination-bullet-active,
.swiper-pagination03 .swiper-pagination-bullet-active {
  background: #b5007c;
}

.swiper-pagination03 {
  margin-top: 0;
}
