@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: 0.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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 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 */
  line-height: 1.15;
  /* 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

.a-txt-black {
  color: #222 !important;
}

.a-txt-black-ml {
  color: rgba(34, 34, 34, 0.7) !important;
}

.a-txt-white {
  color: #FFF !important;
}

.a-txt-white-md {
  color: #FFF !important;
}

.a-txt-main {
  color: #01A782 !important;
}

.a-txt-gray-d {
  color: #2e2e2e !important;
}

.a-txt-gray-md {
  color: #777 !important;
}

.a-txt-gray {
  color: #ddd !important;
}

.a-txt-gray-ml {
  color: #f2f2f2 !important;
}

.a-txt-gray-l {
  color: #f7f7f7 !important;
}

.a-bg-main {
  background-color: #01A782 !important;
}

.a-bg-gray-d {
  background-color: #2e2e2e !important;
}

.a-bg-gray-md {
  background-color: #777 !important;
}

.a-bg-gray {
  background-color: #ddd !important;
}

.a-bg-gray-ml {
  background-color: #f2f2f2 !important;
}

.a-bg-gray-l {
  background-color: #f7f7f7 !important;
}

.a-bg-black {
  background-color: #222 !important;
}

.a-bg-black-md {
  background-color: rgba(34, 34, 34, 0.7) !important;
}

.a-bg-white {
  background-color: #FFF !important;
}

.a-bg-white-md {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.a-border-gray {
  border-color: #ddd !important;
}

@font-face {
  font-family: 'tmpla';
  src: url("../a-fonts/tmpla.eot?k9ee7z");
  src: url("../a-fonts/tmpla.eot?k9ee7z#iefix") format("embedded-opentype"), url("../a-fonts/tmpla.ttf?k9ee7z") format("truetype"), url("../a-fonts/tmpla.woff?k9ee7z") format("woff"), url("../a-fonts/tmpla.svg?k9ee7z#tmpla") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="a-i-"], [class*=" a-i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tmpla' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-i-home:before {
  content: "\e900";
}

.a-i-light02:before {
  content: "\e901";
}

.a-i-user01:before {
  content: "\e902";
}

.a-i-bookmark:before {
  content: "\e903";
}

.a-i-close:before {
  content: "\e904";
}

.a-i-menu01:before {
  content: "\e905";
}

.a-i-menu02:before {
  content: "\e906";
}

.a-i-right:before {
  content: "\e907";
}

.a-i-youtube-maru:before {
  content: "\e908";
}

.a-i-refresh:before {
  content: "\e909";
}

.a-i-youtube:before {
  content: "\e90a";
}

.a-i-time:before {
  content: "\e90b";
}

.a-i-tag:before {
  content: "\e90c";
}

.a-i-folder:before {
  content: "\e90d";
}

.a-i-light01:before {
  content: "\e90e";
}

.a-i-send:before {
  content: "\e90f";
}

.a-i-twitter:before {
  content: "\e910";
}

.a-i-twitter_maru:before {
  content: "\e911";
}

.a-i-crown:before {
  content: "\e912";
}

.a-i-search:before {
  content: "\e913";
}

.a-i-info01:before {
  content: "\e914";
}

.a-i-eye:before {
  content: "\e915";
}

.a-i-quote02:before {
  content: "\e916";
}

.a-i-quote01:before {
  content: "\e917";
}

.a-i-shita:before {
  content: "\e918";
}

.a-i-pinterest:before {
  content: "\e919";
}

.a-i-share:before {
  content: "\e91a";
}

.a-i-left:before {
  content: "\e91b";
}

.a-i-ue:before {
  content: "\e91c";
}

.a-i-check04:before {
  content: "\e91d";
}

.a-i-check03:before {
  content: "\e91e";
}

.a-i-check02:before {
  content: "\e91f";
}

.a-i-check01:before {
  content: "\e920";
}

.a-i-write:before {
  content: "\e921";
}

.a-i-fb:before {
  content: "\e922";
}

.a-i-fb_maru:before {
  content: "\e923";
}

.a-i-fav:before {
  content: "\e924";
}

.a-i-insta:before {
  content: "\e925";
}

.a-i-insta_maru:before {
  content: "\e926";
}

.a-i-line:before {
  content: "\e927";
}

.a-i-line_maru:before {
  content: "\e928";
}

.a-i-building:before {
  content: "\e929";
}

.a-i-school:before {
  content: "\e92a";
}

.a-i-pinterest_maru:before {
  content: "\e92b";
}

.a-i-user05:before {
  content: "\e92c";
}

.a-i-user04:before {
  content: "\e92d";
}

.a-i-user03:before {
  content: "\e92e";
}

.a-i-user02:before {
  content: "\e92f";
}

.a-i-location:before {
  content: "\e930";
}

.a-i-info02:before {
  content: "\e931";
}

.a-i-info03:before {
  content: "\e932";
}

.a-i-megaphone:before {
  content: "\e933";
}

.a-i-smartphone:before {
  content: "\e934";
}

.a-i-link:before {
  content: "\e935";
}

.a-i-kuromaru:before {
  content: "\e936";
}

.a-i-shiromaru:before {
  content: "\e937";
}

.a-i-calendar01:before {
  content: "\e938";
}

.a-i-calendar02:before {
  content: "\e939";
}

.a-i-ha:before {
  content: "\e93a";
}

.a-i-hospital:before {
  content: "\e93b";
}

.a-i-info04:before {
  content: "\e93c";
}

.a-i-imp:before {
  content: "\e93d";
}

.a-i-woman:before {
  content: "\e93e";
}

.a-i-man:before {
  content: "\e93f";
}

.a-i-kabuse:before {
  content: "\e940";
}

.a-i-tongue:before {
  content: "\e941";
}

.a-i-pain:before {
  content: "\e942";
}

.a-i-whitening:before {
  content: "\e943";
}

.a-i-maternity:before {
  content: "\e944";
}

.a-i-decay:before {
  content: "\e945";
}

.a-i-denture:before {
  content: "\e946";
}

.a-i-ortho01:before {
  content: "\e947";
}

.a-i-ortho02:before {
  content: "\e948";
}

.a-i-ext:before {
  content: "\e949";
}

.a-i-root:before {
  content: "\e94a";
}

.a-i-perio:before {
  content: "\e94b";
}

.a-i-kids:before {
  content: "\e94c";
}

.a-i-prevention:before {
  content: "\e94d";
}

.a-i-medical:before {
  content: "\e94e";
}

.a-i-index:before {
  content: "\e94f";
}

.a-i-mail:before {
  content: "\e950";
}

.a-i-file01:before {
  content: "\e951";
}

.a-i-file02:before {
  content: "\e952";
}

.a-i-time02:before {
  content: "\e953";
}

.a-i-time03:before {
  content: "\e954";
}

.a-i-angel-down-circle-thin:before {
  content: "\e955";
}

.a-i-angel-down-thin:before {
  content: "\e956";
}

.a-i-angel-left-circle-thin:before {
  content: "\e957";
}

.a-i-angel-left-thin:before {
  content: "\e958";
}

.a-i-angel-right-circle-thin:before {
  content: "\e959";
}

.a-i-angel-right-thin:before {
  content: "\e95a";
}

.a-i-angel-up-circle-thin:before {
  content: "\e95b";
}

.a-i-angel-up-thin:before {
  content: "\e95c";
}

.a-i-arrow-down-circle-thin:before {
  content: "\e95d";
}

.a-i-arrow-down-thin:before {
  content: "\e95e";
}

.a-i-arrow-left-circle-thin:before {
  content: "\e95f";
}

.a-i-arrow-left-thin:before {
  content: "\e960";
}

.a-i-arrow-right-circle-thin:before {
  content: "\e961";
}

.a-i-arrow-right-thin:before {
  content: "\e962";
}

.a-i-arrow-up-circle-thin:before {
  content: "\e963";
}

.a-i-arrow-up-thin:before {
  content: "\e964";
}

.a-i-info05:before {
  content: "\e965";
}

.a-i-info06:before {
  content: "\e966";
}

.a-i-user06:before {
  content: "\e967";
}

.a-i-user07:before {
  content: "\e968";
}

.a-i-user08:before {
  content: "\e969";
}

.a-i-warning:before {
  content: "\e96a";
}

.a-i-angel-right-circle:before {
  content: "\e96b";
}

@media (min-width: 1200px) {
  .a-none-pc {
    display: none !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-none-tab {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .a-none-sp {
    display: none !important;
  }
}

.a-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1200px) {
  .a-main {
    margin-left: 320px;
    width: calc(100% - 320px);
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-main {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .a-main {
    width: 100%;
  }
}

.a-sideless {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.a-sec00 {
  padding: 0;
}

@media (min-width: 1200px) {
  .a-sec10 {
    padding: 72px 0 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sec10 {
    padding: 72px 0 0;
  }
}

@media (max-width: 560px) {
  .a-sec10 {
    padding: 36px 0 0;
  }
}

@media (min-width: 1200px) {
  .a-sec11 {
    padding: 72px 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sec11 {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .a-sec11 {
    padding: 36px 0;
  }
}

@media (min-width: 1200px) {
  .a-sec01 {
    padding: 0 0 72px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sec01 {
    padding: 0 0 72px;
  }
}

@media (max-width: 560px) {
  .a-sec01 {
    padding: 0 0 36px;
  }
}

@media (min-width: 1200px) {
  .a-sec10-half {
    padding: 24px 0 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sec10-half {
    padding: 28.8px 0 0;
  }
}

@media (max-width: 560px) {
  .a-sec10-half {
    padding: 18px 0 0;
  }
}

@media (min-width: 1200px) {
  .a-sec11-half {
    padding: 24px 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sec11-half {
    padding: 28.8px 0;
  }
}

@media (max-width: 560px) {
  .a-sec11-half {
    padding: 18px 0;
  }
}

@media (min-width: 1200px) {
  .a-sec01-half {
    padding: 0 0 24px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sec01-half {
    padding: 0 0 28.8px;
  }
}

@media (max-width: 560px) {
  .a-sec01-half {
    padding: 0 0 18px;
  }
}

@media (min-width: 1200px) {
  .a-sec-custom {
    padding: 48px 0;
  }
}

.a-page-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
}

@media (max-width: 560px) {
  .a-page-wrap {
    width: 94%;
  }
}

.a-page-wrap-m {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 90%;
}

@media (max-width: 560px) {
  .a-page-wrap-m {
    width: 94%;
  }
}

.a-page-wrap-s {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
}

@media (max-width: 560px) {
  .a-page-wrap-s {
    width: 94%;
  }
}

.flex_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-clm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-clm img {
  display: block;
  max-width: 100%;
}

.a-clm.a-clm-wide {
  padding: 0;
}

@media (max-width: 560px) {
  .a-clm-adjust-sp {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

.a-clms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-clms.a-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 560px) {
  .a-clms.a-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .a-clms.a-reverse.a-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.a-clms.a-clms-wide {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-clms.a-clms-wide.a-clms3-wide::after {
  content: '';
  display: block;
  width: calc(33.333% - 35px) !important;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms.a-clms-wide.a-clms3-wide::after {
    width: calc(33.333% - 30px) !important;
  }
}

.a-clms .a-clm, .a-clms .a-clm2, .a-clms .a-clm3, .a-clms .a-clm4, .a-clms .a-clm5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-clms .a-clm img, .a-clms .a-clm2 img, .a-clms .a-clm3 img, .a-clms .a-clm4 img, .a-clms .a-clm5 img {
  display: block;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .a-clms .a-clm .a-clm, .a-clms .a-clm .a-clm2, .a-clms .a-clm .a-clm3, .a-clms .a-clm .a-clm4, .a-clms .a-clm .a-clm5, .a-clms .a-clm2 .a-clm, .a-clms .a-clm2 .a-clm2, .a-clms .a-clm2 .a-clm3, .a-clms .a-clm2 .a-clm4, .a-clms .a-clm2 .a-clm5, .a-clms .a-clm3 .a-clm, .a-clms .a-clm3 .a-clm2, .a-clms .a-clm3 .a-clm3, .a-clms .a-clm3 .a-clm4, .a-clms .a-clm3 .a-clm5, .a-clms .a-clm4 .a-clm, .a-clms .a-clm4 .a-clm2, .a-clms .a-clm4 .a-clm3, .a-clms .a-clm4 .a-clm4, .a-clms .a-clm4 .a-clm5, .a-clms .a-clm5 .a-clm, .a-clms .a-clm5 .a-clm2, .a-clms .a-clm5 .a-clm3, .a-clms .a-clm5 .a-clm4, .a-clms .a-clm5 .a-clm5 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm .a-clm, .a-clms .a-clm .a-clm2, .a-clms .a-clm .a-clm3, .a-clms .a-clm .a-clm4, .a-clms .a-clm .a-clm5, .a-clms .a-clm2 .a-clm, .a-clms .a-clm2 .a-clm2, .a-clms .a-clm2 .a-clm3, .a-clms .a-clm2 .a-clm4, .a-clms .a-clm2 .a-clm5, .a-clms .a-clm3 .a-clm, .a-clms .a-clm3 .a-clm2, .a-clms .a-clm3 .a-clm3, .a-clms .a-clm3 .a-clm4, .a-clms .a-clm3 .a-clm5, .a-clms .a-clm4 .a-clm, .a-clms .a-clm4 .a-clm2, .a-clms .a-clm4 .a-clm3, .a-clms .a-clm4 .a-clm4, .a-clms .a-clm4 .a-clm5, .a-clms .a-clm5 .a-clm, .a-clms .a-clm5 .a-clm2, .a-clms .a-clm5 .a-clm3, .a-clms .a-clm5 .a-clm4, .a-clms .a-clm5 .a-clm5 {
    padding: 0 1vw;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm .a-clm, .a-clms .a-clm .a-clm2, .a-clms .a-clm .a-clm3, .a-clms .a-clm .a-clm4, .a-clms .a-clm .a-clm5, .a-clms .a-clm2 .a-clm, .a-clms .a-clm2 .a-clm2, .a-clms .a-clm2 .a-clm3, .a-clms .a-clm2 .a-clm4, .a-clms .a-clm2 .a-clm5, .a-clms .a-clm3 .a-clm, .a-clms .a-clm3 .a-clm2, .a-clms .a-clm3 .a-clm3, .a-clms .a-clm3 .a-clm4, .a-clms .a-clm3 .a-clm5, .a-clms .a-clm4 .a-clm, .a-clms .a-clm4 .a-clm2, .a-clms .a-clm4 .a-clm3, .a-clms .a-clm4 .a-clm4, .a-clms .a-clm4 .a-clm5, .a-clms .a-clm5 .a-clm, .a-clms .a-clm5 .a-clm2, .a-clms .a-clm5 .a-clm3, .a-clms .a-clm5 .a-clm4, .a-clms .a-clm5 .a-clm5 {
    padding: 0 1vw;
  }
}

.a-clms .a-clm .a-clm:first-child, .a-clms .a-clm .a-clm2:first-child, .a-clms .a-clm .a-clm3:first-child, .a-clms .a-clm .a-clm4:first-child, .a-clms .a-clm .a-clm5:first-child, .a-clms .a-clm2 .a-clm:first-child, .a-clms .a-clm2 .a-clm2:first-child, .a-clms .a-clm2 .a-clm3:first-child, .a-clms .a-clm2 .a-clm4:first-child, .a-clms .a-clm2 .a-clm5:first-child, .a-clms .a-clm3 .a-clm:first-child, .a-clms .a-clm3 .a-clm2:first-child, .a-clms .a-clm3 .a-clm3:first-child, .a-clms .a-clm3 .a-clm4:first-child, .a-clms .a-clm3 .a-clm5:first-child, .a-clms .a-clm4 .a-clm:first-child, .a-clms .a-clm4 .a-clm2:first-child, .a-clms .a-clm4 .a-clm3:first-child, .a-clms .a-clm4 .a-clm4:first-child, .a-clms .a-clm4 .a-clm5:first-child, .a-clms .a-clm5 .a-clm:first-child, .a-clms .a-clm5 .a-clm2:first-child, .a-clms .a-clm5 .a-clm3:first-child, .a-clms .a-clm5 .a-clm4:first-child, .a-clms .a-clm5 .a-clm5:first-child {
  padding-left: 0;
}

.a-clms .a-clm .a-clm:last-child, .a-clms .a-clm .a-clm2:last-child, .a-clms .a-clm .a-clm3:last-child, .a-clms .a-clm .a-clm4:last-child, .a-clms .a-clm .a-clm5:last-child, .a-clms .a-clm2 .a-clm:last-child, .a-clms .a-clm2 .a-clm2:last-child, .a-clms .a-clm2 .a-clm3:last-child, .a-clms .a-clm2 .a-clm4:last-child, .a-clms .a-clm2 .a-clm5:last-child, .a-clms .a-clm3 .a-clm:last-child, .a-clms .a-clm3 .a-clm2:last-child, .a-clms .a-clm3 .a-clm3:last-child, .a-clms .a-clm3 .a-clm4:last-child, .a-clms .a-clm3 .a-clm5:last-child, .a-clms .a-clm4 .a-clm:last-child, .a-clms .a-clm4 .a-clm2:last-child, .a-clms .a-clm4 .a-clm3:last-child, .a-clms .a-clm4 .a-clm4:last-child, .a-clms .a-clm4 .a-clm5:last-child, .a-clms .a-clm5 .a-clm:last-child, .a-clms .a-clm5 .a-clm2:last-child, .a-clms .a-clm5 .a-clm3:last-child, .a-clms .a-clm5 .a-clm4:last-child, .a-clms .a-clm5 .a-clm5:last-child {
  padding-right: 0;
}

.a-clms .a-clm .a-clm2, .a-clms .a-clm2 .a-clm2, .a-clms .a-clm3 .a-clm2, .a-clms .a-clm4 .a-clm2, .a-clms .a-clm5 .a-clm2 {
  width: 50% !important;
}

.a-clms .a-clm .a-clm2 + .a-clm, .a-clms .a-clm2 .a-clm2 + .a-clm, .a-clms .a-clm3 .a-clm2 + .a-clm, .a-clms .a-clm4 .a-clm2 + .a-clm, .a-clms .a-clm5 .a-clm2 + .a-clm {
  width: 50%;
}

.a-clms .a-clm .a-clm3, .a-clms .a-clm2 .a-clm3, .a-clms .a-clm3 .a-clm3, .a-clms .a-clm4 .a-clm3, .a-clms .a-clm5 .a-clm3 {
  width: 33% !important;
}

.a-clms .a-clm .a-clm3 + .a-clm, .a-clms .a-clm2 .a-clm3 + .a-clm, .a-clms .a-clm3 .a-clm3 + .a-clm, .a-clms .a-clm4 .a-clm3 + .a-clm, .a-clms .a-clm5 .a-clm3 + .a-clm {
  width: 66%;
}

.a-clms .a-clm .a-clm4, .a-clms .a-clm2 .a-clm4, .a-clms .a-clm3 .a-clm4, .a-clms .a-clm4 .a-clm4, .a-clms .a-clm5 .a-clm4 {
  width: 25% !important;
}

.a-clms .a-clm .a-clm4 + .a-clm, .a-clms .a-clm2 .a-clm4 + .a-clm, .a-clms .a-clm3 .a-clm4 + .a-clm, .a-clms .a-clm4 .a-clm4 + .a-clm, .a-clms .a-clm5 .a-clm4 + .a-clm {
  width: 75%;
}

.a-clms .a-clm .a-clm5, .a-clms .a-clm2 .a-clm5, .a-clms .a-clm3 .a-clm5, .a-clms .a-clm4 .a-clm5, .a-clms .a-clm5 .a-clm5 {
  width: 20% !important;
}

.a-clms .a-clm .a-clm5 + .a-clm, .a-clms .a-clm2 .a-clm5 + .a-clm, .a-clms .a-clm3 .a-clm5 + .a-clm, .a-clms .a-clm4 .a-clm5 + .a-clm, .a-clms .a-clm5 .a-clm5 + .a-clm {
  width: 80%;
}

.a-clms a.a-clm, .a-clms a.a-clm2, .a-clms a.a-clm3, .a-clms a.a-clm4, .a-clms a.a-clm5 {
  color: #222;
}

.a-clms a.a-clm:hover, .a-clms a.a-clm2:hover, .a-clms a.a-clm3:hover, .a-clms a.a-clm4:hover, .a-clms a.a-clm5:hover {
  opacity: 1 !important;
}

.a-clms .a-clm2 {
  width: 50%;
}

@media (max-width: 560px) {
  .a-clms .a-clm2 {
    width: 100%;
  }
}

.a-clms .a-clm2 + .a-clm {
  width: 50%;
}

@media (max-width: 560px) {
  .a-clms .a-clm2 + .a-clm {
    width: 100%;
  }
}

.a-clms .a-clm2.a-clm2-wide {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm2.a-clm2-wide {
    width: calc(50% - 20px);
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm2.a-clm2-wide {
    width: 100% !important;
    margin-bottom: 35px;
  }
}

.a-clms .a-clm2.a-clm2-wide + .a-clm.a-clm2-wide {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm2.a-clm2-wide + .a-clm.a-clm2-wide {
    width: calc(50% - 20px);
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm2.a-clm2-wide + .a-clm.a-clm2-wide {
    width: 100% !important;
    margin-bottom: 35px;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm2.a-clm2-wide:last-child:not(.a-clm2-wide-mb) {
    margin-bottom: 0;
  }
}

.a-clms .a-clm3 {
  width: calc(33.333% - 35px);
  margin-bottom: 50px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm3 {
    width: calc(33.333% - 30px);
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm3 {
    width: 100%;
    margin-bottom: 35px;
  }
}

.a-clms .a-clm3 + .a-clm {
  width: calc(66.66% - 35px);
}

@media (max-width: 560px) {
  .a-clms .a-clm3 + .a-clm {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm3.a-w50-sp {
    width: calc(50% - 8px) !important;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm3.a-clmlink-w50-sp {
    width: calc(100% / 2 - 4vw);
  }
}

.a-clms .a-clm3.a-border-none {
  border: none;
}

.a-clms .a-clm3.a-border-none:hover {
  border: none;
  opacity: 0.7 !important;
}

.a-clms .a-clm3.a-clmlink:not(.is-hidden) {
  padding: 0;
}

@media (min-width: 1200px) {
  .a-clms .a-clm3.a-clmlink:not(.is-hidden) {
    width: calc(33.333% - 35px) !important;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm3.a-clmlink:not(.is-hidden) {
    width: calc(33.333% - 30px) !important;
    margin-bottom: 40px;
  }
}

.a-clms .a-clm3.a-clm3-wide:not(.is-hidden) {
  width: calc(33.333% - 35px) !important;
  margin-bottom: 50px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm3.a-clm3-wide:not(.is-hidden) {
    width: calc(33.333% - 30px) !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm3.a-clm3-wide:not(.is-hidden) {
    width: 100% !important;
    margin-bottom: 35px;
  }
}

.a-clms .a-clm3.a-clm3-wide:not(.is-hidden) + .a-clm {
  width: calc(66.66% - 35px) !important;
  margin-bottom: 50px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-clms .a-clm3.a-clm3-wide:not(.is-hidden) + .a-clm {
    width: calc(66.66% - 30px) !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm3.a-clm3-wide:not(.is-hidden) + .a-clm {
    width: 100% !important;
    margin-bottom: 35px !important;
  }
}

.a-clms .a-clm4 {
  width: calc(25% - 20px);
  margin-bottom: 35px;
}

@media (max-width: 560px) {
  .a-clms .a-clm4 {
    width: 100%;
    margin-bottom: 35px;
  }
}

.a-clms .a-clm4 + .a-clm {
  width: calc(75% - 20px);
}

@media (max-width: 560px) {
  .a-clms .a-clm4 + .a-clm {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm4.a-w50-sp {
    width: 50%;
    width: calc(50% - 8px);
    text-align: center;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm4.a-w50-sp img {
    margin: 0 auto;
  }
}

.a-clms .a-clm5 {
  width: calc(20% - 15px);
}

@media (max-width: 560px) {
  .a-clms .a-clm5 {
    width: 100%;
  }
}

.a-clms .a-clm5 + .a-clm {
  width: 80%;
}

@media (max-width: 560px) {
  .a-clms .a-clm5 + .a-clm {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm5.a-w50-sp {
    width: calc(50% - 8px);
    text-align: center;
  }
}

@media (max-width: 560px) {
  .a-clms .a-clm5.a-w50-sp img {
    margin: 0 auto;
  }
}

.a-padding {
  padding: 28px;
  border-radius: 16px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-padding {
    padding: 0;
  }
}

@media (max-width: 560px) {
  .a-padding {
    padding: 0;
  }
}

@media (max-width: 560px) {
  .subtext-width-sp {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

.a-padding-clm {
  padding: 60px 120px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-padding-clm {
    padding: 50px 40px;
  }
}

@media (max-width: 560px) {
  .a-padding-clm {
    padding: 50px 20px;
  }
}

.a-dangumi2 {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 56px;
          column-gap: 56px;
  -webkit-column-fill: auto !important;
          column-fill: auto !important;
}

.a-dangumi2.a-gap-half {
  -webkit-column-gap: 28px;
          column-gap: 28px;
}

@media (max-width: 560px) {
  .a-dangumi2 {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .a-dangumi2 .a-inline-block {
    width: 100%;
  }
}

.a-inline-block {
  display: inline-block;
}

@media (max-width: 560px) {
  .a-card-lists-sp {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 6px;
            box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 6px;
    background: #FFF;
    padding: 0 2vw;
  }
}

@media (max-width: 560px) {
  .a-card-lists-sp .a-card-list-sp {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #f2f2f2 !important;
    margin-bottom: 0 !important;
  }
  .a-card-lists-sp .a-card-list-sp:last-child {
    border-bottom: none !important;
  }
}

@media (max-width: 560px) {
  .a-card-lists-sp .a-card-list-sp .a-line-bottom::after {
    content: none;
  }
}

@media (max-width: 560px) {
  .a-card-lists-sp .a-card-list-sp:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}

.a-card-bg-wrap {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
}

.a-card-bg-wrap:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.a-card-bg-wrap .a-card-bg {
  width: 100%;
}

.a-card-bg-wrap .a-card-bg .a-card-bg-title {
  font-family: dnp-shuei-mgothic-std;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.a-card-bg-wrap .a-card-bg .a-card-bg-hojo {
  font-size: 11px;
}

.a-line-bottom::after {
  content: '';
  width: 25px;
  height: 1px;
  background: #222;
  display: block;
  margin-top: 14px;
}

.a-line-animation {
  position: relative;
}

.a-line-animation::before {
  content: '';
  width: 25px;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: -14px;
  display: block;
}

.a-line-animation::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #222;
  left: 0;
  display: block;
  bottom: -14px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.a-line-animation:hover {
  opacity: 1;
}

.a-line-animation:hover::after {
  width: 25px !important;
  left: 0;
}

.a-border-bottom {
  border-bottom: 1px solid #ddd;
}

.opc0 {opacity: 0 !important;}

.a-borderbtn-animation-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto !important;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item {
  position: relative;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn2 {
  width: calc( 50% - 20px);
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn2:nth-child(n + 3) {
  margin-top: 15px;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn3 {
  width: calc( 33.333% - 20px);
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn3:nth-child(n + 4) {
  margin-top: 16px;
}

@media (max-width: 560px) {
  .a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn-sp {
    width: 100%;
  }
  .a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn-sp:nth-child(n + 2) {
    margin-top: 10px;
  }
  .a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn2-sp {
    width: calc( 50% - 10px);
  }
  .a-borderbtn-animation-wrap .a-borderbtn-animation-item.a-borderbtn2-sp:nth-child(n + 3) {
    margin-top: 8px;
  }


.a-borderbtn-animation-wrap-x {
	display: none !important;
}
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a::before {
  left: 0;
  top: 0;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a:after {
  right: 0;
  top: 0;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a::after {
  position: absolute;
  background: #222;
  content: '';
  display: block;
  width: 0;
  height: 1px !important;
  -webkit-transition: all .1s;
  transition: all .1s;
}

@media (max-width: 560px) {
  .a-borderbtn-animation-wrap .a-borderbtn-animation-item a::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a::after {
    content: none;
  }
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a:hover::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a:hover::after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a.current::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a:hover::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a.current::after, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a:hover::after {
  width: 50%;
  /*横幅を100%に*/
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a .a-borderbtn-animation::before {
  left: 0;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a .a-borderbtn-animation::after {
  right: 0;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a .a-borderbtn-animation::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a .a-borderbtn-animation::after {
  position: absolute;
  width: 1px;
  height: 0px;
  background: #222;
  content: '';
  -webkit-transition: all .1s;
  transition: all .1s;
  bottom: 0;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media (max-width: 560px) {
  .a-borderbtn-animation-wrap .a-borderbtn-animation-item a .a-borderbtn-animation::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item a .a-borderbtn-animation::after {
    content: none;
  }
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item a:hover {
  opacity: 1;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item::before {
  display: block;
  background: #ddd;
  bottom: 0;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item::after {
  left: 0;
  bottom: 0;
  background: #222;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item::before, .a-borderbtn-animation-wrap .a-borderbtn-animation-item::after {
  content: '';
  position: absolute;
  width: 100% !important;
  height: 1px !important;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item.current::after, .a-borderbtn-animation-wrap .a-borderbtn-animation-item:hover::after {
  width: 100%;
  /*横幅を100%に*/
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item.current .a-borderbtn-animation::before,
.a-borderbtn-animation-wrap .a-borderbtn-animation-item.current .a-borderbtn-animation::after,
.a-borderbtn-animation-wrap .a-borderbtn-animation-item:hover .a-borderbtn-animation::before,
.a-borderbtn-animation-wrap .a-borderbtn-animation-item:hover .a-borderbtn-animation::after {
  height: 100%;
  /*縦幅を100%に*/
}

.a-borderbtn-animation-wrap .a-borderbtn-animation-item:hover .a-borderbtn-animation::before,
.a-borderbtn-animation-wrap .a-borderbtn-animation-item:hover .a-borderbtn-animation::after {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.a-indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

.a-mark-pickup {
  position: absolute;
  padding: 4px 10px;
  background: #222;
  color: #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

body {
  color: #222;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .08em;
  font-size: 14px;
}

@media (max-width: 560px) {
  body {
    letter-spacing: .04em;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6, body li {
  line-height: 1.6;
}

body p {
  line-height: 2;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
}

body a {
  text-decoration: none;
  color: #222;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

body a:hover {
  opacity: 0.7;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.a-page p {
  margin: 0;
}

.a-page p.a-btn {
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-page p.a-btn {
    margin-top: 16px;
  }
}

.a-hojo-txt {
  display: block;
}

h1.a-page-h1 {
  font-family: dnp-shuei-mgothic-std;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.4;
  margin: 40px 0 0;
  color: #222;
}

@media (max-width: 560px) {
  h1.a-page-h1 {
    font-size: 20px;
    margin: 32px 0 0;
  }
}

h1.a-page-h1 .a-hojo-txt {
  font-size: 16px;
  margin: 8px 0;
}

@media (max-width: 560px) {
  h1.a-page-h1 .a-hojo-txt {
    font-size: 11px;
    margin: 4px 0;
  }
}

.a-h1belt {
  padding: 60px 0;
  background: none;
  text-align: left;
  letter-spacing: .18em;
}

@media (min-width: 1200px) {
  .a-h1belt {
    margin-top: 100px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-h1belt {
    margin-top: 70px;
  }
}

@media (max-width: 560px) {
  .a-h1belt {
    padding: 32px 0;
  }
}

.a-h1belt h1.a-page-h1 {
  margin: 0;
}

@media (min-width: 1200px) {
  .a-h1belt.submheader-ah1belt {
    margin-top: 160px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-h1belt.submheader-ah1belt {
    margin-top: 130px;
  }
}

@media (max-width: 560px) {
  .a-h1belt.submheader-ah1belt {
    margin-top: 0;
  }
}

h2.a-page-h2 {
  font-family: dnp-shuei-mgothic-std;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 26px;
  margin: 0 0 32px;
  letter-spacing: .1em;
}

@media (max-width: 560px) {
  h2.a-page-h2 {
    font-size: 16px;
    font-size: 18px;
    margin: 0 0 16px;
  }
}

h2.a-page-h2.a-midashi-s {
  font-size: 16px;
  font-weight: 600;
}

h2.a-page-h2:last-child {
  margin: 0;
}

h2.a-page-h2 .a-hojo-txt {
  font-size: 16px;
  margin: 8px 0;
}

@media (max-width: 560px) {
  h2.a-page-h2 .a-hojo-txt {
    font-size: 13px;
    margin: 0;
  }
}

h2.a-page-h2 .a-midashi-inner.a-line-top::before {
  content: '';
  width: 60px;
  height: 5px;
  background: #01A782;
  display: block;
  margin: 0px auto 50px;
}

h2.a-page-h2.a-page-h2-s {
  font-size: 20px;
}

@media (max-width: 560px) {
  h2.a-page-h2.a-page-h2-s {
    font-size: 16px;
  }
}

h3.a-page-h3 {
  font-family: dnp-shuei-mgothic-std;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 24px 0 8px;
}

@media (max-width: 560px) {
  h3.a-page-h3 {
    font-size: 16px;
    margin: 16px 0 4px;
  }
}

h3.a-page-h3.a-midashi-s {
  font-size: 16px;
  font-weight: 600;
}

h3.a-page-h3:first-child {
  margin-top: 0;
}

h3.a-page-h3 .a-hojo-txt {
  font-size: 14px;
  margin: 4px 0 8px;
}

@media (max-width: 560px) {
  h3.a-page-h3 .a-hojo-txt {
    font-size: 13px;
    margin: 0;
  }
}

h3.a-page-h3.a-h3line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  h3.a-page-h3.a-h3line {
    margin-bottom: 8px;
  }
}

h3.a-page-h3.a-h3before:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
}

h4.a-page-h4 {
  font-size: 16.5px;
  margin: 16px 0 4px;
}

@media (max-width: 560px) {
  h4.a-page-h4 {
    font-size: 15px;
    margin: 8px 0 4px;
  }
}

h4.a-page-h4:first-child {
  margin-top: 0;
}

h4.a-page-h4 i.a-i-man, h4.a-page-h4 i.a-i-woman {
  display: inline-block;
  width: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 4px;
}

h4.a-page-h4 i.a-i-man + .a-midashi-inner, h4.a-page-h4 i.a-i-woman + .a-midashi-inner {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: middle;
}

.a-maru-img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 8px;
}

.a-maru-img img {
  display: block;
  width: 100%;
}

.a-maru-img .a-bgimg {
  background-position: center top -8px;
  background-size: 240%;
}

.a-maru-img + .a-midashi-inner {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: middle;
}

h3.a-footer-h3 {
  color: #FFF;
  font-size: 18px;
  margin: 24px 0 8px;
}

@media (max-width: 560px) {
  h3.a-footer-h3 {
    font-size: 18px;
    margin: 16px 0 4px;
  }
}

h3.a-footer-h3:first-child {
  margin-top: 0;
}

h3.a-footer-h3 i {
  display: inline-block;
  width: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  border-radius: 50%;
  background: #FFF;
  color: #01A782;
  font-size: 14px;
  margin-right: 4px;
}

h4.a-footer-h4 {
  font-size: 16.5px;
  margin: 16px 0 4px;
}

@media (max-width: 560px) {
  h4.a-footer-h4 {
    font-size: 15px;
    margin: 8px 0 4px;
  }
}

h4.a-footer-h4:first-child {
  margin-top: 0;
}

h3.a-ham-h3 {
  font-size: 18px;
  margin: 24px 0 8px;
  padding: 0 16px;
}

@media (max-width: 560px) {
  h3.a-ham-h3 {
    font-size: 18px;
    margin: 16px 0 4px;
  }
}

h3.a-ham-h3:first-child {
  margin-top: 0;
}

h3.a-side-h3 {
  font-size: 18px;
  margin: 0 0 16px;
}

@media (max-width: 560px) {
  h3.a-side-h3 {
    font-size: 18px;
    margin: 0 0 8px;
  }
}

.a-blog-h2 {
  font-size: 22px;
  line-height: 1.75 !important;
  padding: 12px 3%;
  background: #f2f2f2;
  border-left: 4px solid #01A782;
  border-left: 4px solid var(--main);
  margin-top: 48px;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .a-blog-h2 {
    font-size: 18.5px;
    letter-spacing: 0;
    line-height: 1.6 !important;
    margin-top: 32px;
  }
}

.a-blog-h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .a-blog-h3 {
    font-size: 17px;
    letter-spacing: 0;
    margin-top: 24px;
  }
}

.a-blog-h3 + p {
  margin-top: 16px !important;
}

@media (max-width: 560px) {
  .a-blog-h3 + p {
    margin-top: 8px !important;
  }
}

.a-blog-h4 {
  font-size: 18px;
  letter-spacing: .04em;
  margin-top: 32px;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .a-blog-h4 {
    font-size: 15.5px;
    margin-top: 24px;
  }
}

.a-blog-h4 + p {
  margin-top: 16px !important;
}

@media (max-width: 560px) {
  .a-blog-h4 + p {
    margin-top: 8px !important;
  }
}

.a-index-h2 {
  font-family: dnp-shuei-mgothic-std;
  font-style: normal;
  text-align: center;
  font-size: 29px;
  margin: 0;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-index-h2 {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .a-index-h2 {
    font-size: 20px;
  }
}

.a-index-h2:last-child {
  margin: 0;
}

.a-index-h2 .a-hojo-txt {
  font-size: 16px;
  margin: 8px 0;
  color: #01A782;
}

@media (max-width: 560px) {
  .a-index-h2 .a-hojo-txt {
    font-size: 13px;
    margin: 0;
    text-align: center;
    /*padding-bottom: 10px;*/
  }
}

h3.a-index-h3 {
  font-size: 20px;
  margin: 24px 0 8px;
}

@media (max-width: 560px) {
  h3.a-index-h3 {
    font-size: 18px;
    margin: 16px 0 4px;
  }
}

h3.a-index-h3:first-child {
  margin-top: 0;
}

h3.a-index-h3 .a-hojo-txt {
  font-size: 14px;
  margin: 4px 0 8px;
}

@media (max-width: 560px) {
  h3.a-index-h3 .a-hojo-txt {
    font-size: 13px;
    margin: 0;
  }
}

h3.a-index-h3.a-h3line {
  border-bottom: 2px solid #01A782;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

@media (max-width: 560px) {
  h3.a-index-h3.a-h3line {
    margin-bottom: 8px;
  }
}

h3.a-index-h3.a-h3before:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
}

h3.a-index-h3.midashi-deco {
  font-size: 24px;
  margin: 24px 0 8px;
  font-family: dnp-shuei-mgothic-std;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 560px) {
  h3.a-index-h3.midashi-deco {
    font-size: 20px;
  }
}

h3.a-index-h3.midashi-deco .a-midashi-inner {
  position: relative;
  padding: 0 40px;
  color: #01A782;
}

h3.a-index-h3.midashi-deco .a-midashi-inner::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #40C598;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

h3.a-index-h3.midashi-deco .a-midashi-inner::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #40C598;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

h4.a-index-h4 {
  font-size: 21px;
  margin: 16px 0 4px;
}

@media (max-width: 560px) {
  h4.a-index-h4 {
    font-size: 15px;
    margin: 8px 0 4px;
  }
}

h4.a-index-h4:first-child {
  margin-top: 0;
}

.a-btn {
  text-align: left;
}

.a-btn-center {
  text-align: center;
}

.a-btn-right {
  text-align: right;
}

.a-btn, .a-btn-center, .a-btn-right {
  margin: 24px 0 40px !important;
}

@media (max-width: 560px) {
  .a-btn, .a-btn-center, .a-btn-right {
    margin: 16px 0 24px !important;
  }
}

.a-btn:first-child, .a-btn-center:first-child, .a-btn-right:first-child {
  margin-top: 0 !important;
}

.a-btn:last-child, .a-btn-center:last-child, .a-btn-right:last-child {
  margin-bottom: 0 !important;
}

.a-btn a, .a-btn input[type="submit"], .a-btn-center a, .a-btn-center input[type="submit"], .a-btn-right a, .a-btn-right input[type="submit"] {
  display: inline-block;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  -webkit-transition: .1s;
  transition: .1s;
}

.a-btn a:hover, .a-btn input[type="submit"]:hover, .a-btn-center a:hover, .a-btn-center input[type="submit"]:hover, .a-btn-right a:hover, .a-btn-right input[type="submit"]:hover {
  -webkit-transition: .1s;
  transition: .1s;
  opacity: 1;
}

.a-btn a.ol, .a-btn input[type="submit"].ol, .a-btn-center a.ol, .a-btn-center input[type="submit"].ol, .a-btn-right a.ol, .a-btn-right input[type="submit"].ol {
  font-size: 14px;
  border: 1px solid rgba(34, 34, 34, 0.7);
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  padding: 10px 24px;
}

.a-btn a.ol:hover, .a-btn input[type="submit"].ol:hover, .a-btn-center a.ol:hover, .a-btn-center input[type="submit"].ol:hover, .a-btn-right a.ol:hover, .a-btn-right input[type="submit"].ol:hover {
  background: rgba(221, 221, 221, 0.5);
}

.a-btn a.ol:active, .a-btn input[type="submit"].ol:active, .a-btn-center a.ol:active, .a-btn-center input[type="submit"].ol:active, .a-btn-right a.ol:active, .a-btn-right input[type="submit"].ol:active {
  background: #ddd;
}

.a-btn a.ol.white, .a-btn input[type="submit"].ol.white, .a-btn-center a.ol.white, .a-btn-center input[type="submit"].ol.white, .a-btn-right a.ol.white, .a-btn-right input[type="submit"].ol.white {
  border: 1px solid #fff;
  color: #fff;
}

.a-btn a.ol.white:hover, .a-btn input[type="submit"].ol.white:hover, .a-btn-center a.ol.white:hover, .a-btn-center input[type="submit"].ol.white:hover, .a-btn-right a.ol.white:hover, .a-btn-right input[type="submit"].ol.white:hover {
  background: rgba(255, 255, 255, 0.1);
}

.a-btn a.ol.white:active, .a-btn input[type="submit"].ol.white:active, .a-btn-center a.ol.white:active, .a-btn-center input[type="submit"].ol.white:active, .a-btn-right a.ol.white:active, .a-btn-right input[type="submit"].ol.white:active {
  background: rgba(255, 255, 255, 0.2);
}

.a-btn a.ol.a-btn-block, .a-btn input[type="submit"].ol.a-btn-block, .a-btn-center a.ol.a-btn-block, .a-btn-center input[type="submit"].ol.a-btn-block, .a-btn-right a.ol.a-btn-block, .a-btn-right input[type="submit"].ol.a-btn-block {
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

@media (max-width: 560px) {
  .a-btn a.ol.a-btn-block, .a-btn input[type="submit"].ol.a-btn-block, .a-btn-center a.ol.a-btn-block, .a-btn-center input[type="submit"].ol.a-btn-block, .a-btn-right a.ol.a-btn-block, .a-btn-right input[type="submit"].ol.a-btn-block {
    width: 100%;
  }
}

.a-btn a.ol.a-btn-flex2, .a-btn input[type="submit"].ol.a-btn-flex2, .a-btn-center a.ol.a-btn-flex2, .a-btn-center input[type="submit"].ol.a-btn-flex2, .a-btn-right a.ol.a-btn-flex2, .a-btn-right input[type="submit"].ol.a-btn-flex2 {
  border: 1px solid rgba(34, 34, 34, 0.7);
  border-radius: 0;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 6px);
  margin-right: 3px;
  margin-left: 3px;
  padding: 10px;
}

.a-btn a.ol.a-btn-flex2:nth-child(2n), .a-btn a.ol.a-btn-flex2:last-child, .a-btn input[type="submit"].ol.a-btn-flex2:nth-child(2n), .a-btn input[type="submit"].ol.a-btn-flex2:last-child, .a-btn-center a.ol.a-btn-flex2:nth-child(2n), .a-btn-center a.ol.a-btn-flex2:last-child, .a-btn-center input[type="submit"].ol.a-btn-flex2:nth-child(2n), .a-btn-center input[type="submit"].ol.a-btn-flex2:last-child, .a-btn-right a.ol.a-btn-flex2:nth-child(2n), .a-btn-right a.ol.a-btn-flex2:last-child, .a-btn-right input[type="submit"].ol.a-btn-flex2:nth-child(2n), .a-btn-right input[type="submit"].ol.a-btn-flex2:last-child {
  margin-right: 0;
}

.a-btn a.ol.a-btn-flex2:nth-child(n+3), .a-btn input[type="submit"].ol.a-btn-flex2:nth-child(n+3), .a-btn-center a.ol.a-btn-flex2:nth-child(n+3), .a-btn-center input[type="submit"].ol.a-btn-flex2:nth-child(n+3), .a-btn-right a.ol.a-btn-flex2:nth-child(n+3), .a-btn-right input[type="submit"].ol.a-btn-flex2:nth-child(n+3) {
  margin-top: 15px;
}

@media (max-width: 560px) {
  .a-btn a.ol.a-btn-flex2:nth-child(n+3), .a-btn input[type="submit"].ol.a-btn-flex2:nth-child(n+3), .a-btn-center a.ol.a-btn-flex2:nth-child(n+3), .a-btn-center input[type="submit"].ol.a-btn-flex2:nth-child(n+3), .a-btn-right a.ol.a-btn-flex2:nth-child(n+3), .a-btn-right input[type="submit"].ol.a-btn-flex2:nth-child(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .a-btn a.ol.a-btn-flex2, .a-btn input[type="submit"].ol.a-btn-flex2, .a-btn-center a.ol.a-btn-flex2, .a-btn-center input[type="submit"].ol.a-btn-flex2, .a-btn-right a.ol.a-btn-flex2, .a-btn-right input[type="submit"].ol.a-btn-flex2 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.a-btn a.ol.a-btn-flex3, .a-btn input[type="submit"].ol.a-btn-flex3, .a-btn-center a.ol.a-btn-flex3, .a-btn-center input[type="submit"].ol.a-btn-flex3, .a-btn-right a.ol.a-btn-flex3, .a-btn-right input[type="submit"].ol.a-btn-flex3 {
  border: 1px solid rgba(34, 34, 34, 0.7);
  border-radius: 0;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.333% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-btn a.ol.a-btn-flex3:nth-child(3n+1), .a-btn input[type="submit"].ol.a-btn-flex3:nth-child(3n+1), .a-btn-center a.ol.a-btn-flex3:nth-child(3n+1), .a-btn-center input[type="submit"].ol.a-btn-flex3:nth-child(3n+1), .a-btn-right a.ol.a-btn-flex3:nth-child(3n+1), .a-btn-right input[type="submit"].ol.a-btn-flex3:nth-child(3n+1) {
  margin-left: 0;
}

.a-btn a.ol.a-btn-flex3:first-child, .a-btn input[type="submit"].ol.a-btn-flex3:first-child, .a-btn-center a.ol.a-btn-flex3:first-child, .a-btn-center input[type="submit"].ol.a-btn-flex3:first-child, .a-btn-right a.ol.a-btn-flex3:first-child, .a-btn-right input[type="submit"].ol.a-btn-flex3:first-child {
  margin-top: 0 !important;
}

.a-btn a.ol.a-btn-flex3:nth-child(3n), .a-btn a.ol.a-btn-flex3:last-child, .a-btn input[type="submit"].ol.a-btn-flex3:nth-child(3n), .a-btn input[type="submit"].ol.a-btn-flex3:last-child, .a-btn-center a.ol.a-btn-flex3:nth-child(3n), .a-btn-center a.ol.a-btn-flex3:last-child, .a-btn-center input[type="submit"].ol.a-btn-flex3:nth-child(3n), .a-btn-center input[type="submit"].ol.a-btn-flex3:last-child, .a-btn-right a.ol.a-btn-flex3:nth-child(3n), .a-btn-right a.ol.a-btn-flex3:last-child, .a-btn-right input[type="submit"].ol.a-btn-flex3:nth-child(3n), .a-btn-right input[type="submit"].ol.a-btn-flex3:last-child {
  margin-right: 0;
}

.a-btn a.ol.a-btn-flex3:nth-child(n+4), .a-btn input[type="submit"].ol.a-btn-flex3:nth-child(n+4), .a-btn-center a.ol.a-btn-flex3:nth-child(n+4), .a-btn-center input[type="submit"].ol.a-btn-flex3:nth-child(n+4), .a-btn-right a.ol.a-btn-flex3:nth-child(n+4), .a-btn-right input[type="submit"].ol.a-btn-flex3:nth-child(n+4) {
  margin-top: 20px !important;
}

@media (max-width: 560px) {
  .a-btn a.ol.a-btn-flex3, .a-btn input[type="submit"].ol.a-btn-flex3, .a-btn-center a.ol.a-btn-flex3, .a-btn-center input[type="submit"].ol.a-btn-flex3, .a-btn-right a.ol.a-btn-flex3, .a-btn-right input[type="submit"].ol.a-btn-flex3 {
    width: 95%;
    padding: 10px;
    margin: 0 auto !important;
    display: block;
  }
}

@media (max-width: 560px) {
  .a-btn a.ol.a-btn-flex3 + .a-btn-flex3, .a-btn input[type="submit"].ol.a-btn-flex3 + .a-btn-flex3, .a-btn-center a.ol.a-btn-flex3 + .a-btn-flex3, .a-btn-center input[type="submit"].ol.a-btn-flex3 + .a-btn-flex3, .a-btn-right a.ol.a-btn-flex3 + .a-btn-flex3, .a-btn-right input[type="submit"].ol.a-btn-flex3 + .a-btn-flex3 {
    margin-top: 15px !important;
  }
}

.a-btn a.ct, .a-btn input[type="submit"].ct, .a-btn-center a.ct, .a-btn-center input[type="submit"].ct, .a-btn-right a.ct, .a-btn-right input[type="submit"].ct {
  border-radius: 4px;
  font-size: 14px;
  line-height: 48px;
  padding: 0 24px;
  background: #01A782;
  color: #fff;
}

.a-btn a.ct:hover, .a-btn input[type="submit"].ct:hover, .a-btn-center a.ct:hover, .a-btn-center input[type="submit"].ct:hover, .a-btn-right a.ct:hover, .a-btn-right input[type="submit"].ct:hover {
  background: #01daa9;
}

.a-btn a.ct:active, .a-btn input[type="submit"].ct:active, .a-btn-center a.ct:active, .a-btn-center input[type="submit"].ct:active, .a-btn-right a.ct:active, .a-btn-right input[type="submit"].ct:active {
  background: #10fec9;
}

.a-btn a.ct.white, .a-btn input[type="submit"].ct.white, .a-btn-center a.ct.white, .a-btn-center input[type="submit"].ct.white, .a-btn-right a.ct.white, .a-btn-right input[type="submit"].ct.white {
  background: #fff;
  color: #01A782;
}

.a-btn a.ct.white:hover, .a-btn input[type="submit"].ct.white:hover, .a-btn-center a.ct.white:hover, .a-btn-center input[type="submit"].ct.white:hover, .a-btn-right a.ct.white:hover, .a-btn-right input[type="submit"].ct.white:hover {
  background: rgba(255, 255, 255, 0.8);
}

.a-btn a.ct.white:active, .a-btn input[type="submit"].ct.white:active, .a-btn-center a.ct.white:active, .a-btn-center input[type="submit"].ct.white:active, .a-btn-right a.ct.white:active, .a-btn-right input[type="submit"].ct.white:active {
  background: rgba(255, 255, 255, 0.9);
}

.a-btn a.fa, .a-btn input[type="submit"].fa, .a-btn-center a.fa, .a-btn-center input[type="submit"].fa, .a-btn-right a.fa, .a-btn-right input[type="submit"].fa {
  border-radius: 28px;
  padding: 0 32px;
  line-height: 56px;
  background: #01A782;
  color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.a-btn a.fa:hover, .a-btn input[type="submit"].fa:hover, .a-btn-center a.fa:hover, .a-btn-center input[type="submit"].fa:hover, .a-btn-right a.fa:hover, .a-btn-right input[type="submit"].fa:hover {
  background: #01daa9;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}

.a-btn a.fa:active, .a-btn input[type="submit"].fa:active, .a-btn-center a.fa:active, .a-btn-center input[type="submit"].fa:active, .a-btn-right a.fa:active, .a-btn-right input[type="submit"].fa:active {
  background: #10fec9;
  outline: none;
}

.a-btn a.fa.white, .a-btn input[type="submit"].fa.white, .a-btn-center a.fa.white, .a-btn-center input[type="submit"].fa.white, .a-btn-right a.fa.white, .a-btn-right input[type="submit"].fa.white {
  background: #fff;
  color: #01A782;
}

.a-btn a.fa.white:hover, .a-btn input[type="submit"].fa.white:hover, .a-btn-center a.fa.white:hover, .a-btn-center input[type="submit"].fa.white:hover, .a-btn-right a.fa.white:hover, .a-btn-right input[type="submit"].fa.white:hover {
  background: rgba(255, 255, 255, 0.8);
}

.a-btn a.fa.white:active, .a-btn input[type="submit"].fa.white:active, .a-btn-center a.fa.white:active, .a-btn-center input[type="submit"].fa.white:active, .a-btn-right a.fa.white:active, .a-btn-right input[type="submit"].fa.white:active {
  background: rgba(255, 255, 255, 0.9);
}

.a-btn-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-btn-flex-wrap a.ol {
  padding: 4px;
}

@media (max-width: 560px) {
  .a-more-btn-wrap {
    margin-bottom: 0 !important;
  }
}

.a-more-btn-wrap .a-more-btn {
  cursor: pointer;
  border: none !important;
  background: rgba(221, 221, 221, 0.5);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  padding: 16px 24px !important;
}

@media (max-width: 560px) {
  .a-more-btn-wrap .a-more-btn {
    padding: 10px 24px !important;
  }
}

.a-more-btn-wrap .a-more-btn:hover {
  opacity: .7;
}

.a-more-btn-wrap .a-more-btn .a-more-btn-arrow {
  font-size: 15px;
  padding-right: 14px;
  vertical-align: middle;
}

.a-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-logo img {
  display: block;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.a-logo h1 {
  margin: 0;
  white-space: nowrap;
}

.a-logo h1 span {
  display: block;
}

header .a-logo, .menu-header .a-logo {
  height: 48px;
  color: inherit;
}

header .a-logo img, .menu-header .a-logo img {
  margin-right: 12px;
}

header .a-logo h1, .menu-header .a-logo h1 {
  font-size: 16.5px;
}

@media (max-width: 560px) {
  header .a-logo, .menu-header .a-logo {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

footer .a-logo, .hamburger .menu .a-logo {
  height: 48px;
  color: inherit;
}

footer .a-logo img, .hamburger .menu .a-logo img {
  margin-right: 12px;
}

footer .a-logo h1, .hamburger .menu .a-logo h1 {
  font-size: 16.5px;
}

@media (min-width: 1200px) {
  footer .a-logo, .hamburger .menu .a-logo {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  footer .a-logo, .hamburger .menu .a-logo {
    margin-bottom: 24px;
  }
}

@media (max-width: 560px) {
  footer .a-logo, .hamburger .menu .a-logo {
    margin-bottom: 16px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 560px) {
  header {
    background: #FFF;
  }
}

header .a-header-ue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
}

@media (min-width: 1200px) {
  header .a-header-ue {
    height: 100px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  header .a-header-ue {
    height: 70px;
  }
}

@media (max-width: 560px) {
  header .a-header-ue {
    padding: 10px;
    height: 60px;
  }
}

header .a-header-ue p {
  line-height: 1;
  margin: 0;
}

header .a-header-ue p span, header .a-header-ue p i {
  vertical-align: middle;
}

header .a-header-ue .a-header-tel {
  font-size: 20px;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  header {
    top: 0 !important;
  }
}

header .a-header-ue .a-header-ue-right {
  height: 100%;
}

@media (min-width: 1200px) {
  header .a-header-ue .a-header-ue-right {
    padding: 0 28px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  header .a-header-ue .a-header-ue-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 2vw;
  }
}

@media (max-width: 560px) {
  header .a-header-ue .a-header-ue-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .a-header-ue .a-header-ue-right .logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 10000;
}

@media (min-width: 1200px) {
  header .a-header-ue .a-header-ue-right .logo {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  header .a-header-ue .a-header-ue-right .logo {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 560px) {
  header .a-header-ue .a-header-ue-right .logo {
    position: unset !important;
    background: none;
  }
}

header .a-header-ue .a-header-ue-right .logo a {
  display: block;
}

header .a-header-ue .a-header-ue-right .logo a img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  header .a-header-ue .a-header-ue-right .logo a img {
    width: 50px;
  }
}

@media (max-width: 560px) {
  header .a-header-ue .a-header-ue-right .logo a img {
    width: 120px;
    position: unset !important;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

header .a-header-ue .a-header-ue-right .a-glonav-wrap-sp {
  height: 100%;
}

@media (max-width: 560px) {
  header .a-header-ue .a-header-ue-right .a-glonav-wrap-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 560px) {
  header .a-header-ue .a-header-ue-right .a-glonav-wrap-sp .a-glonav-contact {
    font-size: 20px;
    margin-right: 15px;
  }
}

header .a-header-ue .a-header-ue-right .a-glonav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

header .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav {
  list-style-type: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  header .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav {
    display: none;
  }
}

@media (max-width: 560px) {
  header .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav {
    display: none;
  }
}

header .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav li a {
  margin: 0 15px;
  display: block;
  font-size: 13px;
}

header .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav li a span {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 2px;
}

header .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav li:last-child a {
  margin-right: 40px;
}

header .change-color {
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

header .change-color .a-header-ue-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .change-color .a-header-ue-right .logo {
  position: unset;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  header .change-color .a-header-ue-right .logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3%;
  }
}

header .change-color .a-header-ue-right .logo img {
  width: 130px !important;
  position: unset !important;
  -webkit-transform: none !important;
          transform: none !important;
}

@media all and (-ms-high-contrast: none) {
  header .change-color .a-header-ue-right .logo img {
    position: static !important;
  }
}

header .change-color .a-header-ue-right .a-glonav li a {
  -webkit-transition: none;
  transition: none;
}

header .change-color .a-header-ue-right .a-glonav li a:hover {
  -webkit-transition: none;
  transition: none;
}

header .change-color .a-header-ue-right .a-ham.a-ham-btn:before {
  color: #222;
}

header.show {
  background: #FFF;
}

header.show .a-header-ue {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

header.show .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  overflow: hidden;
}

header.show .a-header-ue .a-header-ue-right .a-glonav-wrap .a-glonav li a {
  color: #222;
}

@media (max-width: 560px) {
  .a-header-height {
    height: 60px;
  }
}

.subheader {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 100;
  border-bottom: 1px solid #ddd;
  height: 60px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .subheader {
    top: 70px;
  }
}

@media (max-width: 560px) {
  .subheader {
    top: 60px;
    display: none;
  }
}

.subheader .subheader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.subheader .subheader-inner .subheader-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subheader .subheader-inner .subheader-logo a .subheader-logo-img {
  width: 50px;
  padding-right: 15px;
}

.subheader .subheader-inner .subheader-glonav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.subheader .subheader-inner .subheader-glonav li a {
  margin: 0 15px;
}

.a-ham.a-ham-btn:before {
  content: '\e905';
  color: #222;
  font-family: 'tmpla';
  font-size: 29px;
  display: block;
  text-align: center;
  width: 38px;
  line-height: 38px;
}

@media (max-width: 560px) {
  .a-ham.a-ham-btn:before {
    line-height: 30px;
  }
}

.a-ham.open.a-ham-btn:before {
  content: '\e904';
  font-size: 28px;
}

.a-ham.open .a-ham-content {
  -webkit-transition: .5s;
  transition: .5s;
  visibility: visible;
  opacity: 1;
}

.a-ham.open .a-ham-content .a-page-wrap {
  width: 100%;
}

.a-ham.open .a-ham-content .a-ham-topics {
  font-style: 14px;
}

@media (max-width: 560px) {
  .a-ham.open .a-ham-content .topics {
    padding-top: 35px;
  }
}

.a-ham ul.children {
  list-style-type: none;
  padding: 0;
  padding: 0 0 0 1.5em;
}

@media (min-width: 1200px) {
  .a-ham ul.children {
    margin: 6px 0 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-ham ul.children {
    margin: 6px 0 0;
  }
}

.a-ham ul.children li.page_item {
  padding: 0;
}

@media (min-width: 1200px) {
  .a-ham ul.children li.page_item {
    margin: 0 0 6px 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-ham ul.children li.page_item {
    margin: 0 0 6px 0;
  }
}

.a-ham ul.children li.page_item a {
  display: block;
  margin-left: 8px;
  font-size: 13.5px;
}

@media (max-width: 560px) {
  .a-ham ul.children li.page_item a {
    line-height: 2.5;
  }
}

.a-ham ul.children li.page_item:last-child a {
  border-right: none !important;
}

.a-ham + li.page_item {
  border-top: 1px solid #ddd;
}

.a-ham ul.a-ham-list {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0;
}

.a-ham ul.a-ham-list > li.page_item > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1200px) {
  .a-ham ul.a-ham-list > li.page_item > a {
    padding: 4px 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-ham ul.a-ham-list > li.page_item > a {
    padding: 4px 0;
  }
}

@media (max-width: 560px) {
  .a-ham ul.a-ham-list > li.page_item > a {
    line-height: 2.5;
  }
}

.a-ham ul.a-ham-list > li.page_item > a img, .a-ham ul.a-ham-list > li.page_item > a .a-bgimg {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

.a-ham ul.a-ham-list > li.page_item > a img + span, .a-ham ul.a-ham-list > li.page_item > a .a-bgimg + span {
  display: inline-block;
  vertical-align: middle;
  width: 72%;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-ham ul.a-ham-list > li.page_item > a::before {
  content: '-';
  display: inline-block;
  padding-right: 8px;
}

.a-ham ul.a-ham-list li.page_item_has_children {
  border-top: 1px solid #ddd;
  margin-top: 24px;
  margin-bottom: 24px;
}

.a-ham ul.a-ham-list li.page_item_has_children:first-child {
  margin-top: 0;
}

.a-ham ul.a-ham-list li.page_item_has_children > a {
  border-bottom: 1px solid #ddd;
}

.a-ham ul.a-ham-list li.page_item_has_children ul.children {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0;
}

.a-ham ul.a-ham-list li.page_item_has_children ul.children li.page_item {
  display: inline-block;
  padding: 0;
  margin: 0 0 12px;
}

.a-ham ul.a-ham-list li.page_item_has_children ul.children li.page_item a {
  display: block;
  padding: 0 16px;
  font-size: 13.5px;
  border-right: 1px solid #ddd;
}

.a-ham ul.a-ham-list li.page_item_has_children ul.children li.page_item:last-child a {
  border-right: none !important;
}

.a-ham ul.a-ham-list li.page_item_has_children + li.page_item {
  border-top: 1px solid #ddd;
}

.a-ham-content {
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF !important;
  z-index: 1000;
  width: 100%;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-ham-content {
    top: 70px;
  }
}

@media (max-width: 560px) {
  .a-ham-content {
    top: 60px;
  }
}

@media (max-width: 560px) {
  .a-ham-content .a-ham-link-wrap .a-ham-link-item {
    padding: 0;
  }
}

@media (max-width: 560px) {
  .a-ham-content .a-ham-link-wrap .a-ham-link-item + .a-ham-link-item {
    margin-top: 36px;
  }
}

@media (max-width: 560px) {
  .a-ham-content .a-ham-link-wrap .a-ham-link-item .a-ham-link-h3 {
    line-height: 1.4;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 560px) {
  .a-ham-content .a-ham-link-wrap .a-ham-link-item .a-ham-link-h3 .a-line-animation::before {
    bottom: -13px;
  }
  .a-ham-content .a-ham-link-wrap .a-ham-link-item .a-ham-link-h3 .a-line-animation::after {
    bottom: -13px;
  }
}

.a-side {
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ddd;
}

@media (min-width: 1200px) {
  .a-side {
    width: 320px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-right: 1px solid #ddd;
    height: calc(100vh + 28px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .a-side::-webkit-scrollbar {
    display: none;
  }
  .a-side:before {
    content: '';
    display: block;
    height: 100px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-side {
    display: none;
  }
}

@media (max-width: 560px) {
  .a-side {
    display: none;
  }
}

.a-side p, .a-side li, .a-side dd, .a-side a {
  color: rgba(34, 34, 34, 0.7);
}

.a-side .a-side-wrap {
  padding: 0 32px;
}

.a-side .a-side-sec {
  padding: 32px 0;
}

.a-side ul.a-side-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.a-side ul.a-side-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  padding: 8px 32px;
}

.a-side ul.a-side-list a:hover {
  opacity: 1;
  background: #f7f7f7;
}

.a-side ul.a-side-list a:active {
  background: #ddd;
}

.a-side ul.a-side-list a .a-side-img {
  width: 25%;
  margin-right: 5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-side ul.a-side-list a .a-side-img img {
  display: block;
  width: 100%;
  height: auto;
}

.a-side ul.a-side-list a .a-side-txt span {
  display: block;
  margin: 0;
}

.a-side ul.a-side-list li.page_item_has_children:before, .a-side ul.a-side-list li.page_item_has_children:after {
  content: '';
  display: block;
  width: calc(100% - 32px);
  margin: 16px 0 16px auto;
}

.a-side ul.a-side-list li.page_item_has_children:before {
  border-top: 1px solid #ddd;
}

.a-side ul.a-side-list li.page_item_has_children:after {
  border-bottom: 1px solid #ddd;
}

.a-side ul.a-side-list li.page_item_has_children:first-child:before {
  display: none;
}

.a-side ul.a-side-list li.page_item_has_children:last-child:after {
  display: none;
}

.a-side ul.a-side-list li.page_item_has_children + li.page_item_has_children:before {
  display: none;
}

.a-side ul.a-side-list ul.children {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.a-side ul.a-side-list ul.children li.page_item a {
  font-weight: 300;
  padding-left: calc(32px + 1em);
}

.a-footer p, .a-footer li, .a-footer dd, .a-footer a {
  color: #222;
}

.a-footer p {
  margin: 0;
  font-size: 12px;
}

.a-footer p.a-btn {
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-footer p.a-btn {
    margin-top: 16px;
  }
}

.a-footer ul.a-txtlinks {
  padding-left: 10px !important;
}

@media (max-width: 560px) {
  .a-footer ul.a-txtlinks {
    padding-left: 0 !important;
  }
}

@media (max-width: 560px) {
  .a-footer ul.a-txtlinks li {
    display: block;
  }
}

.a-footer ul.a-txtlinks li a {
  border-right: none;
  padding: 0 10px;
  font-size: 12px;
}

@media (max-width: 560px) {
  .a-footer ul.a-txtlinks li a {
    display: block;
  }
}

.a-footer .footer-bottom-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-footer .footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 560px) {
  .a-footer .footer-bottom-wrap {
    padding: 40px 0;
  }
}

@media (max-width: 560px) {
  .a-footer .footer-bottom-wrap .footer-bottom-inner {
    width: 100%;
  }
}

.a-footer .footer-bottom-wrap .footer-bottom-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .a-footer .footer-bottom-wrap .footer-bottom-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 560px) {
  .a-footer .footer-bottom-wrap .footer-bottom-left .footer-bottom-left-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px 0 !important;
  }
}

@media (max-width: 560px) {
  .a-footer .footer-bottom-wrap .footer-bottom-left .footer-logo a {
    display: block;
    line-height: 1;
  }
}

.a-footer .footer-bottom-wrap .footer-bottom-left .footer-logo a img {
  width: 120px;
}

.a-ul-plain {
  margin: 24px 0 32px;
  list-style-type: none;
  padding-left: 0;
}

.a-ul-plain:last-child {
  margin-bottom: 0;
}

.a-ul-plain li {
  margin-bottom: 12px;
}

.a-tell {
  display: block;
  font-size: 32px;
  letter-spacing: .2em;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .a-tell {
    pointer-events: none;
  }
}

.a-sns {
  text-align: center;
  font-size: 40px;
  padding: 16px 0;
}

@media (max-width: 560px) {
  .a-sns {
    padding: 8px 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-copyright {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .a-copyright {
    text-align: center;
  }
}

.a-blog {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 96px;
  background: #FFF;
}

@media (max-width: 560px) {
  .a-blog {
    width: 100%;
    margin: 0;
  }
}

.a-blog-eyecatch img, .a-blog-eyecatch video {
  display: block;
  width: 100%;
  height: auto;
}

.a-blog-eyecatch .a-mediabox, .a-blog-eyecatch .a-iframe {
  margin-top: 0;
}

.a-blog-wrap {
  padding-left: 56px;
  padding-right: 56px;
}

@media (max-width: 560px) {
  .a-blog-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.a-blog-head {
  padding-top: 56px;
  padding-bottom: 0;
}

@media (max-width: 560px) {
  .a-blog-head {
    padding-top: 40px;
  }
}

.a-blog-head-ue {
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .a-blog-head-ue {
    margin-bottom: 8px;
    font-size: 14px !important;
  }
}

.a-blog-head-shita {
  margin-top: 16px;
}

@media (max-width: 560px) {
  .a-blog-head-shita {
    margin-top: 8px;
  }
}

.a-blog-head-ue span, .a-blog-head-ue a, .a-blog-head-ue time, .a-blog-head-shita span, .a-blog-head-shita a, .a-blog-head-shita time {
  display: inline-block;
}

.a-blog-head h1 {
  line-height: 1.6;
  margin: 0;
  font-size: 32px;
}

@media (max-width: 560px) {
  .a-blog-head h1 {
    font-size: 22px;
  }
}

.a-blog-body {
  padding-top: 40px;
  padding-bottom: 56px;
}

@media (max-width: 560px) {
  .a-blog-body {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}

.a-blog-body .a-blog-fix {
  padding-bottom: 40px;
}

@media (max-width: 560px) {
  .a-blog-body .a-blog-fix {
    padding-bottom: 24px;
  }
}

.a-blog-body .a-blog-edit {
  padding-top: 24px;
}

@media (max-width: 560px) {
  .a-blog-body .a-blog-edit {
    padding-top: 16px;
  }
}

.a-blog-edit > *:first-child, .a-blog-fix > *:first-child {
  margin-top: 0 !important;
}

.a-blog-edit > *:last-child, .a-blog-fix > *:last-child {
  margin-bottom: 0 !important;
}

.a-blog-edit h1, .a-blog-fix h1 {
  font-size: 24px;
}

@media (max-width: 560px) {
  .a-blog-edit h1, .a-blog-fix h1 {
    font-size: 20px;
  }
}

.a-blog-edit p, .a-blog-fix p {
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .a-blog-edit p, .a-blog-fix p {
    margin-top: 16px;
  }
}

#a-tags {
  margin-top: 32px;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

@media (max-width: 560px) {
  #a-tags {
    margin-top: 24px;
  }
}

#a-tags a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #01A782;
  border: 1px solid var(--main);
  margin: 0 0 8px 8px;
}

@media (max-width: 560px) {
  #a-tags a {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.a-blog-foot {
  padding-top: 0;
  padding-bottom: 56px;
}

@media (max-width: 560px) {
  .a-blog-foot {
    padding-bottom: 40px;
  }
}

.a-share {
  border-top: 1px solid #ddd;
  padding-top: 8px;
}

.a-share .a-share-cap {
  margin: 0;
  color: #777;
}

.a-share .a-share-cap i {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  margin-right: 8px;
}

.a-share .a2a_kit {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-share .a2a_kit a {
  display: block;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .a-share .a2a_kit a:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-share .a2a_kit a:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .a-share .a2a_kit a {
    width: 32%;
    margin-top: 8px;
  }
  .a-share .a2a_kit a:nth-child(3n) {
    margin-right: 0;
  }
}

.a-share .a2a_kit a:before {
  font-family: 'tmpla';
  display: inline-block;
  letter-spacing: 0;
  margin-right: 8px;
}

.a-share .a2a_kit .a2a_button_facebook {
  background: #1877f2;
}

.a-share .a2a_kit .a2a_button_facebook:before {
  content: '\e922';
}

.a-share .a2a_kit .a2a_button_facebook:after {
  content: 'シェア';
}

.a-share .a2a_kit .a2a_button_twitter {
  background: #1DA1F2;
}

.a-share .a2a_kit .a2a_button_twitter:before {
  content: '\e910';
}

.a-share .a2a_kit .a2a_button_twitter:after {
  content: 'ツイート';
}

.a-share .a2a_kit .a2a_button_pinterest {
  background: #bd081c;
}

.a-share .a2a_kit .a2a_button_pinterest:before {
  content: '\e919';
}

.a-share .a2a_kit .a2a_button_pinterest:after {
  content: '保存';
}

.a-share .a2a_kit .a2a_button_line {
  background: #00b900;
}

.a-share .a2a_kit .a2a_button_line:before {
  content: '\e927';
}

.a-share .a2a_kit .a2a_button_line:after {
  content: '送る';
}

.a-share .a2a_kit .a2a_button_hatena {
  background: #008fde;
}

.a-share .a2a_kit .a2a_button_hatena:before {
  content: 'B!';
  font-weight: bold;
  font-family: sans-serif;
}

.a-share .a2a_kit .a2a_button_hatena:after {
  content: 'はてブ';
}

.a-share .a2a_kit .a2a_button_pocket {
  background: #ef4056;
}

.a-share .a2a_kit .a2a_button_pocket:before {
  content: '\e918';
  width: 12px;
  line-height: 12px;
  font-size: 6px;
  vertical-align: 3px;
  background: #FFF;
  color: #ef4056 !important;
  border-radius: 2px 2px 50% 50%;
}

.a-share .a2a_kit .a2a_button_pocket:after {
  content: 'Pocket';
}

.a-list_with_img {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.a-list_with_img li {
  padding: 3% 0;
  border-bottom: 1px solid #ddd;
}

.a-list_with_img li:first-child {
  padding-top: 0;
}

.a-list_with_img li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.a-list_with_img li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-list_with_img li a .a-list_img {
  width: 25%;
  margin-right: 5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.a-list_with_img li a .a-list_img img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
}

.a-list_with_img li a .a-list_txt {
  color: inherit !important;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
}

.a-list_with_img li a .a-list_txt .a-list_ttl {
  line-height: 1.6;
  margin: 0;
  color: #222;
  font-size: 16.5px;
}

@media (max-width: 560px) {
  .a-list_with_img li a .a-list_txt .a-list_ttl {
    font-size: 14px;
  }
}

.a-list_with_img li a .a-list_txt .a-list_ue {
  padding-bottom: 1.2%;
}

.a-list_with_img li a .a-list_txt .a-list_shita {
  padding-top: 1.2%;
}

.a-list_with_img li a:hover {
  opacity: 1 !important;
}

.a-list_with_img li a:hover .a-list_img img {
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.a-list_with_img li a:hover .a-list_txt {
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  opacity: .7;
}

.a-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 56px;
}

@media (max-width: 560px) {
  .a-pagination {
    margin-top: 40px;
  }
}

.a-pagination span, .a-pagination a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #01A782;
  border-radius: 50%;
  width: 48px;
  line-height: 48px;
  text-align: center;
  margin: 0 4px;
}

@media (max-width: 560px) {
  .a-pagination span, .a-pagination a {
    width: 10vw;
    line-height: 10vw;
  }
}

.a-pagination span.prev:before, .a-pagination a.prev:before {
  content: '\e91b';
  font-family: 'tmpla';
}

.a-pagination span.next:before, .a-pagination a.next:before {
  content: '\e907';
  font-family: 'tmpla';
}

.a-pagination.gray span, .a-pagination.gray a {
  background: #f2f2f2;
}

.a-pagination.white span, .a-pagination.white a {
  background: #FFF;
}

.a-pagination a:hover {
  opacity: 1;
  background: #ddd !important;
}

.a-pagination .current {
  color: #fff;
  background: #01A782 !important;
}

.a-bnr {
  background: #FFF;
  width: 100%;
}

.a-bnr a {
  display: block;
  width: 100%;
  padding: 16px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media (max-width: 560px) {
  .a-bnr a {
    font-size: 14px;
    padding: 12px 5%;
  }
}

.a-pankuzu {
  padding: 28px 0;
}

@media (max-width: 560px) {
  .a-pankuzu {
    padding: 14px 0;
  }
}

.a-pankuzu .p-breadcrumb__lists {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 560px) {
  .a-pankuzu .p-breadcrumb__lists {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .a-pankuzu .p-breadcrumb__lists .p-breadcrumb__item {
    padding: 2px 0;
  }
}

.a-pankuzu .p-breadcrumb__lists .p-breadcrumb__item:not(:first-child)::before {
  content: '／';
  display: inline-block;
  padding: 0px 8px;
}

@media (max-width: 560px) {
  .a-pankuzu .p-breadcrumb__lists .p-breadcrumb__item:not(:first-child)::before {
    padding: 0 4px;
  }
}

.a-divider {
  border-bottom: 1px solid #ddd;
}

.a-divider-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.a-divider-top:not(.is-hidden) + .a-divider-top:not(.is-hidden) {
  border-top: 1px solid #ddd;
}

.a-bottom-nav {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -5px 0 2px 0 rgba(0, 0, 0, 0.05), -5px 0 5px 0 rgba(0, 0, 0, 0.05), -5px 0 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 2px 0 rgba(0, 0, 0, 0.05), -5px 0 5px 0 rgba(0, 0, 0, 0.05), -5px 0 1px -2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .a-bottom-nav {
    display: none;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-bottom-nav {
    display: none;
  }
}

.a-bottom-nav a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0 24px;
}

.a-bottom-nav a i {
  font-size: 22px;
}

.a-bottom-nav a span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}

.a-ul, .a-ol, .a-check {
  margin-top: 24px;
  margin-bottom: 24px;
  list-style-position: inside;
  padding-left: 3%;
}

@media (max-width: 560px) {
  .a-ul, .a-ol, .a-check {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.a-ul li, .a-ol li, .a-check li {
  margin-top: 12px;
  line-height: 1.6;
  padding-left: 1.5em;
}

@media (max-width: 560px) {
  .a-ul li, .a-ol li, .a-check li {
    margin-top: 8px;
  }
}

.a-ul li ul, .a-ul li ol, .a-ol li ul, .a-ol li ol, .a-check li ul, .a-check li ol {
  margin-top: 8px;
}

.a-ul li ul li, .a-ul li ol li, .a-ol li ul li, .a-ol li ol li, .a-check li ul li, .a-check li ol li {
  margin-top: 8px;
}

.a-ul {
  list-style-type: none;
}

.a-ul li {
  text-indent: -1.5em;
}

.a-ul li:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #01A782;
  margin-right: 1em;
}

.a-check {
  list-style-type: none;
}

.a-check li {
  text-indent: -1.7em;
}

.a-check li:before {
  content: "\e91d";
  font-family: 'tmpla';
  color: #01A782;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0;
  background: transparent;
  text-indent: 0;
  margin-right: .7em;
}

.a-ol li {
  text-indent: -21px;
}

@media (max-width: 560px) {
  .a-ol li {
    text-indent: -18px;
  }
}

.a-kakomi .a-ul, .a-kakomi .a-ol, .a-kakomi .a-check, .a-table .a-ul, .a-table .a-ol, .a-table .a-check {
  padding-left: 1%;
}

.a-table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 1.75;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .a-table {
    margin-top: 16px;
  }
}

.a-table .a-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 3%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 560px) {
  .a-table .a-tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .a-table .a-tr dt, .a-table .a-tr dd {
    width: 100% !important;
  }
}

.a-table .a-tr dt {
  font-weight: 500;
}

.a-table .a-tr dd *:first-child {
  margin-top: 0 !important;
}

@media (max-width: 560px) {
  .a-table .a-tr dd {
    margin: 8px 0 0;
  }
}

.a-table.separate {
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}

.a-table.separate th, .a-table.separate td {
  border: none;
}

.a-table2 {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  line-height: 1.6;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

@media (max-width: 560px) {
  .a-table2 {
    margin-top: 16px;
  }
}

.a-table2 th, .a-table2 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px;
}

.a-table2 th {
  font-weight: 500;
}

.a-table2 .a-cellpad-s th, .a-table2 .a-cellpad-s td {
  padding: 8px;
}

.a-table2 .a-cellpad-l th, .a-table2 .a-cellpad-l td {
  padding: 24px;
}

.a-table2.separate {
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}

.a-table2.separate th, .a-table2.separate td {
  border: none;
}

.a-table3 {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  line-height: 1.6;
  border-top: 1px solid #ddd;
}

@media (max-width: 560px) {
  .a-table3 {
    margin-top: 16px;
  }
}

.a-table3 th, .a-table3 td {
  border-bottom: 1px solid #ddd;
  padding: 21px;
}

@media (max-width: 560px) {
  .a-table3 th, .a-table3 td {
    padding: 4vw;
  }
}

.a-table3 th {
  font-weight: 500;
  text-align: left;
}

.a-table3 .a-cellpad-s th, .a-table3 .a-cellpad-s td {
  padding: 8px;
}

.a-table3 .a-cellpad-l th, .a-table3 .a-cellpad-l td {
  padding: 24px;
}

.a-table3.separate {
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}

.a-table3.separate th, .a-table3.separate td {
  border: none;
}

.a-kakomi, .a-jogesen {
  position: relative;
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-kakomi, .a-jogesen {
    margin-top: 16px;
  }
}

.a-kakomi .a-inner, .a-jogesen .a-inner {
  padding: 3%;
}

.a-kakomi .a-inner *:first-child, .a-jogesen .a-inner *:first-child {
  margin-top: 0;
}

.a-kakomi .a-inner *:last-child, .a-jogesen .a-inner *:last-child {
  margin-bottom: 0;
}

.a-kakomi ul, .a-kakomi ol, .a-jogesen ul, .a-jogesen ol {
  padding-left: 0 !important;
  padding-right: 0 !important;
  /*ul, ol {
            padding-left: 0% !important;
            padding-right: 0% !important;
        }*/
}

.a-kakomi .a-caption {
  margin-left: 3%;
  padding-left: .5em;
}

.a-kakomi .a-inner {
  border: 1px solid #ddd;
  border-radius: 8px;
}

.a-jogesen .a-inner {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.a-caption {
  color: #222 !important;
  background: #FFF;
  padding-right: .5em;
  display: inline-block;
  font-weight: 500;
}

.a-caption + .a-inner {
  margin-top: -1em;
}

@media (max-width: 560px) {
  .a-caption + .a-inner {
    margin-top: -0.8em;
  }
}

@media (max-width: 560px) {
  .a-caption {
    letter-spacing: 0;
  }
}

.a-caption:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.52em solid #01A782;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-bottom: .08em solid transparent;
  margin-right: 0.5em;
}

.a-bg-gray-ml .a-caption {
  background: #f2f2f2;
}

.a-bg-gray-l .a-caption {
  background: #f7f7f7;
}

.a-bg-gray .a-caption {
  background: #ddd;
}

.a-bg-gray-md .a-caption {
  background: #777;
}

.a-bg-gray-d .a-caption {
  background: #2e2e2e;
}

.a-bg-main .a-caption {
  background: #01A782;
}

.a-blog .a-caption {
  background: #FFF;
}

.a-inyo {
  position: relative;
  padding-left: 8%;
}

.a-inyo > img, .a-inyo .a-mediabox {
  display: block;
  width: 90%;
  height: auto;
}

@media (max-width: 560px) {
  .a-inyo {
    padding-left: 10%;
  }
}

.a-inyo:before {
  content: "\e916";
  font-family: 'tmpla';
  color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}

@media (max-width: 560px) {
  .a-inyo:before {
    font-size: 20px;
  }
}

.a-inyo .a-inyomoto {
  text-align: right;
}

.a-mediabox {
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-mediabox {
    margin-top: 16px;
  }
}

.a-mediabox img, .a-mediabox video, .a-mediabox iframe {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

.a-mediabox.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.a-mediabox.org div {
  display: inline-block;
}

.a-mediabox.org img {
  display: inline-block;
  width: auto;
}

.a-mediabox.org.center {
  text-align: center;
}

.a-mediabox.org.right {
  text-align: right;
}

.a-mediabox.full div:nth-child(n+2), .a-mediabox.org div:nth-child(n+2) {
  margin-left: 24px;
}

@media (max-width: 560px) {
  .a-mediabox.full div:nth-child(n+2), .a-mediabox.org div:nth-child(n+2) {
    margin-left: 8px;
  }
}

@media (max-width: 560px) {
  .a-w100 {
    margin: 0 calc(50% - 50vw) !important;
    width: 100vw !important;
  }
}

.a-w100-img {
  width: 100% !important;
  height: auto;
}

.a-ratio-16x9 {
  position: relative;
}

.a-ratio-16x9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.a-ratio-16x9 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.a-ratio-16x9 .a-ratio-16x9-center {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.a-bgimg {
  width: 100%;
  height: 0;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.a-bgimg.asp2_1 {
  padding-top: 50%;
}

.a-bgimg.asp16_9 {
  padding-top: 56.25%;
}

.a-bgimg.asp3_2 {
  padding-top: 66.66%;
}

.a-bgimg.asp1_1 {
  padding-top: 100%;
}

.a-iframe, .a-gmap {
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin-top: 24px;
  overflow: hidden;
}

.a-iframe:first-child, .a-gmap:first-child {
  margin-top: 0;
}

@media (max-width: 560px) {
  .a-iframe, .a-gmap {
    margin-top: 16px;
  }
}

.a-iframe iframe, .a-gmap iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100% !important;
  height: 100% !important;
}

.a-gmap.review-off iframe {
  width: 240% !important;
}

.a-step {
  padding-left: 40px;
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-step {
    padding-left: 24px;
    margin-top: 16px;
  }
}

.a-step .a-step-inner {
  padding: 24px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 560px) {
  .a-step .a-step-inner {
    padding: 16px 0;
  }
}

.a-step .a-step-inner:before, .a-step .a-step-inner:after {
  content: '';
  display: block;
  -webkit-transform: translate(-40px, 24px);
          transform: translate(-40px, 24px);
}

@media (max-width: 560px) {
  .a-step .a-step-inner:before, .a-step .a-step-inner:after {
    -webkit-transform: translate(-24px, 16px);
            transform: translate(-24px, 16px);
  }
}

.a-step .a-step-inner:before {
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #01A782;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 560px) {
  .a-step .a-step-inner:before {
    top: 4px;
  }
}

.a-step .a-step-inner:after {
  width: 1px;
  background: #01A782;
  height: calc(100% - 12px - 6px);
  position: absolute;
  top: calc(8px + 12px);
  left: calc(12px / 2);
}

@media (max-width: 560px) {
  .a-step .a-step-inner:after {
    top: calc(4px + 12px);
  }
}

.a-step .a-step-inner:first-child {
  padding-top: 0;
}

.a-step .a-step-inner:first-child:before, .a-step .a-step-inner:first-child:after {
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
}

@media (max-width: 560px) {
  .a-step .a-step-inner:first-child:before, .a-step .a-step-inner:first-child:after {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
}

.a-step .a-step-inner:first-child:after {
  height: calc(100% - 12px - 6px + 24px);
}

@media (max-width: 560px) {
  .a-step .a-step-inner:first-child:after {
    height: calc(100% - 12px - 6px + 16px);
  }
}

.a-step .a-step-inner:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.a-step .a-step-inner:last-child:after {
  display: none;
}

.a-step .a-step-inner p {
  margin: 0;
}

.a-step-1 {
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-step-1 {
    margin-top: 16px;
  }
}

.a-step-1 .a-step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-step-1 .a-step-inner p {
  margin: 0;
}

.a-step-1 .a-step-inner .a-step-left {
  width: 32%;
  padding-bottom: 20px;
}

.a-step-1 .a-step-inner .a-step-middle {
  padding: 0 10px;
  width: 4em;
  text-align: center;
}

@media (max-width: 560px) {
  .a-step-1 .a-step-inner .a-step-middle {
    padding: 0 10px 0 0;
  }
}

.a-step-1 .a-step-inner .a-step-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

@media (max-width: 560px) {
  .a-step-1 .a-step-inner .a-step-right {
    width: 85%;
    padding-left: 20px;
  }
}

.a-step-1 .a-step-inner .a-step-right p:first-child {
  padding: 0 30px;
  width: 4em;
  text-align: right;
}

@media (max-width: 560px) {
  .a-step-1 .a-step-inner .a-step-right p:first-child {
    padding: 0 20px 0 0;
  }
}

.a-step-1 .a-step-inner .a-step-right p:last-child {
  width: 100%;
  padding-bottom: 20px;
}

.a-step-1 .a-step-inner .a-step-right:before {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #2e2e2e;
  position: absolute;
  top: 10px;
  left: 0;
}

.a-step-1 .a-step-inner .a-step-right:after {
  content: '';
  width: 1px;
  background: #2e2e2e;
  height: 100%;
  position: absolute;
  top: 10px;
  left: calc(8px / 2);
}

.a-step-1 .a-step-inner .a-step-right.a-step-right-line:before {
  content: none;
}

.a-step-1 .a-step-inner:last-child .a-step-right {
  padding-bottom: 0;
}

.a-step-1 .a-step-inner:last-child .a-step-right:after {
  height: 100%;
}

.a-step-1.a-step-1-clm2 {
  margin-top: 0;
}

.a-step-1.a-step-1-clm2 .a-step-inner .a-step-left {
  line-height: 2;
  padding-right: 30px;
  width: auto;
}

.a-step-1.a-step-1-clm2 .a-step-inner .a-step-right {
  width: 100%;
  padding-left: 42px;
  padding-bottom: 25px;
}

.a-step-1.a-step-1-clm2 .a-step-inner .a-step-right::before {
  background: #2e2e2e;
}

.a-step-1.a-step-1-clm2 .a-step-inner .a-step-right::after {
  background: #2e2e2e;
}

.a-step-1.a-step-1-clm2 .a-step-inner:last-child .a-step-right:after {
  content: none;
}

ul.a-txtlinks {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0;
}

ul.a-txtlinks li {
  display: inline-block;
  padding: 0;
  margin: 0 0 12px;
}

ul.a-txtlinks li a {
  display: block;
  padding: 0 16px;
  border-right: 1px solid #ddd;
}

@media (max-width: 560px) {
  ul.a-txtlinks li a {
    font-size: 13.5px;
  }
}

ul.a-txtlinks li a.a-txtlinks-01 {
  padding: 0;
  border: none;
}

ul.a-txtlinks li:last-child a {
  border-right: none !important;
}

.a-txtlink-base {
  text-decoration: underline;
  letter-spacing: .1em;
  font-weight: 500;
}

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

.a-links {
  margin-top: 24px;
}

@media (max-width: 560px) {
  .a-links {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.a-links a {
  display: block;
  width: 100%;
  background: #FFF;
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .a-links a {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}

.a-links a img {
  display: block;
  width: 100%;
}

.a-links a:hover {
  opacity: 1;
}

.a-links a:hover img {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 560px) {
  .a-sp-scrollx {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media (min-width: 1200px) {
  .a-sp-scrollx .a-sp-scrollx-width {
    width: 100% !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-sp-scrollx .a-sp-scrollx-width {
    width: 100% !important;
  }
}

@media (max-width: 560px) {
  .a-sp-scrollx .a-sp-scrollx-width {
    display: inline-block;
    white-space: nowrap;
  }
  .a-sp-scrollx .a-sp-scrollx-width * {
    white-space: normal;
  }
}

.a-border {
  border: 1px solid #ddd;
}

.dropdown_menu {
  padding: 0;
  margin-bottom: 0;
}

.dropdown_menu li {
  list-style-type: none;
}

.dropdown_menu .dropdown_menu__single {
  position: relative;
}

.dropdown_menu .dropdown_menu__single .dropdown_menu__single-link {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.dropdown_menu .dropdown_menu__single .dropdown_menu__second-level {
  position: absolute;
  top: 30px;
  right: 0;
  width: auto;
  background: #FFF;
  visibility: hidden;
  overflow-y: scroll;
  height: 300px;
  opacity: 0;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media (max-width: 560px) {
  .dropdown_menu .dropdown_menu__single .dropdown_menu__second-level {
    width: 100%;
  }
}

.dropdown_menu .dropdown_menu__single .dropdown_menu__second-level.dropdown-show {
  visibility: visible;
  opacity: 1;
}

.dropdown_menu .dropdown_menu__single .dropdown_menu__second-level > li {
  padding-bottom: 8px;
}

.dropdown_menu .dropdown_menu__single .dropdown_menu__second-level > li:last-child {
  padding-bottom: 0;
}

.dropdown_menu .dropdown_menu__single .dropdown_menu__second-level > li > a {
  display: block;
}

.tp-img {
  max-width: 350px !important;
  width: 100% !important;
  height: auto;
  margin-left: auto;
}

@media (max-width: 560px) {
  .tp-img {
    max-width: 100% !important;
  }
  .tp-img:first-child {
    margin: 0 auto;
  }
}

.a-ta-left {
  text-align: left !important;
}

.a-ta-center {
  text-align: center !important;
}

.a-ta-right {
  text-align: right !important;
}

strong, .a-txt-bold {
  font-weight: 500;
}

.a-txt-normal {
  font-weight: normal;
}

.a-lh2 {
  line-height: 2;
}

.a-font-dnp-01 {
  font-family: dnp-shuei-mgothic-std !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.font-ryumin {
  font-family: a-otf-ryumin-pr6n, serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

.a-font-klee-bold {
  font-family: 教科書ICA M, Kyoukasho ICA Medium !important;
}

.a-txt-s {
  font-size: 13px;
}

@media (max-width: 560px) {
  .a-txt-s {
    font-size: 12px;
  }
}

.a-txt-ss {
  font-size: 12px;
}

@media (max-width: 560px) {
  .a-txt-ss {
    font-size: 10px;
  }
}

.a-txt-break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.fs11 {
  font-size: 11px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs17 {
  font-size: 17px !important;
}

.a-m0 {
  margin: 0 !important;
}

.a-mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .a-mb0-pc {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb0-tab {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 560px) {
  .a-mb0-sp {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .a-mb8 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb8 {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 560px) {
  .a-mb8 {
    margin-bottom: 8px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb16 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb16 {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 560px) {
  .a-mb16 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb24 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb24 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 560px) {
  .a-mb24 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb32 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb32 {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 560px) {
  .a-mb32 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb40 {
    margin-bottom: 32px !important;
  }
}

@media (max-width: 560px) {
  .a-mb40 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb48 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb48 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 560px) {
  .a-mb48 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb56 {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb56 {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 560px) {
  .a-mb56 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb64 {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb64 {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 560px) {
  .a-mb64 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb72 {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb72 {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 560px) {
  .a-mb72 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mb80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mb80 {
    margin-bottom: 56px !important;
  }
}

@media (max-width: 560px) {
  .a-mb80 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 560px) {
  .a-mb0-sp {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 560px) {
  .a-mb32-sp {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 560px) {
  .a-mb40-sp {
    margin-bottom: 32px !important;
  }
}

.a-m-auto {
  margin: 0 auto;
}

.a-auto-mb24 {
  margin: 0 auto 24px;
}

.a-mt0 {
  margin-top: 0 !important;
}

@media (min-width: 1200px) {
  .a-mt0-pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt0-tab {
    margin-top: 0 !important;
  }
}

@media (max-width: 560px) {
  .a-mt0-sp {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .a-mt8 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt8 {
    margin-top: 8px !important;
  }
}

@media (max-width: 560px) {
  .a-mt8 {
    margin-top: 8px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt16 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt16 {
    margin-top: 16px !important;
  }
}

@media (max-width: 560px) {
  .a-mt16 {
    margin-top: 16px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt24 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt24 {
    margin-top: 20px !important;
  }
}

@media (max-width: 560px) {
  .a-mt24 {
    margin-top: 16px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt32 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt32 {
    margin-top: 24px !important;
  }
}

@media (max-width: 560px) {
  .a-mt32 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt40 {
    margin-top: 32px !important;
  }
}

@media (max-width: 560px) {
  .a-mt40 {
    margin-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt48 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt48 {
    margin-top: 40px !important;
  }
}

@media (max-width: 560px) {
  .a-mt48 {
    margin-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt56 {
    margin-top: 56px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt56 {
    margin-top: 48px !important;
  }
}

@media (max-width: 560px) {
  .a-mt56 {
    margin-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt64 {
    margin-top: 64px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt64 {
    margin-top: 48px !important;
  }
}

@media (max-width: 560px) {
  .a-mt64 {
    margin-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt72 {
    margin-top: 72px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt72 {
    margin-top: 48px !important;
  }
}

@media (max-width: 560px) {
  .a-mt72 {
    margin-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .a-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-mt80 {
    margin-top: 56px !important;
  }
}

@media (max-width: 560px) {
  .a-mt80 {
    margin-top: 40px !important;
  }
}

@media (max-width: 560px) {
  .a-mt32-sp {
    margin-top: 20px !important;
  }
}

.a-padding-28 {
  padding: 28px !important;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-padding-28 {
    padding: 3vw !important;
  }
}

@media (max-width: 560px) {
  .a-padding-28 {
    padding: 6vw !important;
  }
}

.a-p0 {
  padding: 0 !important;
}

@media (max-width: 560px) {
  .a-p0-sp {
    padding: 0 !important;
  }
}

.a-pl16 {
  padding-left: 16px !important;
}

.a-pl28 {
  padding-left: 28px !important;
}

.a-pb-28 {
  padding-bottom: 28px !important;
}

.a-scrollx {
  position: relative;
}

.a-scrollx .a-scrollx-wrap {
  overflow-x: hidden;
  overflow-y: visible;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.a-scrollx .a-scrollx-wrap::-webkit-scrollbar {
  display: none;
}

@media (max-width: 560px) {
  .a-scrollx .a-scrollx-wrap {
    overflow-x: scroll;
  }
}

.a-scrollx .a-scrollx-inner {
  display: inline-block;
}

@media (max-width: 560px) {
  .a-scrollx .a-scrollx-inner {
    padding-left: 5%;
  }
}

.a-scrollx .a-scrollx-inner .a-scrollx-card {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-right: 24px;
  white-space: normal !important;
  background: #fff;
  overflow: hidden;
  border-radius: 16px;
}

.a-scrollx .a-scrollx-inner .a-scrollx-card .a-scrollx-card-img {
  width: 100%;
}

.a-scrollx .a-i-left, .a-scrollx .a-i-right {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 64px;
  line-height: 64px;
  margin-top: -32px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  color: #777;
  cursor: pointer;
}

.a-scrollx .a-i-left:hover, .a-scrollx .a-i-right:hover {
  color: #222;
}

@media (max-width: 560px) {
  .a-scrollx .a-i-left, .a-scrollx .a-i-right {
    visibility: hidden;
  }
}

.a-scrollx .a-i-left {
  left: 32px;
}

.a-scrollx .a-i-right {
  right: 32px;
}

.a-scrollx .a-scrollx-leftgrad {
  width: 7%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.a-scrollx .a-scrollx-rightgrad {
  width: 7%;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

@media (max-width: 560px) {
  .a-scrollx {
    padding: 0;
  }
  .a-scrollx .a-scrollx-rightgrad, .a-scrollx .a-scrollx-leftgrad {
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
  }
  .a-scrollx .a-scrollx-leftgrad {
    width: 10%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0));
  }
  .a-scrollx .a-scrollx-rightgrad {
    width: 10%;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0));
  }
}

.a-scrollx .a-scrollx-items {
  padding: 16px 0;
}

.a-scrollx .a-scrollx-items .a-scrollx-item {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-right: 24px;
  white-space: normal !important;
}

@media (max-width: 560px) {
  .a-scrollx .a-scrollx-items .a-scrollx-item {
    width: 75vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul.a-flickList {
  padding: 0;
  position: relative;
}

@media (max-width: 560px) {
  ul.a-flickList {
    width: 100%;
    margin: 32px auto;
  }
}

ul.a-flickList li.slick-slide {
  padding: 0;
  margin: 0;
}

ul.a-flickList li.slick-slide img {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

ul.a-flickList li.slick-slide:before {
  display: none;
}

ul.a-flickList i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 100;
  display: block;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  color: #777;
}

ul.a-flickList i:hover {
  color: #111;
}

ul.a-flickList i.a-i-left {
  left: -28px;
}

ul.a-flickList i.a-i-right {
  right: -28px;
}

ul.a-flickList ul.slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

ul.a-flickList ul.slick-dots li {
  padding: 0;
  margin: 0 4px;
}

ul.a-flickList ul.slick-dots li:before {
  display: none;
}

ul.a-flickList ul.slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
}

ul.a-flickList ul.slick-dots li.slick-active button {
  background: #01A782;
}

ul.a-flickList button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-form .a-clms .a-clm2, .a-form .a-clms .a-clm3, .a-form .a-clms .a-clm4 {
    padding-bottom: 0;
  }
}

@media (max-width: 560px) {
  .a-form .a-clms .a-clm2, .a-form .a-clms .a-clm3, .a-form .a-clms .a-clm4 {
    padding-bottom: 0;
  }
}

.a-form .a-clms .a-clm2 h3, .a-form .a-clms .a-clm3 h3, .a-form .a-clms .a-clm4 h3 {
  margin: 0;
}

.a-form .a-clms .a-clm2 h3 .a-form-required, .a-form .a-clms .a-clm3 h3 .a-form-required, .a-form .a-clms .a-clm4 h3 .a-form-required {
  background: #777;
  color: #FFF;
  font-size: 13px;
  display: inline-block;
  padding: 4px 8px 6px;
  line-height: 1;
  margin-left: 8px;
  border-radius: 4px;
}

.a-form .a-clms .a-clm2 h3 + p, .a-form .a-clms .a-clm3 h3 + p, .a-form .a-clms .a-clm4 h3 + p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}

@media (max-width: 560px) {
  .a-form .a-clms .a-clm2 h3 + p, .a-form .a-clms .a-clm3 h3 + p, .a-form .a-clms .a-clm4 h3 + p {
    margin-top: 4px;
  }
}

.a-form .screen-reader-response[role="alert"], .a-form .screen-reader-response p[role="status"] {
  text-align: center;
  padding: 16px;
  margin: 24px 0 0;
  line-height: 1.6;
  display: none;
}

.a-form .screen-reader-response[role="alert"].ng, .a-form .screen-reader-response p[role="status"].ng {
  background: rgba(232, 63, 82, 0.2);
  color: #e83f52;
  display: block !important;
  margin: 0 0 32px;
}

.a-form .screen-reader-response[role="alert"].ok, .a-form .screen-reader-response p[role="status"].ok {
  background: rgba(1, 167, 130, 0.2);
  color: #01A782;
  display: block !important;
}

.a-form .screen-reader-response[role="alert"] ul, .a-form .screen-reader-response p[role="status"] ul {
  display: none;
}

.a-form .screen-reader-response.ng p[role="status"] {
  background: rgba(232, 63, 82, 0.2);
  color: #e83f52;
  display: block !important;
}

.a-form .screen-reader-response.ok p[role="status"] {
  background: rgba(1, 167, 130, 0.2);
  color: #01A782;
  display: block !important;
}

.a-form .screen-reader-response ul {
  display: none;
}

.a-form .wpcf7-response-output {
  display: none;
}

.a-form .wpcf7-not-valid-tip {
  color: #e83f52;
  padding: 0 16px;
  font-size: 14px;
  margin: 0;
}

.a-padding.a-form .screen-reader-response[role="alert"], .a-padding.a-form .screen-reader-response p[role="status"] {
  margin: 0 0 24px;
}

@media (max-width: 560px) {
  .a-form-text {
    margin-bottom: 24px;
  }
}

.a-form-text input[type="text"], .a-form-text input[type="tel"], .a-form-text input[type="email"], .a-form-text textarea, .a-form-text select, .a-form-select input[type="text"], .a-form-select input[type="tel"], .a-form-select input[type="email"], .a-form-select textarea, .a-form-select select {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #777;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  line-height: 2;
}

@media (min-width: 1200px) {
  .a-form-text input[type="text"], .a-form-text input[type="tel"], .a-form-text input[type="email"], .a-form-text textarea, .a-form-text select, .a-form-select input[type="text"], .a-form-select input[type="tel"], .a-form-select input[type="email"], .a-form-select textarea, .a-form-select select {
    letter-spacing: .08em;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-form-text input[type="text"], .a-form-text input[type="tel"], .a-form-text input[type="email"], .a-form-text textarea, .a-form-text select, .a-form-select input[type="text"], .a-form-select input[type="tel"], .a-form-select input[type="email"], .a-form-select textarea, .a-form-select select {
    letter-spacing: .08em;
  }
}

@media (max-width: 560px) {
  .a-form-text input[type="text"], .a-form-text input[type="tel"], .a-form-text input[type="email"], .a-form-text textarea, .a-form-text select, .a-form-select input[type="text"], .a-form-select input[type="tel"], .a-form-select input[type="email"], .a-form-select textarea, .a-form-select select {
    letter-spacing: .04em;
  }
}

.a-form-text input[type="text"]:hover, .a-form-text input[type="tel"]:hover, .a-form-text input[type="email"]:hover, .a-form-text textarea:hover, .a-form-text select:hover, .a-form-select input[type="text"]:hover, .a-form-select input[type="tel"]:hover, .a-form-select input[type="email"]:hover, .a-form-select textarea:hover, .a-form-select select:hover {
  border: 1px solid #111;
}

.a-form-text input[type="text"]:focus, .a-form-text input[type="tel"]:focus, .a-form-text input[type="email"]:focus, .a-form-text textarea:focus, .a-form-text select:focus, .a-form-select input[type="text"]:focus, .a-form-select input[type="tel"]:focus, .a-form-select input[type="email"]:focus, .a-form-select textarea:focus, .a-form-select select:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  border: 2px solid #01A782;
  padding: 15px 15px 9px;
}

.a-form-text input[type="text"].wpcf7-not-valid, .a-form-text input[type="tel"].wpcf7-not-valid, .a-form-text input[type="email"].wpcf7-not-valid, .a-form-text textarea.wpcf7-not-valid, .a-form-text select.wpcf7-not-valid, .a-form-select input[type="text"].wpcf7-not-valid, .a-form-select input[type="tel"].wpcf7-not-valid, .a-form-select input[type="email"].wpcf7-not-valid, .a-form-select textarea.wpcf7-not-valid, .a-form-select select.wpcf7-not-valid {
  border: 1px solid #e83f52;
}

.a-form-text input[type="text"].wpcf7-not-valid:focus, .a-form-text input[type="tel"].wpcf7-not-valid:focus, .a-form-text input[type="email"].wpcf7-not-valid:focus, .a-form-text textarea.wpcf7-not-valid:focus, .a-form-text select.wpcf7-not-valid:focus, .a-form-select input[type="text"].wpcf7-not-valid:focus, .a-form-select input[type="tel"].wpcf7-not-valid:focus, .a-form-select input[type="email"].wpcf7-not-valid:focus, .a-form-select textarea.wpcf7-not-valid:focus, .a-form-select select.wpcf7-not-valid:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  border: 2px solid #e83f52;
  padding: 15px 15px 9px;
}

.a-form-text input[type="text"].wpcf7-not-valid::-webkit-input-placeholder, .a-form-text input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder, .a-form-text input[type="email"].wpcf7-not-valid::-webkit-input-placeholder, .a-form-text textarea.wpcf7-not-valid::-webkit-input-placeholder, .a-form-text select.wpcf7-not-valid::-webkit-input-placeholder, .a-form-select input[type="text"].wpcf7-not-valid::-webkit-input-placeholder, .a-form-select input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder, .a-form-select input[type="email"].wpcf7-not-valid::-webkit-input-placeholder, .a-form-select textarea.wpcf7-not-valid::-webkit-input-placeholder, .a-form-select select.wpcf7-not-valid::-webkit-input-placeholder {
  color: rgba(232, 63, 82, 0.5);
}

.a-form-text input[type="text"].wpcf7-not-valid:-ms-input-placeholder, .a-form-text input[type="tel"].wpcf7-not-valid:-ms-input-placeholder, .a-form-text input[type="email"].wpcf7-not-valid:-ms-input-placeholder, .a-form-text textarea.wpcf7-not-valid:-ms-input-placeholder, .a-form-text select.wpcf7-not-valid:-ms-input-placeholder, .a-form-select input[type="text"].wpcf7-not-valid:-ms-input-placeholder, .a-form-select input[type="tel"].wpcf7-not-valid:-ms-input-placeholder, .a-form-select input[type="email"].wpcf7-not-valid:-ms-input-placeholder, .a-form-select textarea.wpcf7-not-valid:-ms-input-placeholder, .a-form-select select.wpcf7-not-valid:-ms-input-placeholder {
  color: rgba(232, 63, 82, 0.5);
}

.a-form-text input[type="text"].wpcf7-not-valid::-ms-input-placeholder, .a-form-text input[type="tel"].wpcf7-not-valid::-ms-input-placeholder, .a-form-text input[type="email"].wpcf7-not-valid::-ms-input-placeholder, .a-form-text textarea.wpcf7-not-valid::-ms-input-placeholder, .a-form-text select.wpcf7-not-valid::-ms-input-placeholder, .a-form-select input[type="text"].wpcf7-not-valid::-ms-input-placeholder, .a-form-select input[type="tel"].wpcf7-not-valid::-ms-input-placeholder, .a-form-select input[type="email"].wpcf7-not-valid::-ms-input-placeholder, .a-form-select textarea.wpcf7-not-valid::-ms-input-placeholder, .a-form-select select.wpcf7-not-valid::-ms-input-placeholder {
  color: rgba(232, 63, 82, 0.5);
}

.a-form-text input[type="text"].wpcf7-not-valid::placeholder, .a-form-text input[type="tel"].wpcf7-not-valid::placeholder, .a-form-text input[type="email"].wpcf7-not-valid::placeholder, .a-form-text textarea.wpcf7-not-valid::placeholder, .a-form-text select.wpcf7-not-valid::placeholder, .a-form-select input[type="text"].wpcf7-not-valid::placeholder, .a-form-select input[type="tel"].wpcf7-not-valid::placeholder, .a-form-select input[type="email"].wpcf7-not-valid::placeholder, .a-form-select textarea.wpcf7-not-valid::placeholder, .a-form-select select.wpcf7-not-valid::placeholder {
  color: rgba(232, 63, 82, 0.5);
}

.a-form-text input[type="text"].wpcf7-not-valid:-ms-input-placeholder, .a-form-text input[type="tel"].wpcf7-not-valid:-ms-input-placeholder, .a-form-text input[type="email"].wpcf7-not-valid:-ms-input-placeholder, .a-form-text textarea.wpcf7-not-valid:-ms-input-placeholder, .a-form-text select.wpcf7-not-valid:-ms-input-placeholder, .a-form-select input[type="text"].wpcf7-not-valid:-ms-input-placeholder, .a-form-select input[type="tel"].wpcf7-not-valid:-ms-input-placeholder, .a-form-select input[type="email"].wpcf7-not-valid:-ms-input-placeholder, .a-form-select textarea.wpcf7-not-valid:-ms-input-placeholder, .a-form-select select.wpcf7-not-valid:-ms-input-placeholder {
  color: rgba(232, 63, 82, 0.5);
}

.a-form-text input[type="text"].wpcf7-not-valid::-ms-input-placeholder, .a-form-text input[type="tel"].wpcf7-not-valid::-ms-input-placeholder, .a-form-text input[type="email"].wpcf7-not-valid::-ms-input-placeholder, .a-form-text textarea.wpcf7-not-valid::-ms-input-placeholder, .a-form-text select.wpcf7-not-valid::-ms-input-placeholder, .a-form-select input[type="text"].wpcf7-not-valid::-ms-input-placeholder, .a-form-select input[type="tel"].wpcf7-not-valid::-ms-input-placeholder, .a-form-select input[type="email"].wpcf7-not-valid::-ms-input-placeholder, .a-form-select textarea.wpcf7-not-valid::-ms-input-placeholder, .a-form-select select.wpcf7-not-valid::-ms-input-placeholder {
  color: rgba(232, 63, 82, 0.5);
}

.a-form-text textarea, .a-form-select textarea {
  height: 240px;
  resize: vertical;
}

.a-form-radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-form-radio .wpcf7-radio .wpcf7-list-item {
  margin-right: 32px;
}

.a-form-radio input[type="radio"] {
  display: none;
}

.a-form-radio input[type="radio"] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: default;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-form-radio input[type="radio"] + span {
    margin-bottom: 8px;
  }
}

@media (max-width: 560px) {
  .a-form-radio input[type="radio"] + span {
    margin-bottom: 8px;
  }
}

.a-form-radio input[type="radio"] + span:before {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #777;
  border-radius: 50%;
  margin-right: 12px;
}

.a-form-radio input[type="radio"] + span:after {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 5px;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

.a-form-radio input[type="radio"]:hover + span:before {
  background: rgba(1, 167, 130, 0.1);
  -webkit-box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1);
          box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.a-form-radio input[type="radio"]:active + span:before {
  background: rgba(1, 167, 130, 0.3);
  -webkit-box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1), 0 0 0 8px rgba(1, 167, 130, 0.2);
          box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1), 0 0 0 8px rgba(1, 167, 130, 0.2);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.a-form-radio input[type="radio"]:checked + span:before {
  border: 2px solid #01A782;
}

.a-form-radio input[type="radio"]:checked + span:after {
  background: #01A782;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

.a-form-check .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a-form-check .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 32px;
}

.a-form-check.a-ta-center .wpcf7-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-form-check.a-ta-center .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 0;
}

.a-form-check input[type="checkbox"] {
  display: none;
}

.a-form-check input[type="checkbox"] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: default;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .a-form-check input[type="checkbox"] + span {
    margin-bottom: 8px;
  }
}

@media (max-width: 560px) {
  .a-form-check input[type="checkbox"] + span {
    margin-bottom: 8px;
  }
}

.a-form-check input[type="checkbox"] + span:before {
  content: '';
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'tmpla';
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 16px;
  text-align: center;
  border: 2px solid #777;
  border-radius: 3px;
  margin-right: 12px;
}

.a-form-check input[type="checkbox"] + span:after {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

.a-form-check input[type="checkbox"]:hover + span:after {
  background: rgba(1, 167, 130, 0.1);
  -webkit-box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1);
          box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.a-form-check input[type="checkbox"]:active + span:after {
  background: rgba(1, 167, 130, 0.3);
  -webkit-box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1), 0 0 0 8px rgba(1, 167, 130, 0.2);
          box-shadow: 0 0 0 8px rgba(1, 167, 130, 0.1), 0 0 0 8px rgba(1, 167, 130, 0.2);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.a-form-check input[type="checkbox"]:checked + span:before {
  content: '\e91e';
  color: #FFF;
  border: 2px solid #01A782;
  background: #01A782;
}

.a-form-select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.a-form-select .wpcf7-form-control-wrap:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -2.5px;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* 中のローディングアニメ */
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading .loader {
  color: #777;
  font-size: 16px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 560px) {
  #loading .loader {
    font-size: 6px;
  }
}

@-webkit-keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

#body {
  opacity: 0;
}

#body.loaded {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

@media all and (-ms-high-contrast: none) {
  #loading {
    display: none;
  }
  #body {
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) {
  html, body {
    height: 100%;
    /*高さを100%にして描画エリアをとる*/
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  html, body {
    height: 100%;
    /*高さを100%にして描画エリアをとる*/
  }
}

@media (min-width: 1200px) {
  #particles-js {
    position: fixed;
    /*描画固定*/
    z-index: -1;
    /*描画を一番下に*/
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  #particles-js {
    position: fixed;
    /*描画固定*/
    z-index: -1;
    /*描画を一番下に*/
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  #wrapper {
    position: relative;
    /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
    z-index: 1;
    /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  #wrapper {
    position: relative;
    /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
    z-index: 1;
    /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
    width: 100%;
    height: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.a-page.group-index img {
  margin-bottom: 0 !important;
}

@media (max-width: 560px) {
  .a-page.group-index .a-page-wrap {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 560px) {
  .a-ham.a-ham-btn:before {
    color: #222;
  }
}

.a-ham.a-ham-btn.open:before {
  color: #222;
}

@media (max-width: 560px) {
  .page-index-sp {
    padding: 3vw 5vw !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.a-arrow-bottom a {
  position: relative;
}

.a-arrow-bottom a::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  display: block;
  position: absolute;
  bottom: 0;
}

.a-arrow-bottom a::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #222;
  right: 40px;
  display: block;
  bottom: 0;
  right: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

@media (max-width: 560px) {
  .a-arrow-bottom a::after {
    -webkit-transition: width .13s;
    transition: width .13s;
  }
}

.a-arrow-bottom a:hover {
  opacity: 1;
}

.a-arrow-bottom a:hover::after {
  width: 100% !important;
  left: 0;
}

.a-item-title a {
  display: block;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px 0;
}

@media (max-width: 560px) {
  .a-item-title a {
    font-size: 14px;
    padding: 10px 0;
  }
}

.a-item-title a .a-item-title-inner {
  display: block;
}

.a-item-title a .a-item-title-inner .a-item-title-sub {
  font-size: 11px;
  display: block;
  color: #777;
}

@media all and (-ms-high-contrast: none) {
  header {
    top: 0 !important;
  }
}

.content-midashi {
  letter-spacing: .07em;
  font-size: 32px;
  margin-top: 0;
  font-family: dnp-shuei-mgothic-std;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .content-midashi {
    font-size: 27px;
  }
}

@media (max-width: 560px) {
  .content-midashi {
    font-size: 18px;
    margin-top: 16px;
  }
}

.content-midashi .content-midashi-hojo {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: .16em;
}

@media (max-width: 560px) {
  .content-midashi .content-midashi-hojo {
    font-size: 11px;
    margin-bottom: 8px;
  }
}

.subtitle {
  padding-bottom: 40px;
}

@media (max-width: 560px) {
  .subtitle {
    margin: 20px auto !important;
    padding-bottom: 0;
  }
}

.introduce .introduce-box-wrap .introduce-box-img {
  padding: 0;
  width: 46%;
  overflow: hidden;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .introduce .introduce-box-wrap .introduce-box-img {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .introduce .introduce-box-wrap .introduce-box-img {
    width: 100%;
  }
}

.introduce .introduce-box-wrap .introduce-box-img img {
  width: 100%;
}

.introduce .introduce-box-wrap .introduce-box-img .introduce-box-img-grid {
  width: 100%;
  min-width: 100%;
  -webkit-column-gap: 0;
          column-gap: 0;
  -webkit-column-count: 4;
          column-count: 4;
}

.introduce .introduce-box-wrap .introduce-box-img .introduce-box-img-grid .introduce-box-img-grid-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  background-image: url("https://tokushinkai.pro/wp-content/themes/group_sites/images/common/index/img_info_sample2.jpg");
  background-size: 100%;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-size: 118%;
  background-position: center;
}

.introduce .introduce-box-wrap .introduce-box-img .introduce-box-img-grid .introduce-box-img-grid-item.grid-item-portrait {
  padding-top: 132%;
}

.introduce .introduce-box-wrap .introduce-box-img .team-img-wrap {
  padding-top: 26%;
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: center;
}

.introduce .introduce-box-wrap .introduce-box-img .team-img-wrap.team-bg01 {
  background-image: url(/wp-content/themes/group_sites/a-images/group/01_top/team_01.jpg);
}

.introduce .introduce-box-wrap .introduce-box-img .team-img-wrap.team-bg02 {
  background-image: url(/wp-content/themes/group_sites/a-images/group/01_top/team_02.jpg);
}

.introduce .introduce-box-wrap .introduce-box-img .team-img-wrap.team-bg03 {
  background-image: url(/wp-content/themes/group_sites/a-images/group/01_top/team_03.jpg);
}

.introduce .introduce-box-wrap .introduce-box-txt {
  margin: 0 auto;
  padding-right: 8%;
  padding-left: 8%;
  width: 100%;
}

@media (min-width: 1200px) {
  .introduce .introduce-box-wrap .introduce-box-txt {
    width: 46%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .introduce .introduce-box-wrap .introduce-box-txt {
    padding-right: 8%;
    padding-top: 3%;
  }
}

.introduce .introduce-box-wrap .introduce-box-txt .map-sp {
  width: 100%;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .introduce .introduce-box-wrap .introduce-box-txt .content-midashi {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .introduce:nth-child(even) .introduce-box-txt {
    padding-right: 0;
    padding-left: 8%;
    margin-right: auto;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .introduce:nth-child(odd) .introduce-box-txt {
    padding-left: 0;
    padding-right: 8%;
    margin-left: auto;
    margin-right: 0;
  }
}

.kv-inner {
  position: relative;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 560px) {
  .kv-inner {
    height: 500px;
  }
}

.kv-inner .kv-img-wrap {
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: 10;
  width: 20%;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .kv-inner .kv-img-wrap {
    bottom: 5%;
    width: 28%;
  }
}

@media (max-width: 560px) {
  .kv-inner .kv-img-wrap {
    width: 50%;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.kv-inner video {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

@media (max-width: 560px) {
  .kv-inner video {
    height: 100%;
  }
}

.mv {
  position: relative;
}

@media (max-width: 560px) {
  .mv {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 1px 5px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -2px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 1px 5px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -2px rgba(0, 0, 0, 0.08);
  }
}

.mv .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #FFF;
}

@media (max-width: 560px) {
  .mv .swiper-slide {
    height: 500px;
  }
}

.mv .swiper-slide::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.mv .mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-shadow: 0 0 10px rgba(151, 151, 151, 0.9);
  width: 100%;
}

.mv .mv-txt h1 {
  letter-spacing: 0.3em;
  margin-bottom: 8px;
  line-height: 1.7;
  font-size: 23px;
}

@media (min-width: 1200px) {
  .mv .mv-txt h1 {
    font-size: 28px;
  }
}

.mv .mv-txt h1 span {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .mv .mv-txt h1 span {
    font-size: 26px;
  }
}

.mv .mv-txt .mv-txt-sub {
  font-size: 13px;
  letter-spacing: 0.3em;
}

@media (max-width: 560px) {
  .mv .mv-txt .mv-txt-sub {
    font-size: 11px;
  }
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-slide {
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
}

@media (max-width: 560px) {
  .pickup .pickup-box-wrap .top-pickup-slider .slick-slide {
    padding: 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px !important;
            box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px !important;
  }
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-slide:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px;
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-slide:not(.slick-current) {
  opacity: 0.3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-current,
.pickup .pickup-box-wrap .top-pickup-slider .is-active-next {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.12) !important;
          transform: scale(1.12) !important;
  z-index: 1;
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-current:hover {
  opacity: 1;
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-arrow {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .pickup .pickup-box-wrap .top-pickup-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.pickup .pickup-box-wrap .top-pickup-slider .slick-arrow span {
  line-height: 70px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .pickup .pickup-box-wrap .top-pickup-slider .slick-arrow span {
    line-height: 50px;
  }
}

.pickup .pickup-box-wrap .top-pickup-slider .prev {
  left: 12%;
}

.pickup .pickup-box-wrap .top-pickup-slider .next {
  right: 12%;
}

.pickup .pickup-box-wrap .top-pickup-slider .a-card-bg {
  width: 380px !important;
  max-width: 450px;
  min-width: 380px;
}

@media (max-width: 560px) {
  .pickup .pickup-box-wrap .top-pickup-slider .a-card-bg {
    width: 230px !important;
    max-width: 280px !important;
    min-width: 230px !important;
  }
}

.pickup .pickup-box-wrap .a-card-bg-wrap {
  position: relative;
}

@media (max-width: 560px) {
  .pickup .pickup-box-wrap .a-card-bg-wrap {
    position: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5vw 2vw;
    margin: 0;
  }
}

@media (max-width: 560px) {
  .about {
    padding-top: 0;
  }
}

.about .about-page-wrap {
  padding-right: 8%;
  padding-left: 8%;
}

@media (max-width: 560px) {
  .about .about-page-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .about .about-page-wrap .about-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .about-page-wrap .about-box-wrap .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 35px);
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .about .about-page-wrap .about-box-wrap .about-box {
    width: calc(50% - 25px);
  }
}

.about .about-page-wrap .about-box-wrap .about-box:hover .a-midashi-arrow {
  color: #01A782;
}

.about .about-page-wrap .about-box-wrap .about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 1200px) {
  .about .about-page-wrap .about-box-wrap .about-main {
    padding-top: 35px;
  }
}

.about .about-page-wrap .about-box-wrap .about-main .about-main-midashi {
  margin-bottom: 20px;
  font-size: 24px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .about .about-page-wrap .about-box-wrap .about-main .about-main-midashi {
    margin-top: 30px;
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  .about .about-page-wrap .about-box-wrap .about-main .about-main-midashi {
    margin-top: 16px;
    font-size: 18px;
  }
}

.about .about-page-wrap .about-box-wrap .about-main .about-bottom-link-wrap {
  margin-top: auto;
}

.about .about-page-wrap .about-box-wrap .about-main .about-bottom-link-wrap .about-bottom-link-item {
  width: calc(50% - 20px) !important;
  padding: 0;
}

@media (max-width: 560px) {
  .about .about-page-wrap .about-box-wrap .about-main .about-bottom-link-wrap .about-bottom-link-item {
    width: calc( 50% - 10px) !important;
  }
}

.about .about-page-wrap .about-box-wrap .a_arrow-bottom-wrap {
  overflow: hidden;
  width: 16px;
  height: 30px;
}

.about .about-page-wrap .about-box-wrap:hover {
  opacity: 1;
}

.recruit {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(73%, #f2f2f2), color-stop(73%, transparent));
  background-image: linear-gradient(to bottom, #f2f2f2 73%, transparent 73%);
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .recruit {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #f2f2f2), color-stop(58%, transparent));
    background-image: linear-gradient(to bottom, #f2f2f2 58%, transparent 58%);
  }
}

@media (max-width: 560px) {
  .recruit {
    background-image: none;
    padding: 36px 0;
    background: #f2f2f2;
  }
}

@media (min-width: 1200px) {
  .recruit .recruit-box-wrap {
    background: #FFF;
  }
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .recruit .recruit-box-wrap {
    background: #FFF;
  }
}

@media (max-width: 560px) {
  .recruit .recruit-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit .recruit-box-wrap .recruit-box-left {
  padding: 70px 70px 60px;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .recruit .recruit-box-wrap .recruit-box-left {
    padding: 50px 40px;
  }
}

.recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item {
  margin: 0;
  padding-bottom: 0;
  text-indent: 0;
  padding-left: 0;
}

.recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item::before {
  content: none;
}

.recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item a {
  padding: 23px 0;
  font-weight: normal;
  display: block;
}

@media (max-width: 560px) {
  .recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item a {
    padding: 6vw;
  }
}

@media (max-width: 560px) {
  .recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item.a-arrow-bottom a::before, .recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item.a-arrow-bottom a::after {
    content: none;
  }
}

.recruit .recruit-box-wrap .recruit-box-left .recruit-link-wrap .recruit-link-item .recruit-logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit .recruit-box-wrap .recruit-box-right {
  padding: 0;
}

.recruit .recruit-box-wrap img:first-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .recruit .recruit-box-wrap .recruit-box-right {
    min-height: 0%;
  }
}

.recruit .recruit-box-wrap .a_arrow-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topics .topics-page-wrap {
  padding: 0 70px 0;
}

@media screen and (min-width: 560px) and (max-width: 1200px) {
  .topics .topics-page-wrap {
    padding: 0 40px 0;
  }
}

@media (max-width: 560px) {
  .topics .topics-page-wrap {
    padding: 0;
  }
}

@media (max-width: 560px) {
  .topics .a-padding-28 {
    padding: 0 !important;
  }
}

.topics .topics-box-wrap .topics-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topics .topics-box-wrap .topics-box:nth-child(3) {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 560px) {
  .topics .topics-box-wrap .topics-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
    display: inline-block;
    word-wrap: break-word;
  }
}

.topics .topics-box-wrap .topics-box p {
  font-size: 14px;
}

.topics .topics-box-wrap .topics-box:hover {
  border-top: 1px solid #ddd !important;
}

.topics .topics-box-wrap .topics-box .topics-top-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topics .topics-box-wrap .topics-box .topics-top-sp .topics-date {
  min-width: 150px;
}

@media (max-width: 560px) {
  .topics .topics-box-wrap .topics-box .topics-top-sp .topics-date {
    width: auto;
    padding-right: 12px;
  }
}

.topics .topics-box-wrap .topics-box .topics-top-sp .topics-cat {
  background: #222;
  color: #FFF;
  padding: 8px 0;
  margin-right: 10px;
  min-width: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 560px) {
  .topics .topics-box-wrap .topics-box .topics-top-sp .topics-cat {
    min-width: 90px;
    max-width: 120px;
    width: 120px;
    padding: 6px 0;
  }
}

.topics .topics-box-wrap .topics-box .topics-top-sp .topics-cat .topics-sub {
  display: block;
}

.topics .topics-box-wrap .topics-box .topics-txt {
  padding-left: 20px;
}

@media (max-width: 560px) {
  .topics .topics-box-wrap .topics-box .topics-txt {
    padding: 8px 0 0 0;
  }
}
