@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,500;0,700;1,400&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*============================================================================================================
	base
============================================================================================================*/
body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.64;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  font-size: 16px;
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.f-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.f-gothic {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.f-bold {
  font-weight: 700;
}

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}
.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain {
  /* fit = contain */
}
.imgFitBox.contain img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}
.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.imgLinkBox:hover {
  opacity: 1;
}
.imgLinkBox:hover .imgLink-target {
  overflow: hidden;
}
.imgLinkBox:hover .imgLink-target img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/*============================================================================================================
	.header
============================================================================================================*/
.header {
  background: #fff;
  padding: 0px 32px 1px 8px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: 72px;
    padding-top: 8px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 40px;
}
.nav__logo {
  margin-top: 8px;
  width: 152px;
}
.nav__top {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1010px;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}
.nav__top__item {
  font-size: 15px;
  font-weight: bold;
}
.nav__top__item + .nav__top__item {
  margin-left: 10px;
}
.nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.nav__right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.nav__right__item .is_left {
  background: #E5E5E5;
  border-radius: 16px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  height: 32px;
  margin-right: 16px;
}
.nav__right__item .is_right {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.nav__right__item .is_right small {
  font-size: 11px;
}
.nav__right__item + .nav__right__item {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .nav::before {
    content: none;
  }
  .nav__logo {
    position: relative;
    margin-top: 12px;
    width: 92px;
    z-index: 1;
  }
  .nav__box {
    background: #BD0017;
    display: none;
    padding: 32px 16px;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .nav__top {
    background: none;
    display: block;
    position: static;
    height: auto;
  }
  .nav__top__item {
    background: #fff;
    font-size: 14px;
    height: 48px;
  }
  .nav__top__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .nav__top__item + .nav__top__item {
    margin-left: 0;
    margin-top: 2px;
  }
  .nav__right {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__right__item .is_left {
    border-radius: 13px;
    font-size: 10px;
    padding: 0 16px;
    height: 26px;
    margin-right: 16px;
  }
  .nav__right__item .is_right {
    color: #fff;
    font-size: 10px;
  }
  .nav__right__item .is_right small {
    font-size: 10px;
  }
}

.navBtn {
  cursor: pointer;
  position: fixed;
  z-index: 9992;
  top: 30px;
  right: 32px;
  width: 18px;
  height: 12px;
  text-align: center;
}
.navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #BD0017;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navBtn span:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.navBtn span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.navBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-35deg);
          transform: translateY(0) rotate(-35deg);
}
.navBtn.is-close span:nth-of-type(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.navBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(35deg);
          transform: translateY(0) rotate(35deg);
}

.footer {
  background: #000;
  color: #fff;
  padding: 80px 15px 17px;
}
.footer__inner {
  margin: auto;
  max-width: 1220px;
  width: 100%;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left, .footer__right {
  max-width: 563px;
  width: 48%;
}
.footer__topList {
  margin-top: 20px;
  max-width: 563px;
  width: 100%;
}
.footer__topList__item {
  border-bottom: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer__topList__item.is_disable a {
  color: #404040;
  pointer-events: none;
  text-decoration: underline;
}
.footer__topList__item a {
  color: #fff;
  text-decoration: underline;
  min-width: 140px;
}
.footer__childList {
  margin-left: 50px;
}
.footer__childList__item {
  font-size: 16px;
}
.footer__childList__item + .footer__childList__item {
  margin-top: 8px;
}
.footer__btn {
  background: #BD0017;
  color: #fff;
  max-width: 373px;
  width: 100%;
  height: 58px;
}
.footer__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.footer__btn img {
  margin-right: 16px;
  width: 17px;
  height: auto;
}
.footer__logo {
  margin-top: 70px;
  margin-left: auto;
  width: 136px;
  height: 52px;
}
.footer__btmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 76px;
}
.footer__btmList__item {
  line-height: 1.1;
}
.footer__btmList__item a {
  color: #fff;
  font-size: 14px;
}
.footer__btmList__item + .footer__btmList__item {
  margin-left: 44px;
  position: relative;
}
.footer__btmList__item + .footer__btmList__item::before {
  background: #fff;
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 1px;
  height: 100%;
}
.footer__copyright {
  color: #8E8E8E;
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 64px 15px;
  }
  .footer__top {
    display: block;
  }
  .footer__left, .footer__right {
    width: 100%;
  }
  .footer__topList {
    margin-top: 0;
  }
  .footer__topList__item {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .footer__topList__item a {
    font-size: 18px;
    text-decoration: none;
  }
  .footer__childList {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__childList__item + .footer__childList__item {
    margin-top: 8px;
  }
  .footer__childList__item a {
    text-decoration: underline;
  }
  .footer__logo {
    margin-top: 32px;
    margin-left: auto;
    width: 152px;
    height: 80px;
  }
  .footer__btmList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 96px;
  }
  .footer__btmList__item {
    margin-bottom: 8px;
  }
  .footer__btmList__item + .footer__btmList__item {
    margin-left: 32px;
  }
  .footer__btmList__item + .footer__btmList__item::before {
    left: -16px;
  }
  .footer__copyright {
    font-size: 14px;
    margin-top: 64px;
  }
}

/*	pagetop
------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  z-index: 9990;
  right: 40px;
  bottom: 40px;
  width: 80px;
}
.pagetop a {
  display: block;
  color: #643C14;
  font-size: 13px;
  text-align: center;
}
.pagetop a img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
  }
}

.contents.lower {
  padding-top: 92px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .contents.lower {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

/*==========================================
	.main
==========================================*/
.main {
  margin-top: 80px;
  overflow: hidden;
}
.main.lower {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 72px;
  }
  .main.lower {
    margin-top: 72px;
  }
}

/*============================================================================================================
	js
============================================================================================================*/
/*------------------------------------------
	.js-objectfit-img
------------------------------------------*/
.js-objectfit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.js-objectfit-img.is-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

/*------------------------------------------
	js-tab
------------------------------------------*/
.js-tab-btn {
  cursor: pointer;
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-show {
  display: block;
}

/*============================================================================================================
	component
============================================================================================================*/
/*------------------------------------------
	inner
------------------------------------------*/
.c-inner01 {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .c-inner01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-inner02 {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.c-inner03 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*------------------------------------------
	ttl
------------------------------------------*/
.c-ttl01 {
  color: #BD0017;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 30px;
  }
}

.c-ttl02 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.c-ttl02 span {
  color: #BD0017;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 21px;
  }
  .c-ttl02 span {
    font-size: 14px;
  }
}

.p-single01 {
  padding-bottom: 110px;
}
.p-single01__box {
  margin-top: 96px;
}
.p-single01__box__ttl {
  font-size: 32px;
  font-weight: bold;
}
.p-single01__box__txt .wp_social_bookmarking_light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-single01__box__txt p {
  line-height: 1.68;
  margin-bottom: 40px;
}
.p-single01__box__txt p a {
  color: #808080;
  text-decoration: underline;
}
.p-single01__box__txt .wp-block-image {
  margin: 0 0 40px;
}
.p-single01__box__txt .wp-block-image img {
  max-width: 100%;
  width: auto;
}
.p-single01__ttl {
  font-size: 32px;
  font-weight: bold;
}
.p-single01__ttl span {
  position: relative;
}
.p-single01__ttl span::before {
  background: #BD0017;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 24px);
  margin: auto;
  width: 200px;
  height: 1px;
}
.p-single01__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.p-single01__boshu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-right: 32px;
  width: 64px;
  height: 32px;
}
.p-single01__boshu.on {
  background: #BD0017;
  color: #fff;
}
.p-single01__boshu.off {
  background: #E5E5E5;
  color: #898989;
}
.p-single01__date {
  color: #8E8E8E;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 96px);
}
.p-single01__date__date {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 64px;
  height: 32px;
}
.p-single01__date__txt {
  width: calc(100% - 80px);
}
.p-single01__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.p-single01__snsList.is_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
.p-single01__snsList__item {
  width: 35px;
  height: 35px;
}
.p-single01__snsList__item + .p-single01__snsList__item {
  margin-left: 20px;
}
.p-single01__innerLink {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-single01__innerLink::before, .p-single01__innerLink::after {
  background: #FAFAFA;
  content: "";
  position: absolute;
  width: 300%;
  height: 100%;
  z-index: -1;
}
.p-single01__innerLink::before {
  left: -100%;
}
.p-single01__innerLink::after {
  right: -100%;
}
.p-single01__innerLink__item {
  background: url(../img/ico/ico_down02.svg) no-repeat center bottom 24px;
  background-size: 9px 4px;
  width: 25%;
  height: 92px;
}
.p-single01__innerLink__item.is_active a {
  color: #000;
  pointer-events: visible;
}
.p-single01__innerLink__item a {
  color: #C3C3C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.p-single01__innerLink__item a img {
  margin-right: 10px;
  width: 32px;
  height: auto;
}
.p-single01__table {
  margin-top: 54px;
  width: 100%;
}
.p-single01__table + .p-single01__table {
  margin-top: 24px;
}
.p-single01__table__txt + .p-single01__table {
  margin-top: 40px;
}
.p-single01__table tr {
  border-bottom: solid 4px #fff;
}
.p-single01__table th {
  background: #E5E5E5;
  padding: 32px;
  width: 280px;
}
.p-single01__table td {
  background: #FAFAFA;
  padding: 32px 40px;
  width: calc(100% - 280px);
}
.p-single01__table td a {
  color: #BD0017;
  text-decoration: underline;
}
.p-single01__table__txt {
  margin-top: 40px;
}
.p-single01__btn {
  margin-top: 80px;
}
.p-single01__peopleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 54px;
  margin-bottom: -40px;
}
.p-single01__peopleList::after {
  display: block;
  content: "";
  width: 32.2%;
}
.p-single01__peopleList__item {
  margin-bottom: 40px;
  max-width: 342px;
  width: 32.2%;
}
.p-single01__peopleList__ttl {
  font-size: 18px;
  margin-top: 24px;
}
.p-single01__peopleList__txt {
  color: #8E8E8E;
  font-size: 14px;
  margin-top: 24px;
}
.p-single01__grayBox {
  background: #FAFAFA;
  padding: 60px;
  margin-top: 54px;
}
.p-single01__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.p-single01__report h2 {
  border-left: solid 4px #BD0017;
  font-size: 28px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.p-single01__report h3 {
  color: #BD0017;
  font-size: 24px;
  margin-bottom: 30px;
}
.p-single01__report h4 {
  border-bottom: solid 1px #BD0017;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.p-single01__report p {
  margin-bottom: 40px;
}
.p-single01__report p a {
  color: #BD0017;
  text-decoration: underline;
}
.p-single01__report__btn {
  margin-top: 120px;
}
.p-single01__report .wp-block-table {
  margin-bottom: 40px;
}
.p-single01__report .wp-block-table table {
  width: 100%;
}
.p-single01__report .wp-block-table table + .p-single01__report .wp-block-table table {
  margin-top: 24px;
}
.p-single01__table__txt + .p-single01__report .wp-block-table table {
  margin-top: 40px;
}
.p-single01__report .wp-block-table table tr {
  border-bottom: solid 4px #fff;
}
.p-single01__report .wp-block-table table td:nth-child(1) {
  background: #E5E5E5;
  padding: 18px 24px;
  width: 190px;
}
.p-single01__report .wp-block-table table td:nth-child(2) {
  background: #FAFAFA;
  padding: 18px 16px;
  width: calc(100% - 190px);
}
.p-single01__report .wp-block-table table td:nth-child(2) a {
  color: #BD0017;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-single01 {
    padding-bottom: 96px;
  }
  .p-single01__box {
    margin-top: 64px;
  }
  .p-single01__box__ttl {
    font-size: 16px;
  }
  .p-single01__box__txt .wp_social_bookmarking_light {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px !important;
  }
  .p-single01__box__txt p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .p-single01__box__txt .wp-block-image {
    margin: 0 -15px 24px;
  }
  .p-single01__ttl {
    font-size: 21px;
    position: relative;
  }
  .p-single01__ttl::before {
    background: #BD0017;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
  }
  .p-single01__ttl span {
    background: #fff;
    padding-right: 24px;
  }
  .p-single01__ttl span::before {
    content: none;
  }
  .p-single01__header {
    display: block;
    margin-top: 24px;
  }
  .p-single01__boshu {
    font-size: 12px;
    height: 24px;
  }
  .p-single01__date {
    font-size: 12px;
    margin-top: 16px;
    width: 100%;
  }
  .p-single01__date__date {
    font-size: 12px;
    margin-right: 10px;
  }
  .p-single01__date__txt {
    width: calc(100% - 73px);
  }
  .p-single01__snsList.is_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-single01__innerLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-single01__innerLink__item {
    background-position: center bottom 20px;
    text-align: center;
    width: 50%;
    height: 92px;
  }
  .p-single01__innerLink__item:nth-child(1), .p-single01__innerLink__item:nth-child(3) {
    border-right: solid 1px #E5E5E5;
  }
  .p-single01__innerLink__item:nth-child(1), .p-single01__innerLink__item:nth-child(2) {
    border-bottom: solid 1px #E5E5E5;
  }
  .p-single01__innerLink__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .p-single01__innerLink__item a img {
    display: block;
    margin: auto;
    width: 18px;
  }
  .p-single01__table {
    margin-top: 32px;
  }
  .p-single01__table + .p-single01__table {
    margin-top: 16px;
  }
  .p-single01__table__txt + .p-single01__table {
    margin-top: 40px;
  }
  .p-single01__table tr {
    border-bottom: solid 2px #fff;
  }
  .p-single01__table th {
    font-size: 12px;
    padding: 20px 8px;
    width: 70px;
  }
  .p-single01__table td {
    font-size: 12px;
    padding: 20px 16px;
    width: calc(100% - 70px);
  }
  .p-single01__table td p {
    font-size: 12px;
  }
  .p-single01__table__txt {
    font-size: 14px;
    margin-top: 24px;
  }
  .p-single01__btn {
    margin-top: 40px;
  }
  .p-single01__peopleList {
    display: block;
    margin-top: 32px;
    margin-bottom: 0;
  }
  .p-single01__peopleList__item {
    margin: 0 auto 32px;
    max-width: 342px;
    width: 100%;
  }
  .p-single01__peopleList__ttl {
    font-size: 16px;
    margin-top: 16px;
  }
  .p-single01__peopleList__txt {
    font-size: 12px;
    margin-top: 16px;
  }
  .p-single01__grayBox {
    padding: 32px;
    margin-top: 32px;
  }
  .p-single01__sns {
    margin-top: 40px;
  }
  .p-single01__report h2 {
    font-size: 16px;
    padding-left: 14px;
    margin-bottom: 16px;
  }
  .p-single01__report h3 {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .p-single01__report h4 {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .p-single01__report p {
    font-size: 14px;
  }
  .p-single01__report__btn {
    margin-top: 64px;
  }
  .p-single01__report .wp_social_bookmarking_light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px !important;
  }
  .p-single01__report .wp-block-image {
    margin: 0 -15px 24px;
  }
  .p-single01__report .wp-block-image figcaption {
    color: #9A9A9A;
    font-size: 12px;
    padding: 0 15px;
  }
  .p-single01__report .wp-block-table table + .p-single01__report .wp-block-table table {
    margin-top: 16px;
  }
  .p-single01__table__txt + .p-single01__report .wp-block-table table {
    margin-top: 23px;
  }
  .p-single01__report .wp-block-table table tr {
    border-bottom: solid 2px #fff;
  }
  .p-single01__report .wp-block-table table td:nth-child(1) {
    font-size: 12px;
    padding: 20px 8px;
    width: 64px;
  }
  .p-single01__report .wp-block-table table td:nth-child(2) {
    font-size: 12px;
    padding: 20px 16px;
    width: calc(100% - 64px);
  }
}

.c-txt01 {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-top: -5px;
  margin-left: 94px;
}
@media screen and (max-width: 767px) {
  .c-txt01 {
    font-size: 14px;
    margin-left: 75px;
  }
}

/*------------------------------------------
	arrow
------------------------------------------*/
.c-arw01 {
  position: relative;
  display: block;
  width: 60px;
  height: 30px;
  background: linear-gradient(135deg, transparent 6px, #E60012 6px);
}
.c-arw01:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 31px;
  height: 11px;
  background: url("../img/common/ico_arrow01.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-arw01 {
    width: 40px;
    height: 20px;
    background: linear-gradient(135deg, transparent 4px, #E60012 4px);
  }
  .c-arw01:before {
    width: 25px;
    height: 9px;
  }
}

/*------------------------------------------
	btn
------------------------------------------*/
.c-btn01 a {
  background: #fff url(../img/ico/ico_right01.svg) no-repeat right 32px center;
  background-size: 20px 32px;
  border-radius: 48px;
  color: #BD0017;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin: auto;
  max-width: 563px;
  width: 100%;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    background: #fff url(../img/ico/ico_right01.svg) no-repeat right 20px center;
    background-size: 11px 17px;
    font-size: 16px;
    text-align: center;
    height: 66px;
  }
}

.c-btn02 a {
  background: #BD0017;
  border-radius: 29px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  margin: auto;
  max-width: 340px;
  width: 100%;
  height: 58px;
}
.c-btn02.is_black a {
  background: #000000;
}
.c-btn02.is_white a {
  background: #fff;
  border: solid 1px #BD0017;
  color: #BD0017;
}
.c-btn02.is_wide a {
  max-width: 642px;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    max-width: 270px;
  }
  .c-btn02.is_wide a {
    max-width: 270px;
  }
}

.c-btn03 {
  max-width: 563px;
  width: 100%;
  margin: 0 auto;
  color: #BD0017;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.c-btn03 a {
  background: url(../img/ico/ico_right03.svg) no-repeat right 32px center;
  background-size: 20px 32px;
  border: solid 1px #BD0017;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
}
.c-btn03.is-black a {
  background: #231816;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    font-size: 16px;
  }
  .c-btn03 a {
    background: url(../img/ico/ico_right03.svg) no-repeat right 20px center;
    background-size: 11px 12px;
    height: 66px;
  }
}

.contact-link__box {
  padding: 90px 15px 50px;
}
.contact-link__box__txt {
  color: #4D4D4D;
  font-size: 24px;
  text-align: center;
}
.contact-link__box__btn {
  margin: 60px auto 0;
}
.contact-link__box__btn .c-btn02 {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.contact-link__box__btn .c-btn02 a, .contact-link__box__btn .c-btn02 button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 38px;
  background: linear-gradient(45deg, transparent 6px, #E60012 6px);
}
.contact-link__box__btn .c-btn02 a:before, .contact-link__box__btn .c-btn02 button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url("../img/common/ico_arrow01.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-link__box__btn .c-btn02.is-big {
  width: 300px;
  font-weight: 700;
  font-size: 18px;
}
.contact-link__box__btn .c-btn02.is-big a {
  height: 42px;
}
@media screen and (min-width: 768px) {
  .contact-link__box__btn .c-btn02 a:hover:before, .contact-link__box__btn .c-btn02 button:hover:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .contact-link__box {
    padding: 45px 15px 25px;
  }
  .contact-link__box__txt {
    font-size: 18px;
  }
  .contact-link__box__btn {
    margin: 25px auto 0;
  }
}

.c-btn04 {
  background: #1A1311;
  border-radius: 10px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 80px;
  height: 80px;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn04 a:hover:before, .c-btn04 button:hover:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

/*------------------------------------------
	bnr
------------------------------------------*/
.c-bnr01 {
  margin: 60px auto;
}
.c-bnr01 a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-bnr01 {
    margin: 40px auto;
  }
}

/*------------------------------------------
	table
------------------------------------------*/
.c-table01 tr:nth-of-type(odd) {
  background: #E9EDF3;
}
.c-table01 th, .c-table01 td {
  border-right: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table01 th {
  padding: 12px 10px;
  background: #E60012;
  color: #fff;
  text-align: center;
}
.c-table01 td {
  padding: 10px;
}
.c-table01 td:last-of-type {
  text-align: left;
}
.c-table01 td a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-table01 th, .c-table01 td {
    padding: 8px 5px;
  }
  .c-table01 td {
    font-size: 12px;
  }
  .c-table01.is-scroll {
    overflow: auto;
    padding-bottom: 10px;
  }
  .c-table01.is-scroll::-webkit-scrollbar {
    height: 7px;
  }
  .c-table01.is-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .c-table01.is-scroll::-webkit-scrollbar-track-piece {
    background: #F1F1F1;
  }
  .c-table01.is-scroll table {
    min-width: 700px;
  }
}

.c-table02 tr:nth-of-type(even) {
  background: #eee;
}
.c-table02 thead {
  background: #ccc;
}
.c-table02 thead th {
  font-weight: 700;
  font-size: 14px;
}
.c-table02 tfoot {
  background: #eee;
}
.c-table02 tfoot td {
  text-align: left;
  font-size: 10px;
}
.c-table02 tfoot td .f10 {
  font-size: 10px;
}
.c-table02 th, .c-table02 td {
  border: 1px solid #aaa;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table02 th.left, .c-table02 td.left {
  text-align: left;
}
.c-table02 th {
  font-weight: 700;
  padding: 12px 10px;
}
.c-table02 td {
  padding: 10px;
}
.c-table02 td a {
  color: #003366;
}
.c-table02 td a img {
  width: auto;
}
.c-table02 td .pdf {
  width: 40px;
}
.c-table02 td sup {
  left: 0.2em;
}
.c-table02 td sub {
  bottom: -0.5em;
  left: -1em;
}
.c-table02 td .is_red {
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .c-table02 {
    overflow-x: scroll;
  }
  .c-table02 h3 {
    font-size: 14px;
  }
  .c-table02 th, .c-table02 td {
    padding: 8px;
  }
  .c-table02 thead th {
    font-size: 13px;
  }
  .c-table02 th, .c-table02 td {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.c-pager02 {
  margin-top: 100px;
}
.c-pager02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager02 .list .item {
  font-size: 15px;
  text-align: center;
  margin: 0 15px;
}
.c-pager02 .list .item.is-center {
  border: solid 1px #643C14;
  max-width: 224px;
  width: 100%;
  height: 55px;
}
.c-pager02 .list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-pager02 {
    margin-top: 50px;
  }
  .c-pager02 .list {
    display: block;
  }
  .c-pager02 .list .item {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .c-pager02 .list .item.is-center {
    margin: 0 auto 15px;
    max-width: 175px;
    height: 42px;
  }
  .c-pager02 .list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
}

.c-redBox01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-redBox01__list__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 96px 15px;
  line-height: 2;
  text-align: center;
  width: 50%;
}
.c-redBox01__list__item:nth-child(1), .c-redBox01__list__item:nth-child(4) {
  background: #BD0017;
}
.c-redBox01__list__item:nth-child(2), .c-redBox01__list__item:nth-child(3) {
  background: #AA0015;
}
.c-redBox01__list__ttl {
  font-size: 24px;
  font-weight: bold;
}
.c-redBox01__list__txt {
  margin: 32px auto 0;
  max-width: 528px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-redBox01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 64px;
  }
  .c-redBox01__list__item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding: 64px 20px;
    width: 100%;
  }
  .c-redBox01__list__item:nth-child(1), .c-redBox01__list__item:nth-child(3) {
    background: #BD0017;
  }
  .c-redBox01__list__item:nth-child(2), .c-redBox01__list__item:nth-child(4) {
    background: #AA0015;
  }
  .c-redBox01__list__ttl {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .c-redBox01__list__txt {
    margin-top: 26px;
  }
}

.c-numberList01 {
  counter-reset: number 0;
}
.c-numberList01__item {
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.c-numberList01__item::before {
  color: #BD0017;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-numberList01__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 16px;
  }
  .c-numberList01__item::before {
    font-size: 28px;
    margin-right: 10px;
  }
}

.c-pagetop {
  position: fixed;
  right: 64px;
  bottom: 64px;
  width: 107px;
  height: 107px;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 60px;
    height: 60px;
    right: 15px;
    display: none;
    z-index: 999;
  }
}

/*	js-fadeUp	*/
.js-fadeUp.js-order01 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}
.js-fadeUp.js-order02 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 0.8s ease 0.2s;
  transition: 0.8s ease 0.2s;
  opacity: 0;
}
.js-fadeUp.js-order03 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  opacity: 0;
}
.js-fadeUp.js-order04 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 0.8s ease 0.6s;
  transition: 0.8s ease 0.6s;
  opacity: 0;
}
.js-fadeUp.scrollin.js-order01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-fadeUp.scrollin.js-order02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-fadeUp.scrollin.js-order03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-fadeUp.scrollin.js-order04 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.u-animation__inner {
  display: block;
}

.is-anim .u-animation:before {
  -webkit-animation-name: obiStart, obiEnd;
  animation-name: obiStart, obiEnd;
  -webkit-animation-duration: 0.6s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, 0.6s;
  animation-delay: 0s, 0.6s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.is-anim .u-animation__inner {
  -webkit-animation-name: obiInner;
  animation-name: obiInner;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.is-anim .u-animation--1:before {
  -webkit-animation-delay: 0.1s, 0.7s;
  animation-delay: 0.1s, 0.7s;
}

.is-anim .u-animation--1 .u-animation__inner {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.is-anim .u-animation--2:before {
  -webkit-animation-delay: 0.2s, 0.8s;
  animation-delay: 0.2s, 0.8s;
}

.is-anim .u-animation--2 .u-animation__inner {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.is-anim .u-animation--3:before {
  -webkit-animation-delay: 0.3s, 0.9s;
  animation-delay: 0.3s, 0.9s;
}

.is-anim .u-animation--3 .u-animation__inner {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.is-anim .u-animation--4:before {
  -webkit-animation-delay: 0.4s, 1s;
  animation-delay: 0.4s, 1s;
}

.is-anim .u-animation--4 .u-animation__inner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.is-anim .u-animation--5:before {
  -webkit-animation-delay: 0.5s, 1.1s;
  animation-delay: 0.5s, 1.1s;
}

.is-anim .u-animation--5 .u-animation__inner {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.is-anim .u-animation--6:before {
  -webkit-animation-delay: 0.6s, 1.2s;
  animation-delay: 0.6s, 1.2s;
}

.is-anim .u-animation--6 .u-animation__inner {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.is-anim .u-animation--7:before {
  -webkit-animation-delay: 0.7s, 1.3s;
  animation-delay: 0.7s, 1.3s;
}

.is-anim .u-animation--7 .u-animation__inner {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.is-anim .u-animation--8:before {
  -webkit-animation-delay: 0.8s, 1.4s;
  animation-delay: 0.8s, 1.4s;
}

.is-anim .u-animation--8 .u-animation__inner {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.is-anim .u-animation--9:before {
  -webkit-animation-delay: 0.9s, 1.5s;
  animation-delay: 0.9s, 1.5s;
}

.is-anim .u-animation--9 .u-animation__inner {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.is-anim .u-animation--10:before {
  -webkit-animation-delay: 1s, 1.6s;
  animation-delay: 1s, 1.6s;
}

.is-anim .u-animation--10 .u-animation__inner {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.u-animation {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  padding: 0 !important;
}

.u-animation:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  top: 0;
  left: 0;
  z-index: 1;
}

.u-animation--full {
  display: block !important;
}

@media (min-width: 1024px) {
  .u-animation--mdIb {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .u-animation--mdfull {
    display: block !important;
  }
}
.u-animation__inner {
  opacity: 0;
  padding: 0 !important;
}

@-webkit-keyframes obiInner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes obiInner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
@keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
.mainVisual {
  padding: 180px 0 0;
  position: relative;
}
.mainVisual .secTit {
  font-size: 40px;
  margin: auto;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #643C14;
  padding-bottom: 55px;
}
.mainVisual .secTit.is_center {
  text-align: center;
}
.mainVisual .secTit span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.07em;
}
.mainVisual__imgBox {
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 600px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding: 70px 0 0;
  }
  .mainVisual .inner {
    padding: 0 0 70px;
  }
  .mainVisual .secTit {
    font-size: 28px;
    text-align: center;
  }
  .mainVisual .secTit span {
    font-size: 13px;
  }
}

.mainVisual-archive {
  padding: 120px 0 160px;
}
.mainVisual-archive .secTit {
  color: #643C14;
  font-size: 80px;
  font-weight: 900;
  margin: auto;
  letter-spacing: 0.1em;
  text-align: center;
}
.mainVisual-archive .secTit span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .mainVisual-archive {
    padding: 60px 0 80px;
  }
  .mainVisual-archive .inner {
    height: 80px;
  }
  .mainVisual-archive .secTit {
    font-size: 28px;
  }
  .mainVisual-archive .secTit span {
    font-size: 16px;
  }
}

.mainVisual-single {
  padding: 120px 0 50px;
}
.mainVisual-single .secTit {
  color: #B19D89;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mainVisual-single {
    padding: 60px 0 25px;
  }
  .mainVisual-single .secTit {
    font-size: 13px;
  }
}

.mainVisual-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 450px;
}
.mainVisual-wide__ttl {
  color: #808080;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
.mainVisual-wide__ttl span {
  display: block;
  font-size: 20px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .mainVisual-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 300px;
  }
  .mainVisual-wide__ttl {
    font-size: 36px;
  }
  .mainVisual-wide__ttl span {
    font-size: 16px;
  }
}

/*============================================================================================================
	breadcrumbs
============================================================================================================*/
.p-breadcrumbs {
  background: #F9F9F9;
  padding: 12px 0;
}
.p-breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-breadcrumbs-list__item {
  margin-right: 25px;
  font-size: 15px;
  word-break: break-all;
}
.p-breadcrumbs-list__item:last-of-type {
  margin-right: 0;
}
.p-breadcrumbs-list__item a {
  color: #888;
  position: relative;
  display: block;
  padding-right: 35px;
}
.p-breadcrumbs-list__item a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #BD0017;
  border-right: 1px solid #BD0017;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
  .p-breadcrumbs-list__item a {
    padding-right: 18px;
  }
  .p-breadcrumbs-list__item a:before {
    width: 6px;
    height: 6px;
    bottom: auto;
    top: 8px;
  }
}

/*============================================================================================================
	archive
============================================================================================================*/
.p-archive01 {
  padding: 96px 0 118px;
}
.p-archive01__item {
  margin-bottom: 20px;
}
.p-archive01__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-archive01__date {
  border: solid 1px #a9a9a9;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  width: 90px;
  height: 25px;
}
.p-archive01__ttl {
  padding: 3px 0;
  width: calc(100% - 115px);
}
@media screen and (max-width: 767px) {
  .p-archive01 {
    padding: 64px 0 96px;
  }
  .p-archive01__item {
    margin-bottom: 24px;
  }
  .p-archive01__item a {
    display: block;
  }
  .p-archive01__date {
    border: solid 1px #a9a9a9;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    width: 90px;
    height: 25px;
  }
  .p-archive01__ttl {
    padding: 3px 0;
    width: calc(100% - 115px);
  }
}

.p-archive02 {
  border-top: solid 1px #643C14;
  padding-top: 25px;
  width: 100%;
}
.p-archive02__item {
  border-bottom: solid 1px #643C14;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.p-archive02__item a {
  background: url(../img/ico/ico_arrow01.png) no-repeat right center;
  background-size: 19px 4px;
  display: block;
}
.p-archive02__item2 {
  border-bottom: solid 1px #643C14;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.p-archive02__item2 a {
  background: url(../img/ico/ico_arrow01.png) no-repeat right center;
  background-size: 19px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive02__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive02__date {
  color: #643C14;
  font-size: 17px;
  font-weight: 500;
}
.p-archive02__category {
  border: solid 1px #643C14;
  font-size: 11px;
  padding: 0 10px;
  margin-left: 10px;
}
.p-archive02__category.is_archive {
  margin-left: 35px;
  min-width: 60px;
}
.p-archive02__ttl {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: normal;
}
.p-archive02__ttl.is_archive {
  margin-top: 0;
  width: calc(100% - 225px);
}
@media screen and (max-width: 767px) {
  .p-archive02 {
    padding-top: 20px;
    width: 100%;
  }
  .p-archive02__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-archive02__item2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-archive02__item2 a {
    background: none;
    display: block;
  }
  .p-archive02__date {
    font-size: 15px;
  }
  .p-archive02__ttl {
    font-size: 17px;
    margin-top: 5px;
  }
  .p-archive02__ttl.is_archive {
    margin-top: 5px;
    width: 100%;
  }
}

.p-archive03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-archive03__item a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
}
.p-archive03__item-txtBox {
  padding: 12px 12px 42px;
}
.p-archive03__item__tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.p-archive03__item-arw {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-archive03__item__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 3px 6px;
  background: #AAACAF;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-archive03__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-archive03__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-archive03__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-archive03__item a:hover .p-archive03__item-arw:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .p-archive03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-archive03__item {
    width: 47%;
  }
  .p-archive03__item:nth-of-type(n + 3) {
    margin-top: 6%;
  }
  .p-archive03__item-txtBox {
    padding: 10px 12px 20px;
  }
  .p-archive03__item__tit {
    font-size: 14px;
  }
  .p-archive03__item__tag {
    padding: 1px 5px;
    font-size: 10px;
  }
}

.p-archive04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-archive04__item a {
  position: relative;
  display: block;
  height: 100%;
}
.p-archive04__item-txtBox {
  padding: 12px 12px 42px;
  background: #F1F1F1;
}
.p-archive04__item__tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.p-archive04__item__txt {
  font-size: 14px;
  line-height: 1.14;
  margin-top: 5px;
}
.p-archive04__item-arw {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-archive04__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-archive04__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-archive04__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-archive04__item a:hover .p-archive04__item-arw:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .p-archive04 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-archive04__item {
    width: 47%;
  }
  .p-archive04__item:nth-of-type(n + 3) {
    margin-top: 6%;
  }
  .p-archive04__item-txtBox {
    padding: 10px 12px 20px;
  }
  .p-archive04__item__tit {
    font-size: 14px;
  }
}

.p-archive05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-archive05__item a {
  display: block;
  height: 100%;
  background: #F1F1F1;
}
.p-archive05__item-imgBox {
  position: relative;
}
.p-archive05__item-txtBox {
  padding: 15px;
}
.p-archive05__item__tit {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}
.p-archive05__item-arw {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-archive05__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-archive05__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-archive05__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-archive05__item a:hover .p-archive05__item-arw:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .p-archive05 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-archive05__item {
    width: 47%;
  }
  .p-archive05__item:nth-of-type(n + 3) {
    margin-top: 6%;
  }
  .p-archive05__item-txtBox {
    padding: 10px 12px 20px;
  }
  .p-archive05__item__tit {
    font-size: 14px;
  }
  .p-archive05__item__txt {
    font-size: 12px;
  }
}

/*============================================================================================================
	list
============================================================================================================*/
.p-set01__item {
  padding: 30px 15px 20px;
  background: #fff;
}
.p-set01__item__tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 0 0 15px;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0;
}
.p-set01__item__tit:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #E60012;
}
@media screen and (min-width: 768px) {
  .p-set01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-set01__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-set01__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-set01__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-set01__item {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .p-set01__item:last-of-type {
    margin-bottom: 0;
  }
  .p-set01__item__tit {
    display: block;
    min-height: auto;
    font-size: 15px;
  }
  .p-set01__item__tit:before {
    width: 50px;
    border-radius: 5px;
  }
}

.p-set02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-set02__item-imgBox {
  height: 184px;
  padding: 10px;
}
.p-set02__item-txtBox {
  padding: 15px;
  background: #F1F1F1;
}
.p-set02__item__tit {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}
.p-set02__item-btn {
  width: 160px;
  margin: 10px 0 0 auto;
  text-align: left;
}
.p-set02__item-btn a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-set02__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-set02__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-set02__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-set02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-set02__item {
    width: 47%;
  }
  .p-set02__item:nth-of-type(n + 3) {
    margin-top: 6%;
  }
  .p-set02__item-imgBox {
    height: 150px;
  }
  .p-set02__item-txtBox {
    height: auto;
  }
  .p-set02__item__tit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .p-set02__item__txt {
    font-size: 12px;
  }
  .p-set02__item-btn {
    font-size: 12px;
  }
  .p-set02__item-btn a {
    padding-right: 25px;
  }
  .p-set02__item-btn a:before {
    right: 5px;
    width: 20px;
  }
}

/*============================================================================================================
	tag
============================================================================================================*/
.p-tag01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-tag01__item {
  overflow: hidden;
  margin: 5px 10px;
  border-radius: 30px;
  border: 2px solid #E60012;
  color: #E60012;
  font-weight: 700;
  text-align: center;
}
.p-tag01__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 1px 14px;
}
@media screen and (min-width: 768px) {
  .p-tag01__item a:hover {
    opacity: 1;
    background: #E60012;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-tag01.tag01-02 {
    margin-top: 35px;
  }
  .p-tag01__item {
    margin: 2px 3px;
    font-size: 12px;
  }
  .p-tag01__item a {
    padding: 0 9px;
  }
}

.p-tag02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-tag02__item {
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #231816;
  font-weight: 500;
  text-align: center;
}
.p-tag02__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  background: #fff;
  padding: 1px 5px;
}
@media screen and (min-width: 768px) {
  .p-tag02__item {
    width: 15%;
    margin-right: 2%;
  }
  .p-tag02__item:nth-of-type(6n) {
    margin-right: 0;
  }
  .p-tag02__item:nth-of-type(n + 7) {
    margin-top: 15px;
  }
  .p-tag02__item a:hover {
    opacity: 1;
    background: #231816;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-tag02__item {
    margin: 2px 3px 2px 0;
    font-size: 12px;
  }
  .p-tag02__item a {
    height: 25px;
    padding: 0 9px;
  }
}

/*============================================================================================================
	search
============================================================================================================*/
.p-search01 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.p-search01-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-search01-nav__item {
  position: relative;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 5px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-search01-nav__item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 5px;
  background: #E60012;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-search01-nav__item.is-active {
  position: relative;
  z-index: 3;
}
.p-search01-nav__item.is-active:before {
  opacity: 1;
}
.p-search01-content {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 35px 60px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.p-search01-list {
  margin: 0 auto 20px;
}
.p-search01 .p-search01-button {
  width: 200px;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-search01-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search01-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-search01-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-search01-list__item:nth-of-type(n + 4) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-search01-nav__item {
    width: 48%;
  }
  .p-search01-content {
    padding: 20px;
  }
  .p-search01-list {
    margin-bottom: 30px;
  }
  .p-search01-list__item {
    margin-bottom: 15px;
  }
  .p-search01-list__item:last-of-type {
    margin-bottom: 0;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input.ga_input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-family: inherit;
  height: 48px;
  padding: 0 15px;
  width: 100%;
}
input[type=text].w270,
input[type=tel].w270,
input[type=email].w270,
input.ga_input.w270,
select.w270 {
  width: 270px;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=tel],
input[type=email],
input.ga_input,
select {
    font-size: 16px;
    max-width: none;
    width: 100%;
  }
  input[type=text].w270,
input[type=tel].w270,
input[type=email].w270,
input.ga_input.w270,
select.w270 {
    width: 100%;
  }
}

.input {
  width: calc(100% - 270px);
}
@media screen and (max-width: 767px) {
  .input {
    width: 100%;
  }
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-family: inherit;
  display: block;
  line-height: 1.625;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px;
    max-width: none;
    width: 100%;
  }
}

select,
input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=button],
button[type=submit] {
  cursor: pointer;
}

/* select */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../img/ico/ico_select01.svg") no-repeat right 12px center;
  background-size: auto 100%;
  height: 50px;
  padding: 0 30px 0 15px;
}
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  select {
    max-width: none;
  }
}

input[type=checkbox], input[type=radio] {
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
}

/* submit */
input[type=submit], input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #000;
  border: none;
  border-radius: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 90px;
  max-width: 438px;
  margin: auto;
  text-align: center;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
input[type=submit].is_back, input[type=button].is_back {
  background: #9A9A9A;
}
input[type=submit]:hover, input[type=button]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  input[type=submit], input[type=button] {
    font-size: 16px;
    height: 58px;
    max-width: 270px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
  margin-right: 30px;
  line-height: 2;
}

/*------------------------------------------
	.p-pager01
------------------------------------------*/
.p-pager01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto 0;
  max-width: 478px;
  width: 100%;
  position: relative;
}
.p-pager01 .page-numbers {
  border-radius: 50%;
  color: #9A9A9A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.p-pager01 .page-numbers.current, .p-pager01 .page-numbers:hover {
  background: #BD0017;
  color: #fff;
}
.p-pager01 .page-numbers.prev, .p-pager01 .page-numbers.next {
  position: absolute;
}
.p-pager01 .page-numbers.prev:hover, .p-pager01 .page-numbers.next:hover {
  background-color: #BD0017;
}
.p-pager01 .page-numbers.next {
  background: url(../img/ico/ico_right02.svg) no-repeat center center;
  background-size: 16px 17px;
  right: 0;
}
.p-pager01 .page-numbers.prev {
  background: url(../img/ico/ico_left02.svg) no-repeat center center;
  background-size: 16px 17px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-pager01 {
    margin: 35px auto;
    position: relative;
  }
  .p-pager01 .page-numbers.next, .p-pager01 .page-numbers.prev {
    position: absolute;
    bottom: -30px;
  }
}

.homeMv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 610px;
  margin: 40px auto 0;
}

.homeMv__left {
  position: relative;
  margin: auto;
  width: 50%;
  z-index: 1;
}
.homeMv__left__txtBox {
  padding: 48px 75px 37px 145px;
}
.homeMv__left__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}
.homeMv__left__lead span{
  background-color: #454545;
  display: inline-block;
  padding: 4px 25px;
}
.homeMv__left__ttl {
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.52;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.homeMv__left__subtitle{
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
.homeMv__left__txt {
  color:#989898;
  font-size: 10px;
  letter-spacing: 0.05em;
  /* width: 60%; */
  line-height: 1.2;
}
.homeMv__left__logoBox {
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  font-size: 16px;
  margin-top: 10px;
  max-width: 650px;
  margin: 0 auto;
}
.homeMv__left__logoBox__img {
  margin-right: 10px;
  background: #F8F8F8;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  width: 42%;
}
.homeMv__left__logoBox__img img {
  width: 45px;
  height: auto;
  padding: 5px 15px;
  background: #fff;
  margin-right: 2px;
}
.homeMv__left__logoBox__img p {
  color: #1D1D1D;
  font-size: 11px;
  text-align: left;
}
.homeMv__right {
  min-width: 433px;
  width: 50%;
  height: 100%;
}

.homeMv__right .mv_pc{
  display: block;
}
.homeMv__right .mv_tab{
  display: none;
}

.homeMv__bottomTxt01 {
  background: #000;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
}
.homeMv__bottomTxt01 img {
  margin-right: 8px;
  width: 16px;
  height: 20px;
}
.homeMv__bottomTxt01, .homeMv__bottomTxt02 {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
}
.homeMv__bottomTxt01 a, .homeMv__bottomTxt02 a {
  text-decoration: underline;
}
.homeMv__bottomTxt01 img, .homeMv__bottomTxt02 img {
  margin-right: 8px;
  width: 16px;
  height: 20px;
}
.homeMv__bottomTxt01 {
  background: #000;
}
.homeMv__bottomTxt02 {
  background: #000000;
}
.sp_tablet_only{
  display: none;
}
.homeMv__leftList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 13px auto 30px;
  max-width: 700px;
  width: 100%;
}
.homeMv__leftList__item img {
  width: 100%;
  height: 100%;
}
.homeMv__leftList__item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  width: 32%;
}

@media (min-width: 1099px) and (max-width: 1680px){
  .homeMv__left__txtBox {
    padding: 48px 3% 37px 2%;
  }
  .homeMv__left__lead {
      font-size: 1.1vw;
  }
  .homeMv__left__ttl {
      font-size: 3.6vw;
  }
  .homeMv__left__subtitle {
      font-size: 1.2vw;
  }
  .homeMv__leftList {
      width: 71.1458%;
  }
  .homeMv__left__logoBox__img{
    width: 263px;
  }
  .homeMv__left__txt {
    /* width: calc(100% - 270px); */
  }
}
@media (min-width: 768px) and (max-width: 1100px){
  .homeMv__right {
    height: auto;
  }
  .homeMv__left__txtBox {
    padding: 30px 10px 5px;
  }
  .homeMv__right .mv_pc{
    display: none;
  }
  .homeMv__right .mv_tab{
    display: block;
  }
  .homeMv__box{
    height: auto;
  }
  .homeMv__left__lead {
    font-size: 16px;
  }
  .homeMv__left__ttl{
    font-size: 30px;
  }
  .sp_tablet_only{
    display: block;
  }
  .homeMv__left__subtitle{
    font-size: 18px;
  }
  .homeMv__leftList {
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .homeMv__leftList li {
    width: 30%;
  }
  .homeMv__leftList li:nth-of-type(2) {
    width: 34%;
  }
  .homeMv__left__logoBox{
    display: block;
  }
  .homeMv__left__logoBox__img{
    max-width: 270px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .homeMv__left__logoBox__img img {
    width: 39px;
    padding: 5px 5px;
    margin-right: 15px;
  }
  .homeMv__left__logoBox__img p {
    font-size: 12px;
  }
  .homeMv__left__txt{
    width: 100%;
    padding: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .sp_tablet_only{
    display: block;
  }
  .homeMv {
    position: relative;
  }
  .homeMv__box {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .homeMv__left {
    width: 100%;
  }
  .homeMv__left__txtBox {
    padding: 20px 5px 5px;
    width: 100%;
    display: inline-block;
  }
  .homeMv__left__txtBox__spttl {
    background: #fff;
    padding: 10px 15px 5px;
    position: absolute;
    top: 15px;
    left: 0;
    box-shadow: 3px 3px 8px rgb(0,0,0,0.2);
  }
  .homeMv__left__subtitle {
    margin-bottom: 5px;
    font-size: 4.1vw;
    color: #484848;
  }
  .homeMv__left__lead {
    text-align: left;
    font-size: 2.8vw;
  }
  .homeMv__left__lead span {
    padding: 1px 5px 0;
  }
  .homeMv__left__ttl {
    font-size: 6.6vw;
    line-height: 1.61;
    text-align: left;
    margin: 3px auto 0;
    line-height: 1.4;
  }
  .homeMv__left__txt {
    margin: auto;
    padding: 0 10px;
    max-width: 500px;
    width: 100%;
    text-align: left;
  }
  .homeMv__left__logoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-top: 0;
	text-align: center;
  }
  .homeMv__left__logoBox span {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .homeMv__left__logoBox__img {
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
    max-width: 340px;
  }
  .homeMv__left__logoBox__img img {
    width: 38px;
    padding: 3px;
    margin-right: 15px;
  }
  .homeMv__left__logoBox__img p {
    font-size: 2.5vw;
  }
  .homeMv__right {
    min-width: initial;
    width: 100%;
    height: 415px;
  }
  .homeMv__right img {
    object-position: center top!important;
  }

  .homeMv__right .mv_pc{
    display: block;
  }
  .homeMv__right .mv_tab{
    display: none;
  }

  .homeMv__bottomTxt01, .homeMv__bottomTxt02 {
    font-size: 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13px 20px;
    width: 100%;
    height: auto;
  }
  .homeMv__leftList {
    margin: auto;
    max-width: 380px;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .homeMv__leftList__item {
    width: 31%;
  }
  .homeMv__leftList li:nth-of-type(2) {
    width: 36%;
  }
  .homeMv__leftList__item span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 390px) {
  .homeMv__right {
      height: 275px;
  }
}

.homeMerit {
  background: #FAFAFA;
  padding: 128px 0;
}
.homeMerit__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.homeMerit__lead {
  text-align: center;
  margin-top: 32px;
}
.homeMerit__ttl2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 96px;
}
.homeMerit__txt {
  text-align: center;
  margin-top: 32px;
}
.homeMerit__imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px auto 0;
}
.homeMerit__imgList__item {
  max-width: 325px;
  width: 33%;
}
.homeMerit__txtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px auto -16px;
}
.homeMerit__txtList__item {
  background: url(../img/ico/ico_check01.svg) no-repeat left top 8px;
  background-size: 15px 10px;
  border-bottom: solid 1px #707070;
  padding-left: 39px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  max-width: 463px;
  width: 46.7%;
}
@media screen and (max-width: 767px) {
  .homeMerit {
    padding: 64px 0;
  }
  .homeMerit__ttl {
    font-size: 21px;
  }
  .homeMerit__lead {
    font-size: 14px;
    margin-top: 24px;
  }
  .homeMerit__ttl2 {
    font-size: 18px;
    margin-top: 48px;
  }
  .homeMerit__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 16px;
  }
  .homeMerit__imgList {
    margin: 40px auto 0;
  }
  .homeMerit__imgList__item {
    height: 100px;
  }
  .homeMerit__txtList {
    margin: 24px auto -10px;
  }
  .homeMerit__txtList__item {
    background: url(../img/ico/ico_check01.svg) no-repeat left center;
    background-size: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    padding-left: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

.homeSkill {
  padding: 128px 0;
}
.homeSkill__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.homeSkill__ttl2 {
  color: #BD0017;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-top: 64px;
}
.homeSkill__lead {
  text-align: center;
  margin-top: 32px;
}
.homeSkill__graphList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px auto 0;
}
.homeSkill__graphList__item {
  max-width: 463px;
  width: 46.7%;
}
.homeSkill__graphList__ttl {
  border: solid 1px #BD0017;
  color: #BD0017;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 64px;
  width: 100%;
  height: 48px;
}
.homeSkill__grayBox {
  background: #FAFAFA;
  margin: 50px auto 0;
  padding: 35px;
}
.homeSkill__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeSkill__list + .homeSkill__list {
  margin-top: 24px;
}
.homeSkill__list__item {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  max-width: 55px;
  width: 100%;
}
.homeSkill__list__item + .homeSkill__list__item {
  margin-left: 8px;
}
.homeSkill__list__item.is_box {
  border: solid 1px #BD0017;
  color: #BD0017;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  max-width: 158px;
  width: 100%;
  height: 48px;
}
.homeSkill__list__item.is_gray {
  background: #C4C4C4;
  border: solid 1px #C4C4C4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .homeSkill {
    padding: 64px 0;
  }
  .homeSkill__ttl {
    font-size: 21px;
  }
  .homeSkill__ttl2 {
    font-size: 18px;
  }
  .homeSkill__lead {
    font-size: 14px;
    margin-top: 24px;
  }
  .homeSkill__graphList {
    display: block;
  }
  .homeSkill__graphList__item {
    width: 100%;
  }
  .homeSkill__graphList__item + .homeSkill__graphList__item {
    margin-top: 64px;
  }
  .homeSkill__graphList__ttl {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .homeSkill__grayBox {
    margin: 40px auto 0;
    padding: 30px 8px;
  }
  .homeSkill__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homeSkill__list + .homeSkill__list {
    margin-top: 32px;
  }
  .homeSkill__list__item {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    max-width: 20px;
    width: 16.5%;
  }
  .homeSkill__list__item + .homeSkill__list__item {
    margin-left: 0;
  }
  .homeSkill__list__item:nth-child(1) {
    font-size: 16px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
  .homeSkill__list__item.is_box {
    font-size: 10px;
    letter-spacing: -0.05em;
    max-width: 60px;
    width: 18%;
    height: 23px;
  }
}

.homeDiff {
  background: #FAFAFA;
  padding: 128px 0;
}
.homeDiff__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.homeDiff__ttl2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-top: 32px;
}
.homeDiff__imgBox {
  margin-top: 96px;
}
.homeDiff__txt {
  text-align: center;
  margin-top: 96px;
}
.homeDiff__listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 96px;
}
.homeDiff__listBox__item {
  max-width: 463px;
  width: 46.7%;
}
.homeDiff__listBox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 48px;
}
.homeDiff__listBox__ttl.is_gray {
  background: #E5E5E5;
}
.homeDiff__listBox__ttl.is_red {
  background: #BD0017;
  color: #fff;
}
.homeDiff__txtList {
  margin-top: 40px;
  margin-bottom: -16px;
}
.homeDiff__txtList__item {
  background: url(../img/ico/ico_check01.svg) no-repeat left top 8px;
  background-size: 15px 10px;
  border-bottom: solid 1px #707070;
  padding-left: 39px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeDiff {
    padding: 64px 0;
  }
  .homeDiff__ttl {
    font-size: 21px;
  }
  .homeDiff__ttl2 {
    font-size: 16px;
  }
  .homeDiff__imgBox {
    margin-top: 34px;
  }
  .homeDiff__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 40px;
  }
  .homeDiff__listBox {
    display: block;
    margin-top: 64px;
  }
  .homeDiff__listBox__item {
    width: 100%;
  }
  .homeDiff__listBox__item + .homeDiff__listBox__item {
    margin-top: 56px;
  }
}

.homeReason {
  padding: 128px 0 0;
}
.homeReason__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.homeReason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 64px;
}
.homeReason__list.is_no_margin {
  margin-top: 0;
}
.homeReason__list__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  width: 50%;
  height: 448px;
}
.homeReason__list__item:nth-child(1), .homeReason__list__item:nth-child(4) {
  background: #BD0017;
}
.homeReason__list__item:nth-child(2), .homeReason__list__item:nth-child(3) {
  background: #AA0015;
}
.homeReason__list__ttl {
  font-size: 24px;
  font-weight: bold;
}
.homeReason__list__txt {
  margin: 32px auto 0;
  max-width: 320px;
  width: 100%;
}
.homeReason__list__btn {
  margin: 32px auto 0;
  width: 100%;
}
.homeReason__list__btn a {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeReason {
    padding: 64px 0 0;
  }
  .homeReason__ttl {
    font-size: 21px;
  }
  .homeReason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 64px;
  }
  .homeReason__list__item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 64px 19px;
    width: 100%;
    height: auto;
  }
  .homeReason__list__item:nth-child(1), .homeReason__list__item:nth-child(3) {
    background: #BD0017;
  }
  .homeReason__list__item:nth-child(2), .homeReason__list__item:nth-child(4) {
    background: #AA0015;
  }
  .homeReason__list__ttl {
    font-size: 19px;
    font-weight: bold;
  }
  .homeReason__list__txt {
    margin-top: 26px;
    text-align: left;
  }
  .homeReason__list__btn {
    margin: 39px auto 0;
    width: 100%;
  }
  .homeReason__list__btn a {
    max-width: 100%;
  }
}

.homeInterview {
  padding: 128px 0 64px;
}
.homeInterview__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.homeInterview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.homeInterview__list__item {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  max-width: 342px;
  width: 32.5%;
}
.homeInterview__list__txtBox {
  padding: 32px;
}
.homeInterview__list__ttl {
  font-size: 20px;
}
.homeInterview__list__txt {
  line-height: 2;
  margin-top: 16px;
}
.homeInterview__list__txt span {
  color: #555;
  font-size: 12px;
}
.homeInterview__list__btn {
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .homeInterview {
    padding: 96px 0 0;
  }
  .homeInterview__ttl {
    font-size: 21px;
  }
  .homeInterview__list {
    margin: 56px -15px 0 -15px;
  }
  .homeInterview__list__item {
    margin: 0 10px 40px;
    width: 270px !important;
  }
  .homeInterview__list__txtBox {
    padding: 24px;
  }
  .homeInterview__list__txt {
    margin-top: 14px;
  }
}

.homeSelect__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.homeSelect__lead {
  margin-top: 32px;
  text-align: center;
}
.homeSelect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.homeSelect__list__item {
  max-width: 490px;
  width: 47%;
}
.homeSelect__list__box {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.homeSelect__list__txtBox {
  padding: 32px;
}
.homeSelect__list__ttl {
  font-size: 20px;
}
.homeSelect__list__txt {
  line-height: 2;
  margin-top: 16px;
}
.homeSelect__list__btn {
  margin: 0 auto;
}
.homeSelect__list__btn a {
  background-image: none;
  border: solid 1px #BD0017;
}
@media screen and (max-width: 767px) {
  .homeSelect__ttl {
    font-size: 21px;
  }
  .homeSelect__list {
    display: block;
    margin-top: 56px;
  }
  .homeSelect__list__item {
    width: 100%;
  }
  .homeSelect__list__item + .homeSelect__list__item {
    margin-top: 40px;
  }
  .homeSelect__list__txtBox {
    padding: 24px;
  }
  .homeSelect__list__txt {
    margin-top: 14px;
  }
  .homeSelect__list__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
  .homeSelect__list__btn a + a {
    margin-left: 10px;
  }
}

.homeFlow {
  padding: 128px 0;
}
.homeFlow__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.homeFlow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.homeFlow__list__ttl {
  background: #BD0017 url(../img/ico/ico_thunder01.svg) no-repeat center top 53px;
  background-size: 26px 37px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 110px;
  width: 100%;
  height: 200px;
}
.homeFlow__list__item {
  width: 200px;
}
.homeFlow__list__item + .homeFlow__list__item {
  position: relative;
}
.homeFlow__list__item + .homeFlow__list__item::before {
  background: url(../img/ico/ico_right01.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: -40px;
  top: 90px;
  width: 20px;
  height: 32px;
}
.homeFlow__list__txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeFlow {
    padding: 96px 0;
  }
  .homeFlow__ttl {
    font-size: 21px;
  }
  .homeFlow__list {
    display: block;
    margin-top: 64px;
  }
  .homeFlow__list__item {
    width: 100%;
  }
  .homeFlow__list__item + .homeFlow__list__item {
    margin-top: 52px;
  }
  .homeFlow__list__item + .homeFlow__list__item::before {
    left: 0;
    right: 0;
    top: -42px;
    bottom: auto;
    margin: auto;
    width: 20px;
    height: 32px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .homeFlow__list__ttl {
    background: #BD0017 url(../img/ico/ico_thunder01.svg) no-repeat center top 40px;
    background-size: 20px 28px;
    font-size: 16px;
    padding-top: 80px;
    margin: auto;
    width: 155px;
    height: 155px;
  }
}

.homeContact {
  background: #BD0017;
  color: #fff;
  padding: 64px 0;
}
.homeContact__txt {
  text-align: center;
}
.homeContact__btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .homeContact {
    padding: 48px 0;
  }
  .homeContact__txt {
    font-size: 14px;
  }
  .homeContact__btn {
    margin-top: 24px;
  }
}

.homeSeminar {
  padding: 128px 0;
}
.homeSeminar__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.homeSeminar__ttl.is_margin {
  margin-top: 128px;
}
.homeSeminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  margin-bottom: -64px;
}
.homeSeminar__list::after {
  content: "";
  display: block;
  max-width: 343px;
  width: 32%;
}
.homeSeminar__list__item {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
  max-width: 343px;
  overflow: hidden;
  width: 32%;
}
.homeSeminar__list__item + .homeSeminar__list__item {
  margin-left: 17px;
}
.homeSeminar__list__txtBox {
  padding: 32px;
}
.homeSeminar__list__ttl {
  font-size: 20px;
  font-weight: bold;
}
.homeSeminar__list__date {
  color: #888;
  margin-top: 24px;
}
.homeSeminar__btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .homeSeminar {
    padding: 96px 0;
  }
  .homeSeminar__ttl {
    font-size: 21px;
  }
  .homeSeminar__ttl.is_margin {
    margin-top: 96px;
  }
  .homeSeminar__list {
    margin: 53px -15px -40px -15px;
  }
  .homeSeminar__list__item {
    margin: 0 10px 40px;
    width: 270px !important;
  }
  .homeSeminar__list__txtBox {
    padding: 24px;
  }
  .homeSeminar__list__ttl {
    font-size: 16px;
  }
  .homeSeminar__list__date {
    font-size: 12px;
    margin-top: 16px;
  }
  .homeSeminar__btn {
    margin: 40px auto 0;
  }
}

.homeFixedBanner {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 508px;
  z-index: 5;
}
.homeFixedBanner .is_counseling {
  background: #BD0017 url(../img/ico/ico_thunder01.svg) no-repeat center top 26px;
  background-size: 16px 24px;
  padding-top: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 64px;
  height: 253px;
}
.homeFixedBanner .is_access {
  background: #000 url(../img/ico/ico_access01.svg) no-repeat center top 26px;
  background-size: 12px 17px;
  padding-top: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 64px;
  height: 126px;
}
.homeFixedBanner .is_contact {
  background: #fff url(../img/ico/ico_mail01.svg) no-repeat center top 26px;
  background-size: 20px 16px;
  padding-top: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 64px;
  height: 129px;
}
@media screen and (max-width: 767px) {
  .homeFixedBanner {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 58px;
  }
  .homeFixedBanner .is_counseling {
    background: #BD0017;
    background-size: 16px 24px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    height: 58px;
  }
  .homeFixedBanner .is_counseling span {
    background: url(../img/ico/ico_thunder01.svg) no-repeat left center;
    background-size: 16px 24px;
    padding-left: 30px;
  }
}

.page404 {
  padding: 128px 0;
}
.page404__top {
  color: #868686;
  font-size: 92px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.page404__top span {
  display: block;
  font-size: 29px;
  line-height: 1;
}
.page404__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.page404__txt {
  margin-top: 40px;
  text-align: center;
}
.page404__btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page404 {
    padding: 64px 0;
  }
  .page404__top {
    font-size: 62px;
  }
  .page404__top span {
    font-size: 19px;
  }
  .page404__ttl {
    font-size: 21px;
  }
  .page404__txt {
    font-size: 14px;
  }
  .page404__btn {
    margin-top: 40px;
  }
}

.pageSeminar {
  padding: 128px 0;
}
.pageSeminar__ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.pageSeminar__list {
  margin-top: 64px;
  margin-bottom: -24px;
}
.pageSeminar__list__item {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.pageSeminar__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageSeminar__list__imgBox {
  max-width: 350px;
  width: 100%;
}
.pageSeminar__list__txtBox {
  padding: 24px;
  width: calc(100% - 350px);
}
.pageSeminar__list__boshu {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 10px;
  max-width: 64px;
  width: 100%;
  height: 24px;
}
.pageSeminar__list__boshu.on {
  background: #BD0017;
  color: #fff;
}
.pageSeminar__list__boshu.off {
  background: #E5E5E5;
  color: #898989;
}
.pageSeminar__list__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}
.pageSeminar__list__date {
  color: #8E8E8E;
  font-size: 14px;
  margin-top: 16px;
}
.pageSeminar__list__txt {
  margin-top: 24px;
}
.pageSeminar__list__txt p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pageSeminar {
    padding: 128px 0;
  }
  .pageSeminar__ttl {
    font-size: 21px;
  }
  .pageSeminar__list {
    margin-top: 56px;
  }
  .pageSeminar__list__item a {
    display: block;
  }
  .pageSeminar__list__txtBox {
    width: 100%;
  }
  .pageSeminar__list__ttl {
    font-size: 16px;
  }
  .pageSeminar__list__txt {
    margin-top: 16px;
  }
}

.p-form01 {
  background: #AA0015;
  padding: 128px 0;
  position: relative;
}
.p-form01::before {
  background: url(../img/ico/ico_sankaku01.svg) no-repeat center top;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  z-index: 0;
}
.p-form01 .mw_wp_form {
  position: relative;
  z-index: 1;
}
.p-form01 .be_form {
  position: relative;
  z-index: 1;
}
.p-form01 .form-area {
  margin-top: 120px;
}
.p-form01 .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  position: relative;
}
.p-form01 .form-group .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  cursor: pointer;
  width: 100px;
  height: 40px;
  margin-right: 10px;
}
.p-form01 .form-group .btn:hover, .p-form01 .form-group .btn.active {
  background: #000;
  color: #fff;
}
.p-form01 .form-group .required {
  background: #000;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 180px;
  width: 40px;
  height: 24px;
}
.p-form01 .form-group .error_message {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50px;
  text-align: left;
}
.p-form01 .form-group .error_message + .error_message {
  position: static;
}
.p-form01 .error_message {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form01 .control-label {
  color: #fff;
  position: relative;
  margin-top: 13px;
  width: 232px;
}
.p-form01 .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% - 232px);
}
.p-form01 .d-flex.col-inquery_type_bussiness, .p-form01 .d-flex.col-inquery_type_personal, .p-form01 .d-flex.col-number_of_employees {
  position: relative;
  width: 372px;
}
.p-form01 .d-flex.col-inquery_type_bussiness::before, .p-form01 .d-flex.col-inquery_type_personal::before, .p-form01 .d-flex.col-number_of_employees::before {
  background: url(../img/ico/ico_down01.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 22px;
  top: 19px;
  width: 15px;
  height: 13px;
  pointer-events: none;
}
.p-form01 .d-flex.col-name, .p-form01 .d-flex.col-name_kana {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form01 .d-flex .form-col__item {
  width: 49%;
}
.p-form01 label {
  color: #fff;
}
.p-form01 label a {
  text-decoration: underline;
}
.p-form01 .form-group-agreement {
  margin-left: 232px;
}
.p-form01 #agreement, .p-form01 #mail_delivery_agreement {
  margin-right: 10px;
  vertical-align: middle;
}
.p-form01 #btn-inquery_submit, .p-form01 #btn-interview_submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #000;
  border: 0;
  border-radius: 45px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  margin: 70px auto 0;
  max-width: 438px;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-form01 #btn-inquery_submit:hover, .p-form01 #btn-interview_submit:hover {
  background: #fff;
  color: #000;
}
.p-form01__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-form01__txt {
  color: #fff;
  margin: 32px auto 0;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
}
.p-form01__box {
  margin-top: 128px;
}
.p-form01__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.p-form01__content dt {
  color: #fff;
  margin-top: 13px;
  width: 240px;
}
.p-form01__content dt.required {
  position: relative;
}
.p-form01__content dt.required::before {
  content: "必須";
  background: #000;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 15px;
  width: 40px;
  height: 24px;
}
.p-form01__content dd {
  width: calc(100% - 240px);
}
.p-form01__content dd label {
  font-size: 18px;
}
.p-form01__content dd .is_checkbox {
  display: block;
  position: relative;
}
.p-form01__content dd .is_agree {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 30px;
  width: calc(100% - 30px);
}
.p-form01__content dd .is_agree a {
  text-decoration: underline;
}
.p-form01__content.is_bigmargin {
  margin-bottom: 40px;
}
.p-form01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form01__list.is_checkbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-form01__list li {
  width: 49.5%;
}
.p-form01__selectBox {
  position: relative;
}
.p-form01__selectBox::before {
  background: url(../img/ico/ico_down01.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 22px;
  top: 19px;
  width: 15px;
  height: 13px;
  pointer-events: none;
}
.p-form01__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
.p-form01__btnBox input + .p-form01__btnBox input {
  margin-left: 48px;
}
.p-form01 .mwform-checkbox-field label, .p-form01 .mwform-radio-field label {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form01 .error {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form01 {
    padding: 64px 0;
  }
  .p-form01::before {
    height: 109px;
  }
  .p-form01 .form-area {
    margin-top: 60px;
  }
  .p-form01 .form-group {
    display: block;
    margin-bottom: 25px;
  }
  .p-form01 .form-group .btn {
    width: 100px;
    height: 40px;
    margin-right: 10px;
  }
  .p-form01 .form-group .required {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    padding-top: 2px;
    height: 20px;
  }
  .p-form01 .control-label {
    font-size: 14px;
    margin-top: 0;
    width: 100%;
  }
  .p-form01 .d-flex {
    margin-top: 5px;
    width: 100%;
  }
  .p-form01 .d-flex.col-inquery_type_bussiness, .p-form01 .d-flex.col-inquery_type_personal, .p-form01 .d-flex.col-number_of_employees {
    width: 100%;
  }
  .p-form01 .d-flex.col-name, .p-form01 .d-flex.col-name_kana {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-form01 .d-flex.col-phone_number .form-col__item, .p-form01 .d-flex.col-email .form-col__item {
    width: 100%;
  }
  .p-form01 .form-group-agreement {
    margin-left: 0;
  }
  .p-form01 #btn-inquery_submit {
    font-size: 16px;
    margin: 50px auto 0;
    max-width: 270px;
    width: 100%;
    height: 58px;
  }
  .p-form01__ttl {
    font-size: 21px;
  }
  .p-form01__txt {
    font-size: 14px;
    text-align: left;
    margin: 40px auto 0;
  }
  .p-form01__box {
    margin-top: 88px;
  }
  .p-form01__content {
    display: block;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .p-form01__content dt {
    width: 100%;
  }
  .p-form01__content dt.required::before {
    right: 0;
  }
  .p-form01__content dd {
    width: 100%;
  }
  .p-form01__content dd label {
    font-size: 14px;
  }
  .p-form01__content.is_checkboxBig {
    margin-bottom: 0;
  }
  .p-form01__content.is_checkboxBig input[type=checkbox] {
    margin-right: 15px;
    width: 24px;
    height: 24px;
  }
  .p-form01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-form01__list li {
    width: 49%;
  }
  .p-form01__selectBox::before {
    right: 15px;
  }
  .p-form01__btnBox {
    display: block;
    margin-top: 56px;
  }
  .p-form01__btnBox input.is_back {
    margin-bottom: 16px;
  }
  .p-form01__btnBox input + .p-form01__btnBox input {
    margin-left: 0;
    margin-top: 16px;
  }
}

.p-form02 {
  padding: 128px 0;
}
.p-form02__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.p-form02__txt {
  text-align: center;
  margin-top: 40px;
}
.p-form02__ttl2 {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
.p-form02__box {
  background: #F5F5F5;
  text-align: center;
  margin: 60px auto 0;
  max-width: 442px;
  padding: 32px 15px;
  width: 100%;
}
.p-form02__tel {
  font-size: 48px;
  line-height: 1.2;
}
.p-form02__time {
  font-size: 16px;
  font-weight: 300;
}
.p-form02__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.p-form02__content dt {
  width: 240px;
}
.p-form02__content dd {
  width: calc(100% - 240px);
}
.p-form02__content dd label {
  font-size: 18px;
}
.p-form02 .p-form01__content {
  margin: 0 auto 50px;
  max-width: 732px;
  width: 100%;
}
.p-form02 .p-form01__content dt {
  color: #000;
  font-weight: bold;
}
.p-form02 .p-form01__content.is_checkboxBig {
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.p-form02 .p-form01__content.is_bigmargin {
  margin-bottom: 0;
}
.p-form02 .p-form01__selectBox::before {
  content: none;
}
.p-form02 .mw_wp_form.mw_wp_form_send_error {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form02 {
    padding: 64px 0;
  }
  .p-form02__ttl {
    font-size: 21px;
  }
  .p-form02__txt {
    font-size: 14px;
  }
  .p-form02__ttl2 {
    font-size: 21px;
    margin-top: 80px;
  }
  .p-form02__box {
    padding: 16px;
  }
  .p-form02__tel {
    font-size: 30px;
  }
  .p-form02__time {
    font-size: 13px;
  }
  .p-form02__content {
    display: block;
  }
  .p-form02__content dt {
    width: 100%;
  }
  .p-form02__content dd {
    width: 100%;
  }
  .p-form02__content dd label {
    font-size: 14px;
  }
  .p-form02 .p-form01__content {
    margin: 0 auto 32px;
  }
  .p-form02 .p-form01__selectBox::before {
    content: none;
  }
  .p-form02 .mw_wp_form.mw_wp_form_send_error {
    margin-top: 20px;
  }
}

.pageFeature01 {
  padding: 96px 0 116px;
}
.pageFeature01 .c-inner01 {
  max-width: 1260px;
  width: 1260px;
}
.pageFeature01__pointBox {
  margin-top: 128px;
  padding-bottom: 257px;
  position: relative;
}
.pageFeature01__ttl2 {
  color: #BD0017;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.pageFeature01__ttl2 .is_small_txt {
  color: #000;
  font-size: 22px;
}
.pageFeature01__ttl2 .is_big_txt {
  color: #BD0017;
  font-size: 70px;
  margin-top: -5px;
}
.pageFeature01__ttl2 .is_small_txt2 {
  color: #000;
  font-size: 32px;
}
.pageFeature01__imgBox {
  margin: 25px auto 0;
  max-width: 579px;
  width: 100%;
}
.pageFeature01__pointList__item {
  background: #231F20;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 257px;
  height: 257px;
}
.pageFeature01__pointList__item a {
  background: url(../img/ico/ico_down03.svg) no-repeat center bottom 24px;
  background-size: 18px 7px;
  border-radius: 50%;
  display: block;
  padding-top: 24px;
  width: 100%;
  height: 100%;
}
.pageFeature01__pointList__item a:hover {
  background-color: #BD0017;
  opacity: 1;
}
.pageFeature01__pointList__item:nth-child(1) {
  top: 80px;
  left: 100px;
}
.pageFeature01__pointList__item:nth-child(2) {
  top: 360px;
  left: 0;
}
.pageFeature01__pointList__item:nth-child(3) {
  bottom: 0;
  left: 250px;
}
.pageFeature01__pointList__item:nth-child(4) {
  bottom: 30px;
  right: 235px;
}
.pageFeature01__pointList__item:nth-child(5) {
  top: 360px;
  right: 0;
}
.pageFeature01__pointList__item:nth-child(6) {
  top: 90px;
  right: 100px;
}
.pageFeature01__pointList__point {
  font-size: 16px;
}
.pageFeature01__pointList__point span {
  display: block;
  font-size: 46px;
  line-height: 1;
}
.pageFeature01__pointList__txt {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pageFeature01 {
    padding: 48px 0;
  }
  .pageFeature01 .c-inner01 {
    width: 100%;
  }
  .pageFeature01__pointBox {
    margin-top: 106px;
    padding-bottom: 0;
  }
  .pageFeature01__ttl2 {
    font-size: 28px;
  }
  .pageFeature01__ttl2 .is_small_txt {
    color: #000;
    font-size: 18px;
  }
  .pageFeature01__ttl2 .is_big_txt {
    font-size: 54px;
  }
  .pageFeature01__ttl2 .is_small_txt2 {
    font-size: 24px;
  }
  .pageFeature01__imgBox {
    margin: 16px auto 0;
  }
  .pageFeature01__pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pageFeature01__pointList__item {
    background: #BD0017;
    position: static;
    margin-top: 16px;
    width: 170px;
    height: 170px;
  }
  .pageFeature01__pointList__item a {
    background: url(../img/ico/ico_down03.svg) no-repeat center bottom 15px;
    background-size: 12px 5px;
    padding-top: 8px;
  }
  .pageFeature01__pointList__point {
    font-size: 13px;
  }
  .pageFeature01__pointList__point span {
    font-size: 34px;
  }
  .pageFeature01__pointList__txt {
    font-size: 10px;
  }
}

.pageFeature02 {
  padding: 96px 0;
  text-align: center;
}
.pageFeature02.is_gray {
  background: #FAFAFA;
}
.pageFeature02__point {
  color: #BD0017;
  font-size: 20px;
}
.pageFeature02__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.15;
  margin-top: 5px;
}
.pageFeature02__txt {
  color: #555;
  margin-top: 32px;
}
.pageFeature02__txt span {
  color: #BD0017;
}
.pageFeature02__btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .pageFeature02 {
    padding: 48px 0;
    text-align: center;
  }
  .pageFeature02.is_gray {
    background: #FAFAFA;
  }
  .pageFeature02__point {
    font-size: 14px;
  }
  .pageFeature02__ttl {
    font-size: 21px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .pageFeature02__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 24px;
  }
  .pageFeature02__btn {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.pageFeature03 {
  padding: 64px 0 128px;
}
@media screen and (max-width: 767px) {
  .pageFeature03 {
    padding: 32px 0 96px;
  }
}

.pageInterview01 {
  padding: 96px 0 64px;
}
.pageInterview01__ttl02 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .pageInterview01 {
    padding: 48px 0 40px;
  }
  .pageInterview01__ttl02 {
    margin-top: 64px;
  }
}

.pageInterview02 {
  background: #BD0017;
  padding: 128px 0;
}
.pageInterview02.is_gray {
  background: #F5F5F5;
}
.pageInterview02.is_gray .pageInterview02__txt {
  color: #000;
}
.pageInterview02.is_gray .pageInterview02__txtBox01__txt02 {
  color: #000;
}
.pageInterview02.is_gray .pageInterview02__txtBox02__ttl {
  color: #000;
}
.pageInterview02.is_gray .pageInterview02__txtBox02__txt span {
  color: #000;
}
.pageInterview02.is_gray .pageInterview02__btn a {
  border: solid 1px #BD0017;
}
.pageInterview02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageInterview02__left {
  width: 308px;
}
.pageInterview02__imgBox {
  margin: auto;
  max-width: 213px;
  width: 100%;
}
.pageInterview02__txt {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 16px;
}
.pageInterview02__right {
  width: 419px;
}
.pageInterview02__txtBox01 {
  background: #fff;
  text-align: center;
  padding: 32px;
}
.pageInterview02__txtBox01__txt01 {
  color: #aaa;
  font-weight: bold;
}
.pageInterview02__txtBox01__txt02 {
  color: #BD0017;
  font-weight: bold;
  margin-top: 16px;
}
.pageInterview02__txtBox02 {
  background: #fff;
  padding: 32px 28px;
  margin-top: 8px;
}
.pageInterview02__txtBox02__ttl {
  color: #BD0017;
  font-weight: bold;
  line-height: 2;
}
.pageInterview02__txtBox02__caution {
  color: #555;
  font-size: 12px;
}
.pageInterview02__txtBox01__txt03 {
  color: #555;
  font-size: 12px;
}
.pageInterview02__txtBox02__txt {
  color: #555;
  font-size: 14px;
  margin-top: 16px;
}
.pageInterview02__txtBox02__txt span {
  color: #BD0017;
  font-weight: bold;
}
.pageInterview02__btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pageInterview02 {
    padding: 64px 0;
  }
  .pageInterview02__box {
    display: block;
  }
  .pageInterview02__left {
    width: 100%;
  }
  .pageInterview02__right {
    width: 100%;
  }
  .pageInterview02__txtBox02 {
    padding: 32px 20px;
    margin-top: 16px;
  }
}

.pageInterview03 {
  padding: 96px 0 128px;
}
.pageInterview03__imgBox {
  margin: 96px auto 0;
  max-width: 213px;
  width: 100%;
}
.pageInterview03__imgBox2 {
  margin-bottom: 32px;
}
.pageInterview03__name {
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
}
.pageInterview03__name span {
  font-size: 16px;
}
.pageInterview03__grayBox {
  background: #555;
  color: #fff;
  margin: 48px auto 0;
  max-width: 500px;
  padding: 32px;
  text-align: center;
  width: 100%;
}
.pageInterview03__grayBox__ttl {
  font-size: 18px;
  line-height: 2;
}
.pageInterview03__grayBox__caution {
  font-size: 12px;
}
.pageInterview03__grayBox__txt {
  line-height: 2;
  margin-top: 5px;
}
.pageInterview03__ttl2 {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 128px auto 64px;
}
.pageInterview03__ttl3 {
  font-weight: 700;
  line-height: 2;
}
.pageInterview03__txt {
  color: #555;
  line-height: 2;
  margin-bottom: 32px;
}
.pageInterview03__redBox {
  background: #BD0017;
  color: #fff;
  padding: 32px;
  margin-left: -40px;
  width: calc(100% + 80px);
}
.pageInterview03__redBox__ttl {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5px;
}
.pageInterview03__redBox__txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pageInterview03 {
    padding: 48px 0 32px;
  }
  .pageInterview03__imgBox {
    margin: 64px auto 0;
  }
  .pageInterview03__imgBox2 {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .pageInterview03__grayBox {
    margin: 40px auto 0;
    padding: 32px 20px;
    text-align: left;
  }
  .pageInterview03__grayBox__ttl {
    font-size: 16px;
    line-height: 2;
  }
  .pageInterview03__grayBox__caution {
    font-size: 10px;
  }
  .pageInterview03__grayBox__txt {
    font-size: 14px;
  }
  .pageInterview03__ttl2 {
    font-size: 24px;
    margin: 96px auto 40px;
  }
  .pageInterview03__ttl3 {
    font-weight: 700;
    line-height: 1.5;
  }
  .pageInterview03__txt {
    font-size: 14px;
  }
  .pageInterview03__redBox {
    padding: 32px 20px;
    margin-left: 0;
    width: 100%;
  }
  .pageInterview03__redBox__ttl {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .pageInterview03__redBox__txt {
    font-size: 14px;
  }
}

.pageCommunity {
  padding: 96px 0 64px;
}
.pageCommunity__ttl02 {
  margin-top: 96px;
}
.pageCommunity__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 64px auto 0;
  max-width: 1440px;
  width: 100%;
}
.pageCommunity__box.is_opposite {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pageCommunity__imgBox {
  width: 50%;
}
.pageCommunity__txt {
  color: #555;
  font-weight: bold;
  margin: auto;
  max-width: 528px;
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pageCommunity {
    padding: 48px 0 40px;
  }
  .pageCommunity__ttl02 {
    margin-top: 64px;
  }
  .pageCommunity__box {
    display: block;
    margin: 24px auto 0;
  }
  .pageCommunity__imgBox {
    width: 100%;
  }
  .pageCommunity__txt {
    font-size: 14px;
    margin-top: 36px;
    width: 100%;
  }
}

.pageQaa {
  padding: 96px 0 128px;
}
.pageQaa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 96px;
}
.pageQaa__list__item {
  margin-bottom: 24px;
  max-width: 420px;
  width: 48.5%;
}
.pageQaa__list__item a {
  background: url(../img/ico/ico_down02.svg) no-repeat right 26px center;
  background-size: 10px 6px;
  border: solid 1px #BD0017;
  border-radius: 30px;
  color: #BD0017;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
.pageQaa__ttl {
  margin-top: 72px;
}
.pageQaa__box {
  margin-top: 64px;
}
.pageQaa__qaaList {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.pageQaa__qaaList dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.pageQaa__qaaList dt::before {
  content: "Q";
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  margin-right: 16px;
  margin-top: -5px;
}
.pageQaa__qaaList dd {
  color: #BD0017;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageQaa__qaaList dd::before {
  content: "A";
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  margin-right: 16px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .pageQaa {
    padding: 48px 0 96px;
  }
  .pageQaa__list {
    margin-top: 64px;
  }
  .pageQaa__list__item {
    margin-bottom: 10px;
  }
  .pageQaa__list__item a {
    background: none;
    border-radius: 25px;
    font-size: 13px;
    height: 50px;
  }
  .pageQaa__qaaList {
    padding-bottom: 16px;
  }
  .pageQaa__qaaList dt {
    margin-bottom: 8px;
  }
}

.pageCareer01 {
  padding: 96px 0 128px;
}
.pageCareer01__ttl {
  margin-top: 96px;
}
.pageCareer01__txt {
  line-height: 2;
  margin-top: 16px;
}
.pageCareer01__txt a {
  color: #BD0017;
}
.pageCareer01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.pageCareer01__list__item {
  margin-bottom: 10px;
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .pageCareer01 {
    padding: 48px 0 64px;
  }
  .pageCareer01__ttl {
    margin-top: 68px;
  }
  .pageCareer01__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 32px;
  }
  .pageCareer01__list {
    display: block;
    margin-top: 68px;
  }
  .pageCareer01__list__item {
    margin-bottom: 32px;
    width: 100%;
  }
}

.pageCareer02 {
  background: #BD0017;
  padding: 128px 0;
}
.pageCareer02__ttl {
  color: #fff;
}
.pageCareer02__ttl span {
  color: #fff;
}
.pageCareer02__numberList {
  counter-reset: number 0;
  margin-top: 64px;
}
.pageCareer02__numberList__item {
  border-bottom: solid 1px #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.pageCareer02__numberList__item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
  vertical-align: middle;
}
.pageCareer02__txt {
  color: #fff;
  line-height: 2;
  margin: auto;
  max-width: 700px;
  width: 100%;
}
.pageCareer02__whiteTxt {
  background: #fff;
  margin: 32px auto 0;
  max-width: 764px;
  padding: 32px;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageCareer02 {
    padding: 64px 0;
  }
  .pageCareer02__numberList {
    margin-top: 64px;
  }
  .pageCareer02__numberList__item {
    padding-bottom: 16px;
  }
  .pageCareer02__numberList__item::before {
    font-size: 28px;
    margin-right: 10px;
  }
  .pageCareer02__txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
  }
  .pageCareer02__whiteTxt {
    font-size: 14px;
    margin: 40px auto 0;
    padding: 32px 20px;
  }
}

.pageCareer03 {
  padding: 128px 0;
}
.pageCareer03__txt {
  line-height: 2;
  margin: 32px auto 0;
  max-width: 714px;
}
.pageCareer03__redTxt {
  background: #BD0017;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  padding: 32px;
  margin: 48px auto 0;
  max-width: 649px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageCareer03 {
    padding: 96px 0;
  }
  .pageCareer03__txt {
    text-align: left;
    line-height: 1.7;
  }
  .pageCareer03__redTxt {
    font-size: 16px;
    padding: 48px 32px;
  }
}

.pageCompany01 {
  padding: 96px 0 128px;
}
.pageCompany01__ttl {
  margin-top: 96px;
}
.pageCompany01__txt {
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}
.pageCompany01__btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pageCompany01 {
    padding: 48px 0 96px;
  }
  .pageCompany01__ttl {
    margin-top: 64px;
  }
  .pageCompany01__txt {
    line-height: 2;
    text-align: center;
    margin-top: 16px;
  }
  .pageCompany01__btn {
    margin-top: 40px;
  }
}

.pageCompany02 {
  background: #BD0017;
  padding: 128px 0;
}
.pageCompany02__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.pageCompany02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px auto 0;
  max-width: 688px;
  width: 100%;
}
.pageCompany02__list__item {
  width: 24%;
}
.pageCompany02__numberList {
  margin: 64px auto 0;
  max-width: 832px;
}
.pageCompany02__btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .pageCompany02 {
    padding: 64px 0;
  }
  .pageCompany02__ttl {
    font-size: 21px;
  }
  .pageCompany02__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto 0;
  }
  .pageCompany02__list__item {
    margin-bottom: 15px;
    width: calc(50% - 7px);
  }
  .pageCompany02__numberList {
    margin: 64px auto 0;
    max-width: 832px;
  }
  .pageCompany02__btn {
    margin-top: 64px;
  }
}

.pageCompany03 {
  padding: 128px 0;
}
.pageCompany03.is_gray {
  background: #FAFAFA;
}
.pageCompany03__ttl .is_num {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.pageCompany03__txt {
  color: #555;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pageCompany03 {
    padding: 96px 0;
  }
  .pageCompany03__ttl .is_small {
    text-align: center;
  }
  .pageCompany03__ttl .is_num {
    font-size: 24px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .pageCompany03__txt {
    font-size: 14px;
    text-align: left;
  }
}

.pageAccess01 {
  padding: 96px 0 128px;
}
.pageAccess01__ttl {
  margin-top: 96px;
}
.pageAccess01__txt {
  color: #555;
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}
.pageAccess01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px auto 0;
  max-width: 826px;
  width: 100%;
}
.pageAccess01__list__item {
  max-width: 405px;
  width: 100%;
}
.pageAccess01__list__imgBox {
  position: relative;
}
.pageAccess01__list__imgBox::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageAccess01__list__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.pageAccess01__list__txt {
  border: solid 1px #E4E4E4;
  line-height: 2;
  text-align: center;
  padding: 32px;
}
.pageAccess01__list__txt span {
  color: #BD0017;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pageAccess01 {
    padding: 48px 0 68px;
  }
  .pageAccess01__list {
    display: block;
  }
  .pageAccess01__list__item {
    margin: auto;
  }
  .pageAccess01__list__item + .pageAccess01__list__item {
    margin-top: 24px;
  }
  .pageAccess01__list__txt {
    border: solid 1px #E4E4E4;
    line-height: 2;
    text-align: center;
    padding: 32px;
  }
  .pageAccess01__list__txt span {
    color: #BD0017;
    font-weight: bold;
  }
  .pageAccess01__ttl {
    margin-top: 64px;
  }
  .pageAccess01__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 24px;
  }
}

.pageAccess02 {
  background: #BD0017;
  padding: 128px 0;
}
.pageAccess02__inner {
  max-width: 940px;
}
.pageAccess02__ttl {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.pageAccess02__mapBox {
  margin: 64px auto 128px;
  padding: 0 10px;
}
.pageAccess02__address {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  line-height: 2;
  margin-top: 16px;
}
.pageAccess02__txt {
  color: #fff;
  line-height: 2.2;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 124px;
}
.pageAccess02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.pageAccess02__list__item {
  background: #fff;
  padding: 32px;
  text-align: center;
  max-width: 404px;
  width: 100%;
}
.pageAccess02__list__item span {
  color: #BD0017;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pageAccess02 {
    padding: 64px 0;
  }
  .pageAccess02__ttl {
    font-size: 34px;
  }
  .pageAccess02__mapBox {
    margin: 40px 0 64px -15px;
    padding: 0;
    width: calc(100% + 30px);
    height: 50vw;
  }
  .pageAccess02__mapBox iframe {
    width: 100%;
    height: 100%;
  }
  .pageAccess02__address {
    margin-top: 24px;
  }
  .pageAccess02__txt {
    color: #fff;
    line-height: 2.2;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 124px;
  }
  .pageAccess02__list {
    display: block;
    margin-top: 24px;
  }
  .pageAccess02__list__item {
    text-align: left;
    padding: 32px 26px;
  }
  .pageAccess02__list__item span {
    display: block;
    text-align: center;
  }
  .pageAccess02__list__item + .pageAccess02__list__item {
    margin-top: 16px;
  }
}

.pageNsblearning01 {
  padding: 96px 0 40px;
}
@media screen and (max-width: 767px) {
  .pageNsblearning01 {
    padding: 49px 0;
  }
}

.pageNsblearning02 {
  background: #BD0017;
  padding: 173px 0;
}
.pageNsblearning02__inner {
  max-width: 1200px;
}
.pageNsblearning02__ttl {
  color: #fff;
}
.pageNsblearning02__ttl span {
  color: #fff;
}
.pageNsblearning02__txt {
  background: #fff;
  color: #BD0017;
  font-size: 20px;
  font-weight: bold;
  margin: 64px auto 0;
  max-width: 846px;
  line-height: 2;
  padding: 32px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageNsblearning02 {
    padding: 64px 0;
  }
  .pageNsblearning02__txt {
    font-size: 16px;
    margin: 40px auto 0;
    padding: 32px 20px;
  }
}

.pageNsblearning03 {
  padding: 128px 0;
}
.pageNsblearning03__imgBox {
  margin: 64px auto 0;
  max-width: 717px;
  width: 100%;
}
.pageNsblearning03__ttl2 {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 128px;
}
.pageNsblearning03__numberList {
  margin: 64px auto 0;
  max-width: 832px;
  width: 100%;
}
.pageNsblearning03__txt {
  margin: 64px auto 0;
  max-width: 495px;
  width: 100%;
}
.pageNsblearning03__txt span {
  color: #c4c4c4;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pageNsblearning03 {
    padding: 96px 0;
  }
  .pageNsblearning03__imgBox {
    margin: 40px auto 0;
  }
  .pageNsblearning03__ttl2 {
    font-size: 21px;
    margin-top: 96px;
  }
  .pageNsblearning03__numberList {
    margin: 40px auto 0;
  }
  .pageNsblearning03__txt {
    text-align: left;
  }
  .pageNsblearning03__txt span {
    font-size: 12px;
  }
}

.pageNsblearning04 {
  background: #BD0017;
  padding: 128px 0;
}
.pageNsblearning04__ttl {
  color: #fff;
}
.pageNsblearning04__ttl2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 64px;
}
.pageNsblearning04__txt {
  color: #fff;
  margin: 32px auto 0;
  max-width: 697px;
  width: 100%;
}
.pageNsblearning04__txt.is_center {
  text-align: center;
}
.pageNsblearning04__imgBox {
  margin: 12px auto 0;
  max-width: 536px;
  width: 100%;
}
.pageNsblearning04__caption {
  color: #fff;
  font-size: 14px;
  margin: 16px auto 0;
  max-width: 697px;
}
.pageNsblearning04__txtBox {
  background: #fff;
  color: #BD0017;
  font-size: 20px;
  font-weight: bold;
  padding: 32px;
  margin: 16px auto 0;
  max-width: 649px;
  width: 100%;
}
.pageNsblearning04__imgBox2 {
  margin: 12px auto 0;
  max-width: 626px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageNsblearning04 {
    padding: 64px 0;
  }
  .pageNsblearning04__ttl2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 64px;
  }
  .pageNsblearning04__txt {
    text-align: left;
    margin-top: 24px;
  }
  .pageNsblearning04__txt.is_sp_center {
    text-align: center;
  }
  .pageNsblearning04__imgBox {
    margin: 12px auto 0;
    max-width: 536px;
    width: 100%;
  }
  .pageNsblearning04__caption {
    font-size: 12px;
    text-align: left;
  }
  .pageNsblearning04__txtBox {
    font-size: 16px;
    padding: 32px 20px;
  }
  .pageNsblearning04__imgBox2 {
    margin: 8px auto 0;
  }
}

.pageNsblearning05 {
  padding: 128px 0;
}
.pageNsblearning05__txt {
  font-weight: bold;
  line-height: 2;
  margin: 32px auto 0;
  max-width: 649px;
}
.pageNsblearning05__imgBox {
  margin: 12px auto 0;
  max-width: 895px;
  width: 100%;
}
.pageNsblearning05__caption {
  line-height: 2;
  margin: 32px auto 0;
  max-width: 813px;
}
.pageNsblearning05__caption2 {
  color: #c4c4c4;
  margin: 16px auto 0;
  max-width: 895px;
}
.pageNsblearning05__txtBox {
  background: #BD0017;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 32px;
  margin: 64px auto 0;
  max-width: 649px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageNsblearning05 {
    padding: 96px 0;
  }
  .pageNsblearning05__txt {
    text-align: left;
    margin-top: 48px;
  }
  .pageNsblearning05__imgBox {
    margin: 80px auto 0;
  }
  .pageNsblearning05__caption {
    font-size: 12px;
    margin-top: 24px;
    text-align: left;
  }
  .pageNsblearning05__caption2 {
    font-size: 12px;
    margin-top: 24px;
  }
  .pageNsblearning05__txtBox {
    font-size: 16px;
    padding: 32px 20px;
    margin: 24px auto 0;
    text-align: left;
  }
}

.pagePrice__redSmallBox01 {
  background: #BD0017;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: bold;
  margin: 32px auto 0;
  max-width: 389px;
  width: 100%;
  height: 102px;
}
.pagePrice__redSmallBox01 span {
  display: inline-block;
  font-weight: 300;
  margin: 0 15px;
}
.pagePrice__redSmallBox02 {
  background: #BD0017;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 32px;
  font-weight: bold;
  margin: 32px auto 0;
  max-width: 389px;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
.pagePrice__redSmallBox02 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pagePrice__redSmallBox01 {
    font-size: 24px;
    margin: 16px auto 0;
  }
  .pagePrice__redSmallBox01 span {
    margin: 0 10px;
  }
  .pagePrice__redSmallBox02 {
    background: #BD0017;
    border-radius: 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
    font-weight: bold;
    margin: 32px auto 0;
    max-width: 389px;
    line-height: 1.5;
    padding: 30px 0;
    text-align: center;
    width: 100%;
  }
  .pagePrice__redSmallBox02 span {
    font-size: 16px;
  }
}

.pagePrice01 {
  padding-bottom: 128px;
}
.pagePrice01__imgBox {
  height: 335px;
}
.pagePrice01__ttl {
  margin-top: 70px;
}
.pagePrice01__ttl2 {
  font-size: 30px;
  margin-top: 96px;
}
.pagePrice01__redBox01 {
  background: #BD0017;
  color: #fff;
  padding: 32px 15px;
  margin-top: 32px;
}
.pagePrice01__redBox01__txt {
  font-size: 20px;
  margin: auto;
  max-width: 670px;
  width: 100%;
}
.pagePrice01__redBox01__txt span {
  font-size: 32px;
}
.pagePrice01__txt {
  font-size: 14px;
  line-height: 2.28;
  margin: 16px auto 0;
  max-width: 630px;
  width: 100%;
}
.pagePrice01__txt2 {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pagePrice01 {
    padding-bottom: 96px;
  }
  .pagePrice01__imgBox {
    height: 155px;
  }
  .pagePrice01__ttl {
    margin-top: 48px;
  }
  .pagePrice01__ttl2 {
    font-size: 21px;
    margin-top: 64px;
  }
  .pagePrice01__redBox01__txt {
    text-align: center;
  }
  .pagePrice01__redBox01__txt span {
    font-size: 26px;
  }
  .pagePrice01__txt {
    font-size: 12px;
    line-height: 1.83;
    margin: 24px auto 0;
  }
  .pagePrice01__txt2 {
    font-size: 12px;
    margin-top: 40px;
  }
}

.pagePrice02 {
  background: #FAFAFA;
  padding: 64px 0;
}
.pagePrice02__txt {
  text-align: center;
  margin-top: 16px;
}
.pagePrice02__txt2 {
  text-align: center;
  margin-top: 32px;
}
.pagePrice02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
  max-width: 600px;
  width: 100%;
}
.pagePrice02__list__item {
  background: #BD0017;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 279px;
  text-align: center;
  width: 100%;
  height: 139px;
}
.pagePrice02__list__item span {
  display: block;
  font-size: 32px;
  line-height: 1.3;
}
.pagePrice02__list__item + .pagePrice02__list__item {
  position: relative;
}
.pagePrice02__list__item + .pagePrice02__list__item::before {
  color: #000;
  content: "or";
  font-size: 24px;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagePrice02__btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .pagePrice02 {
    padding: 64px 0 48px;
  }
  .pagePrice02__txt {
    font-size: 14px;
  }
  .pagePrice02__txt2 {
    text-align: left;
    font-size: 14px;
    margin-top: 24px;
  }
  .pagePrice02__list {
    display: block;
    margin: 40px auto 0;
  }
  .pagePrice02__list__item {
    padding: 14px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .pagePrice02__list__item span {
    display: block;
    font-size: 32px;
    line-height: 1.3;
  }
  .pagePrice02__list__item + .pagePrice02__list__item {
    margin-top: 40px;
  }
  .pagePrice02__list__item + .pagePrice02__list__item::before {
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .pagePrice02__btn {
    margin-top: 40px;
  }
}

.pagePrice03 {
  background: #FAFAFA;
  padding: 64px 0;
}
.pagePrice03__txt {
  margin: 16px auto 0;
  max-width: 700px;
  width: 100%;
}
.pagePrice03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.pagePrice03__list__item {
  background: #434343;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 324px;
  padding: 32px 15px;
  width: 32.8%;
}
.pagePrice03__list__mentoring {
  margin-top: 12px;
}
.pagePrice03__list__price {
  font-size: 32px;
  margin-top: 15px;
}
.pagePrice03__btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .pagePrice03 {
    padding: 48px 0;
  }
  .pagePrice03__txt {
    font-size: 14px;
  }
  .pagePrice03__list {
    display: block;
    margin-top: 16px;
  }
  .pagePrice03__list__item {
    max-width: 100%;
    padding: 16px 15px;
    width: 100%;
  }
  .pagePrice03__list__item + .pagePrice03__list__item {
    margin-top: 16px;
  }
  .pagePrice03__list__mentoring {
    margin-top: 10px;
  }
  .pagePrice03__list__price {
    margin-top: 10px;
  }
  .pagePrice03__btn {
    margin-top: 40px;
  }
}

.pagePrice04 {
  background: #FAFAFA;
  padding: 64px 0 128px;
}
.pagePrice04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.pagePrice04__list__item {
  background: #BD0017;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 324px;
  padding: 28px 15px;
  width: 32.8%;
}
.pagePrice04__list__month {
  font-size: 32px;
}
.pagePrice04__list__price {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .pagePrice04 {
    padding: 48px 0 64px;
  }
  .pagePrice04__list {
    display: block;
    margin-top: 40px;
  }
  .pagePrice04__list__item {
    max-width: 100%;
    padding: 13px 15px;
    width: 100%;
  }
  .pagePrice04__list__item + .pagePrice04__list__item {
    margin-top: 16px;
  }
}

.pagePrice05 {
  padding: 128px 0 64px;
}
.pagePrice05__txt {
  color: #555555;
}
.pagePrice05__txt__top {
  font-weight: normal;
}
.pagePrice05__txt__middle {
  font-size: 32px;
}
.pagePrice05__txt__middle span {
  color: #BD0017;
}
.pagePrice05__txt__bottom {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .pagePrice05 {
    padding: 96px 0 48px;
  }
  .pagePrice05__txt__middle {
    font-size: 24px;
  }
}

.pagePrice06 {
  padding: 64px 0;
}
.pagePrice06__table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-top: 64px;
}
.pagePrice06__table th, .pagePrice06__table td {
  color: #231815;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 14px;
  vertical-align: middle;
}
.pagePrice06__table th.is_standard, .pagePrice06__table td.is_standard {
  background: #434343;
  color: #fff;
}
.pagePrice06__table th.is_boost, .pagePrice06__table td.is_boost {
  background: #BD0017;
  color: #fff;
}
.pagePrice06__table th {
  font-size: 18px;
}
.pagePrice06__table td {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.pagePrice06__table td span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .pagePrice06 {
    padding: 48px 0;
  }
  .pagePrice06__table {
    margin-top: 26px;
  }
  .pagePrice06__table th, .pagePrice06__table td {
    padding: 10px;
  }
  .pagePrice06__table th {
    font-size: 14px;
  }
  .pagePrice06__table td {
    font-size: 18px;
  }
  .pagePrice06__table td span {
    font-size: 12px;
  }
}

.pagePrice07 {
  padding: 64px 0 128px;
}
.pagePrice07__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  margin-top: 128px;
  text-align: center;
}
.pagePrice07__txt {
  color: #555;
  line-height: 2;
  margin: 32px auto 0;
  max-width: 591px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagePrice07 {
    padding: 48px 0 96px;
  }
  .pagePrice07__ttl {
    font-size: 18px;
    margin-top: 64px;
  }
  .pagePrice07__txt {
    font-size: 14px;
    line-height: 1.7;
    margin: 24px auto 0;
  }
}

.pageCourse__wideBox {
  position: relative;
  text-align: left;
}
.pageCourse__wideBox.is_opposite .pageCourse__txtBox__ttl {
  text-align: right;
}
.pageCourse__wideBox.is_opposite .pageCourse__txtBox__lead {
  text-align: right;
}
.pageCourse__wideBox.is_opposite .pageCourse__txtBox__txt {
  margin-left: auto;
}
.pageCourse__wideBox.is_opposite .pageCourse__imgBox {
  margin-right: auto;
  margin-left: 0;
}
.pageCourse__txtBox {
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
  margin: auto;
  max-width: 1248px;
  width: 100%;
}
.pageCourse__txtBox__ttl {
  color: #BD0017;
  font-size: 96px;
  font-weight: bold;
}
.pageCourse__txtBox__lead {
  color: #BD0017;
  font-size: 20px;
  font-weight: bold;
}
.pageCourse__txtBox__txt {
  background: #BD0017;
  color: #fff;
  margin-top: 32px;
  max-width: 446px;
  line-height: 2;
  padding: 32px;
  width: 100%;
}
.pageCourse__txtBox__whiteBox {
  background: #fff;
  color: #BD0017;
  font-weight: bold;
  display: block;
  margin-top: 16px;
  max-width: 277px;
  padding: 32px 16px;
}
.pageCourse__imgBox {
  margin-left: auto;
  width: calc(50% + 624px - 210px);
}
.pageCourse__redBoxlist {
  margin-top: 0;
}
.pageCourse__redBoxlist .c-redBox01__list__item:nth-child(1) {
  background: #AA0015;
}
.pageCourse__redBoxlist .c-redBox01__list__item:nth-child(2) {
  background: #BD0017;
}
@media screen and (max-width: 767px) {
  .pageCourse__wideBox {
    position: relative;
    text-align: left;
    padding-bottom: 192px;
  }
  .pageCourse__wideBox.is_opposite .pageCourse__txtBox__ttl {
    text-align: left;
  }
  .pageCourse__wideBox.is_opposite .pageCourse__txtBox__lead {
    text-align: left;
  }
  .pageCourse__wideBox.is_opposite .pageCourse__txtBox__txt {
    margin-left: auto;
  }
  .pageCourse__wideBox.is_opposite .pageCourse__imgBox {
    margin-right: auto;
    margin-left: 0;
  }
  .pageCourse__txtBox {
    left: 0;
    top: -115px;
  }
  .pageCourse__txtBox__ttl {
    font-size: 40px;
    padding: 0 15px;
  }
  .pageCourse__txtBox__lead {
    font-size: 18px;
    padding: 0 15px;
  }
  .pageCourse__txtBox__txt {
    margin-top: calc(60vw + 30px);
    max-width: 100%;
    padding: 32px;
  }
  .pageCourse__txtBox__whiteBox {
    background: #fff;
    color: #BD0017;
    font-weight: bold;
    display: block;
    margin-top: 16px;
    max-width: 277px;
    padding: 32px 16px;
  }
  .pageCourse__imgBox {
    margin-left: auto;
    width: 100%;
  }
  .pageCourse__redBoxlist {
    margin-top: 0;
  }
  .pageCourse__redBoxlist .c-redBox01__list__ttl {
    margin-right: auto;
  }
  .pageCourse__redBoxlist .c-redBox01__list__txt span {
    font-weight: bold;
  }
}

.pageCourse01 {
  padding: 96px 0 128px;
  text-align: center;
}
.pageCourse01__point {
  color: #BD0017;
  font-size: 20px;
  margin-top: 96px;
}
.pageCourse01__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.15;
  margin-top: 16px;
}
.pageCourse01__txt {
  color: #555;
  margin-top: 32px;
}
.pageCourse01__txt span {
  color: #BD0017;
}
@media screen and (max-width: 767px) {
  .pageCourse01 {
    padding: 48px 0 40px;
    text-align: center;
  }
  .pageCourse01__point {
    font-size: 14px;
    margin-top: 64px;
  }
  .pageCourse01__ttl {
    font-size: 21px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .pageCourse01__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 24px;
  }
}

.pageCourse02 {
  padding: 128px 0;
  text-align: center;
}
.pageCourse02__point {
  color: #BD0017;
  font-size: 20px;
}
.pageCourse02__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.15;
  margin-top: 16px;
}
.pageCourse02__lead {
  font-size: 20px;
  font-weight: bold;
  margin-top: 32px;
}
.pageCourse02__redBox {
  background: #BD0017;
  color: #fff;
  font-size: 20px;
  padding: 32px 16px;
  margin: 32px auto 0;
  max-width: 649px;
  width: 100%;
}
.pageCourse02__txt {
  margin: 32px auto 0;
  max-width: 732px;
  width: 100%;
  line-height: 2;
  text-align: left;
}
.pageCourse02__txt span {
  color: #BD0017;
}
@media screen and (max-width: 767px) {
  .pageCourse02 {
    padding: 48px 0;
    text-align: center;
  }
  .pageCourse02__point {
    font-size: 14px;
  }
  .pageCourse02__ttl {
    font-size: 21px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .pageCourse02__lead {
    font-size: 18px;
    margin-top: 24px;
    text-align: left;
  }
  .pageCourse02__redBox {
    font-size: 16px;
    padding: 48px 16px;
  }
  .pageCourse02__txt {
    font-size: 14px;
    text-align: left;
    margin-top: 24px;
  }
}

.pageCourse03 {
  padding: 133px 0 64px;
}
.pageCourse03__numberList {
  margin: 128px auto 0;
  max-width: 832px;
  width: 100%;
}
.pageCourse03__txt {
  margin: auto;
  max-width: 832px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageCourse03 {
    padding: 206px 0 48px;
  }
  .pageCourse03__numberList {
    padding: 0 15px;
    margin: 74px auto 0;
  }
  .pageCourse03__txt {
    padding: 0 15px;
  }
}

.pageCourse04 {
  padding: 64px 0 188px;
  text-align: center;
}
.pageCourse04__wideBox {
  margin-top: 197px;
}
.pageCourse04__wideBox + .pageCourse04__wideBox {
  margin-top: 273px;
}
.pageCourse04__txtBox__txt {
  max-width: 526px;
}
@media (max-width: 1400px) {
  .pageCourse04 {
    padding-bottom: 300px;
  }
  .pageCourse04__wideBox + .pageCourse04__wideBox {
    margin-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pageCourse04 {
    padding: 48px 0 30px;
    text-align: center;
  }
  .pageCourse04__wideBox {
    margin-top: 174px;
    padding-bottom: 700px;
  }
  .pageCourse04__wideBox + .pageCourse04__wideBox {
    margin-top: 205px;
  }
  .pageCourse04__txtBox__txt {
    font-size: 14px;
    max-width: 526px;
  }
}

.pageSupport01 {
  padding: 96px 0 128px;
}
.pageSupport01__ttl {
  margin-top: 96px;
}
.pageSupport01__txt {
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}
.pageSupport01__redBox {
  background: #BD0017;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 64px auto 0;
  padding: 32px;
  max-width: 649px;
}
.pageSupport01__btn {
  margin-top: 64px;
}
.pageSupport01__btn a {
  background-image: none;
}
.pageSupport01__btn a + a {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pageSupport01 {
    padding: 48px 0 96px;
  }
  .pageSupport01__ttl {
    margin-top: 64px;
  }
  .pageSupport01__txt {
    text-align: left;
    margin-top: 24px;
  }
  .pageSupport01__redBox {
    font-size: 16px;
    margin: 24px auto 0;
    padding: 48px 15px;
  }
  .pageSupport01__btn {
    margin-top: 64px;
  }
}

.pageSupport02 {
  background: #BD0017;
  padding: 128px 0;
}
.pageSupport02__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.pageSupport02__txt {
  color: #fff;
}
.pageSupport02__numberList__ttl {
  font-size: 28px;
  font-weight: bold;
}
.pageSupport02__whiteBox {
  background: #fff;
  padding: 48px;
  margin: 32px auto 0;
  max-width: 444px;
  text-align: center;
  width: 100%;
}
.pageSupport02__whiteBox__ttl {
  font-size: 20px;
  font-weight: bold;
}
.pageSupport02__whiteBox__year {
  font-size: 32px;
}
.pageSupport02__whiteBox__year span {
  color: #BD0017;
  font-weight: bold;
  font-size: 160px;
  line-height: 1.2;
}
.pageSupport02__txt2 {
  color: #fff;
  margin: 16px auto 128px;
  max-width: 444px;
  line-height: 2;
  width: 100%;
}
.pageSupport02__txt3 {
  color: #fff;
  margin: 32px auto 0;
  max-width: 649px;
  line-height: 2;
  width: 100%;
}
.pageSupport02__txt4 {
  color: #fff;
  margin: 64px auto 0;
  max-width: 895px;
  line-height: 2;
  width: 100%;
}
.pageSupport02__txt5 {
  color: #fff;
  margin: 16px auto 0;
  line-height: 2;
}
.pageSupport02__whiteBox2 {
  background: #fff;
  color: #BD0017;
  font-size: 20px;
  font-weight: bold;
  padding: 32px;
  margin: 32px auto 0;
  max-width: 649px;
  line-height: 2;
  width: 100%;
}
.pageSupport02__whiteBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.pageSupport02__whiteBoxList__item {
  background: #fff;
  max-width: 497px;
  padding: 32px;
  width: 49.5%;
}
.pageSupport02__whiteBoxList__ttl {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
.pageSupport02__whiteList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  min-height: 240px;
}
.pageSupport02__whiteList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageSupport02__whiteList__left {
  font-size: 18px;
  font-weight: bold;
}
.pageSupport02__whiteList__red {
  color: #BD0017;
  font-size: 60px;
  margin-right: 3px;
  line-height: 1.4;
}
.pageSupport02__whiteList__right {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pageSupport02 {
    padding: 64px 0;
  }
  .pageSupport02__ttl {
    font-size: 21px;
  }
  .pageSupport02__numberList {
    margin-top: 51px;
  }
  .pageSupport02__numberList__ttl {
    font-size: 20px;
    font-weight: bold;
  }
  .pageSupport02__numberList .pageCareer02__numberList__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pageSupport02__numberList .pageCareer02__numberList__item::before {
    margin-top: 3px;
  }
  .pageSupport02__numberList .pageCareer02__numberList__txtBox {
    font-size: 14px;
  }
  .pageSupport02__whiteBox {
    padding: 32px 15px;
    margin: 32px auto 0;
  }
  .pageSupport02__whiteBox__year {
    font-size: 32px;
  }
  .pageSupport02__whiteBox__year span {
    color: #BD0017;
    font-weight: bold;
    font-size: 160px;
    line-height: 1.2;
  }
  .pageSupport02__txt2 {
    font-size: 12px;
    margin: 33px auto 96px;
  }
  .pageSupport02__txt3 {
    font-size: 14px;
  }
  .pageSupport02__txt4 {
    font-size: 14px;
    margin: 24px auto 0;
  }
  .pageSupport02__txt5 {
    font-size: 14px;
  }
  .pageSupport02__whiteBox2 {
    font-size: 16px;
    padding: 48px 32px;
    margin: 24px auto 0;
  }
  .pageSupport02__whiteBoxList {
    display: block;
    margin-top: 40px;
  }
  .pageSupport02__whiteBoxList__item {
    padding: 18px 15px;
    width: 100%;
  }
  .pageSupport02__whiteBoxList__item + .pageSupport02__whiteBoxList__item {
    margin-top: 16px;
  }
  .pageSupport02__whiteBoxList__ttl {
    font-size: 16px;
  }
  .pageSupport02__whiteList {
    margin-top: 11px;
    min-height: initial;
  }
  .pageSupport02__whiteList__left {
    font-size: 14px;
  }
  .pageSupport02__whiteList__red {
    font-size: 48px;
  }
  .pageSupport02__whiteList__right {
    font-size: 16px;
  }
}

.pageSupport03 {
  padding: 128px 0;
}
.pageSupport03__txt {
  line-height: 2;
  margin: 32px auto 0;
  max-width: 649px;
  width: 100%;
}
.pageSupport03__redBox {
  background: #BD0017;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 32px auto 0;
  padding: 32px;
  max-width: 649px;
}
.pageSupport03__txt2 {
  margin-top: 32px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pageSupport03 {
    padding: 96px 0;
  }
  .pageSupport03__txt {
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    margin-top: 32px;
  }
  .pageSupport03__redBox {
    font-size: 16px;
    text-align: center;
    padding: 48px 32px;
  }
  .pageSupport03__txt2 {
    font-size: 16px;
    margin-top: 32px;
    line-height: 1.71;
  }
}

.pageSupport04 {
  background: #BD0017;
  color: #fff;
  padding: 128px 0;
}
.pageSupport04__txt {
  line-height: 2;
  margin: 32px auto 0;
  max-width: 649px;
  width: 100%;
}
.pageSupport04__whiteBox {
  background: #fff;
  color: #BD0017;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 32px auto 0;
  padding: 32px;
  max-width: 649px;
}
.pageSupport04__txt2 {
  margin-top: 32px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pageSupport04 {
    padding: 64px 0;
  }
  .pageSupport04__txt {
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    margin-top: 32px;
  }
  .pageSupport04__whiteBox {
    font-size: 16px;
    text-align: center;
    padding: 48px 32px;
  }
  .pageSupport04__txt2 {
    margin-top: 32px;
    line-height: 2;
  }
}

.pageSupport05 {
  padding: 128px 0 0;
}
.pageSupport05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.pageSupport05__list__item {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  max-width: 343px;
  width: 32%;
}
.pageSupport05__list__txtBox {
  padding: 32px 16px 16px;
}
.pageSupport05__list__mentor {
  border-radius: 16px;
  border: solid 1px #BD0017;
  color: #BD0017;
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
}
.pageSupport05__list__name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.pageSupport05__list__txt {
  line-height: 2;
  margin-top: 16px;
}
.pageSupport05__list__btn {
  margin: 32px auto 0;
}
.pageSupport05__modal {
  background: #fff;
  border-radius: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px;
  margin: auto;
  max-width: 1308px;
  width: 100%;
}
.pageSupport05__modal__imgBox {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.pageSupport05__modal__txtBox {
  width: calc(100% - 364px);
}
.pageSupport05__modal__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
}
.pageSupport05__modal__ttl2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 32px;
}
.pageSupport05__modal__txt {
  margin-top: 16px;
}
.pageSupport05__modal__btn {
  border: solid 1px #BD0017;
  border-radius: 16px;
  color: #BD0017;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  width: 100%;
  height: 88px;
}
.pageSupport05__modal__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .pageSupport05 {
    padding: 96px 0 0;
  }
  .pageSupport05__ttl {
    font-size: 21px;
  }
  .pageSupport05__list {
    margin: 56px -15px 0 -15px;
  }
  .pageSupport05__list__item {
    margin: 0 10px 40px;
    width: 270px !important;
  }
  .pageSupport05__list__txtBox {
    padding: 24px;
  }
  .pageSupport05__list__txt {
    margin-top: 14px;
  }
  .pageSupport05__modal {
    border-radius: 8px;
    display: block;
    padding: 40px 15px;
    margin: 40px 15px;
    width: calc(100% - 30px) !important;
  }
  .pageSupport05__modal__imgBox {
    margin: auto;
    width: 220px;
    height: 220px;
  }
  .pageSupport05__modal__txtBox {
    margin-top: 40px;
    width: 100%;
  }
  .pageSupport05__modal__ttl {
    font-size: 24px;
  }
  .pageSupport05__modal__ttl2 {
    font-size: 18px;
  }
  .pageSupport05__modal__txt {
    font-size: 14px;
  }
  .pageSupport05__modal__btn {
    font-size: 16px;
    height: 66px;
  }
}
/* TBキャンペーンバナーcssここから */
.flow-bnr {
  position: fixed;
  bottom: 30px;
  left: 10px;
  width: 485px;
  cursor: pointer;
  z-index: 999;
  display: none;
}
.flow-bnr .flow-bnr__inner {
  position: relative;
  transition: 0.5s;
}
.flow-bnr .flow-bnr__inner:hover {
  opacity: 0.7;
}
.flow-bnr .flow-bnr__inner a {
  display: block;
}
.flow-bnr .flow-bnr__inner .bnr-close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 1;
}
.tb_cp_btm_bnr {
  background: #f9f8f9;
  padding: 60px 0 40px;
}
.tb_cp_btm_bnr .c-ttl02 {
  margin: 0 auto 40px;
}
.tb_cp_btm_bnr .cp-bnr-img {
  max-width: 450px;
  margin: 0 auto 40px;
}
.tb_cp_btm_bnr .cp-text-more {
  color:rgba(99, 99, 99, 1);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.tb_cp_btm_bnr .cp-text-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-right: 20px solid transparent;
  border-top: 20px solid #bebebe;
  border-left: 20px solid transparent;
}
@media screen and (max-width: 767px) {
  .tb_cp_btm_bnr {
    padding: 30px 0 20px;
  }
  .tb_cp_btm_bnr .c-ttl02 {
    margin-bottom: 30px;
  }
  .tb_cp_btm_bnr .cp-bnr-img {
    max-width: 450px;
    margin-bottom: 20px;
  }
  .tb_cp_btm_bnr .cp-text-more {
    color:rgba(99, 99, 99, 1);
    font-size: 16px;
    padding-bottom: 20px;
  }
  .tb_cp_btm_bnr .cp-text-more::before {
    border-right: 15px solid transparent;
    border-top: 15px solid #bebebe;
    border-left: 15px solid transparent;
  }
}
.tb_cp_bnr {
  margin: 20px -1.3% 20px;
  text-align: center;
  display: none;
}
.tb_cp_bnr img {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .tb_cp_bnr {
    display: block;
  }
}
.tb_cp_bnr_note {
	font-size: 10px;
	text-align: right;
}
.tb_cp_bnr .tb_cp_bnr_note {
  max-width: 95%;
}
/* TBキャンペーンバナーcssここまで */

/*# sourceMappingURL=style.css.map*/

/* お得な給付制度についてエリアcss */
.tbCpArea {
  background: #f9f8f9;
  padding: 98px 0 102px;
}
.tbCpArea .tbCpArea__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 60px;
}
.tbCpArea .pageInterview01__ttl02 {
  margin: 0 auto 32px;
}
.tbCpArea .homeMerit__ttl2 {
  margin: 0 auto 30px;
  font-size: 26px;
}
.tbCpArea .tbCpArea__note {
  font-size: 10px;
  line-height: 16px;
  padding-left: 28px;
  position: relative;
}
.tbCpArea .tbCpArea__note span {
  position: absolute;
  left: 10px;
}
.tbCpArea .tbCpArea__read {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.tbCpArea .tbCpArea__read .point {
  color: #CB0000;
}
.tbCpArea .tbCpArea__read-note {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
  padding-left: 13px;
  position: relative;
}
.tbCpArea .tbCpArea__read-note span {
  position: absolute;
  left: 0;
}
.tbCpArea .tbCpArea__logo {
  max-width: 168px;
  margin: 0 auto 56px;
}
.tbCpArea .tbCpArea__box {
  background: #ffffff;
  padding: 24px 42px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
}
.tbCpArea .tbCpArea__box:last-of-type {
  margin-bottom: 56px;
  padding: 24px 42px 24px;
}
.tbCpArea .tbCpArea__box .box-text__text {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 8px;
}
.tbCpArea .tbCpArea__box:last-of-type > .box-text__text + .box-text__text {
  margin-bottom: 16px;
}
.tbCpArea .tbCpArea__box .tbCpArea__box__flex .box-text__text .price {
  font-size: 40px;
  line-height: 46px;
  color: #CB0000;
}
.tbCpArea .tbCpArea__box .box-text__text.indent {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
  font-weight: 500;
}
.tbCpArea .tbCpArea__box .box-text__text.indent span {
  position: absolute;
  left: 0;
}
.tbCpArea .tbCpArea__box__ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  background: #F3F3F3;
  max-width: 440px;
  margin: 0 auto 18px;
  padding: 2px 10px;
}
.tbCpArea .tbCpArea__box__ttl sub {
  font-size: 10px;
  line-height: 16px;
  bottom: 0;
}
.tbCpArea .tbCpArea__box__flex {
  display: flex;
  justify-content: center;
  max-width: 440px;
  margin: 0 auto;
}
.tbCpArea .tbCpArea__box__flex .box-text-area {
  width: 57%;
}
.tbCpArea .tbCpArea__box__flex .box-text-area p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .price {
  font-size: 24px;
  line-height: 28px;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .box-text__price {
  padding-right: 25px;
  position: relative;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-right: 30px solid transparent;
  border-top: 30px solid #D9D9D9;
  border-left: 30px solid transparent;
  z-index: -1;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off span {
  font-size: 22px;
  line-height: 35px;
  color: #CB0000;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off sub {
  font-size: 10px;
  bottom: 0;
}

.tbCpArea .tbCpArea__box__flex .box-text-area .box-text__price sub {
  font-size: 10px;
  bottom: 0;
  position: absolute;
  bottom: 10px;
}
.tbCpArea .tbCpArea__box__flex .box-text-area .tbCpArea__note {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  text-align: start;
}
.tbCpArea .tbCpArea__box__flex .box-icn-area {
  width: 31.8181%;
  height: 140px;
  margin-left: 11.5909%;
  background: #CB0000;
  border-radius: 50%;
  color: #ffffff;
}
.tbCpArea .tbCpArea__box__flex .box-icn-area > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tbCpArea .tbCpArea__box__flex .box-icn-area p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.tbCpArea .tbCpArea__box__flex .box-icn-area p span {
  font-size: 13px;
}
.tbCpArea .tbCpArea__box__flex .box-icn-area p .price {
  font-size: 30px;
}
.tbCpArea .tbCpArea__box + .tbCpArea__note {
  margin-top: 18px;
}
.tbCpArea .tbCpArea__note + .homeMerit__ttl2 {
  margin-top: 56px;
}
.tbCpArea .tbCpArea__step {
  display: flex;
  justify-content: space-between;
}
.tbCpArea .tbCpArea__step li {
  width: 23.5294%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.tbCpArea .tbCpArea__step li + li {
  margin-left: 1.9607%;
}
.tbCpArea .tbCpArea__step li + li::before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 9%;
  left: -8%;
  background: url(../img/img/tb_cp_arrow.svg) no-repeat center / 100%;
}
.tbCpArea .tbCpArea__step li .step-icn {
  margin: 0 auto 20px;
}
.tbCpArea .tbCpArea__step li:nth-of-type(1) .step-icn {
  width: 53.125%;
}
.tbCpArea .tbCpArea__step li:nth-of-type(2) .step-icn {
  width: 36.25%;
}
.tbCpArea .tbCpArea__step li:nth-of-type(3) .step-icn {
  width: 45%;
}
.tbCpArea .tbCpArea__step li:nth-of-type(4) .step-icn {
  width: 46.875%;
}
.tbCpArea .tbCpArea__step li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  max-width: 145px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tbCpArea {
    padding: 60px 0 80px;
  }
  .tbCpArea .tbCpArea__inner {
    padding: 0 19px;
  }
  .tbCpArea .pageInterview01__ttl02 {
    font-size: 28px;
    line-height: 44px;
  }
  .tbCpArea .homeMerit__ttl2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }
  .tbCpArea .tbCpArea__read {
    font-size: 15px;
    line-height: 24px;
  }
  .tbCpArea .tbCpArea__read-note {
    font-size: 10px;
    line-height: 16px;
  }
  .tbCpArea .tbCpArea__logo {
    max-width: 168px;
    margin-bottom: 40px;
  }
  .tbCpArea .tbCpArea__box {
    padding: 16px 11px 16px;
    position: relative;
  }
  .tbCpArea .tbCpArea__box:last-of-type {
    margin-bottom: 40px;
    padding: 24px 11px 24px;
  }
  .tbCpArea .tbCpArea__box .box-text__text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .tbCpArea .tbCpArea__box:last-of-type > .box-text__text + .box-text__text {
    margin-bottom: 6px;
  }
  .tbCpArea .tbCpArea__box .tbCpArea__box__flex .box-text__text .price {
    font-size: 32px;
    line-height: 37px;
  }
  .tbCpArea .tbCpArea__box .box-text__text.indent {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    text-align: left;
    font-weight: 500;
  }
  .tbCpArea .tbCpArea__box .box-text__text.indent span {
    position: absolute;
    left: 0;
  }
  .tbCpArea .tbCpArea__box__ttl {
    font-size: 20px;
    line-height: 32px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area {
    width: 60.3174%;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area p {
    font-size: 18px;
    line-height: 21px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .price {
    font-size: 20px;
    line-height: 32px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off::before {
    border-right: 25px solid transparent;
    border-top: 25px solid #D9D9D9;
    border-left: 25px solid transparent;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .box-text__off span {
    font-size: 20px;
    line-height: 32px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .tbCpArea__note.sp-note-upper {
    position: absolute;
    right: 11px;
    bottom: 48px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .tbCpArea__note.sp-note-middle {
	position: absolute;
    right: 11px;
	bottom: 32px;
  }
  .tbCpArea .tbCpArea__box__flex .box-text-area .tbCpArea__note.sp-note-lower {
    position: absolute;
    right: 11px;
    bottom: 16px;
  }
  .tbCpArea .tbCpArea__box__flex .box-icn-area {
    width: 31.4285%;
    height: 0;
    padding-top: 31.4285%;
    margin-left: 0;
    position: relative;
  }
  .tbCpArea .tbCpArea__box__flex .box-icn-area > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .tbCpArea .tbCpArea__box__flex .box-icn-area p {
    font-size: 14px;
    line-height: 18px;
  }
  .tbCpArea .tbCpArea__box__flex .box-icn-area p span {
    font-size: 10px;
  }
  .tbCpArea .tbCpArea__box__flex .box-icn-area p .price {
    font-size: 20px;
  }
  .tbCpArea .tbCpArea__box + .tbCpArea__note {
    margin-top: 9px;
    padding-left: 28px;
  }
  .tbCpArea .tbCpArea__note + .homeMerit__ttl2 {
    margin-top: 40px;
  }
  .tbCpArea .tbCpArea__step {
    display: block;
    max-width: 307px;
    margin: 0 auto;
  }
  .tbCpArea .tbCpArea__step li {
    width: 100%;
  }
  .tbCpArea .tbCpArea__step li + li {
    margin-left: 0;
    padding-top: 34px;
  }
  .tbCpArea .tbCpArea__step li + li::before {
    top: 11%;
    left: calc(50% - 5px);
    transform: rotate(90deg);
  }
  .tbCpArea .tbCpArea__step li .step-icn {
    margin: 0 auto;
  }
  .tbCpArea .tbCpArea__step li:nth-of-type(1) .step-icn,
  .tbCpArea .tbCpArea__step li:nth-of-type(2) .step-icn,
  .tbCpArea .tbCpArea__step li:nth-of-type(3) .step-icn,
  .tbCpArea .tbCpArea__step li:nth-of-type(4) .step-icn {
    display: none;
  }
  .tbCpArea .tbCpArea__step li p {
    font-size: 15px;
    max-width: 307px;
    background: #ffffff;
    padding: 2px 10px;
    width: 400px;
  }
}
/* お得な給付制度についてエリアcssここまで */





/* 料金表 202406追加 */

.pagePrice06 .c-inner02 {
  max-width: 1110px;
}

@media screen and (min-width: 768px) {
  .pagePrice06 .c-inner02 {
    padding: 0 64px;
  }
}

.price-table{
  margin-top: 40px;
	background-color: #fff;
	border-spacing:0;
	padding: 0 5% 8%;
}
@media screen and (min-width:768px) {
	.price-table{
		padding: 0 4% 4%;
	}
}
@media screen and (min-width:1024px) {
	.price-table{
    margin-top: 20px;
		padding: 0;
	}
}
.price-table__block{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width:1024px) {
	.price-table__block{
		align-items: stretch;
		justify-content:space-between;
	}
}

.price-table__course{
	border-top: 2px solid #9c9c9c;
	border-left: 2px solid #9c9c9c;
	border-right: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	border-spacing:0;
	font-weight: normal;
	flex-basis: 100%;
	position: relative;
	margin-bottom: 13.5%;
}
@media screen and (min-width:768px) {
	.price-table__course{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.price-table__course{
    border-left: none;
	}
}
@media screen and (min-width:1024px) {
	.price-table__course{
		border-top: 3px solid #9c9c9c;
		border-left: 3px solid #9c9c9c;
		border-right: 3px solid #9c9c9c;
		border-bottom: 3px solid #9c9c9c;
		margin-bottom: 12px;
	}
}
@media screen and (min-width:768px) {
	.price-table__course::after{
		bottom: -9%;
	}
}
.price-table__course th{
	background-color: #f3f3f3;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding: 2% 0;
}
@media screen and (min-width:768px) {
	.price-table__course th{
		font-size: 16px;
	}
}
@media screen and (min-width:1024px) {
	.price-table__course th{
		font-size: 16px;
		line-height: 1.4;
		padding: 20px 0;
	}
}
.price-table__course td{
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	font-size: 12px;
	font-weight: bold;
	padding: 3.8% 0;
	text-align: center;
}
@media screen and (min-width:768px) {
	.price-table__course td{
		font-size: 16px;
	}
}
@media screen and (min-width:1024px) {
	.price-table__course td{
		font-size: 16px;
		padding: 15px 0;
	}
}
.price-table__course td span{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
@media screen and (min-width:768px) {
	.price-table__course td span{
		font-size: 28px;
	}
}
@media screen and (min-width:1024px) {
	.price-table__course td span{
		font-size: 30px;
	}
}
.price-table__course thead {
  font-weight: 700;
}
.price-table__course thead th {
  vertical-align: middle;
  width: 20%;
}

/* 20240625 追加 */
.price-table__course thead th {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
.price-table__course thead th.green {
	background-color: green;
	color: #fff;
}
.price-table__course thead th.blue {
	background-color: #324a72;
	color: #fff;
}
.price-table__course thead th.red {
	background-color: #CB0000;
	color: #fff;
}
.price-table__course tbody tr th {
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (max-width:767px) {
	.price-table__course thead th:nth-child(1) ,
	.price-table__course tbody th {
		position: sticky;
		left: 0;
	}
	.price-table__course thead th,
	.price-table__course tbody td {
		width: 125px;
	}
	.price-table__course thead th:nth-child(1) {
		width: 110px;
		border-right: 1px solid #9c9c9c;
	}
	.price-table__course {
		min-width: 640px;
		width: 640px;
		margin-bottom: 0;
		border-left: none;
	}
	.price-table {
		padding: 0;
		margin-right: -15px;
		margin-bottom: 20px;
	}
	.price-table__block {
		overflow: scroll;
		padding-right: 15px;
		margin-bottom: 20px;
	}
  .price-table__course thead th:nth-child(1)::after,
  .price-table__course tbody th::after{
    width: 2px;
    height: 100%;
    margin: auto;
    background: #9c9c9c;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.price-table__course thead th,
	.price-table__course tbody td {
		width: 132px;
	}
	.price-table__course thead th:nth-child(1) {
		width: 110px;
	}
	.price-table__course {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
}
@media screen and (min-width: 561px) and (max-width:767px) {
	.price-table__course thead th,
	.price-table__course tbody td {
		width: calc(132 / 375 * 100vw);
	}
	.price-table__course thead th:nth-child(1) {
		width: calc(110 / 375 * 100vw);
	}
	.price-table__course {
		min-width: calc(640 / 375 * 100vw);
		width: calc(640 / 375 * 100vw);
	}
}

.price-table__course thead th,
.price-table__course tbody th,
.price-table__course tbody td {
  text-align: center;
  vertical-align: middle;
}
/* 20240625 */


.price-table__course td{
	background-color: #fff;
}
.price-table__note {
  padding-right: 15px;
}
.price-table__note li{
	margin: 0;
  font-size: 12px;
  line-height: 1.8;
}

/* 料金表 202406 */
