@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/*! 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: 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;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1039px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1040px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1039px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1040px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

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

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

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 10px;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  min-width: 375px;
  padding: 0px;
  color: #101010;
  font-weight: 500;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body,
input,
textarea {
  font-size: 16px;
}

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

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #0387FC;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

body._ios a:hover {
  opacity: 1;
}

em {
  font-style: normal;
}

a.-telink {
  cursor: default;
  opacity: 1 !important;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
body > .inbox {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body > .inbox {
    padding-top: 64px;
  }
}

.l-page-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.l-bc-nav {
  position: relative;
  background: #EEE;
}

.c-bc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px;
}
.c-bc-list > li {
  position: relative;
  padding: 0.5em;
  font-size: 1.2rem;
  line-height: 1;
}
.c-bc-list > li:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1.5em;
}
.c-bc-list > li:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: -0.15em;
  margin-top: -0.5em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 1.6rem;
}
.c-bc-list > li a {
  display: block;
  color: #0387FC;
}
@media (max-width: 767px) {
  .c-bc-list {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-bc-list > li {
    font-size: 1rem;
  }
  .c-bc-list > li:not(:first-child) {
    margin-left: 1em;
    padding-left: 1em;
  }
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header.-static {
  position: static;
  margin-top: -100px;
}
.l-header > .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 28px 20px 26px 40px;
}
@media (max-width: 1039px) {
  .l-header > .inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 64px;
  }
  .l-header > .inner {
    padding: 14px 15px;
  }
}

.c-header-logo {
  margin: 0;
  color: #000;
  line-height: 0;
}
.c-header-logo > a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-header-logo {
    width: 186px;
    padding: 0;
  }
}

.c-menuBtn {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  width: 100px;
  height: 100px;
  z-index: 101;
  cursor: pointer;
}
.c-menuBtn > * {
  pointer-events: none;
}
.c-menuBtn > .bar {
  display: block;
  position: relative;
  width: 48px;
  height: 18px;
}
.c-menuBtn > .bar::before, .c-menuBtn > .bar::after {
  display: block;
  position: absolute;
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: #0387FC;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-menuBtn > .bar::before {
  top: 0;
}
.c-menuBtn > .bar::after {
  bottom: 0;
}
.c-menuBtn > .txt {
  display: block;
  margin: 0.75em 0 0;
  color: #0387FC;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.c-menuBtn.-open > .bar::before, .c-menuBtn.-open > .bar::after {
  bottom: auto;
  top: 50%;
  background-color: #fff;
}
.c-menuBtn.-open > .bar::before {
  -webkit-transform: scale(0.8) rotate(135deg);
          transform: scale(0.8) rotate(135deg);
}
.c-menuBtn.-open > .bar::after {
  -webkit-transform: scale(0.8) rotate(-135deg);
          transform: scale(0.8) rotate(-135deg);
}
.c-menuBtn.-open > .txt {
  color: #fff;
}
@media (max-width: 767px) {
  .c-menuBtn {
    width: 64px;
    height: 64px;
  }
  .c-menuBtn > .bar {
    width: 28px;
    height: 14px;
  }
  .c-menuBtn > .bar::before, .c-menuBtn > .bar::after {
    width: 28px;
    height: 3px;
  }
  .c-menuBtn > .txt {
    font-size: 1.2rem;
  }
  .c-menuBtn.-open > .bar::before, .c-menuBtn.-open > .bar::after {
    background-color: #0387FC;
  }
  .c-menuBtn.-open > .txt {
    color: #0387FC;
  }
}

.l-sp-nav {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg-footer-01.png) repeat right top;
  z-index: 100;
}
.l-sp-nav::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 74%;
  max-width: calc(100% - 340px);
  background: url(../img/bg-footer-02.png) repeat right top;
  z-index: -1;
  content: "";
  -webkit-mask: url("../img/mask-footer.svg") repeat-y left center/14px 102px, url("../img/mask-square.svg") no-repeat 14px 0/cover;
          mask: url("../img/mask-footer.svg") repeat-y left center/14px 102px, url("../img/mask-square.svg") no-repeat 14px 0/cover;
  -webkit-mask-composite: source-over;
          mask-composite: add;
}
.l-sp-nav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 74%;
  max-width: calc(100% - 360px);
  max-height: 100%;
  margin: 0 0 0 auto;
  padding: 140px 6% 100px;
  z-index: 3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-sp-nav > .container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1039px) {
  .l-sp-nav > .container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-sp-nav {
    padding-top: 64px;
  }
  .l-sp-nav::after {
    top: 64px;
    width: 100%;
    max-width: none;
    -webkit-mask: none;
            mask: none;
  }
  .l-sp-nav > .container {
    width: 100%;
    max-width: none;
    padding: 30px 8%;
  }
}

.l-sp-nav.-open .c-spnav-chara {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.c-spnav-logo {
  position: absolute;
  top: 28px;
  left: 40px;
  margin: 0;
  line-height: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .c-spnav-logo {
    width: 186px;
    top: 14px;
    left: 15px;
  }
}

.c-spnav-chara {
  position: absolute;
  bottom: -80px;
  left: -80px;
  opacity: 0;
  -webkit-transform: translateY(25%) scale(1.05, 0.9);
          transform: translateY(25%) scale(1.05, 0.9);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (max-width: 767px) {
  .c-spnav-chara {
    top: 184px;
    bottom: auto;
    left: auto;
    right: -50px;
    -webkit-transform: translateX(10%) rotate(5deg);
            transform: translateX(10%) rotate(5deg);
  }
}

.c-spnav-content {
  max-width: 800px;
  margin: auto;
}

.c-spnav-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -30px -15px;
  color: #fff;
}
.c-spnav-sitemap a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-spnav-sitemap a:hover {
  color: #FFF00A;
  opacity: 1;
}
.c-spnav-sitemap > .unit {
  display: block;
  margin: 0 0 30px 15px;
}
.c-spnav-sitemap > .unit > *:first-child {
  margin-top: 0 !important;
}
.c-spnav-sitemap > .unit > .primary {
  font-size: 1.8rem;
  margin: 1em 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.c-spnav-sitemap > .unit > .list {
  margin: 1em 0 0;
  padding: 0;
  line-height: 1.5;
}
.c-spnav-sitemap > .unit > .list > li {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-spnav-sitemap > .unit > .list > li::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-indent: 0;
  background: url(../img/icon-footer-list.svg) no-repeat center/14px 14px;
  color: transparent;
  content: "★";
}
.c-spnav-sitemap > .unit > .list > li > * {
  text-indent: 0;
}
.c-spnav-sitemap > .unit > .list > li + li {
  margin-top: 0.75em;
}
@media (max-width: 1039px) {
  .c-spnav-sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-spnav-sitemap > .unit > .primary {
    font-size: 1.8rem;
  }
  .c-spnav-sitemap > .unit > .list > li {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-spnav-sitemap > .unit > .list > li.sp {
    display: none;
  }
  .c-spnav-sitemap > .unit > .list > li.sp + li {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .c-spnav-sitemap > .unit {
    width: 100%;
  }
  .c-spnav-sitemap > .unit > .primary {
    font-size: 2.3rem;
  }
  .c-spnav-sitemap > .unit > .primary.js-spnav-achead > .txt {
    display: inline-block;
    position: relative;
    padding-right: 1.25em;
    pointer-events: none;
  }
  .c-spnav-sitemap > .unit > .primary.js-spnav-achead > .txt::after {
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FFF00A'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    width: 1em;
    height: 1em;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .c-spnav-sitemap > .unit > .primary.js-spnav-achead.-open > .txt::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-spnav-sitemap > .unit > .list > li {
    font-size: 2rem;
  }
  .c-spnav-sitemap > .unit > .list.js-spnav-acbody {
    display: none;
  }
}

.c-spnav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 -15px -20px;
}
.c-spnav-contact > .telBtn,
.c-spnav-contact > .mailBtn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  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: 300px;
  min-height: 72px;
  margin: 0 0 15px 20px;
  border-radius: 4px;
  font-weight: 700;
}
.c-spnav-contact > .telBtn::before,
.c-spnav-contact > .mailBtn::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin-right: 12px;
  background: no-repeat center/contain;
  content: "";
}
.c-spnav-contact > .telBtn > .txt,
.c-spnav-contact > .mailBtn > .txt {
  display: inline-block;
  position: relative;
}
.c-spnav-contact > .telBtn:hover,
.c-spnav-contact > .mailBtn:hover {
  opacity: 1;
}
.c-spnav-contact > .telBtn {
  font-size: 2.8rem;
  border: 3px solid #fff;
  background-color: #0387FC;
  color: #fff;
}
.c-spnav-contact > .telBtn::before {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon-telBtn.png);
}
.c-spnav-contact > .mailBtn {
  font-size: 2.6rem;
  border: 3px solid #FFF00A;
  background-color: #FFF00A;
  color: #0387FC;
}
.c-spnav-contact > .mailBtn::before {
  width: 37px;
  height: 24px;
  background-image: url(../img/icon-mailBtn.png);
}
@media (max-width: 767px) {
  .c-spnav-contact > .telBtn,
  .c-spnav-contact > .mailBtn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-spnav-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 -15px -40px;
  color: #fff;
}
.c-spnav-company > .company, .c-spnav-company > .pr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 15px 40px;
}
.c-spnav-company > .company {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-spnav-company > .company > .address {
  margin: 0;
  line-height: 1.5;
}
.c-spnav-company > .company > .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 15px 0 0 -24px;
  padding: 0;
}
.c-spnav-company > .company > .contact > li {
  display: block;
  position: relative;
  margin-left: 24px;
  padding-left: calc(20px + 0.5em);
  line-height: 1.5;
}
.c-spnav-company > .company > .contact > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  content: "";
}
.c-spnav-company > .company > .contact > li.tel::before {
  background-image: url(../img/icon-tel-yellow.svg);
}
.c-spnav-company > .company > .contact > li.fax::before {
  background-image: url(../img/icon-fax-yellow.svg);
}
.c-spnav-company > .pr {
  width: 268px;
}
.c-spnav-company > .pr > .prbtn {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff url(../img/bg-btn-pr.png) center;
  line-height: 0;
  text-align: center;
}
.c-spnav-company > .pr > .prbtn img {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-spnav-company > .pr > .prbtn::after {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 17px;
  height: 17px;
  background: url(../img/btn-pr-arrow.svg) no-repeat center/contain;
  content: "";
}
.c-spnav-company > .pr > .prbtn:hover {
  opacity: 1;
}
.c-spnav-company > .pr > .prbtn:hover img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .c-spnav-company {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-spnav-company > .company > .address {
    font-size: 1.5rem;
  }
  .c-spnav-company > .company > .contact > li {
    font-size: 1.5rem;
  }
  .c-spnav-company > .pr {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.l-footer {
  position: relative;
  padding: 100px 20px 50px;
  background: url(../img/bg-footer-01.png) repeat center top;
  z-index: 5;
  overflow: hidden;
}
.l-footer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50% + 200px);
  background: url(../img/bg-footer-02.png) repeat center top;
  z-index: -1;
  content: "";
  -webkit-mask: url("../img/mask-footer.svg") repeat-y left center/14px 102px, url("../img/mask-square.svg") no-repeat 14px 0/cover;
          mask: url("../img/mask-footer.svg") repeat-y left center/14px 102px, url("../img/mask-square.svg") no-repeat 14px 0/cover;
  -webkit-mask-composite: source-over;
          mask-composite: add;
}
.l-footer > .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 300px 0 700px 0 1fr;
  grid-template-columns: 1fr 300px 700px 1fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-rows: auto auto;
  grid-gap: 40px 0;
      grid-template-areas: ". company sitemap ." ". copyright bnr .";
}
.l-footer > .inner > .sitemap {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sitemap;
  padding-left: 60px;
}
.l-footer > .inner > .company {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: company;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.l-footer > .inner > .bnr {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: bnr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .l-footer > .inner > .bnr {
    padding: 0 20px 0 0;
    max-width: 290px;
    margin: 40px auto 0;
  }
}
.l-footer > .inner > .bnr > span, .l-footer > .inner > .bnr > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
  text-align: center;
  background: #000;
  overflow: hidden;
}
.l-footer > .inner > .bnr > span > img, .l-footer > .inner > .bnr > a > img {
  display: block;
  aspect-ratio: 2/1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-footer > .inner > .bnr > a:hover {
  opacity: 1;
}
.l-footer > .inner > .bnr > a:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-footer > .inner > .copyright {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: copyright;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1039px) {
  .l-footer::after {
    width: calc(100% - 320px);
    background: url(../img/bg-footer-02.png) repeat center top;
    z-index: -1;
    content: "";
    -webkit-mask: url("../img/mask-footer.svg") repeat-y left center/14px 102px, url("../img/mask-square.svg") no-repeat 14px 0/cover;
            mask: url("../img/mask-footer.svg") repeat-y left center/14px 102px, url("../img/mask-square.svg") no-repeat 14px 0/cover;
    -webkit-mask-composite: source-over;
            mask-composite: add;
  }
  .l-footer > .inner > .sitemap {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: sitemap;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 50px 20px 20px;
  }
  .l-footer::after {
    width: 10%;
  }
  .l-footer > .inner {
    display: block;
  }
  .l-footer > .inner > .sitemap {
    display: none;
  }
  .l-footer > .inner > .copyright {
    font-size: 1.2rem;
    margin: 120px 0 0;
    text-align: center;
  }
}

.l-footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -30px -15px;
  color: #fff;
}
.l-footer-sitemap a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: al 0.2s ease;
  transition: al 0.2s ease;
}
.l-footer-sitemap a:hover {
  color: #FFF00A;
  opacity: 1;
}
.l-footer-sitemap > .unit {
  display: block;
  margin: 0 0 30px 15px;
}
.l-footer-sitemap > .unit > *:first-child {
  margin-top: 0 !important;
}
.l-footer-sitemap > .unit > .primary {
  font-size: 1.8rem;
  margin: 1em 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.l-footer-sitemap > .unit > .list {
  margin: 1em 0 0;
  padding: 0;
  line-height: 1.5;
}
.l-footer-sitemap > .unit > .list > li {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.l-footer-sitemap > .unit > .list > li::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-indent: 0;
  background: url(../img/icon-footer-list.svg) no-repeat center/14px 14px;
  color: transparent;
  content: "★";
}
.l-footer-sitemap > .unit > .list > li > * {
  text-indent: 0;
}
.l-footer-sitemap > .unit > .list > li + li {
  margin-top: 0.75em;
}
@media (max-width: 1039px) {
  .l-footer-sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-sitemap > .unit {
    width: calc(50% - 15px);
  }
  .l-footer-sitemap > .unit > .primary {
    font-size: 1.6rem;
  }
  .l-footer-sitemap > .unit > .list > li {
    font-size: 1.4rem;
  }
}

.l-footer-company > .logo {
  margin: 0;
}
.l-footer-company > .address {
  margin: 30px 0 0;
}
.l-footer-company > .contact {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.l-footer-company > .contact > li {
  display: block;
  position: relative;
  padding-left: calc(20px + 0.5em);
  line-height: 1.5;
}
.l-footer-company > .contact > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  content: "";
}
.l-footer-company > .contact > li + li {
  margin-top: 0.5em;
}
.l-footer-company > .contact > li.tel::before {
  background-image: url(../img/icon-tel.svg);
}
.l-footer-company > .contact > li.fax::before {
  background-image: url(../img/icon-fax.svg);
}
.l-footer-company > .pr {
  max-width: 268px;
  margin: 30px 0 0;
}
.l-footer-company > .pr > .prbtn {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff url(../img/bg-btn-pr.png) center;
  line-height: 0;
  text-align: center;
}
.l-footer-company > .pr > .prbtn::after {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 17px;
  height: 17px;
  background: url(../img/btn-pr-arrow.svg) no-repeat center/contain;
  content: "";
}
@media (max-width: 767px) {
  .l-footer-company {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-company > .address {
    font-size: 1.5rem;
  }
  .l-footer-company > .contact > li {
    font-size: 1.5rem;
  }
}

.c-footerFixed-tel,
.c-footerFixed-mail {
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: -2px;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateX(176px);
          transform: translateX(176px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-footerFixed-tel > .btn,
.c-footerFixed-mail > .btn {
  display: inline-block;
  position: relative;
}
.c-footerFixed-tel > .btn:hover,
.c-footerFixed-mail > .btn:hover {
  opacity: 1;
}
.c-footerFixed-tel.-active,
.c-footerFixed-mail.-active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .c-footerFixed-tel:hover,
  .c-footerFixed-mail:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .c-footerFixed-tel,
  .c-footerFixed-mail {
    bottom: 15px;
  }
}

.c-footerFixed-mail {
  bottom: 102px;
}
@media (max-width: 767px) {
  .c-footerFixed-mail {
    bottom: 81px;
  }
}

.l-footer-contact {
  position: relative;
  padding: 80px 0;
  background: url(../img/bg-pattern-02.png) repeat center top;
  color: #0387FC;
}
@media (max-width: 767px) {
  .l-footer-contact {
    padding: 40px 0;
    background-size: 43px 43px;
  }
}

.c-footerContact-heading {
  display: block;
  margin: 0 auto;
  font-size: 100%;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footerContact-heading {
    max-width: 290px;
  }
}

.c-footerContact-lead {
  font-size: 2rem;
  margin: 30px 0 0;
  color: #0387FC;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-footerContact-lead em {
  color: #FF64CD;
}
@media (max-width: 767px) {
  .c-footerContact-lead {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}

.c-footerContact-tel {
  font-size: 5rem;
  margin: 15px 0 0;
  color: #0387FC;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-footerContact-tel a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  color: inherit;
  text-decoration: none;
}
.c-footerContact-tel a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.3em;
  background: url(../img/icon-contact.png) no-repeat center/contain;
  content: "";
}
@media (max-width: 767px) {
  .c-footerContact-tel {
    font-size: 3.4rem;
  }
}

.c-footerContact-mail {
  margin: 20px 0 0;
  color: #0387FC;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-footerContact-mail a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.c-pagetop {
  position: absolute;
  bottom: 50px;
  right: 40px;
  z-index: 99;
  cursor: pointer;
}
.c-pagetop > .btn {
  border: 3px solid #101010;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: 100px;
  background-color: #FFF00A;
  line-height: 1.5;
  text-align: center;
}
.c-pagetop > .bone {
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
  z-index: 2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.c-pagetop > .dog {
  display: block;
  position: absolute;
  bottom: -168px;
  right: 0;
  z-index: 2;
  -webkit-animation: pagetopDog 8s ease infinite;
          animation: pagetopDog 8s ease infinite;
}
@media (max-width: 767px) {
  .c-pagetop {
    bottom: 56px;
    right: 20px;
  }
  .c-pagetop > .btn {
    font-size: 1.4rem;
    width: 80px;
    height: 80px;
  }
  .c-pagetop > .bone {
    bottom: -6px;
    right: -6px;
    width: 40px;
  }
  .c-pagetop > .dog {
    bottom: -150px;
  }
}

@-webkit-keyframes pagetopDog {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  30% {
    -webkit-transform: translateY(0) scale(1.1, 0.9);
            transform: translateY(0) scale(1.1, 0.9);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0) scale(1.1, 0.95);
            transform: translateY(0) scale(1.1, 0.95);
  }
  65% {
    -webkit-transform: translateY(-21%);
            transform: translateY(-21%);
  }
  75% {
    -webkit-transform: translateY(-21%);
            transform: translateY(-21%);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.1, 0.9);
            transform: translateY(0) scale(1.1, 0.9);
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pagetopDog {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  30% {
    -webkit-transform: translateY(0) scale(1.1, 0.9);
            transform: translateY(0) scale(1.1, 0.9);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0) scale(1.1, 0.95);
            transform: translateY(0) scale(1.1, 0.95);
  }
  65% {
    -webkit-transform: translateY(-21%);
            transform: translateY(-21%);
  }
  75% {
    -webkit-transform: translateY(-21%);
            transform: translateY(-21%);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.1, 0.9);
            transform: translateY(0) scale(1.1, 0.9);
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-pagetop-anim {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 70px;
  width: 120px;
  z-index: 100;
}
.c-pagetop-anim > .bone {
  display: block;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 2;
  -webkit-animation: boneSpin 0.3s linear infinite;
          animation: boneSpin 0.3s linear infinite;
}
.c-pagetop-anim > .dog {
  display: block;
  position: relative;
  width: 120px;
  -webkit-animation: dogJump 0.3s linear infinite;
          animation: dogJump 0.3s linear infinite;
}
@media (max-width: 767px) {
  .c-pagetop-anim {
    width: 100px;
  }
  .c-pagetop-anim > .bone {
    left: 30px;
    width: 40px;
  }
  .c-pagetop-anim > .dog {
    width: 100px;
  }
}

@-webkit-keyframes boneSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes boneSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dogJump {
  0% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  50% {
    -webkit-transform: translateY(15px) scale(1.05, 0.975);
            transform: translateY(15px) scale(1.05, 0.975);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
@keyframes dogJump {
  0% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  50% {
    -webkit-transform: translateY(15px) scale(1.05, 0.975);
            transform: translateY(15px) scale(1.05, 0.975);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
}
.c-loading > .inner {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-loading > .inner.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loading > .inner.-hidden {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-loading > .inner > .loadingImg {
  position: relative;
  width: 34%;
  max-width: 220px;
  margin: 0 auto;
}
.c-loading > .inner > .loadingImg > .box {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.c-loading > .inner > .loadingImg > .effect1 {
  position: absolute;
  top: -41.6666666667%;
  left: -36.3636363636%;
  width: 69.0909090909%;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.c-loading > .inner > .loadingImg > .effect2 {
  position: absolute;
  top: -69.4444444444%;
  right: -45.4545454545%;
  width: 92.7272727273%;
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.c-loading > .inner > .loadingImg.-start > .box {
  -webkit-animation: loadingBox 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
          animation: loadingBox 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
}
.c-loading > .inner > .loadingImg.-start > .effect1 {
  -webkit-animation: loadingEffect1 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
          animation: loadingEffect1 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
}
.c-loading > .inner > .loadingImg.-start > .effect2 {
  -webkit-animation: loadingEffect2 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
          animation: loadingEffect2 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
}
.c-loading > .inner > .loadingText {
  font-size: 2.2rem;
  margin: 0.5em 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-loading > .inner > .loadingText .circle {
  display: inline-block;
  position: relative;
  margin-left: 0.1em;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: loadingCircle 0.4s alternate infinite ease;
          animation: loadingCircle 0.4s alternate infinite ease;
}
.c-loading > .inner > .loadingText .circle:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.c-loading > .inner > .loadingText .circle:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-loading > .inner > .loadingText.-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-loading > .inner2 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.c-loading > .inner2 img {
  display: block;
  width: 100%;
}
.c-loading > .inner2 > .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -11.8571428571% 0 0;
  z-index: 3;
}
.c-loading > .inner2 > .container {
  position: absolute;
  top: calc(50% - 45vw);
  left: 0;
  right: 0;
  width: 90%;
  height: 0;
  padding-top: 90%;
  margin: 0 auto;
  z-index: 2;
}
.c-loading > .inner2 > .container > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-loading > .inner2 > .container > .character {
  position: absolute;
  width: 35.7142857143%;
}
.c-loading > .inner2 > .container > .character.-baby {
  top: 0;
  left: 5%;
}
.c-loading > .inner2 > .container > .character.-god {
  top: -5%;
  right: -10%;
}
.c-loading > .inner2 > .container > .character.-dog {
  bottom: 3%;
  left: -10%;
}
.c-loading > .inner2 > .container > .character.-boy {
  bottom: -3%;
  left: 33%;
}
.c-loading > .inner2 > .container > .character.-mother {
  bottom: 1%;
  right: -10%;
}

@-webkit-keyframes loadingCircle {
  0% {
    top: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  40% {
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: -0.25em;
  }
}

@keyframes loadingCircle {
  0% {
    top: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  40% {
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: -0.25em;
  }
}
@-webkit-keyframes loadingBox {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  65% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes loadingBox {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  65% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes loadingEffect1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 20%) rotate(10deg);
            transform: translate(10%, 20%) rotate(10deg);
  }
  15% {
    opacity: 0;
    -webkit-transform: translate(10%, 20%) rotate(10deg);
            transform: translate(10%, 20%) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingEffect1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 20%) rotate(10deg);
            transform: translate(10%, 20%) rotate(10deg);
  }
  15% {
    opacity: 0;
    -webkit-transform: translate(10%, 20%) rotate(10deg);
            transform: translate(10%, 20%) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadingEffect2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20%, 10%) rotate(-10deg);
            transform: translate(-20%, 10%) rotate(-10deg);
  }
  65% {
    opacity: 0;
    -webkit-transform: translate(-20%, 10%) rotate(-10deg);
            transform: translate(-20%, 10%) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingEffect2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20%, 10%) rotate(-10deg);
            transform: translate(-20%, 10%) rotate(-10deg);
  }
  65% {
    opacity: 0;
    -webkit-transform: translate(-20%, 10%) rotate(-10deg);
            transform: translate(-20%, 10%) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-trigger=fadeInUp].-invisible {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
[data-trigger=fadeInUp].-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

[data-trigger=fadeInBomb].-invisible {
  opacity: 0;
}
[data-trigger=fadeInBomb].-visible {
  opacity: 1;
  -webkit-animation: fadeInBomb 0.4s linear 1 forwards;
          animation: fadeInBomb 0.4s linear 1 forwards;
}

@-webkit-keyframes fadeInBomb {
  0% {
    -webkit-transform: scale(0) rotate(-160deg);
            transform: scale(0) rotate(-160deg);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(8deg);
            transform: scale(1.1) rotate(8deg);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}

@keyframes fadeInBomb {
  0% {
    -webkit-transform: scale(0) rotate(-160deg);
            transform: scale(0) rotate(-160deg);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(8deg);
            transform: scale(1.1) rotate(8deg);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}
.pg-home [data-trigger].business-image.-invisible > .pin {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.pg-home [data-trigger].business-image.-visible > .pin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pg-home .business-image > .pin {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: pinOut 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: pinOut 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}
.pg-home .business-image > .pin.-active {
  pointer-events: none;
  -webkit-animation: pinIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: pinIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

@-webkit-keyframes pinIn {
  0% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
}

@keyframes pinIn {
  0% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
}
@-webkit-keyframes pinOut {
  0% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pinOut {
  0% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[data-trigger].intro-car.-invisible > .car {
  opacity: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
[data-trigger].intro-car.-visible > .car {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-trigger].intro-car.-visible > .car:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
[data-trigger].intro-car.-visible > .car:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-trigger].intro-car.-visible > .car:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-trigger].intro-car.-visible > .car:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-trigger].intro-car.-visible > .car:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-trigger].intro-car.-visible > .car:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-trigger].intro-car.-visible > .car:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
[data-trigger].intro-car.-visible > .car:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
[data-trigger].intro-car.-visible > .car:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media (min-width: 1040px) {
  [data-trigger].ability-wrap.-invisible > .textarea {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  [data-trigger].ability-wrap.-invisible.-reflect > .textarea {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  [data-trigger].ability-wrap.-visible > .textarea {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}
@media (max-width: 1039px) {
  [data-trigger].ability-wrap.-invisible > .textarea {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  [data-trigger].ability-wrap.-visible > .textarea {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}

[data-trigger=abilityDot].-invisible .c1 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c1 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s;
}
[data-trigger=abilityDot].-invisible .c2 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c2 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
}
[data-trigger=abilityDot].-invisible .c3 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c3 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
}
[data-trigger=abilityDot].-invisible .c4 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c4 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
[data-trigger=abilityDot].-invisible .c5 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c5 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.5s;
  transition: opacity 0.4s ease 0.5s;
}
[data-trigger=abilityDot].-invisible .c6 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c6 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.6s;
  transition: opacity 0.4s ease 0.6s;
}
[data-trigger=abilityDot].-invisible .c7 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c7 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.7s;
  transition: opacity 0.4s ease 0.7s;
}
[data-trigger=abilityDot].-invisible .c8 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c8 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.8s;
  transition: opacity 0.4s ease 0.8s;
}
[data-trigger=abilityDot].-invisible .c9 {
  opacity: 0;
}
[data-trigger=abilityDot].-visible .c9 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.9s;
  transition: opacity 0.4s ease 0.9s;
}

.c-local-nav > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -25px -20px;
}
.c-local-nav > .list > li {
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 20px);
  margin: 0 0 25px 20px;
}
.c-local-nav > .list > li > .link {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  padding-left: 1.5em;
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
}
.c-local-nav > .list > li > .link::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(to right, #FF64CD 4px, transparent 3px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-local-nav > .list > li > .link::after {
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../svg/icon-tryangle-down.svg) no-repeat center/contain;
  content: "";
}
.c-local-nav > .list > li > .link:hover {
  opacity: 1;
}
.c-local-nav > .list > li > .link:hover::before {
  width: 100%;
}
@media (max-width: 1039px) {
  .c-local-nav > .list > li {
    font-size: 1.6rem;
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .c-local-nav > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    margin: 0 0 -15px -15px;
  }
  .c-local-nav > .list > li {
    font-size: 1.4rem;
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
  }
}

.c-faq-list {
  display: block;
  margin: 60px 0 0;
}
.c-faq-list > .qabox {
  margin: 0;
  border-bottom: 2px solid #EDEDED;
}
.c-faq-list > .qabox:first-child {
  border-top: 2px solid #EDEDED;
}
.c-faq-list > .qabox > .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0;
  padding: 15px 70px 15px 0;
  color: #0387FC;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.c-faq-list > .qabox > .q::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  background: url(../img/icon-q.svg) no-repeat center/contain;
  content: "";
}
.c-faq-list > .qabox > .q::after {
  position: absolute;
  top: calc(50% - 11px);
  right: 30px;
  width: 22px;
  height: 22px;
  background: url(../svg/icon-tryangle-down.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-faq-list > .qabox > .q.-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-faq-list > .qabox > .q > .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  pointer-events: none;
}
.c-faq-list > .qabox > .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0 0 30px;
}
.c-faq-list > .qabox > .a::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  background: url(../img/icon-a.svg) no-repeat center/contain;
  content: "";
}
.c-faq-list > .qabox > .a > .body {
  display: block;
  padding: 16px 0 0;
  line-height: 2;
}
@media (max-width: 1039px) {
  .c-faq-list > .qabox > .q {
    font-size: 2rem;
  }
  .c-faq-list > .qabox > .q::before {
    width: 48px;
    height: 48px;
  }
  .c-faq-list > .qabox > .a::before {
    width: 48px;
    height: 48px;
  }
  .c-faq-list > .qabox > .a > .body {
    font-size: 1.5rem;
    padding-top: 12px;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .c-faq-list {
    margin-top: 30px;
  }
  .c-faq-list > .qabox > .q {
    font-size: 1.8rem;
    padding-right: 36px;
  }
  .c-faq-list > .qabox > .q::before {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .c-faq-list > .qabox > .q::after {
    top: calc(50% - 8px);
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .c-faq-list > .qabox > .a::before {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .c-faq-list > .qabox > .a > .body {
    font-size: 1.4rem;
    padding-top: 8px;
  }
}

.c-link-pdf {
  position: relative;
}
.c-link-pdf::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.5em;
}

.c-link-external {
  position: relative;
}
.c-link-external::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
}

.c-link-a {
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
  font-weight: 700;
  background-image: linear-gradient(to right, #0387FC 4px, transparent 3px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-link-a.-arrowLeft {
  padding-left: 1.4em;
}
.c-link-a.-arrowLeft::after {
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%230387FC'/%3E%3C/svg%3E");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
}
.c-link-a.-arrowRight {
  padding-right: 1.4em;
}
.c-link-a.-arrowRight::after {
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%230387FC'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "";
}
.c-link-a.-accentColor2 {
  background-image: linear-gradient(to right, #FF64CD 4px, transparent 3px);
}
.c-link-a.-accentColor2.-arrowLeft::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
}
.c-link-a.-accentColor2.-arrowRight::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
}

.c-heading-a {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-heading-a > .icon {
  display: block;
  margin: 0 auto;
}
.c-heading-a > .txt {
  display: block;
  margin: 20px auto 0;
}

.c-btn-a {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  font-size: 1.8rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  padding: 5px 3em;
  background-color: #fff;
  color: #101010;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-btn-a.-arrowRight::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: "";
}
.c-btn-a:hover {
  background-color: #FFF00A;
  opacity: 1;
}
.c-btn-a.-bgMain {
  background-color: #0387FC;
  color: #fff;
}
.c-btn-a.-bgMain.-arrowRight::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FFF00A'/%3E%3C/svg%3E");
}
.c-btn-a.-bgMain:hover {
  background-color: #FFF00A;
  color: #101010;
}
.c-btn-a.-bgMain:hover.-arrowRight::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
}
@media (max-width: 1039px) {
  .c-btn-a {
    font-size: 1.5rem;
    min-height: 60px;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -7px;
}
.c-pager > li {
  padding: 0 7px;
}
.c-pager > li .btn {
  display: block;
  border: 2px solid #0387FC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 1.6rem;
  color: #0387FC;
}
.c-pager > li .btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #0387FC;
  text-decoration: none;
}
.c-pager > li.cur .btn {
  background-color: #0387FC;
  color: #fff;
}
@media (max-width: 767px) {
  .c-pager {
    margin: 0 -3px;
  }
  .c-pager > li {
    padding: 0 3px;
  }
  .c-pager > li .btn {
    line-height: 36px;
    width: 40px;
    height: 40px;
  }
}

/**************************************************/
/* components - layout */
/**************************************************/
.l-page-contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1039px) {
  .l-page-contents {
    max-width: 728px;
  }
}
@media (max-width: 767px) {
  .l-page-contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-section {
  position: relative;
  padding: 100px 0;
}
.l-section.-fill {
  background-color: #EEE;
}
.l-section.-patternA {
  background: #FFF9DE url(../img/bg-pattern-01.png) repeat center top;
}
.l-section.-patternB {
  background: url(../img/bg-pattern-04.png) repeat center top/102px 102px;
}
.l-section.-bubble {
  background: url(../img/bg-03.png) repeat-y center top;
}
.l-section.-bubbleB {
  background: url(../img/bg-04.png) repeat-y center top;
}
.l-section.-office {
  background: url(../img/bg-pattern-05.png) repeat center top;
}
.l-section.-sdgs {
  padding-bottom: 150px;
  background: #FFF9DE url(../img/bg-01.png) repeat center top;
  background-attachment: fixed;
}
.l-section.-qualifier {
  background: #FFF9DE url(../img/bg-02.png) repeat center top;
  background-attachment: fixed;
}
.l-section.-philosophy {
  padding-bottom: 150px;
  background: url(../img/bg-pattern-03.png) repeat center top/102px 102px;
}
.l-section.-businessIntro {
  padding-bottom: 170px;
  background: url(../img/bg-03.png) repeat-y center top;
}
.l-section.-contact {
  background: url(../img/bg-pattern-02.png) repeat center top;
}
@media (max-width: 767px) {
  .l-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-section.-patternA {
    background-size: 98px 103px;
  }
  .l-section.-patternB {
    background-size: 51px;
  }
  .l-section.-office {
    background-size: 46px;
  }
  .l-section.-sdgs {
    padding-bottom: 80px;
    background-size: 683px;
  }
  .l-section.-qualifier {
    background-size: 683px;
  }
  .l-section.-bubble {
    background-size: 175%;
  }
  .l-section.-bubbleB {
    background-size: 150%;
  }
  .l-section.-philosophy {
    padding-bottom: 80px;
    background-size: 51px;
  }
  .l-section.-businessIntro {
    padding-bottom: calc(40px + 20%);
    background-size: 175%;
  }
  .l-section.-contact {
    background-size: 43px 43px;
  }
}

.l-pageheader {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 300px;
  overflow: hidden;
}
.l-pageheader::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #FFF9DE;
  z-index: 0;
  content: "";
}
.l-pageheader > .textarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: center;
  z-index: 2;
}
.l-pageheader > .textarea > .title {
  margin: 0 auto;
  font-size: 100%;
  line-height: 0;
}
.l-pageheader > .bgimg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1366px;
  margin: auto;
  z-index: 1;
}
.l-pageheader > .bgimg svg {
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-pageheader > .bgimg .shapeL {
  left: -117px;
}
.l-pageheader > .bgimg .shapeR {
  right: -117px;
}
.l-pageheader > .bgimg .gray01,
.l-pageheader > .bgimg .gray02,
.l-pageheader > .bgimg .blue01,
.l-pageheader > .bgimg .blue02,
.l-pageheader > .bgimg .yellow01,
.l-pageheader > .bgimg .yellow02,
.l-pageheader > .bgimg .yellow03,
.l-pageheader > .bgimg .yellow04 {
  opacity: 0;
  -webkit-transform: translate(330px, -400px);
          transform: translate(330px, -400px);
}
.l-pageheader > .bgimg .gray01,
.l-pageheader > .bgimg .blue01,
.l-pageheader > .bgimg .yellow01 {
  -webkit-transform: translate(-330px, 400px);
          transform: translate(-330px, 400px);
}
.l-pageheader > .bgimg .ring01 {
  opacity: 0;
}
.l-pageheader > .bgimg .ring02 {
  opacity: 0;
}
.l-pageheader.-start > .bgimg .gray01,
.l-pageheader.-start > .bgimg .gray02,
.l-pageheader.-start > .bgimg .blue01,
.l-pageheader.-start > .bgimg .blue02,
.l-pageheader.-start > .bgimg .yellow01,
.l-pageheader.-start > .bgimg .yellow02,
.l-pageheader.-start > .bgimg .yellow03,
.l-pageheader.-start > .bgimg .yellow04 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-pageheader.-start > .bgimg .gray01 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-pageheader.-start > .bgimg .gray02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-pageheader.-start > .bgimg .blue01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-pageheader.-start > .bgimg .blue02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-pageheader.-start > .bgimg .yellow01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-pageheader.-start > .bgimg .yellow02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-pageheader.-start > .bgimg .yellow03 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-pageheader.-start > .bgimg .yellow04 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-pageheader.-start > .bgimg .ring01 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.l-pageheader.-start > .bgimg .ring02 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
@media (max-width: 1039px) {
  .l-pageheader {
    height: 225px;
  }
  .l-pageheader > .textarea > .title {
    max-width: 290px;
  }
  .l-pageheader > .bgimg {
    max-width: 768px;
  }
  .l-pageheader > .bgimg svg {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .l-pageheader {
    height: 200px;
  }
  .l-pageheader > .textarea > .title {
    max-width: 256px;
  }
  .l-pageheader > .bgimg {
    max-width: 480px;
  }
  .l-pageheader > .bgimg svg {
    width: 480px;
  }
  .l-pageheader > .bgimg .shapeL {
    left: -150px;
  }
  .l-pageheader > .bgimg .shapeR {
    right: -150px;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.2;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #bbb;
}

*:-ms-input-placeholder {
  color: #bbb;
}

*:placeholder-shown {
  color: #bbb;
}
*::-webkit-input-placeholder {
  color: #bbb;
}
*:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #bbb;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error-text {
  font-size: 1.6rem;
  display: block;
  position: relative;
  margin: 10px 0 0;
  color: #f00000;
  font-weight: 700;
}
.f-error-text::before {
  content: "※";
}
.f-error-text + .f-error-text {
  margin-top: 0;
}

.f-error-message {
  display: block;
  margin-bottom: 40px;
  padding: 1em;
  border-radius: 8px;
  background-color: white;
  color: #f00000;
  font-weight: bold;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-textarea,
.f-field {
  font-size: 1.6rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 11px 15px;
  border: none;
  border-radius: 6px;
  background-color: #EDEDED;
  line-height: 24px;
}
.f-textarea.-short,
.f-field.-short {
  max-width: 140px;
}
.f-textarea.-middle,
.f-field.-middle {
  max-width: 240px;
}
.f-textarea.-long,
.f-field.-long {
  max-width: 400px;
}
.f-textarea.-active,
.f-field.-active {
  ime-mode: active;
}
.f-textarea.-inactive,
.f-field.-inactive {
  ime-mode: inactive;
}
.f-textarea.-name,
.f-field.-name {
  padding-left: calc(2em + 20px);
}
.f-textarea.-zip,
.f-field.-zip {
  padding-left: calc(1em + 20px);
}

.f-textarea {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
  line-height: 1.5;
}
.f-checkbox > .intext {
  display: block;
  padding: 2px 2px 2px 30px;
  background: url(../img/icon-checkbox.svg) no-repeat 0 calc(0.75em - 6px)/18px 18px;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked + .intext {
  background-image: url(../img/icon-checkbox-on.svg);
}

.f-radio {
  display: inline-block;
  line-height: 1.5;
}
.f-radio > .intext {
  display: block;
  padding: 2px 2px 2px 30px;
  background: url(../img/icon-radio.svg) no-repeat 0 calc(0.75em - 6px)/18px 18px;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked + .intext {
  background-image: url(../img/icon-radio-on.svg);
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
  font-size: 1.6rem;
  position: relative;
  padding: 11px 42px 11px 15px;
  border: none;
  border-radius: 6px;
  background-color: #EDEDED;
  background-position: right 12px top 50%;
  background-size: 16px 16px;
  line-height: 24px;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 140px;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 250px;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 400px;
}
.f-selectbox option {
  background-color: #fff;
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 20px 3em;
  background-color: #0387FC;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}
.f-btn:hover {
  opacity: 1;
  background-color: #FF64CD;
}
.f-btn::after {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FFF00A'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.f-btn.-back {
  background-color: #fff;
  color: #101010;
}
.f-btn.-back:hover {
  background-color: #FFF00A;
}
.f-btn.-back::after {
  left: 25px;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 1039px) {
  .f-btn {
    font-size: 1.8rem;
  }
  .f-btn::after {
    right: 15px;
  }
  .f-btn.-back::after {
    left: 15px;
    right: auto;
  }
}

.f-input-form {
  display: block;
  position: relative;
}
.f-input-form.-short {
  max-width: 140px;
}
.f-input-form.-middle {
  max-width: 240px;
}
.f-input-form.-long {
  max-width: 400px;
}
.f-input-form.-zip {
  max-width: 320px;
}
.f-input-form.-zip::before {
  font-size: 1.6rem;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 15px;
  color: #0387FC;
  line-height: 1;
  content: "〒";
}

.f-input-columns {
  list-style: none;
  margin: 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 20px;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -10px -20px;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 10px 20px;
}
.f-input-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -10px -20px;
  line-height: 1.5;
}
.f-input-unit > .unit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 10px 20px;
}
.f-input-unit.-name > .unit, .f-input-unit.-kana > .unit {
  position: relative;
  width: calc(50% - 20px);
}
.f-input-unit.-name > .unit::before, .f-input-unit.-kana > .unit::before {
  font-size: 1.6rem;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 15px;
  color: #0387FC;
  line-height: 1;
}
.f-input-unit.-name > .unit:nth-child(1)::before {
  content: "姓";
}
.f-input-unit.-name > .unit:nth-child(2)::before {
  content: "名";
}
.f-input-unit.-kana > .unit:nth-child(1)::before {
  content: "セイ";
}
.f-input-unit.-kana > .unit:nth-child(2)::before {
  content: "メイ";
}
@media (max-width: 767px) {
  .f-input-unit.-name > .unit, .f-input-unit.-kana > .unit {
    width: calc(100% - 20px);
  }
}

.f-submit {
  max-width: 320px;
  margin: 50px auto 0;
}

.f-confirm {
  max-width: 320px;
  margin: 50px auto 0;
}

.f-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 80px 0 0 -30px;
}
.f-send > .unit {
  width: 320px;
  margin: 0 0 0 30px;
}

.f-content-box {
  position: relative;
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  padding: 60px 57px 80px;
  background-color: #fff;
}
.f-content-box > .dog {
  position: absolute;
  bottom: -58px;
  right: 22px;
}
@media (max-width: 1039px) {
  .f-content-box {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (max-width: 767px) {
  .f-content-box {
    padding: 30px 17px;
  }
  .f-content-box > .dog {
    bottom: -38.628px;
    right: 10px;
  }
  .f-content-box > .dog img {
    width: 165.168px;
  }
}

.f-table table {
  display: block;
  width: 100%;
  margin: 0;
}
.f-table thead, .f-table tbody {
  display: block;
}
.f-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.f-table tr + tr {
  margin-top: 50px;
}
.f-table th, .f-table td {
  font-size: 1.8rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
.f-table th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 12em;
  padding-top: 7px;
  color: #0387FC;
}
.f-table th.-top {
  padding-top: 0;
}
.f-table td {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1em;
}
.f-table .required {
  display: inline-block;
  position: relative;
  margin-left: 0.25em;
  color: #FF64CD;
}
.f-table .required::after {
  display: inline-block;
  content: "●";
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.f-table .text {
  margin: 0.5em 0 0;
}
.f-table .text:first-child {
  margin-top: 0;
}
.f-table.-confirm th {
  padding-top: 0;
}
@media (max-width: 1039px) {
  .f-table th, .f-table td {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .f-table tr {
    display: block;
  }
  .f-table th, .f-table td {
    margin: 0;
    line-height: 1.5;
  }
  .f-table tr + tr {
    margin-top: 30px;
  }
  .f-table th {
    width: auto;
  }
  .f-table td {
    margin-top: 10px;
  }
}

.f-head {
  text-align: center;
  margin-bottom: 64px;
}
.f-head > .text {
  margin: 0;
  line-height: 1.8;
  font-size: 1.8rem;
}
.f-head > .text + .text {
  margin-top: 1em;
}
.f-head .required {
  color: #FF64CD;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.25em;
}
@media (max-width: 1039px) {
  .f-head > .text {
    font-size: 1.6rem;
  }
  .f-head .required {
    font-size: 1.3rem;
  }
}

.f-policy {
  margin: 50px 0 0;
  line-height: 1.5;
  text-align: center;
}
.f-policy > .checkbox {
  font-size: 1.8rem;
  display: block;
}
.f-policy a {
  letter-spacing: 0.05em;
  color: #0387FC;
  text-decoration: none;
  border-bottom: 2px solid #0387FC;
}
@media (max-width: 1039px) {
  .f-policy > .checkbox {
    font-size: 1.6rem;
  }
}

.f-complete > .text,
.f-error > .text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0;
}
.f-complete > .btn,
.f-error > .btn {
  margin: 3em auto 0;
  max-width: 314px;
}
@media (max-width: 1039px) {
  .f-complete,
  .f-error {
    font-size: 1.6rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
.pg-home .news-heading,
.pg-home .sdgs-heading,
.pg-home .business-heading,
.pg-home .intro-heading {
  margin: 0 auto;
  font-size: 100%;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-home .news-heading,
  .pg-home .sdgs-heading,
  .pg-home .business-heading,
  .pg-home .intro-heading {
    max-width: 290px;
  }
}
.pg-home .main-visual {
  position: relative;
  margin-top: -50px;
}
.pg-home .main-visual > .boy img,
.pg-home .main-visual > .baby img,
.pg-home .main-visual > .dog img,
.pg-home .main-visual > .god img,
.pg-home .main-visual > .balloon img,
.pg-home .main-visual > .bg img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.pg-home .main-visual > .bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: -10%;
  right: -10%;
  width: 120%;
  padding: 0 10%;
  border-radius: 100% 100% 0 0;
  overflow: hidden;
}
.pg-home .main-visual > .boy {
  position: absolute;
  top: 31.9444444444%;
  left: 55.46875%;
  width: 13.5416666667%;
  z-index: 1;
}
.pg-home .main-visual > .baby {
  position: absolute;
  top: 73.1481481481%;
  left: 21.3541666667%;
  width: 9.1145833333%;
  z-index: 1;
}
.pg-home .main-visual > .dog {
  position: absolute;
  top: 76.8518518519%;
  left: 31.25%;
  width: 15.625%;
  z-index: 1;
}
.pg-home .main-visual > .god {
  position: absolute;
  top: 2.7777777778%;
  left: 80.7291666667%;
  width: 16.6666666667%;
  z-index: 3;
  -webkit-animation: mvgod 6s linear infinite;
          animation: mvgod 6s linear infinite;
}
.pg-home .main-visual > .balloon {
  position: absolute;
  top: 16.2037037037%;
  left: 8.3333333333%;
  width: 42.7083333333%;
  z-index: 2;
}
.pg-home .main-visual > .balloon > .bubble {
  display: block;
}
.pg-home .main-visual > .balloon > .copy {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.pg-home .main-visual > .balloon > .copy.-active {
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media (max-width: 767px) {
  .pg-home .main-visual {
    margin-top: 0;
  }
  .pg-home .main-visual > .bg {
    left: -25%;
    right: -25%;
    width: 150%;
    padding: 0 25%;
  }
  .pg-home .main-visual > .boy {
    top: 50.5050505051%;
    left: 75.2%;
    width: 22.9333333333%;
  }
  .pg-home .main-visual > .baby {
    top: 80.8080808081%;
    left: 16%;
    width: 15.4666666667%;
  }
  .pg-home .main-visual > .dog {
    top: 82.8282828283%;
    left: 32%;
    width: 25.6%;
  }
  .pg-home .main-visual > .god {
    top: 6.0606060606%;
    left: 64%;
    width: 30.6666666667%;
  }
  .pg-home .main-visual > .balloon {
    top: 10.101010101%;
    left: -13.3333333333%;
    width: 93.3333333333%;
  }
}
@-webkit-keyframes mvgod {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@keyframes mvgod {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.pg-home .intro-lead {
  font-size: 1.8rem;
  margin: 2em 0 0;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 1039px) {
  .pg-home .intro-lead {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .pg-home .intro-lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.pg-home .business-heading {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pg-home .business-heading {
    margin-top: 60px;
  }
}
.pg-home .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 -30px -30px;
}
.pg-home .business-list > li {
  width: calc(33.3333333333% - 30px);
  margin: 0 0 30px 30px;
}
.pg-home .business-list > li .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  font-size: 1.9rem;
  display: block;
  padding: 1.4em 2em 1.4em;
  background-color: #fff;
  color: #101010;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pg-home .business-list > li .btn::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23FF64CD'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: "";
}
.pg-home .business-list > li .btn.-active, .pg-home .business-list > li .btn:hover {
  background-color: #FFF00A;
  opacity: 1;
}
@media (max-width: 1039px) {
  .pg-home .business-list {
    margin: 40px 0 -20px -20px;
  }
  .pg-home .business-list > li {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
  }
  .pg-home .business-list > li .btn {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .pg-home .business-list {
    margin: 40px 20px -18px 20px;
  }
  .pg-home .business-list > li {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .pg-home .business-list > li .btn {
    font-size: 1.7rem;
    padding: 1.25em 2em 1.25em;
  }
}
.pg-home .business-image {
  position: relative;
  margin: 60px -10.3% 0;
  text-align: center;
}
.pg-home .business-image > .cloudR {
  -webkit-animation: cloudFloat 5s linear infinite;
          animation: cloudFloat 5s linear infinite;
  position: absolute;
  top: -19.2307692308%;
  right: -11.5257048093%;
  z-index: -1;
}
.pg-home .business-image > .cloudL {
  -webkit-animation: cloudFloat 4s linear infinite;
          animation: cloudFloat 4s linear infinite;
  position: absolute;
  top: 1.7482517483%;
  left: -2.0729684909%;
  z-index: -1;
}
.pg-home .business-image > .map {
  display: block;
  text-align: center;
  pointer-events: none;
}
.pg-home .business-image > .pin {
  position: absolute;
  top: 50px;
  left: 60px;
  cursor: pointer;
}
.pg-home .business-image > .pin[data-pin="1"] {
  top: 53.3216783217%;
  left: 47.6782752902%;
}
.pg-home .business-image > .pin[data-pin="2"] {
  top: 32.3426573427%;
  left: 49.7512437811%;
}
.pg-home .business-image > .pin[data-pin="3"] {
  top: 34.965034965%;
  left: 65.0912106136%;
}
.pg-home .business-image > .pin[data-pin="4"] {
  top: 36.7132867133%;
  left: 16.583747927%;
}
.pg-home .business-image > .pin[data-pin="5"] {
  top: 15.7342657343%;
  left: 47.6782752902%;
}
.pg-home .business-image > .pin[data-pin="6"] {
  top: 10.4895104895%;
  left: 77.943615257%;
}
@media (max-width: 767px) {
  .pg-home .business-image {
    margin: 50px -28% 0 -16%;
  }
  .pg-home .business-image > .pin {
    width: 33px;
  }
  .pg-home .business-image > .cloudR {
    right: 84.75px;
  }
  .pg-home .business-image > .cloudR img {
    width: 169.5px;
  }
  .pg-home .business-image > .cloudL {
    left: 37.4px;
  }
  .pg-home .business-image > .cloudL img {
    width: 93.5px;
  }
}
@media (max-width: 599px) {
  .pg-home .business-image > .cloudR {
    right: 33.9px;
  }
  .pg-home .business-image > .cloudR img {
    width: 101.7px;
  }
  .pg-home .business-image > .cloudL {
    left: 18.7px;
  }
  .pg-home .business-image > .cloudL img {
    width: 74.8px;
  }
}
.pg-home .business-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: -5% 0 0;
}
.pg-home .business-description > .god {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 307px;
  margin-right: 43px;
}
.pg-home .business-description > .god img {
  display: inline-block;
  -webkit-animation: businessFloat 6s linear infinite;
          animation: businessFloat 6s linear infinite;
}
.pg-home .business-description > .textarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 650px;
}
.pg-home .business-description > .data {
  display: none;
}
@media (max-width: 767px) {
  .pg-home .business-description {
    display: block;
    margin: 0;
  }
  .pg-home .business-description > .god {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .pg-home .business-description > .god img {
    width: 147px;
  }
  .pg-home .business-description > .textarea {
    width: 100%;
  }
}
@-webkit-keyframes cloudFloat {
  0%, 100% {
    -webkit-transform: translat20(0) scale(1);
            transform: translat20(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -5%) scale(0.95);
            transform: translate(0, -5%) scale(0.95);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -10%) scale(1);
            transform: translate(0, -10%) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -5%) scale(0.95);
            transform: translate(0, -5%) scale(0.95);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@keyframes cloudFloat {
  0%, 100% {
    -webkit-transform: translat20(0) scale(1);
            transform: translat20(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -5%) scale(0.95);
            transform: translate(0, -5%) scale(0.95);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -10%) scale(1);
            transform: translate(0, -10%) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -5%) scale(0.95);
            transform: translate(0, -5%) scale(0.95);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@-webkit-keyframes businessFloat {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@keyframes businessFloat {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.pg-home .business-balloon-0 > .text {
  font-size: 2rem;
  letter-spacing: 0.02em;
  position: relative;
}
.pg-home .business-balloon-0 > .text::before {
  content: "";
  display: block;
  width: 62px;
  height: 57px;
  background: url("../../images/home/business-kirakira.svg") no-repeat;
  position: absolute;
  right: 0;
  top: -57px;
}
.pg-home .business-balloon-0 .line {
  padding: 0.25em 0;
  line-height: 2;
  position: relative;
  background-image: linear-gradient(to right, #0387FC 4px, transparent 3px);
  background-size: 7px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.pg-home .business-balloon-0 .line::after {
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  background: url("../../images/home/business-pointer.svg") bottom right/28px 30px no-repeat #fff;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media (max-width: 1039px) {
  .pg-home .business-balloon-0 > .text {
    font-size: 1.8rem;
  }
  .pg-home .business-balloon-0 .line::after {
    bottom: -32px;
  }
}
@media (max-width: 767px) {
  .pg-home .business-balloon-0 > .text {
    font-size: 1.6rem;
  }
  .pg-home .business-balloon-0 > .text::before {
    width: 34.1px;
    height: 31.35px;
    top: -31.35px;
    background-size: contain;
  }
  .pg-home .business-balloon-0 .line::after {
    bottom: -17px;
    width: 19px;
    height: 20px;
    background-size: 14px 15px;
  }
}
@media (max-width: 767px) {
  .pg-home .business-balloon-0 {
    margin: 40px 0 14px;
  }
  .pg-home .business-balloon-0 > .text {
    margin: 0 auto;
    width: 20em;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pg-home .business-balloon {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 30px;
  background: #fff url(../img/bg-pattern-06.png) repeat 0 0;
}
.pg-home .business-balloon::before, .pg-home .business-balloon::after {
  position: absolute;
  bottom: 40px;
  border: solid transparent;
  border-width: 20px 40px 20px 0;
  content: "";
}
.pg-home .business-balloon::before {
  left: -40px;
  border-right-color: #101010;
  -webkit-filter: drop-shadow(0 5px 0 #101010);
          filter: drop-shadow(0 5px 0 #101010);
}
.pg-home .business-balloon::after {
  left: -35px;
  border-right-color: #fff;
}
.pg-home .business-balloon > .title {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.5;
}
.pg-home .business-balloon > .title em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 240, 10, 0)), color-stop(70%, #FFF00A));
  background: linear-gradient(to bottom, rgba(255, 240, 10, 0) 70%, #FFF00A 70%);
  font-weight: 700;
}
.pg-home .business-balloon > .text {
  font-size: 1.7rem;
  margin: 1em 0 0;
  line-height: 2;
}
.pg-home .business-balloon > .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.pg-home .business-balloon > .close::before, .pg-home .business-balloon > .close::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  bottom: 40px;
  width: 24px;
  height: 2px;
  background-color: #101010;
  content: "";
}
.pg-home .business-balloon > .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pg-home .business-balloon > .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1039px) {
  .pg-home .business-balloon::before, .pg-home .business-balloon::after {
    bottom: 50%;
  }
  .pg-home .business-balloon > .title {
    font-size: 2rem;
  }
  .pg-home .business-balloon > .title em {
    font-size: 2.3rem;
  }
  .pg-home .business-balloon > .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-home .business-balloon {
    margin-bottom: -25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pg-home .business-balloon::before, .pg-home .business-balloon::after {
    display: none;
  }
  .pg-home .business-balloon > .title {
    font-size: 1.8rem;
    text-align: center;
  }
  .pg-home .business-balloon > .title em {
    font-size: 2.1rem;
  }
  .pg-home .business-balloon > .text {
    font-size: 1.5rem;
  }
}
.pg-home .area-heading {
  margin: 100px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-home .area-heading {
    margin-top: 60px;
  }
  .pg-home .area-heading img {
    display: inline-block;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pg-home .area-table {
  margin: 60px 0 0;
  position: relative;
}
.pg-home .area-table table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  border-radius: 12px;
  background-color: #101010;
  -webkit-box-shadow: 5px 5px 0 #101010;
          box-shadow: 5px 5px 0 #101010;
}
.pg-home .area-table tr:first-child th:first-child, .pg-home .area-table tr:first-child td:first-child {
  border-radius: 9px 0 0 0;
}
.pg-home .area-table tr:first-child th:last-child, .pg-home .area-table tr:first-child td:last-child {
  border-radius: 0 9px 0 0;
}
.pg-home .area-table tr:last-child th:first-child, .pg-home .area-table tr:last-child td:first-child {
  border-radius: 0 0 0 9px;
}
.pg-home .area-table tr:last-child th:last-child, .pg-home .area-table tr:last-child td:last-child {
  border-radius: 0 0 9px 0;
}
.pg-home .area-table th, .pg-home .area-table td {
  padding: 1em;
  background-color: #fff;
  font-size: 2rem;
}
.pg-home .area-table th {
  background-color: #0387FC;
  color: #fff;
  text-align: left;
}
.pg-home .area-table > .car {
  position: absolute;
  top: -77px;
  right: 0;
}
.pg-home .area-table > .cloudL {
  -webkit-animation: cloudFloat 5s linear infinite;
          animation: cloudFloat 5s linear infinite;
  position: absolute;
  left: -28%;
  top: -100px;
  z-index: -1;
}
.pg-home .area-table > .cloudR {
  -webkit-animation: cloudFloat 6s linear infinite;
          animation: cloudFloat 6s linear infinite;
  position: absolute;
  right: -20.7%;
  bottom: -65px;
  z-index: -1;
}
@media (max-width: 767px) {
  .pg-home .area-table th {
    font-size: 1.8rem;
  }
  .pg-home .area-table td {
    font-size: 1.6rem;
    padding: 1.2em 1em;
  }
  .pg-home .area-table > .car {
    top: -46.2px;
  }
  .pg-home .area-table > .car img {
    width: 104.4px;
  }
  .pg-home .area-table > .cloudL {
    top: -45px;
  }
  .pg-home .area-table > .cloudL img {
    width: 169.5px;
  }
  .pg-home .area-table > .cloudR {
    bottom: -32.5px;
  }
  .pg-home .area-table > .cloudR img {
    width: 138.5px;
  }
}
@media (max-width: 599px) {
  .pg-home .area-table tr:first-child th:first-child, .pg-home .area-table tr:first-child td:first-child {
    border-radius: 9px 9px 0 0;
  }
  .pg-home .area-table tr:first-child th:last-child, .pg-home .area-table tr:first-child td:last-child {
    border-radius: 0;
  }
  .pg-home .area-table tr:last-child th:first-child, .pg-home .area-table tr:last-child td:first-child {
    border-radius: 0;
  }
  .pg-home .area-table tr:last-child th:last-child, .pg-home .area-table tr:last-child td:last-child {
    border-radius: 0 0 9px 9px;
  }
  .pg-home .area-table th, .pg-home .area-table td {
    display: block;
  }
  .pg-home .area-table > .cloudL {
    width: 135.6px;
    top: -36px;
  }
  .pg-home .area-table > .cloudR {
    width: 110.8px;
    bottom: -26px;
  }
}
.pg-home .area-movie {
  margin: 60px 0 0;
}
.pg-home .area-movie > .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #0387FC;
          box-shadow: 5px 5px 0 0 #0387FC;
  display: block;
  padding: 1em 3em 1.25em;
  color: #101010;
  max-width: 770px;
  margin: 0 auto;
  background: url(../../images/home/bg-area-btn.png) center;
}
.pg-home .area-movie > .btn .textarea {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  margin: 11px 0 0;
}
.pg-home .area-movie > .btn .watch {
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pg-home .area-movie > .btn .watch .txt {
  display: none;
}
@media (max-width: 767px) {
  .pg-home .area-movie > .btn {
    padding: 1em 1em 1.25em;
  }
  .pg-home .area-movie > .btn .textarea {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 6px;
  }
  .pg-home .area-movie > .btn .watch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .pg-home .area-movie > .btn .watch .txt {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 6px;
    letter-spacing: 0.05em;
  }
  .pg-home .area-movie > .btn .watch .icon {
    display: block;
  }
  .pg-home .area-movie > .btn .watch .icon img {
    width: 27px;
    height: 27px;
  }
}
.pg-home .worry-heading {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.pg-home .worry-swiper-tab {
  margin: 40px auto 0;
}
.pg-home .worry-swiper-tab .tabBtn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pg-home .worry-swiper-tab .tabBtn > .txt {
  display: block;
  position: relative;
  z-index: 1;
}
.pg-home .worry-swiper-tab .tabBtn > .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  fill: #EDEDED;
}
.pg-home .worry-swiper-tab .swiper-slide:not(.swiper-slide-active) .tabBtn:hover {
  -webkit-transform: scale(0.975);
          transform: scale(0.975);
}
.pg-home .worry-swiper-tab .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pg-home .worry-swiper-tab .swiper-slide {
  width: auto;
  text-align: center;
}
.pg-home .worry-swiper-tab .swiper-slide + .swiper-slide {
  margin-left: -3.4%;
}
.pg-home .worry-swiper-tab .swiper-slide:nth-child(2n-1) {
  width: 27.1%;
}
.pg-home .worry-swiper-tab .swiper-slide:nth-child(2n-1) .tabBtn {
  max-width: 271px;
}
.pg-home .worry-swiper-tab .swiper-slide:nth-child(2n) {
  width: 28%;
  padding-top: 1%;
}
.pg-home .worry-swiper-tab .swiper-slide:nth-child(2n) .tabBtn {
  max-width: 280px;
}
.pg-home .worry-swiper-tab .swiper-slide-thumb-active {
  z-index: 3;
}
.pg-home .worry-swiper-tab .swiper-slide-thumb-active .tabBtn > .bg {
  fill: #FFF00A;
}
.pg-home .worry-swiper-tab .swiper-button-prev::after,
.pg-home .worry-swiper-tab .swiper-button-next::after {
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23101010'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  content: "";
}
.pg-home .worry-swiper-tab .swiper-button-prev.swiper-button-disabled,
.pg-home .worry-swiper-tab .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.pg-home .worry-swiper-tab .swiper-button-prev {
  left: 10px;
}
.pg-home .worry-swiper-tab .swiper-button-prev::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pg-home .worry-swiper-tab .swiper-button-next {
  right: 10px;
}
.pg-home .worry-swiper-tab .swiper-button-next::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .pg-home .worry-swiper-tab {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .pg-home .worry-swiper-tab .swiper-slide {
    width: 100% !important;
  }
  .pg-home .worry-swiper-tab .swiper-slide + .swiper-slide {
    margin-left: 0 !important;
  }
}
.pg-home .worry-panels-container {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 764px;
  margin: 40px auto 0;
}
.pg-home .worry-panels-container > .mother > .chara, .pg-home .worry-panels-container > .baby > .chara {
  display: inline-block;
  cursor: pointer;
}
.pg-home .worry-panels-container > .mother > .balloon, .pg-home .worry-panels-container > .baby > .balloon {
  display: inline-block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pg-home .worry-panels-container > .mother > .balloon.-active, .pg-home .worry-panels-container > .baby > .balloon.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pg-home .worry-panels-container > .mother {
  position: absolute;
  top: 0;
  left: -60px;
  margin-top: calc(56% - 170px);
  z-index: 10;
}
.pg-home .worry-panels-container > .mother > .balloon {
  top: -80px;
  left: -150px;
}
.pg-home .worry-panels-container > .baby {
  position: absolute;
  top: 0;
  right: -62px;
  margin-top: calc(56% - 100px);
  z-index: 10;
}
.pg-home .worry-panels-container > .baby > .balloon {
  top: -80px;
  right: -150px;
}
@media (min-width: 1040px) {
  .pg-home .worry-panels-container > .mother > .chara, .pg-home .worry-panels-container > .baby > .chara {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .pg-home .worry-panels-container > .mother > .chara:hover, .pg-home .worry-panels-container > .baby > .chara:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 1039px) {
  .pg-home .worry-panels-container > .mother {
    left: -15px;
    margin-top: calc(56% - 120px);
    width: 96px;
  }
  .pg-home .worry-panels-container > .baby {
    right: -20px;
    margin-top: calc(56% - 50px);
    width: 100px;
  }
  .pg-home .worry-panels-container > .mother > .balloon, .pg-home .worry-panels-container > .baby > .balloon {
    display: none;
  }
}
@media (max-width: 767px) {
  .pg-home .worry-panels-container {
    margin-top: 20px;
  }
  .pg-home .worry-panels-container > .mother {
    margin-top: calc(56% - 70px);
    width: 60px;
  }
  .pg-home .worry-panels-container > .baby {
    margin-top: calc(56% - 40px);
    width: 62.5px;
  }
}
.pg-home .worry-swiper-panels {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}
.pg-home .worry-content {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 764px;
  margin: 0 auto;
}
.pg-home .worry-content > .image {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
  background-color: #fff;
}
.pg-home .worry-content > .image img {
  display: block;
  width: 100%;
}
.pg-home .worry-content > .text {
  font-size: 1.8rem;
  margin: 80px auto 0;
  line-height: 2;
}
.pg-home .worry-content > .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0;
}
.pg-home .worry-content > .related > .head {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  color: #0387FC;
  line-height: 1.5;
}
.pg-home .worry-content > .related > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 1.8rem;
  margin: 0 -1.25em -8px 0;
  padding: 0;
  line-height: 1.5;
}
.pg-home .worry-content > .related > .body > .work {
  display: inline-block;
  margin: 0 1.25em 8px 0;
}
.pg-home .worry-content > .related > .body > .work > .link {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  padding-right: 1.4em;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  background-image: linear-gradient(to right, #0387FC 4px, transparent 3px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.pg-home .worry-content > .related > .body > .work > .link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%230387FC'/%3E%3C/svg%3E");
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "";
}
@media (max-width: 1039px) {
  .pg-home .worry-content > .text {
    font-size: 1.6rem;
  }
  .pg-home .worry-content > .related > .head {
    font-size: 1.6rem;
  }
  .pg-home .worry-content > .related > .body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-home .worry-content > .image {
    padding: 9px;
  }
  .pg-home .worry-content > .text {
    font-size: 1.5rem;
    margin-top: 50px;
    line-height: 1.75;
  }
  .pg-home .worry-content > .related {
    display: block;
    margin-top: 20px;
  }
  .pg-home .worry-content > .related > .body {
    margin-top: 8px;
  }
}
.pg-home .worry-faq {
  max-width: 320px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .pg-home .worry-faq {
    margin-top: 20px;
  }
}
.pg-home .sdgs-declare {
  margin: 60px auto 0;
}
.pg-home .sdgs-declare > .image {
  margin: 0;
  text-align: center;
}
.pg-home .sdgs-declare > .heading {
  margin: 40px auto 0;
  text-align: center;
}
.pg-home .sdgs-declare > .lead {
  font-size: 2rem;
  margin: 1em 0 0;
  line-height: 2;
  text-align: center;
}
.pg-home .sdgs-declare > .name {
  font-size: 1.8rem;
  margin: 1em 0 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 1039px) {
  .pg-home .sdgs-declare > .lead {
    font-size: 1.7rem;
  }
  .pg-home .sdgs-declare > .name {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-home .sdgs-declare {
    margin-top: 40px;
  }
  .pg-home .sdgs-declare > .heading img {
    display: inline-block;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pg-home .sdgs-declare > .lead {
    font-size: 1.6rem;
  }
  .pg-home .sdgs-declare > .name {
    font-size: 1.5rem;
  }
}
.pg-home .sdgs-theme {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 764px;
  margin: 80px 0 0;
  padding: 40px 50px;
  background-color: #fff;
}
.pg-home .sdgs-theme > .theme {
  position: absolute;
  top: -46px;
  left: -46px;
}
.pg-home .sdgs-theme > .heading {
  font-size: 3rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.pg-home .sdgs-theme > .text {
  font-size: 1.8rem;
  margin: 1em 0 0;
  line-height: 1.75;
}
.pg-home .sdgs-theme > .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  margin: 20px 0 -20px -20px;
}
.pg-home .sdgs-theme > .icons > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 82px;
  margin: 0 0 20px 20px;
}
.pg-home .sdgs-theme.-reflect {
  margin-left: auto;
}
@media (max-width: 1039px) {
  .pg-home .sdgs-theme > .theme {
    left: -30px;
  }
  .pg-home .sdgs-theme > .heading {
    font-size: 2.6rem;
  }
  .pg-home .sdgs-theme > .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-home .sdgs-theme {
    margin-top: 60px;
    padding: 45px 20px 20px;
  }
  .pg-home .sdgs-theme > .theme {
    width: 62px;
    top: -32px;
    left: calc(50% - 31px);
  }
  .pg-home .sdgs-theme > .heading {
    font-size: 2rem;
    text-align: center;
  }
  .pg-home .sdgs-theme > .text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .pg-home .sdgs-theme > .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
    margin-left: -10px;
  }
  .pg-home .sdgs-theme > .icons > li {
    margin: 0 0 10px 10px;
  }
}
.pg-home .sdgs-goal {
  display: block;
  margin: 80px 0 0;
  font-size: 100%;
  line-height: 0;
  text-align: center;
}
.pg-home .sdgs-goal > .sub {
  display: block;
  margin: auto;
}
.pg-home .sdgs-goal > .main {
  display: block;
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  .pg-home .sdgs-goal > .sub {
    max-width: 147px;
  }
}
.pg-home .sdgs-about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 764px;
  margin: 60px auto 0;
  padding: 40px 30px;
  border: 3px dashed #EDEDED;
  border-radius: 12px;
  background-color: #fff;
}
.pg-home .sdgs-about > .image {
  margin: auto;
  line-height: 0;
  text-align: center;
}
.pg-home .sdgs-about > .text {
  margin: 20px 0 0;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.pg-home .sdgs-about > .text em {
  color: #0387FC;
}
.pg-home .sdgs-about > .boy > .chara, .pg-home .sdgs-about > .dog > .chara {
  display: inline-block;
  cursor: pointer;
}
.pg-home .sdgs-about > .boy > .balloon, .pg-home .sdgs-about > .dog > .balloon {
  display: inline-block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pg-home .sdgs-about > .boy > .balloon.-active, .pg-home .sdgs-about > .dog > .balloon.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pg-home .sdgs-about > .boy {
  position: absolute;
  bottom: -40px;
  left: -75px;
  z-index: 10;
}
.pg-home .sdgs-about > .boy > .balloon {
  top: -80px;
  left: -140px;
}
.pg-home .sdgs-about > .dog {
  position: absolute;
  bottom: -40px;
  right: -60px;
  z-index: 10;
}
.pg-home .sdgs-about > .dog > .balloon {
  top: -80px;
  right: -150px;
}
@media (min-width: 1040px) {
  .pg-home .sdgs-about > .boy > .chara, .pg-home .sdgs-about > .dog > .chara {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .pg-home .sdgs-about > .boy > .chara:hover, .pg-home .sdgs-about > .dog > .chara:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 1039px) {
  .pg-home .sdgs-about > .boy > .balloon, .pg-home .sdgs-about > .dog > .balloon {
    display: none;
  }
  .pg-home .sdgs-about > .boy {
    bottom: -60px;
    left: -20px;
    width: 123.2px;
  }
  .pg-home .sdgs-about > .dog {
    bottom: -60px;
    right: -15px;
    width: 102.4px;
  }
}
@media (max-width: 767px) {
  .pg-home .sdgs-about {
    margin-top: 30px;
    padding: 30px 20px 40px;
  }
  .pg-home .sdgs-about > .image {
    max-width: 260px;
  }
  .pg-home .sdgs-about > .text {
    font-size: 1.4rem;
    text-align: left;
  }
  .pg-home .sdgs-about > .boy {
    width: 77px;
  }
  .pg-home .sdgs-about > .dog {
    width: 64px;
  }
}
.pg-home .news-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.pg-home .news-content > .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-home .news-content > .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding: 30px 20px;
  border-bottom: 2px solid #EDEDED;
  position: relative;
}
.pg-home .news-content > .list > li:first-child {
  border-top: 2px solid #EDEDED;
}
.pg-home .news-content > .list > li > .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 6em;
  margin-right: 3em;
  color: #0387FC;
  font-weight: 700;
  line-height: 1.75;
}
.pg-home .news-content > .list > li > .title {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  line-height: 1.5;
}
.pg-home .news-content > .list > li > .title a {
  color: inherit;
  text-decoration: none;
}
.pg-home .news-content > .list > li > .title a:hover {
  text-decoration: underline;
}
.pg-home .news-content > .list > li > .edit {
  position: absolute;
  top: 0;
  right: 0;
}
.pg-home .news-content > .list > li > .edit .btn {
  background: transparent;
  border: 2px solid #EDEDED;
  border-top: none;
  padding: 0.2em 1em;
}
.pg-home .news-content > .more {
  margin: 40px 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .pg-home .news-content > .list > li {
    display: block;
    padding: 23px 20px;
  }
  .pg-home .news-content > .list > li > .date {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .pg-home .news-content > .list > li > .title {
    font-size: 1.6rem;
  }
  .pg-home .news-content > .list > li > .edit .btn {
    font-size: 1.4rem;
  }
  .pg-home .news-content > .more {
    margin: 35px 0 0;
  }
}
.pg-home .character-heading {
  margin: 100px 0 0;
  text-align: center;
}
.pg-home .character-heading > .small {
  display: none;
}
@media (max-width: 767px) {
  .pg-home .character-heading {
    margin-top: 60px;
  }
  .pg-home .character-heading > .small {
    display: inline-block;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pg-home .character-heading > .large {
    display: none;
  }
}
.pg-home .character-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
}
.pg-home .character-container > .left {
  padding-right: 56px;
}
.pg-home .character-container > .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media (max-width: 1039px) {
  .pg-home .character-container {
    display: block;
  }
  .pg-home .character-container > .left {
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .pg-home .character-container {
    margin: 30px 0 0;
  }
}
.pg-home .character-tab {
  position: relative;
  width: 338px;
}
.pg-home .character-tab .swiper-button-prev::after,
.pg-home .character-tab .swiper-button-next::after {
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.68,14.58c-.6,.93-1.83,1.2-2.76,.6-.24-.15-.45-.36-.6-.6L1.98,6.28c-.6-.93-.33-2.17,.6-2.76,.32-.21,.7-.32,1.08-.32H14.34c1.1,0,2,.9,2,2,0,.38-.11,.76-.32,1.08l-5.34,8.3Z' fill='%23101010'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  content: "";
}
.pg-home .character-tab .swiper-button-prev.swiper-button-disabled,
.pg-home .character-tab .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.pg-home .character-tab .swiper-button-prev {
  left: -35px;
}
.pg-home .character-tab .swiper-button-prev::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pg-home .character-tab .swiper-button-next {
  right: -35px;
}
.pg-home .character-tab .swiper-button-next::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1039px) {
  .pg-home .character-tab {
    margin: 0 auto;
  }
  .pg-home .character-tab .swiper-button-prev {
    left: -43px;
  }
  .pg-home .character-tab .swiper-button-next {
    right: -43px;
  }
}
@media (max-width: 599px) {
  .pg-home .character-tab {
    width: auto;
    margin: 0 43px;
  }
}
.pg-home .character-swiper-tab {
  border-radius: 50%;
  background-color: #fff;
}
.pg-home .character-swiper-tab .tab {
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
}
.pg-home .character-swiper-tab .tab img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pg-home .character-content {
  margin-top: 38px;
}
.pg-home .character-content > .name {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin: 0;
}
.pg-home .character-content > .text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 27px 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 1039px) {
  .pg-home .character-content > .name {
    text-align: center;
  }
  .pg-home .character-content > .text {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .pg-home .character-content {
    margin-top: 20px;
  }
  .pg-home .character-content > .name {
    font-size: 2.4rem;
  }
  .pg-home .character-content > .text {
    font-size: 1.6rem;
  }
}
.pg-home .character-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 87px -5px 0;
}
.pg-home .character-thumb > li {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.pg-home .character-thumb > li .thumb {
  background-color: #fff;
  cursor: pointer;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.pg-home .character-thumb > li.-current .thumb {
  border-color: #0387FC;
}
.pg-home .character-thumb > li .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1039px) {
  .pg-home .character-thumb {
    margin: 40px -5px 0;
  }
}
@media (max-width: 599px) {
  .pg-home .character-thumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px -9px -9px;
  }
  .pg-home .character-thumb > li {
    width: 33.333%;
    padding: 9px;
  }
}

/**************************************************/
/* pages */
/**************************************************/
.pg-business .intro-heading,
.pg-business .ability-heading,
.pg-business .license-heading,
.pg-business .faq-heading {
  margin: 0;
  font-size: 100%;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-business .intro-heading,
  .pg-business .ability-heading,
  .pg-business .license-heading,
  .pg-business .faq-heading {
    margin-top: 60px;
  }
  .pg-business .intro-heading img,
  .pg-business .ability-heading img,
  .pg-business .license-heading img,
  .pg-business .faq-heading img {
    display: inline-block;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pg-business .intro-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: auto;
}
.pg-business .intro-car > .car img {
  display: block;
  -webkit-animation: carIdling 0.8s steps(1) infinite;
          animation: carIdling 0.8s steps(1) infinite;
}
.pg-business .intro-car > .car:nth-child(2) {
  margin-left: 24px;
}
.pg-business .intro-car > .car:nth-child(2) img {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.pg-business .intro-car > .car:nth-child(3) {
  margin-left: 48px;
}
.pg-business .intro-car > .car:nth-child(4) {
  margin-left: 48px;
}
.pg-business .intro-car > .car:nth-child(4) img {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
@media (max-width: 767px) {
  .pg-business .intro-car > .car:nth-child(2) {
    margin-left: 1%;
  }
  .pg-business .intro-car > .car:nth-child(3) {
    margin-left: 2%;
  }
  .pg-business .intro-car > .car:nth-child(4) {
    margin-left: 2%;
  }
}
@-webkit-keyframes carIdling {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: translate(0, -1.5%) scale(1, 1.03);
            transform: translate(0, -1.5%) scale(1, 1.03);
  }
  50% {
    -webkit-transform: translate(1%, 0) scale(1, 1) skewX(-1deg);
            transform: translate(1%, 0) scale(1, 1) skewX(-1deg);
  }
  75% {
    -webkit-transform: translate(0, -1%) scale(1, 1.02);
            transform: translate(0, -1%) scale(1, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes carIdling {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: translate(0, -1.5%) scale(1, 1.03);
            transform: translate(0, -1.5%) scale(1, 1.03);
  }
  50% {
    -webkit-transform: translate(1%, 0) scale(1, 1) skewX(-1deg);
            transform: translate(1%, 0) scale(1, 1) skewX(-1deg);
  }
  75% {
    -webkit-transform: translate(0, -1%) scale(1, 1.02);
            transform: translate(0, -1%) scale(1, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes bgMove {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 196px;
  }
}
@keyframes bgMove {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 196px;
  }
}
.pg-business .intro-lead {
  font-size: 2rem;
  margin: 1.5em 0 0;
  color: #0387FC;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 1039px) {
  .pg-business .intro-lead {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .pg-business .intro-lead {
    font-size: 1.6rem;
  }
}
.pg-business .intro-text {
  font-size: 1.8rem;
  margin: 1em 0 0;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.pg-business .intro-text .star {
  color: #FF64CD;
}
@media (max-width: 1039px) {
  .pg-business .intro-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-business .intro-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.pg-business .intro-annotation {
  font-size: 1.5rem;
  margin: 0.5em 0 0;
  line-height: 1.5;
  text-align: right;
}
.pg-business .intro-annotation::before {
  color: #FF64CD;
  content: "※";
}
@media (max-width: 1039px) {
  .pg-business .intro-annotation {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pg-business .intro-annotation {
    font-size: 1.2rem;
  }
}
.pg-business .intro-movie {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 860px;
  margin: 60px auto 0;
  padding: 17px;
  background-color: #fff;
}
.pg-business .intro-movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.pg-business .intro-movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pg-business .intro-movie {
    margin-top: 40px;
    padding: 9px;
  }
}
.pg-business .intro-check {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 800px;
  margin: 60px auto 0;
  padding: 40px 70px;
  background: #fff url(../img/bg-pattern-06.png) repeat left top;
}
.pg-business .intro-check > .check {
  position: absolute;
  top: -30px;
  left: -70px;
  shape-outside: circle(50%);
}
.pg-business .intro-check > .text {
  font-size: 1.8rem;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.05em;
}
.pg-business .intro-check > .god {
  position: absolute;
  right: -115px;
  bottom: -60px;
}
.pg-business .intro-check > .god img {
  display: inline-block;
  -webkit-animation: introFloat 6s linear infinite;
          animation: introFloat 6s linear infinite;
}
@media (max-width: 1039px) {
  .pg-business .intro-check {
    max-width: 650px;
  }
  .pg-business .intro-check > .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-business .intro-check {
    padding: 30px 20px 70px;
  }
  .pg-business .intro-check > .check {
    position: absolute;
    top: -40px;
    left: -15px;
    width: 100px;
  }
  .pg-business .intro-check > .text {
    font-size: 1.5rem;
  }
  .pg-business .intro-check > .god {
    position: absolute;
    right: calc(50% - 65px);
    bottom: -70px;
    width: 130px;
  }
}
@-webkit-keyframes introFloat {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@keyframes introFloat {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  25% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  75% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.pg-business .intro-case {
  display: block;
  margin: 80px auto 0;
}
.pg-business .intro-case > .heading {
  margin: 0;
  font-size: 100%;
  line-height: 0;
  text-align: center;
}
.pg-business .intro-case > .case {
  max-width: 805px;
  margin: 40px auto 0;
}
.pg-business .intro-case > .case > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -3.125%;
}
.pg-business .intro-case > .case > .list > li {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 3.0303030303%);
  margin: 0 0 0 3.0303030303%;
  padding: 20px 10px 30px;
  background-color: #FFF9DE;
}
.pg-business .intro-case > .case > .list > li > .head {
  margin: 0;
  text-align: center;
}
.pg-business .intro-case > .case > .list > li > .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0;
  text-align: center;
}
.pg-business .intro-case > .case > .list > li > .body > .text {
  font-size: 1.7rem;
  margin: 0;
  line-height: 1.75;
}
@media (max-width: 1039px) {
  .pg-business .intro-case > .case > .list > li > .body > .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pg-business .intro-case > .case > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .pg-business .intro-case > .case > .list > li {
    width: 250px;
    margin-bottom: 20px;
  }
  .pg-business .intro-case > .case > .list > li > .body > .text {
    font-size: 1.6rem;
  }
}
.pg-business .ability-block {
  position: relative;
  margin: 60px 0 0;
}
.pg-business .ability-block + .ability-block {
  margin-top: 0;
}
@media (max-width: 1039px) {
  .pg-business .ability-block {
    margin-top: 30px;
  }
}
.pg-business .ability-dotL,
.pg-business .ability-dotL2,
.pg-business .ability-dotR,
.pg-business .ability-dotR2 {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3% 0 -3%;
}
.pg-business .ability-dotL svg,
.pg-business .ability-dotL2 svg,
.pg-business .ability-dotR svg,
.pg-business .ability-dotR2 svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 1039px) {
  .pg-business .ability-dotL,
  .pg-business .ability-dotL2,
  .pg-business .ability-dotR,
  .pg-business .ability-dotR2 {
    margin: 25px auto 20px;
  }
}
.pg-business .ability-dotL,
.pg-business .ability-dotR {
  width: 40%;
}
@media (max-width: 767px) {
  .pg-business .ability-dotL,
  .pg-business .ability-dotR {
    max-width: 400px;
    width: 60%;
  }
}
.pg-business .ability-dotL2,
.pg-business .ability-dotR2 {
  width: 33.2%;
}
@media (max-width: 767px) {
  .pg-business .ability-dotL2,
  .pg-business .ability-dotR2 {
    max-width: 332px;
    width: 49.8%;
  }
}
.pg-business .ability-dotL {
  margin-left: 2%;
}
@media (max-width: 1039px) {
  .pg-business .ability-dotL {
    margin-left: auto;
  }
}
.pg-business .ability-dotR {
  margin-left: auto;
  margin-right: 2%;
}
@media (max-width: 1039px) {
  .pg-business .ability-dotR {
    margin-right: auto;
  }
}
.pg-business .ability-dotL2 {
  margin-left: 5%;
  margin-right: auto;
}
@media (max-width: 1039px) {
  .pg-business .ability-dotL2 {
    margin-left: auto;
  }
}
.pg-business .ability-dotR2 {
  margin-left: auto;
  margin-right: 5%;
}
@media (max-width: 1039px) {
  .pg-business .ability-dotR2 {
    margin-right: auto;
  }
}
.pg-business .ability-wrap {
  display: block;
  position: relative;
}
.pg-business .ability-wrap > .image {
  width: 56%;
}
.pg-business .ability-wrap > .image img {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.pg-business .ability-wrap > .textarea {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-top: 6%;
}
.pg-business .ability-wrap > .textarea > .balloon {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 260px;
  padding: 37px;
  background-color: #fff;
}
.pg-business .ability-wrap > .textarea > .balloon::before, .pg-business .ability-wrap > .textarea > .balloon::after {
  position: absolute;
  top: 170px;
  border: solid transparent;
  border-width: 20px 40px 20px 0;
  content: "";
}
.pg-business .ability-wrap > .textarea > .balloon::before {
  left: -40px;
  border-right-color: #101010;
  -webkit-filter: drop-shadow(0 5px 0 #101010);
          filter: drop-shadow(0 5px 0 #101010);
}
.pg-business .ability-wrap > .textarea > .balloon::after {
  left: -35px;
  border-right-color: #fff;
}
.pg-business .ability-wrap > .textarea > .balloon > .title {
  font-size: 2.4rem;
  margin: 0;
  color: #0387FC;
  line-height: 1.5;
}
.pg-business .ability-wrap > .textarea > .balloon > .text {
  font-size: 1.8rem;
  margin: 10px 0 0;
  line-height: 1.75;
}
.pg-business .ability-wrap > .boy.-inspection {
  position: absolute;
  right: 40px;
  top: -170px;
}
.pg-business .ability-wrap > .mother.-inspection {
  position: absolute;
  left: 40px;
  bottom: -90px;
}
.pg-business .ability-wrap > .dog.-clean {
  position: absolute;
  left: 40px;
  top: -160px;
}
.pg-business .ability-wrap > .baby.-maisetu {
  position: absolute;
  right: 40px;
  top: -144px;
}
.pg-business .ability-wrap > .mother.-pressure {
  position: absolute;
  left: 40px;
  bottom: -90px;
}
.pg-business .ability-wrap > .boy.-generally {
  position: absolute;
  left: 40px;
  top: -173px;
}
.pg-business .ability-wrap > .dog.-other {
  position: absolute;
  right: 40px;
  top: -136px;
}
@media (min-width: 1040px) {
  .pg-business .ability-wrap.-reflect > .image {
    margin-left: auto;
  }
  .pg-business .ability-wrap.-reflect > .textarea {
    left: 0;
    right: auto;
  }
  .pg-business .ability-wrap.-reflect > .textarea > .balloon::before, .pg-business .ability-wrap.-reflect > .textarea > .balloon::after {
    left: auto;
    border: solid transparent;
    border-width: 20px 0 20px 40px;
  }
  .pg-business .ability-wrap.-reflect > .textarea > .balloon::before {
    right: -40px;
    border-left-color: #101010;
  }
  .pg-business .ability-wrap.-reflect > .textarea > .balloon::after {
    right: -35px;
    border-left-color: #fff;
  }
}
@media (max-width: 1039px) {
  .pg-business .ability-wrap {
    display: block;
    max-width: 728px;
    margin: 0 auto;
  }
  .pg-business .ability-wrap > .image {
    width: 95%;
    max-width: 560px;
  }
  .pg-business .ability-wrap > .textarea {
    position: static;
    width: 95%;
    max-width: 500px;
    margin: -8% 0 0 auto;
    padding-top: 0;
  }
  .pg-business .ability-wrap > .textarea > .balloon {
    min-height: 0;
  }
  .pg-business .ability-wrap > .textarea > .balloon::before, .pg-business .ability-wrap > .textarea > .balloon::after {
    bottom: auto;
    left: 25%;
    border: solid transparent;
    border-width: 0 10px 20px;
  }
  .pg-business .ability-wrap > .textarea > .balloon::before {
    top: -23px;
    border-bottom-color: #101010;
    -webkit-filter: drop-shadow(5px 0 0 #101010);
            filter: drop-shadow(5px 0 0 #101010);
  }
  .pg-business .ability-wrap > .textarea > .balloon::after {
    top: -17px;
    border-bottom-color: #fff;
  }
  .pg-business .ability-wrap > .textarea > .balloon > .title {
    font-size: 2.2rem;
  }
  .pg-business .ability-wrap > .textarea > .balloon > .text {
    font-size: 1.6rem;
  }
  .pg-business .ability-wrap > .boy.-inspection {
    right: 20px;
    top: -136px;
  }
  .pg-business .ability-wrap > .mother.-inspection {
    left: 20px;
    bottom: -20px;
  }
  .pg-business .ability-wrap > .dog.-clean {
    left: 20px;
  }
  .pg-business .ability-wrap > .baby.-maisetu {
    right: 20px;
    top: -115.2px;
  }
  .pg-business .ability-wrap > .mother.-pressure {
    left: 20px;
    bottom: -20px;
  }
  .pg-business .ability-wrap > .boy.-generally {
    left: 20px;
  }
  .pg-business .ability-wrap > .dog.-other {
    right: 20px;
    top: -108.8px;
  }
}
@media (max-width: 767px) {
  .pg-business .ability-wrap {
    max-width: 600px;
  }
  .pg-business .ability-wrap > .textarea > .balloon {
    padding: 22px 17px;
  }
  .pg-business .ability-wrap > .textarea > .balloon > .title {
    font-size: 1.8rem;
  }
  .pg-business .ability-wrap > .textarea > .balloon > .text {
    font-size: 1.4rem;
  }
  .pg-business .ability-wrap > .boy.-inspection {
    right: auto;
    left: -15px;
    top: -110.5px;
    width: 91px;
  }
  .pg-business .ability-wrap > .mother.-inspection {
    left: auto;
    bottom: auto;
    right: -25px;
    top: 0;
    width: 75.6px;
    margin-top: calc(60% - 137px);
  }
  .pg-business .ability-wrap > .dog.-clean {
    left: -15px;
    top: -104px;
    width: 86.1px;
  }
  .pg-business .ability-wrap > .baby.-maisetu {
    right: auto;
    left: -15px;
    top: -93.6px;
    width: 91px;
  }
  .pg-business .ability-wrap > .mother.-pressure {
    left: auto;
    bottom: auto;
    right: -25px;
    top: 0;
    width: 86.1px;
    margin-top: calc(60% - 134px);
  }
  .pg-business .ability-wrap > .boy.-generally {
    left: -15px;
    top: -112.45px;
    width: 98px;
  }
  .pg-business .ability-wrap > .dog.-other {
    left: -15px;
    top: -88.4px;
    width: 126px;
  }
}
.pg-business .ability-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto 0;
}
.pg-business .ability-data > .image {
  width: 25%;
}
.pg-business .ability-data > .textarea {
  width: 72%;
}
.pg-business .ability-data > .textarea > .text {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.75;
}
@media (max-width: 1039px) {
  .pg-business .ability-data > .textarea > .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-business .ability-data {
    display: block;
    max-width: 600px;
    margin-top: 30px;
  }
  .pg-business .ability-data > .image {
    width: auto;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  .pg-business .ability-data > .textarea {
    width: auto;
    margin: 20px auto 0;
  }
  .pg-business .ability-data > .textarea > .text {
    font-size: 1.5rem;
  }
}
.pg-business .ability-copy {
  margin: 100px auto 0;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-business .ability-copy {
    margin-top: 50px;
  }
}
.pg-business .ability-tab-contant {
  display: block;
  margin: 100px auto 0;
}
@media (max-width: 1039px) {
  .pg-business .ability-tab-contant {
    margin-top: 60px;
  }
}
.pg-business .ability-tablist {
  margin: 0;
}
.pg-business .ability-tablist > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -30px;
}
.pg-business .ability-tablist > .list > .tabBtn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 #101010;
          box-shadow: 0 0 0 0 #101010;
  font-size: 2rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 330px;
  margin: 0 0 0 30px;
  padding: 15px 10px;
  background-color: #fff;
  color: #CCC;
  font-weight: 500;
  line-height: 1.25;
}
.pg-business .ability-tablist > .list > .tabBtn::before, .pg-business .ability-tablist > .list > .tabBtn::after {
  display: none;
  position: absolute;
  left: calc(50% - 10px);
  border: solid transparent;
  border-width: 18px 10px 0;
  content: "";
}
.pg-business .ability-tablist > .list > .tabBtn::before {
  bottom: -24px;
  left: calc(50% - 12px);
  border-top-color: #101010;
  border-width: 24px 14px 0;
  -webkit-filter: drop-shadow(0 3px 0 #101010);
          filter: drop-shadow(0 3px 0 #101010);
}
.pg-business .ability-tablist > .list > .tabBtn::after {
  bottom: -18px;
  border-top-color: #FFF00A;
}
.pg-business .ability-tablist > .list > .tabBtn.-current {
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  background-color: #FFF00A;
  color: #101010;
}
.pg-business .ability-tablist > .list > .tabBtn.-current::before, .pg-business .ability-tablist > .list > .tabBtn.-current::after {
  display: block;
}
@media (max-width: 767px) {
  .pg-business .ability-tablist {
    margin-top: 30px;
  }
  .pg-business .ability-tablist > .list {
    margin-left: -15px;
  }
  .pg-business .ability-tablist > .list > .tabBtn {
    font-size: 1.4rem;
    margin-left: 15px;
    padding: 15px 4px;
  }
}
.pg-business .ability-panels {
  display: block;
  margin: 60px auto 0;
}
.pg-business .ability-panels > .panel {
  display: none;
}
.pg-business .ability-panels > .panel > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .pg-business .ability-panels {
    margin-top: 40px;
  }
}
.pg-business .ability-separation {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  display: block;
  margin: 40px 0 0;
  overflow: hidden;
}
.pg-business .ability-separation > .head {
  font-size: 2.2rem;
  display: block;
  margin: 0;
  padding: 1em 0.5em;
  border-bottom: 3px solid #101010;
  background-color: #0387FC;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.pg-business .ability-separation > .body {
  display: block;
  margin: 0;
  padding: 40px;
  background-color: #fff;
}
.pg-business .ability-separation > .body > *:first-child {
  margin-top: 0 !important;
}
.pg-business .ability-separation > .body > .heading {
  font-size: 2.2rem;
  margin: 1em 0 0;
  line-height: 1.5;
}
.pg-business .ability-separation > .body > .heading .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 240, 10, 0)), color-stop(70%, #FFF00A));
  background: linear-gradient(to bottom, rgba(255, 240, 10, 0) 70%, #FFF00A 70%);
}
.pg-business .ability-separation > .body > .text {
  font-size: 1.8rem;
  margin: 1em 0 0;
  line-height: 2;
}
.pg-business .ability-separation > .body > .comment {
  font-size: 1.8rem;
  margin: 0.5em 0 0;
  color: #FF64CD;
  line-height: 1.75;
}
.pg-business .ability-separation > .body > .comment.-indention {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1039px) {
  .pg-business .ability-separation > .body > .heading {
    font-size: 2rem;
  }
  .pg-business .ability-separation > .body > .text {
    font-size: 1.6rem;
  }
  .pg-business .ability-separation > .body > .comment {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-business .ability-separation {
    margin-top: 25px;
  }
  .pg-business .ability-separation > .head {
    font-size: 1.8rem;
    padding: 15px 0.5em;
  }
  .pg-business .ability-separation > .body {
    padding: 22px 15px;
  }
  .pg-business .ability-separation > .body > .heading {
    font-size: 1.8rem;
  }
  .pg-business .ability-separation > .body > .text {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-business .ability-separation > .body > .comment {
    font-size: 1.4rem;
  }
}
.pg-business .ability-explosives {
  display: block;
  position: relative;
  margin: 60px auto 0;
}
.pg-business .ability-explosives > .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 100%;
  line-height: 1.75;
}
.pg-business .ability-explosives > .lead::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  width: 45px;
  height: 38px;
  margin-right: 10px;
  background: url(../../images/business/generally/ability-explosives-icon.png) no-repeat center/contain;
  content: "";
}
.pg-business .ability-explosives > .lead > .txt {
  display: inline-block;
}
.pg-business .ability-explosives > .explosives {
  margin: 40px auto 0;
}
.pg-business .ability-explosives > .explosives > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -20px -5%;
}
.pg-business .ability-explosives > .explosives > .list > li {
  border: 3px solid #0387FC;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #0387FC;
          box-shadow: 5px 5px 0 0 #0387FC;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  height: 280px;
  margin: 0 0 20px 4.8484848485%;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.pg-business .ability-explosives > .explosives > .list > li > .head {
  font-size: 2rem;
  margin: 0;
  color: #0387FC;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.pg-business .ability-explosives > .explosives > .list > li > .icon {
  margin: 10px auto 0;
  text-align: center;
}
.pg-business .ability-explosives > .explosives > .list > li > .text {
  margin: 10px 0 0;
  line-height: 1.75;
}
@media (max-width: 1039px) {
  .pg-business .ability-explosives > .explosives > .list > li > .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pg-business .ability-explosives {
    margin-top: 40px;
  }
  .pg-business .ability-explosives > .lead {
    font-size: 1.5rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-business .ability-explosives > .lead::before {
    width: 30px;
    height: 26px;
  }
  .pg-business .ability-explosives > .explosives {
    margin-top: 20px;
  }
  .pg-business .ability-explosives > .explosives > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .pg-business .ability-explosives > .explosives > .list > li {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
  }
  .pg-business .ability-explosives > .explosives > .list > li > .icon {
    max-width: 70px;
  }
  .pg-business .ability-explosives > .explosives > .list > li > .text {
    font-size: 1.4rem;
  }
}
.pg-business .license-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.pg-business .license-list > li {
  display: block;
}
.pg-business .license-list > li + li {
  margin-top: 40px;
}
.pg-business .license-list > li > .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  font-size: 2.2rem;
  display: block;
  padding: 22px 80px;
  background-color: #fff;
  color: #101010;
  line-height: 1.25;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pg-business .license-list > li > .btn::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 19px);
  right: 30px;
  width: 38px;
  height: 38px;
  background: url(../img/icon-pdf.svg) no-repeat center/contain;
  content: "";
}
.pg-business .license-list > li > .btn:hover {
  color: #FF64CD;
  opacity: 1;
}
.pg-business .license-list + .license-list {
  margin-top: 40px;
}
@media (max-width: 1039px) {
  .pg-business .license-list > li > .btn {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .pg-business .license-list {
    margin-top: 30px;
  }
  .pg-business .license-list > li > .btn {
    font-size: 1.5rem;
    padding: 22px 45px 22px 15px;
  }
  .pg-business .license-list > li > .btn::after {
    top: calc(50% - 10px);
    right: 14px;
    width: 20px;
    height: 20px;
  }
  .pg-business .license-list > li + li {
    margin-top: 20px;
  }
  .pg-business .license-list + .license-list {
    margin-top: 20px;
  }
}

.pg-company .company-title {
  display: block;
  margin: 100px auto 0;
  font-size: 100%;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-company .company-title {
    margin-top: 60px;
  }
  .pg-company .company-title img {
    display: inline-block;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pg-company .greeting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 60px 0 0;
}
.pg-company .greeting-wrap > .image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 33%;
}
.pg-company .greeting-wrap > .image img {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #0387FC;
          box-shadow: 5px 5px 0 0 #0387FC;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pg-company .greeting-wrap > .textarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 61%;
}
.pg-company .greeting-wrap > .textarea > .title {
  font-size: 2.8rem;
  margin: 0;
  color: #0387FC;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.pg-company .greeting-wrap > .textarea > .text {
  font-size: 1.8rem;
  margin: 20px 0 0;
  line-height: 1.75;
}
.pg-company .greeting-wrap > .textarea > .name {
  font-size: 1.8rem;
  margin: 20px 0 0;
  line-height: 1.75;
  text-align: right;
}
@media (max-width: 1039px) {
  .pg-company .greeting-wrap > .textarea > .title {
    font-size: 2rem;
  }
  .pg-company .greeting-wrap > .textarea > .text {
    font-size: 1.6rem;
  }
  .pg-company .greeting-wrap > .textarea > .name {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-company .greeting-wrap {
    display: block;
    margin-top: 30px;
  }
  .pg-company .greeting-wrap > .image {
    width: 75%;
    max-width: 330px;
    margin: 0 auto 30px;
  }
  .pg-company .greeting-wrap > .textarea {
    width: auto;
  }
  .pg-company .greeting-wrap > .textarea > .title {
    font-size: 2rem;
  }
  .pg-company .greeting-wrap > .textarea > .text {
    font-size: 1.5rem;
  }
  .pg-company .greeting-wrap > .textarea > .name {
    font-size: 1.5rem;
  }
}
.pg-company .philosophy-copy {
  position: relative;
  margin: 60px auto 0;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .pg-company .philosophy-copy {
    max-width: 367px;
    margin-top: 30px;
  }
}
.pg-company .philosophy-god {
  position: absolute;
  top: -70px;
  left: -10px;
}
@media (max-width: 1039px) {
  .pg-company .philosophy-god {
    width: 126px;
  }
}
@media (max-width: 767px) {
  .pg-company .philosophy-god {
    top: -30px;
    left: auto;
    right: 5px;
    width: 108px;
  }
}
.pg-company .philosophy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 80px auto 0;
}
.pg-company .philosophy-list > .item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pg-company .philosophy-list > .item > .card {
  border: 3px solid #101010;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 300px;
  padding-left: 4px;
  background-color: #fff;
  text-align: center;
}
.pg-company .philosophy-list > .item > .card > .title {
  font-size: 2.8rem;
  margin: 0;
  line-height: 1.25;
}
.pg-company .philosophy-list > .item > .card > .text {
  font-size: 1.8rem;
  margin: 0.75em 0 0;
  line-height: 1.75;
}
.pg-company .philosophy-list > .item:nth-child(1) > .card {
  border-color: #0387FC;
  -webkit-box-shadow: 5px 5px 0 #0387FC;
          box-shadow: 5px 5px 0 #0387FC;
}
.pg-company .philosophy-list > .item:nth-child(2) > .card {
  border-color: #FFF00A;
  -webkit-box-shadow: 5px 5px 0 #FFF00A;
          box-shadow: 5px 5px 0 #FFF00A;
}
.pg-company .philosophy-list > .item:nth-child(3) > .card {
  border-color: #FF64CD;
  -webkit-box-shadow: 5px 5px 0 #FF64CD;
          box-shadow: 5px 5px 0 #FF64CD;
}
.pg-company .philosophy-list > .item > .boy {
  position: absolute;
  top: -50px;
  left: -30px;
}
.pg-company .philosophy-list > .item > .dog {
  position: absolute;
  top: -40px;
  right: -30px;
}
.pg-company .philosophy-list > .item > .mother {
  position: absolute;
  bottom: -60px;
  left: -5px;
}
.pg-company .philosophy-list > .item > .baby {
  position: absolute;
  bottom: -60px;
  right: 0;
}
@media (max-width: 1039px) {
  .pg-company .philosophy-list > .item > .card {
    width: 220px;
    height: 220px;
  }
  .pg-company .philosophy-list > .item > .card > .title {
    font-size: 2rem;
  }
  .pg-company .philosophy-list > .item > .card > .text {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
  .pg-company .philosophy-list > .item > .boy {
    top: -35px;
    left: -21px;
    width: 85.4px;
  }
  .pg-company .philosophy-list > .item > .dog {
    top: -28px;
    right: -21px;
    width: 72.8px;
  }
  .pg-company .philosophy-list > .item > .mother {
    bottom: -42px;
    width: 61.6px;
  }
  .pg-company .philosophy-list > .item > .baby {
    bottom: -42px;
    width: 63.7px;
  }
}
@media (min-width: 768px) {
  .pg-company .philosophy-list > .item:nth-child(1),
  .pg-company .philosophy-list > .item:nth-child(3) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .pg-company .philosophy-list {
    display: block;
    max-width: 420px;
    margin: 40px auto 0;
  }
  .pg-company .philosophy-list > .item {
    width: auto;
    max-width: 220px;
  }
  .pg-company .philosophy-list > .item + .item {
    margin-top: -8%;
  }
  .pg-company .philosophy-list > .item:nth-child(2) {
    margin-left: auto;
  }
}
.pg-company .outline-table {
  margin: 60px auto 0;
}
.pg-company .outline-table table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  border-radius: 12px;
  background-color: #101010;
  -webkit-box-shadow: 5px 5px 0 #101010;
          box-shadow: 5px 5px 0 #101010;
}
.pg-company .outline-table tr:first-child th:first-child, .pg-company .outline-table tr:first-child td:first-child {
  border-radius: 9px 0 0 0;
}
.pg-company .outline-table tr:first-child th:last-child, .pg-company .outline-table tr:first-child td:last-child {
  border-radius: 0 9px 0 0;
}
.pg-company .outline-table tr:last-child th:first-child, .pg-company .outline-table tr:last-child td:first-child {
  border-radius: 0 0 0 9px;
}
.pg-company .outline-table tr:last-child th:last-child, .pg-company .outline-table tr:last-child td:last-child {
  border-radius: 0 0 9px 0;
}
.pg-company .outline-table th, .pg-company .outline-table td {
  font-size: 1.8rem;
  padding: 24px 1em;
  background-color: #fff;
  text-align: left;
}
.pg-company .outline-table th {
  font-size: 2.2rem;
  width: 8em;
  background-color: #0387FC;
  color: #fff;
}
.pg-company .outline-table td {
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 1039px) {
  .pg-company .outline-table th, .pg-company .outline-table td {
    font-size: 1.6rem;
  }
  .pg-company .outline-table th {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .pg-company .outline-table {
    margin-top: 30px;
  }
  .pg-company .outline-table th, .pg-company .outline-table td {
    font-size: 1.4rem;
    padding: 16px 0.75em;
  }
  .pg-company .outline-table th {
    width: 6em;
  }
}
.pg-company .history-table {
  margin: 60px auto 0;
}
.pg-company .history-table table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  border-radius: 12px;
  background-color: #101010;
  -webkit-box-shadow: 5px 5px 0 #101010;
          box-shadow: 5px 5px 0 #101010;
}
.pg-company .history-table tr:first-child th:first-child, .pg-company .history-table tr:first-child td:first-child {
  border-radius: 9px 0 0 0;
}
.pg-company .history-table tr:first-child th:last-child, .pg-company .history-table tr:first-child td:last-child {
  border-radius: 0 9px 0 0;
}
.pg-company .history-table tr:last-child th:first-child, .pg-company .history-table tr:last-child td:first-child {
  border-radius: 0 0 0 9px;
}
.pg-company .history-table tr:last-child th:last-child, .pg-company .history-table tr:last-child td:last-child {
  border-radius: 0 0 9px 0;
}
.pg-company .history-table th, .pg-company .history-table td {
  font-size: 1.8rem;
  padding: 24px 1em;
  background-color: #fff;
  text-align: left;
}
.pg-company .history-table th.years {
  width: 10em;
  background-color: #0387FC;
  color: #fff;
  white-space: nowrap;
}
.pg-company .history-table th.date {
  width: 5em;
  background-color: #FFF9DE;
  text-align: center;
  white-space: nowrap;
}
.pg-company .history-table td {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.pg-company .history-table .era {
  display: inline-block;
}
@media (max-width: 1039px) {
  .pg-company .history-table th, .pg-company .history-table td {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-company .history-table {
    margin-top: 30px;
  }
  .pg-company .history-table th, .pg-company .history-table td {
    font-size: 1.4rem;
    padding: 16px 0.5em;
  }
  .pg-company .history-table th.years {
    width: 5em;
  }
  .pg-company .history-table th.date {
    width: 4em;
  }
  .pg-company .history-table .era {
    font-size: 1.2rem;
    display: block;
  }
}
.pg-company .office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 60px 0 -60px -10%;
}
.pg-company .office-list > .unit {
  width: calc(50% - 9.0909090909%);
  margin: 0 0 60px 9.0909090909%;
}
.pg-company .office-list > .unit > .name {
  font-size: 2.4rem;
  margin: 0;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #0387FC;
  line-height: 1.5;
}
.pg-company .office-list > .unit > .address {
  font-size: 1.8rem;
  margin: 20px 0 0;
  line-height: 1.5;
}
.pg-company .office-list > .unit > .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 1.8rem;
  margin: 10px -40px -5px 0;
  padding: 0;
  line-height: 1.5;
}
.pg-company .office-list > .unit > .contact > li {
  display: block;
  margin: 0 40px 5px 0;
}
.pg-company .office-list > .unit > .contact > li > .tel,
.pg-company .office-list > .unit > .contact > li > .fax {
  display: inline-block;
  position: relative;
  padding-left: calc(0.5em + 20px);
}
.pg-company .office-list > .unit > .contact > li > .tel::before,
.pg-company .office-list > .unit > .contact > li > .fax::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  content: "";
}
.pg-company .office-list > .unit > .contact > li > .tel a,
.pg-company .office-list > .unit > .contact > li > .fax a {
  color: #101010;
  text-decoration: none;
}
.pg-company .office-list > .unit > .contact > li > .tel::before {
  background-image: url(../img/icon-tel.svg);
}
.pg-company .office-list > .unit > .contact > li > .fax::before {
  background-image: url(../img/icon-fax.svg);
}
.pg-company .office-list > .unit > .gmap {
  margin: 20px 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
.pg-company .office-list > .unit > .gmap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1039px) {
  .pg-company .office-list {
    margin-left: -20px;
  }
  .pg-company .office-list > .unit {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  .pg-company .office-list > .unit > .name {
    font-size: 2rem;
  }
  .pg-company .office-list > .unit > .address {
    font-size: 1.6rem;
  }
  .pg-company .office-list > .unit > .contact {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-company .office-list {
    display: block;
    max-width: 450px;
    margin: 30px auto 0;
  }
  .pg-company .office-list > .unit {
    width: auto;
    margin: 0;
  }
  .pg-company .office-list > .unit + .unit {
    margin-top: 30px;
  }
  .pg-company .office-list > .unit > .name {
    font-size: 1.8rem;
  }
  .pg-company .office-list > .unit > .address {
    font-size: 1.5rem;
  }
  .pg-company .office-list > .unit > .contact {
    font-size: 1.5rem;
  }
}
.pg-company .license-box {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  margin: 60px auto 0;
  overflow: hidden;
}
.pg-company .license-box > .head {
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pg-company .license-box > .head:hover, .pg-company .license-box > .head.-open {
  background-color: #FFF9DE;
}
.pg-company .license-box > .head.-open > .txt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pg-company .license-box > .head > .txt {
  font-size: 2.2rem;
  display: block;
  position: relative;
  padding: 24px 80px;
  line-height: 1.25;
  text-align: center;
}
.pg-company .license-box > .head > .txt::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: calc(49px - 0.5em);
  width: 1em;
  height: 1em;
  background: url(../svg/icon-tryangle-down.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pg-company .license-box > .body {
  display: none;
  margin: 0;
  padding: 0;
}
.pg-company .license-box > .body > .license {
  border-top: 3px solid #101010;
}
.pg-company .license-box > .body > .license > .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.8rem;
  display: block;
  padding: 26px 80px;
  color: #101010;
  line-height: 1.25;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pg-company .license-box > .body > .license > .btn::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 19px);
  right: 30px;
  width: 38px;
  height: 38px;
  background: url(../img/icon-pdf.svg) no-repeat center/contain;
  content: "";
}
.pg-company .license-box > .body > .license > .btn:hover {
  color: #FF64CD;
  opacity: 1;
}
.pg-company .license-box + .license-box {
  margin-top: 40px;
}
@media (max-width: 1039px) {
  .pg-company .license-box > .head > .txt {
    font-size: 2rem;
  }
  .pg-company .license-box > .body > .license > .btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-company .license-box {
    margin-top: 30px;
  }
  .pg-company .license-box > .head > .txt {
    font-size: 1.7rem;
    padding-left: 40px;
    padding-right: 40px;
  }
  .pg-company .license-box > .head > .txt::after {
    right: 17px;
  }
  .pg-company .license-box > .body > .license > .btn {
    font-size: 1.5rem;
    padding-left: 40px;
    padding-right: 40px;
  }
  .pg-company .license-box > .body > .license > .btn::after {
    top: calc(50% - 10px);
    right: 14px;
    width: 20px;
    height: 20px;
  }
  .pg-company .license-box + .license-box {
    margin-top: 20px;
  }
}
.pg-company .qualifier-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 60px 0 -4% -6%;
}
.pg-company .qualifier-list > .unit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 5.6603773585%);
  margin: 0 0 3.7735849057% 5.6603773585%;
  border: 3px solid #0387FC;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.pg-company .qualifier-list > .unit > .head {
  font-size: 2.2rem;
  display: block;
  margin: 0;
  padding: 0.75em 0.5em;
  background-color: #0387FC;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.pg-company .qualifier-list > .unit > .body {
  font-size: 2.2rem;
  display: block;
  margin: 0;
  padding: 0.75em 0.5em;
  line-height: 1.25;
  text-align: center;
}
.pg-company .qualifier-list > .unit > .body em {
  font-size: 136.3636363636%;
}
@media (max-width: 1039px) {
  .pg-company .qualifier-list {
    margin-bottom: -20px;
    margin-left: -20px;
  }
  .pg-company .qualifier-list > .unit {
    width: calc(33.3333333333% - 20px);
    margin: 0 0 20px 20px;
  }
  .pg-company .qualifier-list > .unit > .head {
    font-size: 1.8rem;
  }
  .pg-company .qualifier-list > .unit > .body {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .pg-company .qualifier-list {
    margin: 30px 0 -15px -15px;
  }
  .pg-company .qualifier-list > .unit {
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
  }
  .pg-company .qualifier-list > .unit > .head {
    font-size: 1.4rem;
  }
}

.pg-recruit .recruit-title {
  display: block;
  margin: 100px auto 0;
  font-size: 100%;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-recruit .recruit-title {
    margin-top: 60px;
  }
  .pg-recruit .recruit-title img {
    display: inline-block;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pg-recruit .intro-heading {
  margin: 0;
  font-size: 100%;
  line-height: 1;
  text-align: center;
}
.pg-recruit .intro-lead {
  font-size: 1.8rem;
  margin: 1.5em 0 0;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 1039px) {
  .pg-recruit .intro-lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-recruit .intro-lead {
    font-size: 1.5rem;
  }
}
.pg-recruit .offer-tab {
  margin: 60px 0 0;
}
.pg-recruit .offer-tab > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -30px;
}
.pg-recruit .offer-tab > .list > .tabBtn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #101010;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 0 #101010;
          box-shadow: 0 0 0 0 #101010;
  font-size: 2.4rem;
  width: 280px;
  margin: 0 0 0 30px;
  padding: 10px 10px;
  background-color: #fff;
  color: #CCC;
  font-weight: 500;
  line-height: 1.25;
}
.pg-recruit .offer-tab > .list > .tabBtn::before, .pg-recruit .offer-tab > .list > .tabBtn::after {
  display: none;
  position: absolute;
  left: calc(50% - 10px);
  border: solid transparent;
  border-width: 18px 10px 0;
  content: "";
}
.pg-recruit .offer-tab > .list > .tabBtn::before {
  bottom: -24px;
  left: calc(50% - 12px);
  border-top-color: #101010;
  border-width: 24px 14px 0;
  -webkit-filter: drop-shadow(0 3px 0 #101010);
          filter: drop-shadow(0 3px 0 #101010);
}
.pg-recruit .offer-tab > .list > .tabBtn::after {
  bottom: -18px;
  border-top-color: #FFF00A;
}
.pg-recruit .offer-tab > .list > .tabBtn.-current {
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  background-color: #FFF00A;
  color: #101010;
}
.pg-recruit .offer-tab > .list > .tabBtn.-current::before, .pg-recruit .offer-tab > .list > .tabBtn.-current::after {
  display: block;
}
@media (max-width: 767px) {
  .pg-recruit .offer-tab {
    margin-top: 30px;
  }
  .pg-recruit .offer-tab > .list {
    margin-left: -15px;
  }
  .pg-recruit .offer-tab > .list > .tabBtn {
    font-size: 1.6rem;
    margin-left: 15px;
    padding: 15px 4px;
  }
}
.pg-recruit .offer-table {
  position: relative;
  margin: 60px auto 0;
}
.pg-recruit .offer-table > .baby {
  position: absolute;
  right: 0;
  top: -138px;
}
.pg-recruit .offer-table table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  border-radius: 12px;
  background-color: #101010;
  -webkit-box-shadow: 5px 5px 0 #101010;
          box-shadow: 5px 5px 0 #101010;
}
.pg-recruit .offer-table tr:first-child th:first-child, .pg-recruit .offer-table tr:first-child td:first-child {
  border-radius: 9px 0 0 0;
}
.pg-recruit .offer-table tr:first-child th:last-child, .pg-recruit .offer-table tr:first-child td:last-child {
  border-radius: 0 9px 0 0;
}
.pg-recruit .offer-table tr:last-child th:first-child, .pg-recruit .offer-table tr:last-child td:first-child {
  border-radius: 0 0 0 9px;
}
.pg-recruit .offer-table tr:last-child th:last-child, .pg-recruit .offer-table tr:last-child td:last-child {
  border-radius: 0 0 9px 0;
}
.pg-recruit .offer-table th, .pg-recruit .offer-table td {
  font-size: 1.8rem;
  padding: 24px 1.25em;
  background-color: #fff;
  text-align: left;
}
.pg-recruit .offer-table th {
  font-size: 2.2rem;
  width: 9em;
  background-color: #0387FC;
  color: #fff;
}
.pg-recruit .offer-table td {
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 1039px) {
  .pg-recruit .offer-table th, .pg-recruit .offer-table td {
    font-size: 1.6rem;
  }
  .pg-recruit .offer-table th {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .pg-recruit .offer-table {
    margin-top: 40px;
  }
  .pg-recruit .offer-table > .baby {
    display: none;
  }
  .pg-recruit .offer-table th, .pg-recruit .offer-table td {
    font-size: 1.4rem;
    padding: 16px 0.75em;
  }
  .pg-recruit .offer-table th {
    width: 6em;
  }
}
.pg-recruit .offer-entry {
  max-width: 320px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .pg-recruit .offer-entry {
    margin-top: 40px;
  }
}
.pg-recruit .offer-close {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-recruit .offer-close > .chara {
  margin-right: 1em;
}
.pg-recruit .offer-close > .text {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1039px) {
  .pg-recruit .offer-close > .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pg-recruit .offer-close {
    display: block;
    text-align: center;
  }
  .pg-recruit .offer-close > .chara img {
    width: 67.932px;
  }
}
.pg-recruit .interview-block {
  margin: 60px 0 0;
}
.pg-recruit .interview-block + .interview-block {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pg-recruit .interview-block {
    margin: 30px 0 0;
  }
  .pg-recruit .interview-block + .interview-block {
    margin-top: 60px;
  }
}
.pg-recruit .interview-profile {
  position: relative;
  margin: 0;
}
.pg-recruit .interview-profile > .boy {
  position: absolute;
  top: -60px;
  left: -65px;
}
.pg-recruit .interview-profile > .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68%;
  margin: 0 0 0 auto;
}
.pg-recruit .interview-profile > .image img {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #FFF00A;
          box-shadow: 5px 5px 0 0 #FFF00A;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.pg-recruit .interview-profile > .textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 50px;
  left: 0;
  min-width: 420px;
  z-index: 2;
}
.pg-recruit .interview-profile > .title,
.pg-recruit .interview-profile > .textarea > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.pg-recruit .interview-profile > .title > .txt,
.pg-recruit .interview-profile > .textarea > .title > .txt {
  display: inline-block;
  margin-right: 5px;
}
.pg-recruit .interview-profile > .title > .num,
.pg-recruit .interview-profile > .textarea > .title > .num {
  display: inline-block;
}
.pg-recruit .interview-profile > .textarea > .box {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 0;
  padding: 30px;
  background-color: #fff;
}
.pg-recruit .interview-profile > .textarea > .box > .post {
  font-size: 2rem;
  margin: 0;
  line-height: 1.25;
}
.pg-recruit .interview-profile > .textarea > .box > .name {
  font-size: 2.8rem;
  margin: 15px 0 0;
  line-height: 1.25;
}
.pg-recruit .interview-profile > .textarea > .box > .name > .main {
  display: inline-block;
  margin-right: 0.75em;
  letter-spacing: 0.05em;
}
.pg-recruit .interview-profile > .textarea > .box > .name > .sub {
  font-size: 1.8rem;
  display: inline-block;
  color: #FF64CD;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1039px) {
  .pg-recruit .interview-profile > .textarea {
    bottom: 30px;
    min-width: 360px;
  }
  .pg-recruit .interview-profile > .textarea > .box > .post {
    font-size: 1.7rem;
  }
  .pg-recruit .interview-profile > .textarea > .box > .name {
    font-size: 2.2rem;
  }
  .pg-recruit .interview-profile > .textarea > .box > .name > .main {
    display: inline-block;
  }
  .pg-recruit .interview-profile > .textarea > .box > .name > .sub {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .pg-recruit .interview-profile > .title {
    display: none;
  }
}
@media (max-width: 767px) {
  .pg-recruit .interview-profile > .boy {
    left: -10px;
    top: -30px;
  }
  .pg-recruit .interview-profile > .boy img {
    width: 104.562px;
  }
  .pg-recruit .interview-profile > .image {
    width: 90%;
    max-width: 680px;
    margin-top: 20px;
  }
  .pg-recruit .interview-profile > .textarea {
    position: relative;
    bottom: auto;
    left: auto;
    min-width: 0;
    max-width: 90%;
    margin: -20px 0 0;
  }
  .pg-recruit .interview-profile > .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-recruit .interview-profile > .textarea > .title {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    z-index: 1;
  }
  .pg-recruit .interview-profile > .textarea > .box {
    margin-top: 0;
    padding: 20px 15px;
  }
  .pg-recruit .interview-profile > .textarea > .box > .post {
    font-size: 1.5rem;
  }
  .pg-recruit .interview-profile > .textarea > .box > .name {
    font-size: 1.8rem;
    margin-top: 8px;
  }
  .pg-recruit .interview-profile > .textarea > .box > .name > .main {
    display: inline-block;
  }
  .pg-recruit .interview-profile > .textarea > .box > .name > .sub {
    font-size: 1.2rem;
  }
}
.pg-recruit .interview-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 60px 0 -4% -6%;
}
.pg-recruit .interview-faq > .qabox {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 5.6603773585%);
  margin: 0 0 3.7735849057% 5.6603773585%;
}
.pg-recruit .interview-faq > .qabox > .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 2.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 0;
  color: #0387FC;
  font-weight: 500;
  line-height: 1.5;
}
.pg-recruit .interview-faq > .qabox > .q::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background: url(../img/icon-q.svg) no-repeat center/contain;
  content: "";
}
.pg-recruit .interview-faq > .qabox > .q > .txt {
  display: block;
  padding: 3px 0 0;
  pointer-events: none;
}
.pg-recruit .interview-faq > .qabox > .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0 0;
  padding: 0;
}
.pg-recruit .interview-faq > .qabox > .a::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background: url(../img/icon-a.svg) no-repeat center/contain;
  content: "";
}
.pg-recruit .interview-faq > .qabox > .a > .body {
  display: block;
  padding: 3px 0 0;
  line-height: 2;
}
@media (max-width: 1039px) {
  .pg-recruit .interview-faq > .qabox > .q {
    font-size: 2rem;
  }
  .pg-recruit .interview-faq > .qabox > .a > .body {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .pg-recruit .interview-faq {
    margin: 40px 0 -20px;
  }
  .pg-recruit .interview-faq > .qabox {
    width: 100%;
    margin: 0 0 20px;
  }
  .pg-recruit .interview-faq > .qabox > .q {
    font-size: 1.8rem;
  }
  .pg-recruit .interview-faq > .qabox > .q::before {
    margin-right: 10px;
  }
  .pg-recruit .interview-faq > .qabox > .q > .txt {
    padding-top: 5px;
  }
  .pg-recruit .interview-faq > .qabox > .a {
    margin-top: 6px;
  }
  .pg-recruit .interview-faq > .qabox > .a::before {
    margin-right: 10px;
  }
  .pg-recruit .interview-faq > .qabox > .a > .body {
    font-size: 1.4rem;
    padding-top: 8px;
  }
}
.pg-recruit .interview-message {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  position: relative;
  margin: 60px 0 0;
  padding: 0 60px 30px;
  background-color: #fff;
}
.pg-recruit .interview-message > .dog {
  position: absolute;
  right: -75px;
  top: -70px;
}
.pg-recruit .interview-message > .title {
  font-size: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(-1em - 3px) 0 0 -30px;
  padding: 0.25em 1.5em;
  border: 3px solid #101010;
  border-radius: 100px;
  background-color: #FFF00A;
  line-height: 1.5;
}
.pg-recruit .interview-message > .text {
  font-size: 1.8rem;
  margin: 20px 0 0;
  line-height: 2;
}
@media (max-width: 1039px) {
  .pg-recruit .interview-message > .title {
    font-size: 2rem;
  }
  .pg-recruit .interview-message > .text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .pg-recruit .interview-message {
    margin-top: 40px;
    padding: 0 20px 25px;
  }
  .pg-recruit .interview-message > .dog {
    right: -20px;
    bottom: -52.735px;
    top: auto;
  }
  .pg-recruit .interview-message > .dog img {
    width: 61px;
  }
  .pg-recruit .interview-message > .title {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .pg-recruit .interview-message > .text {
    font-size: 1.5rem;
  }
}

.pg-faq .faq-title {
  display: block;
  margin: 100px auto 0;
  font-size: 100%;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-faq .faq-title {
    margin-top: 60px;
  }
  .pg-faq .faq-title img {
    display: inline-block;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.pg-news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-news .news-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding: 30px 20px;
  border-bottom: 2px solid #EDEDED;
  position: relative;
}
.pg-news .news-list > li:first-child {
  border-top: 2px solid #EDEDED;
}
.pg-news .news-list > li > .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 6em;
  margin-right: 3em;
  color: #0387FC;
  font-weight: 700;
  line-height: 1.75;
}
.pg-news .news-list > li > .title {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  line-height: 1.5;
}
.pg-news .news-list > li > .title a {
  color: inherit;
  text-decoration: none;
}
.pg-news .news-list > li > .title a:hover {
  text-decoration: underline;
}
.pg-news .news-list > li > .edit {
  position: absolute;
  top: 0;
  right: 0;
}
.pg-news .news-list > li > .edit .btn {
  background: transparent;
  border: 2px solid #EDEDED;
  border-top: none;
  padding: 0.2em 1em;
}
@media (max-width: 767px) {
  .pg-news .news-list li {
    display: block;
    padding: 23px 20px;
  }
  .pg-news .news-list li > .date {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .pg-news .news-list li > .title {
    font-size: 1.6rem;
  }
  .pg-news .news-list li > .edit .btn {
    font-size: 1.4rem;
  }
}
.pg-news .news-pager {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pg-news .news-pager {
    margin-top: 40px;
  }
}
.pg-news .news-entry {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  padding: 63px 112px 70px 100px;
  background-color: #fff;
}
@media (max-width: 1039px) {
  .pg-news .news-entry {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (max-width: 767px) {
  .pg-news .news-entry {
    padding: 30px 17px;
  }
}
.pg-news .entry-head > .date {
  margin: 0;
  color: #0387FC;
  letter-spacing: 0.05em;
}
.pg-news .entry-head > .title {
  margin: 0;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 1039px) {
  .pg-news .entry-head > .date {
    font-size: 1.5rem;
  }
  .pg-news .entry-head > .title {
    font-size: 2rem;
  }
}
.pg-news .news-bottom {
  margin-top: 65px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-news .news-bottom {
    margin-top: 45px;
  }
}

.pg-privacy .privacy-box {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  padding: 70px 100px;
  background-color: #fff;
}
.pg-privacy .privacy-box > *:first-child {
  margin-top: 0 !important;
}
.pg-privacy .privacy-box > .lead {
  margin: 1em 0 0;
  line-height: 1.75;
}
.pg-privacy .privacy-box > .heading {
  font-size: 1.8rem;
  margin: 1.5em 0 0;
  color: #0387FC;
  font-weight: inherit;
  line-height: 1.75;
}
.pg-privacy .privacy-box > .text {
  margin: 0;
  padding-left: 18px;
  line-height: 1.75;
}
@media (max-width: 1039px) {
  .pg-privacy .privacy-box {
    padding: 60px 37px;
  }
}
@media (max-width: 767px) {
  .pg-privacy .privacy-box {
    padding: 30px 17px;
  }
  .pg-privacy .privacy-box > .heading {
    font-size: 1.7rem;
  }
  .pg-privacy .privacy-box > .lead {
    font-size: 1.5rem;
  }
  .pg-privacy .privacy-box > .text {
    font-size: 1.5rem;
    padding-left: 17px;
  }
}

.pg-notfound .notfound-box {
  border: 3px solid #101010;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0 0 #101010;
          box-shadow: 5px 5px 0 0 #101010;
  padding: 70px 100px;
  background-color: #fff;
}
.pg-notfound .notfound-box > *:first-child {
  margin-top: 0 !important;
}
.pg-notfound .notfound-box > .heading {
  font-size: 3.6rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
}
.pg-notfound .notfound-box > .lead {
  font-size: 2rem;
  margin: 1em 0 0;
  color: #0387FC;
  line-height: 1.75;
}
.pg-notfound .notfound-box > .text {
  font-size: 1.6rem;
  margin: 0.25em 0 0;
  line-height: 1.75;
}
@media (max-width: 1039px) {
  .pg-notfound .notfound-box {
    padding: 60px 37px;
  }
}
@media (max-width: 767px) {
  .pg-notfound .notfound-box {
    padding: 30px 17px;
  }
  .pg-notfound .notfound-box > .heading {
    font-size: 2.4rem;
  }
  .pg-notfound .notfound-box > .lead {
    font-size: 1.7rem;
  }
  .pg-notfound .notfound-box > .text {
    font-size: 1.5rem;
  }
}
.pg-notfound .notfound-btn {
  max-width: 320px;
  margin: 50px auto 0;
}

/**************************************************/
/* pages2 */
/**************************************************/
.pg-news .entry-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.pg-news .entry-body > * {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.pg-news .entry-body .acms-col-sm-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-1 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-2 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-3 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-4 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-5 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-6 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-7 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-8 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-9 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-10 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-11 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (max-width: 767px) {
  .pg-news .entry-body .acms-col-sm-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.pg-news .entry-body .acms-col-sm-clear {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.pg-news .entry-body [class*=column-media] {
  max-width: 100%;
}
.pg-news .entry-body > *:first-child {
  margin-top: 0;
}
.pg-news .entry-body h3, .pg-news .entry-body h4, .pg-news .entry-body h5 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.pg-news .entry-body h3 {
  margin: 45px 0 0;
  font-size: 2.2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #0387FC;
}
.pg-news .entry-body h4 {
  margin: 35px 0 0;
  font-size: 2rem;
  position: relative;
  padding-left: 1em;
}
.pg-news .entry-body h4::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0387FC;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 12px;
}
.pg-news .entry-body h5 {
  margin: 30px 0 0;
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: 1px solid #0387FC;
}
.pg-news .entry-body p {
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}
.pg-news .entry-body ul {
  padding-left: 0;
  list-style: none;
}
.pg-news .entry-body ul > li {
  padding-left: 1em;
  position: relative;
}
.pg-news .entry-body ul > li:not(:first-child) {
  margin-top: 0.5em;
}
.pg-news .entry-body ul > li::before {
  content: "";
  display: block;
  background-color: #0387FC;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0.25em;
}
.pg-news .entry-body ol {
  padding-left: 1em;
}
.pg-news .entry-body ol > li:not(:first-child) {
  margin-top: 0.5em;
}
.pg-news .entry-body > div {
  margin-top: 30px;
}
@media (max-width: 1039px) {
  .pg-news .entry-body h3 {
    font-size: 1.8rem;
  }
  .pg-news .entry-body h4 {
    font-size: 1.7rem;
  }
  .pg-news .entry-body h4::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .pg-news .entry-body h5 {
    font-size: 1.6rem;
  }
  .pg-news .entry-body p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pg-news .entry-body {
    margin-top: 20px;
  }
  .pg-news .entry-body h3, .pg-news .entry-body h4, .pg-news .entry-body h5 {
    margin: 20px 0 0;
  }
  .pg-news .entry-body p {
    margin: 10px 0 0;
  }
  .pg-news .entry-body > div {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=site.css.map */