@charset "utf-8";

/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden], template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button, select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font: 400 1.8em/1.8 Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #333;
  min-width: 100%;
  margin-top: 80px;
  background: #e7f6f5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
}

body.isOpen {
  overflow-y: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

* {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

select {
  white-space: nowrap;
}

a {
  text-decoration: none;
  color: #305090;
  opacity: 1;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
  body.isOpen::after {
    display: none;
  }
  html.isOpen body {
    overflow-y: hidden;
  }
  a:hover {
    text-decoration: none;
  }
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
  Frame
================================================= */
.l-main {
  padding: 0 30px;
}

.l-main_contents {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding: 0 15px;
  }
}

/* =================================================
  Header
================================================= */
.l-header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.l-header_inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  padding: 12px 0;
}

.l-header_logo {
  margin: 0;
}

.l-header_logo a {
  display: block;
}

.l-header_logo a:hover {
  opacity: .7;
}

.l-header_logo_image {
  display: block;
  width: 100%;
}

.l-header_utility {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.l-header_sumitomo {
  line-height: 1;
}

.l-header_sumitomo a {
  display: block;
}

.l-header_sumitomo a:hover {
  opacity: .7;
}

.l-header_toggle {
  position: relative;
  min-width: 126px;
  height: 100%;
  margin-left: 20px;
  padding: 0 54px 0 20px;
  background: #f6a43c;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.l-header_toggle:hover {
  background: #ea5532;
}

.l-header_toggle span {
  position: absolute;
  right: 18px;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.l-header_toggle span:nth-child(1) {
  top: 22px;
}

.l-header_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.l-header_toggle span:nth-child(3) {
  top: 32px;
}

.l-header_toggle.isOpen span {
  width: 17px;
  height: 3px;
}

.l-header_toggle.isOpen span:nth-child(1) {
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header_toggle.isOpen span:nth-child(2) {
  opacity: 0;
}

.l-header_toggle.isOpen span:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 15px;
  }
  .l-header_inner {
    padding: 10px 0;
  }
  .l-header_logo {
    width: 92px;
  }
  .l-header_sumitomo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 145px;
    margin-left: 15px;
  }
  .l-header_sumitomo img {
    width: 145px;
  }
  .l-header_toggle {
    min-width: 63px;
    margin-left: 15px;
    padding: 22px 0 0;
    font-size: 1.2rem;
  }
  .l-header_toggle:hover {
    background: #f6a43c;
  }
  .l-header_toggle span {
    right: 0;
    left: 0;
    width: 18px;
    margin: 0 auto;
  }
  .l-header_toggle span:nth-child(1) {
    top: 14px;
  }
  .l-header_toggle span:nth-child(2) {
    top: 20px;
    margin: 0 auto;
  }
  .l-header_toggle span:nth-child(3) {
    top: 26px;
  }
  .l-header_toggle.isOpen span:nth-child(1), .l-header_toggle.isOpen span:nth-child(3) {
    top: 18px;
  }
}

@media screen and (max-width: 374px) {
  .l-header_sumitomo img {
    width: 116px;
  }
}

/* =================================================
  Footer
================================================= */
.l-footer {
  margin: 120px 0 0;
  padding: 0 30px;
  background: #f6a43c;
  color: #fff;
  font-size: 1.4rem;
}

.l-footer_inner {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 0;
}

.l-footer_pagetop {
  position: absolute;
  top: -80px;
  right: 0;
  width: 100px;
  height: 80px;
  background: url(/kids/assets/images/common/bg_pagetop.svg) 50% 0 no-repeat;
  background-size: auto 100%;
  text-align: center;
}

.l-footer_pagetop a {
  display: inline-block;
  margin: 35px 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.l-footer_pagetop a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footer_contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.l-footer_sumitomo {
  margin: 0;
  font-weight: 700;
}

.l-footer_copyright {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin: 90px 0 0;
    padding: 0 15px;
  }
  .l-footer_inner {
    padding: 20px 0;
    text-align: center;
  }
  .l-footer_pagetop {
    top: -73px;
    width: 91px;
    height: 73px;
  }
  .l-footer_pagetop a {
    margin: 35px 0 0;
    font-size: 1.3rem;
  }
  .l-footer_pagetop a::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-footer_contents {
    display: block;
  }
  .l-footer_sumitomo {
    font-size: 1.5rem;
  }
  .l-footer_copyright {
    margin: 10px 0 0;
    font-size: 1.1rem;
  }
}

/* =================================================
  .l-gnav
================================================= */
.l-gnav {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 80px);
  background: #f6a43c;
  overflow-y: auto;
  text-align: center;
}

.l-gnav_menu_link {
  position: relative;
  display: block;
  padding: 24px 30px 23px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

.l-gnav_menu_link::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-gnav_menu_link:hover {
  background: #ea5532;
  text-decoration: none;
}

.l-gnav_menu_link_external {
  position: relative;
  display: inline-block;
  padding: 0 26px;
}

.l-gnav_menu_link_external::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 16px;
  margin: auto 0;
  background: url(/kids/assets/images/common/ico_external.svg) 100% 0 no-repeat;
  background-size: contain;
}

.l-gnav_close {
  display: table;
  min-width: 180px;
  margin: 35px auto;
  padding: 0 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.l-gnav_close:hover {
  background: #fef6eb;
}

.l-gnav_close_label {
  position: relative;
  display: inline-block;
  padding: 12px 26px;
}

.l-gnav_close_label::before, .l-gnav_close_label::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 3px;
  margin: auto 0;
  background: #f6a43c;
}

.l-gnav_close_label::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-gnav_close_label::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .l-gnav_menu_link {
    padding: 18px 15px 17px;
    font-size: 1.8rem;
  }
  .l-gnav_menu_link::after {
    right: 20px;
    width: 5px;
    height: 5px;
  }
  .l-gnav_menu_link_external {
    padding: 0 26px;
  }
  .l-gnav_menu_link_external::after {
    width: 10px;
    height: 13px;
  }
  .l-gnav_close {
    min-width: 135px;
    margin: 20px auto;
    padding: 0 30px;
    border-radius: 22px;
    font-size: 1.5rem;
  }
  .l-gnav_close_label {
    position: relative;
    display: inline-block;
    padding: 10px 17px 9px;
  }
  .l-gnav_close_label::before, .l-gnav_close_label::after {
    width: 13px;
  }
}

/* =================================================
  Section
================================================= */
.l-fullSection {
  margin: 0 -30px;
  padding: 60px 30px;
}

.l-fullSection--gray {
  background: #e2e0de;
}

.l-fullSection + .l-fullSection {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-fullSection {
    margin: 0 -15px;
    padding: 35px 15px;
  }
  .l-fullSection + .l-fullSection {
    border-top: none;
  }
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mbNormal {
  margin-bottom: 10px !important;
}

.u-mbLarge {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-mbNormal {
    margin-bottom: 5px !important;
  }
  .u-mbLarge {
    margin-bottom: 20px !important;
  }
}

.u-objCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsSmall {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
  .u-fsSmall {
    font-size: 1.2rem !important;
  }
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 500 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #d92121 !important;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-isSP {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-isPC {
    display: none !important;
  }
  .u-isSP {
    display: inherit !important;
  }
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  position: relative;
  display: block;
  max-width: 670px;
  margin-top: 40px;
  padding: 16px 30px;
  background: #f6a43c;
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  outline: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.c-btn.c-grid_col {
  margin-top: 0;
}

.c-btn:hover {
  text-decoration: none;
  background: #ea5532;
}

.c-btn--inline {
  display: inline-table;
  margin-top: 0;
  margin-left: 20px;
  min-width: 0;
  min-height: 51px;
}

.c-btn--flex {
  display: table;
  min-width: 186px;
}

.c-btn--big {
  min-width: 250px;
  padding: 25px;
  font-size: 2.2rem;
}

.c-btn--small {
  min-width: 40%;
}

.c-btn--medium {
  min-width: 50%;
}

.c-btn--large {
  min-width: 75%;
}

.c-btn--center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn--right {
  margin-left: auto;
}

.c-btn--border {
  background-color: #fff;
  border: 2px solid #f6a43c;
  color: #f6a43c;
}

.c-btn--border:hover {
  border-color: #ea5532;
  color: #fff;
}

.c-btn.isActive {
  background-color: #f6a43c;
  color: #fff;
}

.c-btn.isActive:hover {
  background: #ea5532;
}

@media screen and (max-width: 768px) {
  .c-btn {
    margin-top: 30px;
    padding: 12px 15px;
    font-size: 1.5rem;
  }
  .c-btn--inline {
    display: block;
    width: 100%;
    margin-left: 0;
    min-height: 0;
  }
  .c-btn--flex {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .c-btn--big {
    padding: 20px;
    font-size: 1.8rem;
  }
  .c-btn--small {
    min-width: 0;
  }
  .c-btn--medium {
    min-width: 0;
  }
}

/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  margin: 0;
  padding: 6px;
  border-radius: 8px;
  text-align: center;
}

.c-figure_inner {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 6px #f3f3f3;
}

.c-figure_caption {
  margin: 15px 0 10px;
  font-size: 1.3rem;
}

.c-figure + .c-figure {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-figure {
    padding: 3px;
  }
  .c-figure_inner {
    padding: 15px;
    box-shadow: 0 0 0 3px #f3f3f3;
  }
  .c-figure img {
    width: auto;
    max-width: 100%;
  }
}

/* -----------------------------------------------
  .c-imgList
----------------------------------------------- */
.c-imgList_item {
  text-align: center;
}

.c-imgList_item > a {
  display: block;
}

.c-imgList_item > a + .c-imgList_caption {
  margin: 15px 0 0;
}

.c-imgList_item > img ~ .c-imgList_caption {
  margin: 15px 0 0;
}

.c-imgList_caption {
  margin: 0 0 15px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .c-imgList_item img {
    max-width: 100%;
  }
  .c-imgList_caption {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
  .c-imageUnit
----------------------------------------------- */
.c-imageUnit {
  overflow: hidden;
  zoom: 1;
}

.c-imageUnit_text {
  overflow: hidden;
  zoom: 1;
}

.c-imageUnit_image {
  margin: 0;
  text-align: center;
}

.c-imageUnit_image_caption {
  margin: 10px 0 0;
  font-size: 1.3rem;
}

.c-imageUnit--parallel .c-imageUnit_text {
  overflow: visible;
}

.c-imageUnit--parallel .c-imageUnit_image {
  margin-bottom: 30px;
}

.c-imageUnit--imageL .c-imageUnit_image {
  float: left;
  margin-right: 20px;
}

.c-imageUnit--imageR .c-imageUnit_image {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-imageUnit[data-spgrid='false'] .c-imageUnit_image {
    float: none;
    margin: 0 0 20px;
  }
  .c-imageUnit[data-spgrid='false'] .c-imageUnit_image img {
    width: auto;
  }
  .c-imageUnit--rtl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .c-imageUnit--rtl.c-imageUnit--imageL .c-imageUnit_image {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .c-imageUnit--rtl.c-imageUnit--imageR .c-imageUnit_image {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .c-imageUnit--rtl[data-spgrid='false'] .c-imageUnit_image {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.c-grid--center {
  -webkit-box-pack: center;
  justify-content: center;
}

.c-grid_col {
  margin-left: 29.9px;
  margin-top: 30px;
}

.c-grid_col--1 {
  width: calc(((100% / 12) * 1) - 30px);
}

.c-grid_col--2 {
  width: calc(((100% / 12) * 2) - 30px);
}

.c-grid_col--3 {
  width: calc(((100% / 12) * 3) - 30px);
}

.c-grid_col--4 {
  width: calc(((100% / 12) * 4) - 30px);
}

.c-grid_col--5 {
  width: calc(((100% / 12) * 5) - 30px);
}

.c-grid_col--6 {
  width: calc(((100% / 12) * 6) - 30px);
}

.c-grid_col--7 {
  width: calc(((100% / 12) * 7) - 30px);
}

.c-grid_col--8 {
  width: calc(((100% / 12) * 8) - 30px);
}

.c-grid_col--9 {
  width: calc(((100% / 12) * 9) - 30px);
}

.c-grid_col--10 {
  width: calc(((100% / 12) * 10) - 30px);
}

.c-grid_col--11 {
  width: calc(((100% / 12) * 11) - 30px);
}

.c-grid_col--12 {
  width: calc(((100% / 12) * 12) - 30px);
}

.c-grid--division2 .c-grid_col {
  width: calc((100% / 2) - 30px);
}

.c-grid--division3 .c-grid_col {
  width: calc((100% / 3) - 30px);
}

.c-grid--division4 .c-grid_col {
  width: calc((100% / 4) - 30px);
}

.l-main_contents_primary .c-grid {
  margin-left: -20px;
}

.l-main_contents_primary .c-grid_col {
  margin-left: 20px;
  margin-top: 20px;
}

.l-main_contents_primary .c-grid_col--1 {
  width: calc(((100% / 12) * 1) - 20px);
}

.l-main_contents_primary .c-grid_col--2 {
  width: calc(((100% / 12) * 2) - 20px);
}

.l-main_contents_primary .c-grid_col--3 {
  width: calc(((100% / 12) * 3) - 20px);
}

.l-main_contents_primary .c-grid_col--4 {
  width: calc(((100% / 12) * 4) - 20px);
}

.l-main_contents_primary .c-grid_col--5 {
  width: calc(((100% / 12) * 5) - 20px);
}

.l-main_contents_primary .c-grid_col--6 {
  width: calc(((100% / 12) * 6) - 20px);
}

.l-main_contents_primary .c-grid_col--7 {
  width: calc(((100% / 12) * 7) - 20px);
}

.l-main_contents_primary .c-grid_col--8 {
  width: calc(((100% / 12) * 8) - 20px);
}

.l-main_contents_primary .c-grid_col--9 {
  width: calc(((100% / 12) * 9) - 20px);
}

.l-main_contents_primary .c-grid_col--10 {
  width: calc(((100% / 12) * 10) - 20px);
}

.l-main_contents_primary .c-grid_col--11 {
  width: calc(((100% / 12) * 11) - 20px);
}

.l-main_contents_primary .c-grid_col--12 {
  width: calc(((100% / 12) * 12) - 20px);
}

.l-main_contents_primary .c-grid.c-grid--division2 .c-grid_col {
  width: calc((100% / 2) - 20px);
}

.l-main_contents_primary .c-grid.c-grid--division3 .c-grid_col {
  width: calc((100% / 3) - 20px);
}

.l-main_contents_primary .c-grid.c-grid--division4 .c-grid_col {
  width: calc((100% / 4) - 20px);
}

@media screen and (max-width: 1024px) {
  .c-grid[data-tabgrid='false'] {
    display: block;
  }
  .c-grid[data-tabgrid='false'] > .c-grid_col {
    float: none;
    width: auto;
  }
  .c-grid[data-tabgrid='false'] > .c-grid_col.c-btn {
    max-width: none;
  }
  .c-grid[data-tabgrid='false'] > .c-grid_col.c-btn + .c-grid_col.c-btn {
    margin-top: 30px;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--1 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--2 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--3 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--4 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--5 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--6 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--7 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--8 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--9 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--10 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--11 {
    width: auto;
  }
  .c-grid[data-tabgrid='false'] .c-grid_col--12 {
    width: auto;
  }
  .c-grid[data-tabgrid='2'] > .c-grid_col {
    width: calc((100% / 2) - 30px);
  }
  .c-grid[data-tabgrid='3'] > .c-grid_col {
    width: calc((100% / 3) - 30px);
  }
}

@media screen and (max-width: 768px) {
  .c-grid {
    margin-left: -15px;
  }
  .c-grid_col {
    margin-left: 14.9px;
    margin-top: 15px;
  }
  .c-grid_col--1 {
    width: calc(((100% / 12) * 1) - 15px);
  }
  .c-grid_col--2 {
    width: calc(((100% / 12) * 2) - 15px);
  }
  .c-grid_col--3 {
    width: calc(((100% / 12) * 3) - 15px);
  }
  .c-grid_col--4 {
    width: calc(((100% / 12) * 4) - 15px);
  }
  .c-grid_col--5 {
    width: calc(((100% / 12) * 5) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--6 {
    width: calc(((100% / 12) * 6) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--7 {
    width: calc(((100% / 12) * 7) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--8 {
    width: calc(((100% / 12) * 8) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--9 {
    width: calc(((100% / 12) * 9) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--10 {
    width: calc(((100% / 12) * 10) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--11 {
    width: calc(((100% / 12) * 11) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid_col--12 {
    width: calc(((100% / 12) * 12) - 15px);
    width: calc((100% / 2) - 15px);
  }
  .c-grid--division2:not([data-spgrid='false']) .c-grid_col {
    width: calc((100% / 2) - 15px);
  }
  .c-grid--division3:not([data-spgrid='false']) .c-grid_col {
    width: calc((100% / 3) - 15px);
  }
  .c-grid--division4:not([data-spgrid='false']) .c-grid_col {
    width: calc((100% / 4) - 15px);
  }
  .c-grid[data-spgrid='false'] {
    display: block;
  }
  .c-grid[data-spgrid='false'] > .c-grid_col {
    float: none;
    width: auto;
  }
  .c-grid[data-spgrid='false'] > .c-grid_col.c-btn + .c-grid_col.c-btn {
    margin-top: 15px;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--1 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--2 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--3 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--4 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--5 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--6 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--7 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--8 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--9 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--10 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--11 {
    width: auto;
  }
  .c-grid[data-spgrid='false'] .c-grid_col--12 {
    width: auto;
  }
  .c-grid[data-spgrid='2'] > .c-grid_col {
    width: calc((100% / 2) - 15px);
  }
  .c-grid[data-spgrid='3'] > .c-grid_col {
    width: calc((100% / 3) - 15px);
  }
}

/* -----------------------------------------------
  .c-textList
----------------------------------------------- */
[class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']), [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-linkArrowList']:not([class*='_item']) {
  margin-top: 15px;
  padding: 0 0 5px;
}

[class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_item']) {
  margin-top: 15px;
  padding: 0 0 5px 7px;
}

[class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) .c-textList--offsetLarge {
  margin-top: 25px !important;
}

@media screen and (max-width: 768px) {
  [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']), [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-linkArrowList']:not([class*='_item']) {
    margin-top: 15px;
  }
  [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) {
    padding-left: 9px;
  }
}

.c-textList_item {
  position: relative;
  padding-left: 15px;
}

.c-textList_item:before {
  position: absolute;
  content: '';
  display: block;
  top: .65em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #f6a43c;
  border-radius: 50%;
}

.c-textList_item .c-textList_item::before {
  background: #61c1be;
}

.c-textList_item + .c-textList_item {
  margin-top: 10px;
}

.c-textList_item.c-grid_col {
  margin-bottom: 7px;
}

.c-textList_item.c-grid_col + .c-textList_item.c-grid_col {
  margin-top: 0;
}

.c-textList--offsetLarge > .c-textList_item + .c-textList_item {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-textList_item::before {
    top: .55em;
    width: 10px;
    height: 10px;
  }
  .c-textList[data-spgrid='false'] .c-textList_item.c-grid_col {
    margin-bottom: 0;
  }
  .c-textList[data-spgrid='false'] .c-textList_item.c-grid_col + .c-textList_item.c-grid_col {
    margin-top: 10px;
  }
}

/* -----------------------------------------------
  .c-numericList
----------------------------------------------- */
[class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']), [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-linkArrowList']:not([class*='_item']) {
  margin-top: 15px;
  padding: 0 0 8px;
}

[class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) {
  margin-top: 15px;
  padding: 0 0 5px 7px;
}

@media screen and (max-width: 768px) {
  [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']), [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']), [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-linkArrowList']:not([class*='_item']) {
    margin-top: 15px;
  }
  [class^='c-numericList']:not([class*='_item']):not([class*='_title']):not([class*='_data']):not([class*='_number']) [class^='c-textList']:not([class*='_item']):not([class*='_title']):not([class*='_data']) {
    padding-left: 9px;
  }
}

.c-numericList {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList_item {
  padding: 0 0 0 1.8em;
  position: relative;
}

.c-numericList_item:before {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: counter(number) '.';
  text-align: center;
  font-weight: 700;
}

.c-numericList_item + .c-numericList_item {
  margin-top: 10px;
}

.c-numericList02 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList02_item {
  padding: 0 0 0 1.8em;
  position: relative;
}

.c-numericList02_item + .c-numericList02_item {
  margin-top: 10px;
}

.c-numericList02_number {
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1.5em;
}

.c-notice_item + .c-notice_item {
  margin-top: 10px;
}

.c-notice_mark {
  position: absolute;
  left: 0;
}

.c-notice--small {
  font-size: 1.3rem;
}

.c-notice--numeric .c-notice_item {
  padding-left: 2em;
}

/* -----------------------------------------------
  .c-media
----------------------------------------------- */
.c-media {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.c-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* -----------------------------------------------
  .c-linkList
----------------------------------------------- */
.c-linkList_item {
  position: relative;
}

.c-linkList_item + .c-linkList_item {
  margin-top: 10px;
}

/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 26px;
}

.c-linkArrow::before {
  position: absolute;
  content: '';
  display: block;
  top: .2em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/kids/assets/images/common/ico_arrow.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-linkArrow {
    padding: 0 0 0 20px;
  }
  .c-linkArrow::before {
    top: .25em;
    width: 16px;
    height: 16px;
  }
}

/* -----------------------------------------------
  .c-linkArrowTop
----------------------------------------------- */
.c-linkArrowTop {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 1.7rem;
  font-weight: 700;
}

.c-linkArrowTop::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 2px solid #f6a43c;
  border-left: 2px solid #f6a43c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-linkArrowTop {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
  .c-linkArrowList
----------------------------------------------- */
[class^='c-linkArrowList']:not([class*='_item']) [class^='c-linkArrowList']:not([class*='_item']) {
  margin-top: 15px;
  padding: 0 0 8px;
}

@media screen and (max-width: 768px) {
  [class^='c-linkArrowList']:not([class*='_item']) [class^='c-linkArrowList']:not([class*='_item']) {
    margin-top: 15px;
  }
  [class^='c-linkArrowList']:not([class*='_item']) [class^='c-linkArrowList']:not([class*='_item']) {
    padding-left: 9px;
  }
}

.c-linkArrowList--horizontal {
  margin: -20px 0 0 -20px;
}

.c-linkArrowList--horizontal .c-linkArrowList_item {
  display: inline-block;
  margin: 20px 0 0 20px;
}

.c-linkArrowList--horizontal .c-linkArrowList_item + .c-linkArrowList_item {
  margin-top: 0;
}

.c-linkArrowList_item {
  position: relative;
  padding-left: 26px;
}

.c-linkArrowList_item + .c-linkArrowList_item {
  margin-top: 10px;
}

.c-linkArrowList_item::before {
  position: absolute;
  content: '';
  display: block;
  top: .2em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/kids/assets/images/common/ico_arrow.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-linkArrowList_item.c-grid_col {
  margin-bottom: 20px;
}

.c-linkArrowList_item.c-grid_col + .c-linkArrowList_item.c-grid_col {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-linkArrowList_item {
    padding: 0 0 0 20px;
  }
  .c-linkArrowList_item::before {
    top: .25em;
    width: 16px;
    height: 16px;
  }
  .c-linkArrowList_item.c-grid_col {
    margin-bottom: 0;
  }
  .c-linkArrowList_item.c-grid_col + .c-linkArrowList_item.c-grid_col {
    margin-top: 10px;
  }
}

/* -----------------------------------------------
  .c-box
----------------------------------------------- */
[class*='c-box'] .c-grid {
  margin-bottom: -20px;
}

@media screen and (max-width: 768px) {
  [class*='c-box'] .c-grid {
    margin-bottom: -15px;
  }
}

.c-box {
  padding: 6px;
}

.c-box_inner {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 6px #d0eceb;
}

.c-box_title {
  margin: 0 0 20px;
  text-align: center;
  color: #61c1be;
  font-size: 3rem;
  line-height: 1.4;
}

.c-box_title rp, .c-box_title rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-box {
    padding: 3px;
  }
  .c-box_inner {
    padding: 15px;
    box-shadow: 0 0 0 3px #d0eceb;
  }
  .c-box_title {
    margin: 0 0 10px;
    font-size: 2.2rem;
  }
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
.c-table table {
  width: 100%;
  table-layout: fixed;
}

.c-table table rp, .c-table table rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.c-table tr {
  background: #fef6eb;
}

.c-table tr:nth-child(even) {
  background: #fdedd8;
}

.c-table th, .c-table td {
  padding: 10px 15px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  line-height: 1.4;
  vertical-align: middle;
}

.c-table td {
  border-right: 3px solid #fff;
  vertical-align: middle;
}

.c-table th {
  background: #fad19d;
  border-left: 3px solid #fff;
  text-align: center;
  font-weight: 700;
}

.c-table--auto table {
  table-layout: inherit;
}

.c-table_ruby {
  display: inline-block;
}

/* -----------------------------------------------
.c-ancherList
----------------------------------------------- */
.c-ancherList {
  margin: 40px 0 0;
  padding: 30px 40px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: inset 0 0 0 6px #d0eceb;
}

.c-ancherList_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.c-ancherList_item {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 26px;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
}

.c-ancherList_item::before {
  position: absolute;
  content: '';
  display: block;
  top: .05em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/kids/assets/images/common/ico_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .c-ancherList {
    padding: 10px 20px 20px;
    box-shadow: inset 0 0 0 3px #d0eceb;
  }
  .c-ancherList_item {
    margin-top: 10px;
    padding-left: 20px;
  }
  .c-ancherList_item::before {
    width: 16px;
    height: 16px;
  }
}

/* -----------------------------------------------
  .js-spAccordion
----------------------------------------------- */
@media screen and (max-width: 768px) {
  .js-spAccordion + * {
    display: none;
  }
}

/* -----------------------------------------------
  for develop
----------------------------------------------- */
.dev-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  display: inline-block;
  padding: 5px 10px;
  background: #000;
  opacity: .7;
  color: #fff;
  border-radius: 5px;
  font-size: 1.3rem;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.dev-toggle:hover {
  text-decoration: none;
  color: #fff;
}

.dev-section + .dev-section {
  margin-top: 40px;
}

.dev-title {
  margin: 0 0 30px;
  padding: 8px;
  background: rosybrown;
  color: #fff;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 700;
}

.dev-title02 {
  margin: 30px 0 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid rosybrown;
  font-size: 1.4rem;
  font-family: sans-serif;
  font-weight: bold;
  color: rosybrown;
}

.dev-memo {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 5px 5px 30px;
  background: antiquewhite;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: sans-serif;
}

.dev-memo:before {
  position: absolute;
  top: .5em;
  left: 10px;
  content: '\f040';
  font-family: 'FontAwesome';
}

.dev-memo code {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  background: rosybrown;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
}

.dev-code {
  margin: 30px 0;
}

.dev-code-label {
  font-family: sans-serif;
  font-weight: bold;
}

.dev-code-label:before {
  content: '\f013';
  display: inline-block;
  margin-right: 10px;
  font-family: 'FontAwesome';
}

.dev-code .prettyprint {
  width: 100%;
  max-height: 300px;
  padding: 1em;
  overflow: auto;
  border: none;
  font-size: 1.2rem;
}

.dev-grid {
  display: table;
  width: 100%;
  margin-top: 50px;
  table-layout: fixed;
  font-size: 1rem;
}

.dev-grid_col {
  display: table-cell;
  padding: 10px 0;
  background: #ebeff7;
  text-align: center;
  vertical-align: middle;
}

.dev-grid_gutter {
  display: table-cell;
  width: 20px;
  padding: 10px 0;
  background: #d9e0ef;
  text-align: center;
  vertical-align: middle;
}

.dev-colorScheme {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.dev-colorScheme_item {
  width: calc(100%/6 - 20px);
  margin: 0 0 20px 20px;
  font-size: 1.2rem;
}

.dev-colorScheme_code {
  height: 85px;
  padding: 5px;
}

.dev-colorScheme_desc {
  margin: 5px 0 0;
}

@media screen and (max-width: 1024px) {
  .dev-colorScheme {
    margin-left: -15px;
  }
  .dev-colorScheme_item {
    width: calc(100%/4 - 15px);
    margin: 0 0 15px 15px;
  }
}

@media screen and (max-width: 768px) {
  .dev-colorScheme_item {
    width: calc(100%/2 - 15px);
  }
}

pre .str, code .str {
  color: #fec243;
}

pre .kwd, code .kwd {
  color: #8470ff;
}

pre .com, code .com {
  color: #32cd32;
  font-style: italic;
}

pre .typ, code .typ {
  color: #6ecbcc;
}

pre .lit, code .lit {
  color: #d06;
}

pre .pun, code .pun {
  color: #8b8970;
}

pre .pln, code .pln {
  color: #f0f0f0;
}

pre .tag, code .tag {
  color: #9c9cff;
}

pre .htm, code .htm {
  color: #dda0dd;
}

pre .xsl, code .xsl {
  color: #d0a0d0;
}

pre .atn, code .atn {
  color: #46eeee;
  font-weight: normal;
}

pre .atv, code .atv {
  color: #eeb4b4;
}

pre .dec, code .dec {
  color: #3387cc;
}

pre.prettyprint, code.prettyprint {
  font-family: 'Droid Sans Mono', 'CPMono_v07 Bold', 'Droid Sans', monospace;
  font-weight: bold;
  font-size: 9pt;
  background-color: #0f0f0f;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

pre.prettyprint {
  width: 95%;
  margin: 1em auto;
  white-space: pre-wrap;
}

pre.prettyprint a, code.prettyprint a {
  text-decoration: none;
}

ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #8b8970;
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: none;
}

@media print {
  pre.prettyprint, code.prettyprint {
    background-color: #fff;
  }
  pre .str, code .str {
    color: #088;
  }
  pre .kwd, code .kwd {
    color: #006;
    font-weight: bold;
  }
  pre .com, code .com {
    color: #oc3;
    font-style: italic;
  }
  pre .typ, code .typ {
    color: #404;
    font-weight: bold;
  }
  pre .lit, code .lit {
    color: #044;
  }
  pre .pun, code .pun {
    color: #440;
  }
  pre .pln, code .pln {
    color: #000;
  }
  pre .tag, code .tag {
    color: #b66ff7;
    font-weight: bold;
  }
  pre .htm, code .htm {
    color: #606;
    font-weight: bold;
  }
  pre .xsl, code .xsl {
    color: #606;
    font-weight: bold;
  }
  pre .atn, code .atn {
    color: #c71585;
    font-weight: normal;
  }
  pre .atv, code .atv {
    color: #088;
    font-weight: normal;
  }
}

/* -----------------------------------------------
  .p-hero
----------------------------------------------- */
.p-hero {
  position: relative;
  min-height: 500px;
  background: url(/kids/assets/images/top/bg_hero--pc.jpg) 50% 100% no-repeat;
  background-size: cover;
  overflow: hidden;
}

.p-hero_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 375px;
  margin: auto;
}

.p-hero_movie {
  position: absolute;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  border: none;
}

@media screen and (max-width: 768px) {
  .p-hero {
    min-height: 380px;
    background: url(/kids/assets/images/top/bg_hero--sp.jpg) 50% 100% no-repeat;
    background-size: cover;
  }
  .p-hero_title {
    width: 313px;
    max-width: calc(100% - 30px);
    height: 235px;
  }
}

/* -----------------------------------------------
  .p-topSectionWhy
----------------------------------------------- */
.p-topSectionWhy {
  background: #c8e9e8;
}

.p-topSectionWhy_heading {
  margin: 0 0 20px;
  text-align: center;
}

.p-topSectionWhy_heading_title {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 20px 115px;
  font-size: 4rem;
  line-height: 1.4;
}

.p-topSectionWhy_heading_title::before, .p-topSectionWhy_heading_title::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
}

.p-topSectionWhy_heading_title::before {
  left: 0;
  width: 93px;
  height: 123px;
  background: url(/kids/assets/images/top/bg_section_why.svg) 0 50% no-repeat;
}

.p-topSectionWhy_heading_title::after {
  right: 30px;
  width: 69px;
  height: 123px;
  background: url(/kids/assets/images/top/bg_section_why_02.svg) 0 50% no-repeat;
}

.p-topSectionWhy_heading_desc {
  margin: 20px 0 0;
  font-size: 2rem;
  line-height: 1.7;
}

.p-topSectionWhy_panel {
  margin-top: 85px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.p-topSectionWhy_panel_link {
  position: relative;
  display: block;
  height: 100%;
  padding: 52px 30px 30px;
  border-radius: 8px;
  color: #333;
}

.p-topSectionWhy_panel_link:hover {
  background: #fef6eb;
  text-decoration: none;
}

.p-topSectionWhy_panel_link:hover::before {
  background-color: #fef6eb;
}

.p-topSectionWhy_panel_link::before {
  position: absolute;
  content: '';
  display: block;
  top: -62px;
  left: 0;
  right: 0;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  border-radius: 62px;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

.p-topSectionWhy_panel_link.shikumi::before {
  background-image: url(/kids/assets/images/top/ico_shikumi.svg);
}

.p-topSectionWhy_panel_link.kaisya::before {
  background-image: url(/kids/assets/images/top/ico_kaisya.svg);
}

.p-topSectionWhy_panel_link.shigoto::before {
  background-image: url(/kids/assets/images/top/ico_shigoto.svg);
}

.p-topSectionWhy_panel_text {
  position: relative;
  margin: 0 0 25px;
}

.p-topSectionWhy_panel_heading {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}

.p-topSectionWhy_panel_thumb {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-topSectionWhy_panel_desc {
    display: table;
    margin: 20px auto 0;
  }
  .p-topSectionWhy_panel_link {
    padding: 52px 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-topSectionWhy_heading {
    margin: 0 0 80px;
  }
  .p-topSectionWhy_heading_title {
    padding: 20px 50px;
    font-size: 2.5rem;
  }
  .p-topSectionWhy_heading_title::before, .p-topSectionWhy_heading_title::after {
    background-size: contain;
  }
  .p-topSectionWhy_heading_title::before {
    width: 46px;
    height: 61px;
  }
  .p-topSectionWhy_heading_title::after {
    right: 15px;
    width: 34px;
    height: 61px;
  }
  .p-topSectionWhy_heading_desc {
    margin: 0;
    font-size: 1.5rem;
  }
  .p-topSectionWhy_panel {
    margin-top: 68px;
  }
  .p-topSectionWhy_panel_link {
    padding: 45px 40px 30px;
  }
  .p-topSectionWhy_panel_link::before {
    position: absolute;
    content: '';
    display: block;
    top: -53px;
    left: 0;
    right: 0;
    width: 106px;
    height: 106px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 54px 54px;
    border-radius: 53px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
  .p-topSectionWhy_panel_heading {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 374px) {
  .p-topSectionWhy_heading_title {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  .p-topSectionMessage
----------------------------------------------- */
.p-topSectionMessage {
  padding-bottom: 0;
}

.p-topSectionMessage_heading {
  margin: 0 0 20px;
  text-align: center;
}

.p-topSectionMessage_heading_balloon {
  position: relative;
  display: table;
  width: 100%;
  max-width: 570px;
  margin: 0 auto 30px;
  padding: 17px 20px 16px;
  background: #fff;
  box-shadow: 0 0 0 2px #61c1be;
  border-radius: 35px;
  color: #61c1be;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-topSectionMessage_heading_balloon::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 26px;
  height: 18px;
  margin: 0 auto;
  background: url(/kids/assets/images/common/bg_balloon.svg) 50% -2px no-repeat;
  background-size: auto 100%;
  border-top: 1px solid #fff;
}

.p-topSectionMessage_heading_title {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 20px 184px 10px;
  font-size: 4rem;
  line-height: 1.4;
}

.p-topSectionMessage_heading_title::before, .p-topSectionMessage_heading_title::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
}

.p-topSectionMessage_heading_title::before {
  left: 0;
  width: 142px;
  height: 115px;
  background: url(/kids/assets/images/top/bg_section_message.svg) 0 50% no-repeat;
}

.p-topSectionMessage_heading_title::after {
  right: 20px;
  width: 140px;
  height: 104px;
  background: url(/kids/assets/images/top/bg_section_message_02.svg) 0 50% no-repeat;
}

.p-topSectionMessage_heading_desc {
  margin: 0;
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-topSectionMessage_heading {
    margin: 0 0 20px;
    text-align: center;
  }
  .p-topSectionMessage_heading_balloon {
    width: 100%;
    max-width: none;
    margin: 0 auto 15px;
    padding: 12px 10px 11px;
    border-radius: 24px;
    font-size: 1.5rem;
  }
  .p-topSectionMessage_heading_balloon::after {
    background-position: 50% -6px;
  }
  .p-topSectionMessage_heading_title {
    padding: 10px 75px;
    font-size: 2.5rem;
  }
  .p-topSectionMessage_heading_title::before, .p-topSectionMessage_heading_title::after {
    background-size: contain;
  }
  .p-topSectionMessage_heading_title::before {
    width: 71px;
    height: 58px;
  }
  .p-topSectionMessage_heading_title::after {
    right: 0;
    width: 70px;
    height: 52px;
  }
  .p-topSectionMessage_heading_desc {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  .p-topSectionMessage_heading_title {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  .p-panel
----------------------------------------------- */
.p-panel {
  max-width: 670px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.p-panel_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px 20px 20px 30px;
  border-radius: 8px;
}

.p-panel_link:hover {
  background: #fef6eb;
  text-decoration: none;
}

.p-panel_text {
  width: calc(100% - 210px);
}

.p-panel_thumb {
  width: 180px;
}

.p-panel_thumb img {
  border-radius: 5px;
  overflow: hidden;
}

.p-panel_heading {
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.p-panel_heading rp, .p-panel_heading rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-panel_desc {
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-panel_inner {
    padding: 10px 10px 10px 15px;
  }
  .p-panel_text {
    width: calc(100% - 139px);
  }
  .p-panel_thumb {
    width: 124px;
  }
  .p-panel_heading {
    margin: 0;
    font-size: 1.8rem;
  }
}

/* -----------------------------------------------
  .p-kengaku
----------------------------------------------- */
.p-kengaku_header {
  min-height: 344px;
  margin: 0 -30px;
  padding: 135px 30px 45px;
  background: url(/kids/assets/images/shikumi/bg_page_header--pc.svg) 50% 100% no-repeat;
  text-align: center;
}

.p-kengaku_header_company {
  width: 100%;
  max-width: 625px;
  margin: 0 auto 20px;
  font-size: 4rem;
  line-height: 1.4;
}

.p-kengaku_header_company rp, .p-kengaku_header_company rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-kengaku_header_desc {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  color: #61c1be;
  font-size: 3rem;
  line-height: 1.4;
}

.p-kengaku_header_desc rp, .p-kengaku_header_desc rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-kengaku_body {
  padding: 44px 150px 80px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.p-kengaku_sec + .p-kengaku_sec {
  margin-top: 80px;
}

.p-kengaku_sec_title {
  display: -webkit-box;
  display: flex;
  margin: 0 0 30px;
  border-radius: 8px;
  overflow: hidden;
  color: #f6a43c;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

.p-kengaku_sec_title_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 4em;
  padding: 15px 80px;
  background: #fef6eb url(/kids/assets/images/shikumi/bg_sec_title.svg) 20px 50% no-repeat;
}

@media screen and (max-width: 1024px) {
  .p-kengaku_body {
    padding: 44px;
  }
}

@media screen and (max-width: 768px) {
  .p-kengaku {
    padding: 15px 0 0;
  }
  .p-kengaku_header {
    min-height: 232px;
    margin: 0 0 -6px;
    padding: 65px 0 30px;
    background: url(/kids/assets/images/shikumi/bg_page_header--sp.svg) 50% 100% no-repeat;
    background-size: contain;
  }
  .p-kengaku_header_company {
    max-width: 265px;
    margin-bottom: 0;
    font-size: 2.1rem;
  }
  .p-kengaku_header_desc {
    max-width: 265px;
    font-size: 1.8rem;
  }
  .p-kengaku_body {
    padding: 30px 15px;
    border-radius: 6px;
  }
  .p-kengaku_sec + .p-kengaku_sec {
    margin-top: 30px;
  }
  .p-kengaku_sec_title {
    margin: 0 0 20px;
    border-radius: 6px;
    text-align: left;
    font-size: 1.8rem;
  }
  .p-kengaku_sec_title_inner {
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-height: 0;
    padding: 15px 20px 15px 43px;
    background: #fef6eb url(/kids/assets/images/shikumi/bg_sec_title.svg) 10px 1.1em no-repeat;
    background-size: 19px auto;
  }
}

@media screen and (max-width: 374px) {
  .p-kengaku_header {
    min-height: 182px;
    padding: 30px 0 0;
  }
  .p-kengaku_header_company {
    max-width: 210px;
    font-size: 1.8rem;
  }
  .p-kengaku_header_desc {
    max-width: 210px;
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
  .p-related
----------------------------------------------- */
.p-related {
  margin: 35px 0 0;
}

.p-related_title {
  margin: 0;
  padding: 75px 0 0;
  background: url(/kids/assets/images/common/ico_book.svg) 50% 0 no-repeat;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}

.p-related_article {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 -15px;
}

.p-related_article_item {
  width: calc(100%/3 - 15px);
  margin: 15px 0 0 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  text-align: center;
  font-weight: 700;
}

.p-related_article_item_link {
  display: block;
  height: 100%;
  padding: 15px 30px;
  border-radius: 8px;
}

.p-related_article_item_link:hover {
  background: #fef6eb;
  text-decoration: none;
}

.p-related_article_item_title {
  color: #f6a43c;
}

.p-related_article_item_title rp, .p-related_article_item_title rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-related_article_item_desc {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-related_article_item {
    width: calc(100%/2 - 15px);
  }
}

@media screen and (max-width: 768px) {
  .p-related_title {
    padding: 55px 0 0;
    background: url(/kids/assets/images/common/ico_book.svg) 50% 0 no-repeat;
    background-size: 51px auto;
    font-size: 2.2rem;
  }
  .p-related_article {
    display: block;
    margin: 20px 0 0;
  }
  .p-related_article_item {
    width: auto;
    margin: 0;
    border-radius: 6px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-related_article_item + .p-related_article_item {
    margin-top: 15px;
  }
  .p-related_article_item_link {
    padding: 10px 15px;
    border-radius: 6px;
  }
  .p-related_article_item_title rp, .p-related_article_item_title rt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 374px) {
  .p-related_title {
    font-size: 1.9rem;
  }
  .p-related_article_item {
    font-size: 1.6rem;
  }
}

/* =================================================
  .p-pageHeader
================================================= */
.p-pageHeader {
  position: relative;
  margin: 0 -30px;
  padding: 45px 30px;
  background: #fff;
  text-align: center;
}

.p-pageHeader_title {
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-pageHeader_title::before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-pageHeader_desc {
  margin: 35px auto 0;
  font-size: 2.4rem;
  line-height: 1.4;
}

.p-pageHeader.shigoto {
  min-height: 344px;
  margin-bottom: 30px;
  background: #fff url(/kids/assets/images/shigoto/bg_page_header.jpg) 50% 50% no-repeat;
  background-size: contain;
}

.p-pageHeader.shigoto .p-pageHeader_title {
  max-width: 48%;
}

.p-pageHeader.shigoto .p-pageHeader_title::before {
  background-image: url(/kids/assets/images/common/ico_shigoto.svg);
}

.p-pageHeader.shigoto .p-pageHeader_desc {
  max-width: 48%;
}

.p-pageHeader.shikumi .p-pageHeader_title::before {
  background-image: url(/kids/assets/images/common/ico_shikumi.svg);
}

.p-pageHeader.kaisya {
  padding-top: 570px;
}

.p-pageHeader.kaisya::before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 520px;
  background: #fff url(/kids/assets/images/kaisya/bg_page_header.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.p-pageHeader.kaisya .p-pageHeader_title::before {
  background-image: url(/kids/assets/images/common/ico_kaisya.svg);
}

@media screen and (max-width: 768px) {
  .p-pageHeader {
    margin: 0 -15px;
    padding: 40px 15px;
  }
  .p-pageHeader_title {
    font-size: 2.5rem;
  }
  .p-pageHeader_title::before {
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
  }
  .p-pageHeader_desc {
    margin: 25px auto 0;
    font-size: 1.8rem;
  }
  .p-pageHeader.shigoto {
    min-height: 0;
    background-position: 50% 40px;
  }
  .p-pageHeader.shigoto .p-pageHeader_title {
    max-width: 48%;
  }
  .p-pageHeader.shigoto .p-pageHeader_desc {
    max-width: none;
  }
  .p-pageHeader.kaisya {
    padding-top: 295px;
  }
  .p-pageHeader.kaisya::before {
    height: 260px;
  }
}

/* =================================================
  .p-shigotoCategory
================================================= */
.p-shigotoCategory_title {
  position: relative;
  margin: 0 auto;
  padding: 15px 20px 13px;
  background: #fff;
  border: 2px solid #61c1be;
  border-radius: 32px;
  text-align: center;
  color: #61c1be;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-shigotoCategory_title::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 26px;
  height: 18px;
  margin: 0 auto;
  background: url(/kids/assets/images/common/bg_balloon.svg) 50% -2px no-repeat;
  background-size: auto 100%;
}

.p-shigotoCategory_list {
  height: calc(100% - 65px);
}

.p-shigotoCategory_panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.p-shigotoCategory_panel_link {
  display: block;
  height: 100%;
  padding: 30px 25px;
  border-radius: 8px;
  color: #333;
}

.p-shigotoCategory_panel_link:hover {
  background: #fef6eb;
  text-decoration: none;
}

.p-shigotoCategory_panel_heading {
  text-align: center;
}

.p-shigotoCategory_panel_thumb {
  margin: 0 0 20px;
}

.p-shigotoCategory_panel_title {
  position: relative;
  display: table;
  margin: 0 auto 10px;
  padding: 0 26px;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-shigotoCategory_panel_title::before {
  position: absolute;
  content: '';
  display: block;
  top: .1em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/kids/assets/images/common/ico_arrow.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-shigotoCategory_panel_desc {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-shigotoCategory + .p-shigotoCategory {
    margin-top: 35px;
  }
  .p-shigotoCategory_title {
    margin-bottom: 20px;
    padding: 12px 10px 11px;
    border-radius: 24px;
    font-size: 1.8rem;
  }
  .p-shigotoCategory_title::after {
    background-position: 50% -6px;
  }
  .p-shigotoCategory_list {
    height: auto;
  }
  .p-shigotoCategory_panel {
    border-radius: 6px;
  }
  .p-shigotoCategory_panel_link {
    padding: 15px;
    border-radius: 6px;
  }
  .p-shigotoCategory_panel_heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .p-shigotoCategory_panel_thumb {
    width: 65px;
    height: 65px;
    margin: 0;
    text-align: center;
  }
  .p-shigotoCategory_panel_thumb img {
    max-height: 100%;
  }
  .p-shigotoCategory_panel_title {
    position: relative;
    width: calc(100% - 80px);
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 1.8rem;
  }
  .p-shigotoCategory_panel_title::before {
    top: .15em;
    width: 16px;
    height: 16px;
  }
  .p-shigotoCategory_panel_desc {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
  .p-shigoto
----------------------------------------------- */
.p-shigoto {
  padding: 0 0 80px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  overflow: hidden;
}

.p-shigoto_header {
  margin: 0 0 60px;
  padding: 30px 150px 20px;
  background: #61c1be url(/kids/assets/images/common/bg_texture.svg) 50% 5px;
  text-align: center;
}

.p-shigoto_header_balloon {
  position: relative;
  display: table;
  width: 100%;
  max-width: 570px;
  margin: 0 auto 20px;
  padding: 15px 20px 13px;
  background: #fff;
  border-radius: 35px;
  color: #61c1be;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-shigoto_header_balloon::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}

.p-shigoto_header_title {
  margin: 0;
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
}

.p-shigoto_header_title rp, .p-shigoto_header_title rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-shigoto_body {
  padding: 0 150px;
}

.p-shigoto_sec + .p-shigoto_sec {
  margin-top: 60px;
}

.p-shigoto_sec_title {
  margin: 0 0 30px;
  padding: 15px 30px;
  background: #fef6eb;
  border-radius: 8px;
  color: #f6a43c;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
}

.p-shigoto_sec_title_label {
  display: block;
  padding-top: 10px;
}

.p-shigoto_sec_title rp, .p-shigoto_sec_title rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .p-shigoto_body {
    padding: 0 44px;
  }
}

@media screen and (max-width: 768px) {
  .p-shigoto {
    padding: 0 0 30px;
    border-radius: 6px;
  }
  .p-shigoto_header {
    margin: 0 0 30px;
    padding: 20px 15px 15px;
  }
  .p-shigoto_header_balloon {
    max-width: none;
    margin: 0 auto 8px;
    padding: 10px 15px 9px;
    border-radius: 22px;
    font-size: 1.8rem;
  }
  .p-shigoto_header_balloon::after {
    bottom: -9px;
    border-width: 10px 7px 0 7px;
  }
  .p-shigoto_header_title {
    font-size: 3rem;
  }
  .p-shigoto_body {
    padding: 0 15px;
  }
  .p-shigoto_sec + .p-shigoto_sec {
    margin-top: 30px;
  }
  .p-shigoto_sec_title {
    margin: 0 0 20px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 2.5rem;
  }
  .p-shigoto_sec_title_label {
    padding-top: 5px;
  }
}

/* -----------------------------------------------
  .p-companyInfo
----------------------------------------------- */
.p-companyInfo {
  position: relative;
  margin: 40px 0 0;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.p-companyInfo + .p-companyInfo {
  margin-top: 60px;
}

.p-companyInfo::before {
  position: absolute;
  content: '';
  display: block;
  top: -27px;
  right: 0;
  width: 98px;
  height: 64px;
  background: url(/kids/assets/images/kaisya/bg_box_clip.svg) 100% 100% no-repeat;
  background-size: contain;
}

.p-companyInfo_name {
  position: relative;
  margin: 0 0 30px;
  font-size: 3rem;
  line-height: 1.2;
}

.p-companyInfo_name::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -40px;
  width: 16px;
  height: 100%;
  background: #f6a43c;
}

.p-companyInfo_name rp, .p-companyInfo_name rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-companyInfo_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.p-companyInfo_text {
  width: calc(100% - 424px);
}

.p-companyInfo_article {
  margin: 30px 0 0;
}

.p-companyInfo_article_item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.p-companyInfo_article_item + .p-companyInfo_article_item {
  margin-top: 20px;
}

.p-companyInfo_article_item_thumb {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
}

.p-companyInfo_article_item_title {
  width: calc(100% - 84px);
  font-weight: 700;
}

.p-companyInfo_logo {
  width: 384px;
}

.p-companyInfo_logo_image {
  position: relative;
  display: block;
  width: 100%;
  height: 248px;
  margin: 0 0 20px;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.p-companyInfo_logo_image:hover {
  opacity: .7;
}

.p-companyInfo_logo_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  margin: auto;
}

.p-companyInfo_logo_link {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-companyInfo_inner {
    display: block;
  }
  .p-companyInfo_text {
    width: auto;
  }
  .p-companyInfo_logo {
    width: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-companyInfo {
    margin: 30px 0 0;
    padding: 20px;
    border-radius: 6px;
  }
  .p-companyInfo + .p-companyInfo {
    margin-top: 30px;
  }
  .p-companyInfo::before {
    top: -14px;
    width: 49px;
    height: 32px;
  }
  .p-companyInfo_name {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }
  .p-companyInfo_name::before {
    left: -20px;
    width: 8px;
  }
  .p-companyInfo_article {
    margin: 15px 0 0;
  }
  .p-companyInfo_article_item + .p-companyInfo_article_item {
    margin-top: 15px;
  }
  .p-companyInfo_article_item_title {
    width: calc(100% - 74px);
    font-size: 1.5rem;
  }
  .p-companyInfo_logo {
    margin-top: 20px;
  }
  .p-companyInfo_logo_image {
    height: 124px;
    margin: 0 0 10px;
    border-radius: 6px;
  }
  .p-companyInfo_logo_image img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
  .p-companyInfo_logo_link {
    text-align: right;
  }
}

/* -----------------------------------------------
  .p-shikumi
----------------------------------------------- */
.p-shikumi_filter {
  min-height: 700px;
  margin: 0 -30px;
  padding: 40px 30px;
  background: url(/kids/assets/images/shikumi/bg_filter.jpg) 50% 100% no-repeat;
  background-size: cover;
  text-align: center;
}

.p-shikumi_filter_title {
  position: relative;
  display: table;
  width: 100%;
  max-width: 570px;
  margin: 0 auto 67px;
  padding: 17px 20px 16px;
  background: #fff;
  box-shadow: 0 0 0 2px #61c1be;
  border-radius: 35px;
  color: #61c1be;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-shikumi_filter_title::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 26px;
  height: 18px;
  margin: 0 auto;
  background: url(/kids/assets/images/common/bg_balloon.svg) 50% -2px no-repeat;
  background-size: auto 100%;
  border-top: 1px solid #fff;
}

.p-shikumi_filter_row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -60px;
}

.p-shikumi_filter_row + .p-shikumi_filter_row {
  margin-top: 50px;
}

.p-shikumi_filter_item {
  position: relative;
  display: block;
  width: 270px;
  margin: 0 60px;
  padding: 16px 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  outline: none;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}

.p-shikumi_filter_item::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: #f6a43c;
  border-radius: 10px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.p-shikumi_filter_item::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 29px;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.p-shikumi_filter_item:hover, .p-shikumi_filter_item.isActive {
  background: #ea5532;
  color: #fff;
  text-decoration: none;
}

.p-shikumi_filter_item:hover::before, .p-shikumi_filter_item.isActive::before {
  background: transparent;
}

.p-shikumi_contents {
  margin-top: 56px;
}

.p-shikumi_contents_header {
  display: none;
}

.p-shikumi_contents_title {
  position: relative;
  margin: 0 0 40px;
  padding: 20px 30px;
  background: #61c1be;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
}

.p-shikumi_contents_title::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #61c1be transparent transparent transparent;
}

.p-shikumi_contents_title_sub {
  display: block;
  font-size: 1.8rem;
}

.p-shikumi_contents_desc {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  font-weight: 700;
}

.p-shikumi_companyList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -15px;
}

.p-shikumi_company {
  position: relative;
  display: none;
  width: calc(100%/3 - 15px);
  padding: 50px 30px 110px;
  background: #fff;
  margin: 30px 0 0 15px;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  font-size: 1.6rem;
}

.p-shikumi_company::before {
  position: absolute;
  content: '';
  display: block;
  top: 14px;
  left: 30px;
  width: calc(100% - 60px);
  height: 15px;
  border-top: 15px dotted rgba(0, 0, 0, .15);
}

.p-shikumi_company::after {
  position: absolute;
  content: '';
  display: block;
  top: 15px;
  left: 30px;
  width: calc(100% - 60px);
  height: 15px;
  border-top: 15px dotted #e7f6f5;
}

.p-shikumi_company_name {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 4px dotted #f6a43c;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.2;
}

.p-shikumi_company_name rp, .p-shikumi_company_name rt {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-shikumi_company_article {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}

.p-shikumi_company_article_item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.p-shikumi_company_article_item + .p-shikumi_company_article_item {
  margin-top: 20px;
}

.p-shikumi_company_article_item_thumb {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
}

.p-shikumi_company_article_item_title {
  width: calc(100% - 84px);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 1130px) {
  .p-shikumi_filter_row {
    margin: 0 -30px;
  }
  .p-shikumi_filter_item {
    width: 230px;
    margin: 0 30px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 990px) {
  .p-shikumi_filter_row {
    margin: 0 -10px;
  }
  .p-shikumi_filter_item {
    width: 215px;
    max-width: calc(100%/3 - 10px);
    margin: 0 5px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-shikumi_company {
    width: calc(100%/2 - 15px);
  }
}

@media screen and (max-width: 768px) {
  .p-shikumi_filter {
    min-height: 0;
    margin: 0 -15px;
    padding: 25px 15px;
  }
  .p-shikumi_filter_title {
    max-width: none;
    margin: 0 auto 10px;
    padding: 12px 10px 11px;
    border-radius: 24px;
    font-size: 1.8rem;
  }
  .p-shikumi_filter_title::after {
    background-position: 50% -6px;
  }
  .p-shikumi_filter_list {
    margin: 0 0 0 -10px;
  }
  .p-shikumi_filter_row {
    display: inline;
    margin: 0;
  }
  .p-shikumi_filter_row + .p-shikumi_filter_row {
    margin-top: 0;
  }
  .p-shikumi_filter_item {
    float: left;
    width: calc(50% - 10px);
    max-width: none;
    margin: 15px 0 0 10px;
    padding: 12px 15px;
    font-size: 1.3rem;
  }
  .p-shikumi_filter_item::before {
    right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
  }
  .p-shikumi_filter_item::after {
    right: 15px;
    margin-top: -2px;
  }
  .p-shikumi_contents {
    margin-top: 20px;
  }
  .p-shikumi_contents_title {
    margin: 0 0 24px;
    padding: 15px;
    border-radius: 30px;
    font-size: 2.2rem;
  }
  .p-shikumi_contents_title::after {
    bottom: -14px;
    border-style: solid;
    border-width: 16px 11px 0 11px;
  }
  .p-shikumi_contents_title_sub {
    font-size: 1.3rem;
  }
  .p-shikumi_contents_desc {
    padding: 15px;
    border-radius: 6px;
    font-size: 1.5rem;
  }
  .p-shikumi_companyList {
    display: block;
    margin: 0;
  }
  .p-shikumi_company {
    width: auto;
    padding: 45px 15px 105px;
    margin: 15px 0 0 0;
    border-radius: 6px;
    font-size: 1.4rem;
  }
  .p-shikumi_company:before, .p-shikumi_company::after {
    left: 15px;
    width: calc(100% - 30px);
  }
  .p-shikumi_company_name {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 2.2rem;
  }
  .p-shikumi_company_article {
    left: 15px;
    bottom: 25px;
    width: calc(100% - 30px);
  }
  .p-shikumi_company_article_item + .p-shikumi_company_article_item {
    margin-top: 15px;
  }
  .p-shikumi_company_article_item_title {
    width: calc(100% - 74px);
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  .p-shikumi_filter_list {
    margin: 0;
  }
  .p-shikumi_filter_item {
    float: none;
    width: auto;
    margin: 15px 0 0 0;
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------
  .p-ancherPosition
----------------------------------------------- */
.p-ancherPosition {
  margin-top: -80px;
  padding-top: 80px;
}

/*****************************************************
  Print
*****************************************************/
@media print {
  .l-header {
    position: absolute;
  }
  .l-footer_pagetop {
    display: none !important;
  }
  .l-gnav {
    display: none !important;
  }
}

/*****************************************************
  Clears
*****************************************************/
.l-container:after, .p-shikumi_filter_list:after {
  content: '';
  display: block;
  clear: both;
}