<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.featureItem-title {
  -webkit-font-smoothing: antialiased; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

/*----------------------
        base
----------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: Arial,'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  background: #fff;
  color: #222;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media screen and (max-width: 512px) {
    body {
      line-height: 1.7;
      letter-spacing: 0.03em; } }

p {
  font-size: 16px;
  color: #222; }
  @media screen and (max-width: 512px) {
    p {
      font-size: 14px; } }

li {
  font-size: 16px;
  color: #222; }
  @media screen and (max-width: 512px) {
    li {
      font-size: 14px; } }

dd {
  font-size: 16px;
  color: #222; }
  @media screen and (max-width: 512px) {
    dd {
      font-size: 14px; } }

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

td {
  font-size: 16px; }
  @media screen and (max-width: 512px) {
    td {
      font-size: 14px; } }

label, select {
  cursor: pointer; }

h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #222; }

input[type="text"], textarea {
  padding: 5px;
  border: 1px solid #cccccc; }

.maT30 {
  margin-top: 30px; }

/*----------------------
        layout
----------------------*/
@media screen and (max-width: 768px) {
  body, html {
    overflow-x: hidden;
    position: relative; } }

.scroll-prevent body {
  overflow: hidden; }

.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: white;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .header {
      height: 70px; } }
  @media screen and (max-width: 768px) {
    .header {
      height: 58px; } }
  .header-inner {
    width: auto;
    padding: 0 30px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    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; }
    @media screen and (max-width: 1000px) {
      .header-inner {
        height: 70px; } }
    @media screen and (max-width: 768px) {
      .header-inner {
        overflow: hidden;
        padding: 0 20px;
        height: 58px; } }
    @media screen and (max-width: 512px) {
      .header-inner {
        padding: 0 15px; } }
  .header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-nav li {
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #ddd;
    padding: 0 15px; }
    .header-nav li:last-child {
      margin-right: 0;
      border-right: 0; }
  .header-nav a:hover {
    color: #d70e18; }
  .header-login {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 1000px) {
      .header-login {
        margin-right: 40px; } }
    @media screen and (max-width: 768px) {
      .header-login {
        margin-right: 48px; } }
    .header-login a {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background: #fff;
      color: #d70e18;
      line-height: 34px;
      border-radius: 4px;
      border: 2px solid #d70e18;
      padding: 0 20px;
      font-size: 15px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .header-login a {
          padding: 0 15px;
          font-size: 13px; } }
      @media screen and (max-width: 512px) {
        .header-login a {
          font-size: 12px;
          padding: 0 10px; } }
      .header-login a:hover {
        background: #ffefef; }
      .header-login a.btn_login svg {
        width: auto;
        height: 18px;
        fill: #d70e18;
        margin-right: 6px; }
        @media screen and (max-width: 768px) {
          .header-login a.btn_login svg {
            height: 16px; } }

.gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (max-width: 1000px) {
    .gNav {
      display: block;
      overflow: auto;
      height: 100%;
      width: 40%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(215, 14, 24, 0.9);
      position: fixed;
      top: 70px;
      right: -40%;
      z-index: 11100;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 768px) {
    .gNav {
      top: 59px;
      padding: 0 20px; } }
  @media screen and (max-width: 512px) {
    .gNav {
      right: -70%;
      width: 70%; } }
  .gNav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 1000px) {
      .gNav-list {
        pointer-events: none;
        display: block;
        width: 100%;
        padding: 30px 0 0; } }
    @media screen and (max-width: 512px) {
      .gNav-list {
        padding-top: 30px; } }
  .gNav-item {
    display: inline-block;
    position: relative;
    border-right: 1px solid #ddd;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .gNav-item:last-child {
      margin-right: 0;
      border-right: 0; }
    .gNav-item:last-child {
      margin-right: 10px; }
    @media screen and (max-width: 1000px) {
      .gNav-item {
        border-right: none;
        display: block;
        margin-right: 0; }
        .gNav-item:last-child {
          margin-right: 0; } }
    .gNav-item a {
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: bold;
      padding: 0 15px;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 1000px) {
        .gNav-item a {
          color: #fff;
          border-bottom: 0.9px solid rgba(255, 255, 255, 0.5);
          font-size: 15px;
          height: auto;
          padding: 15px 8px 15px 0;
          position: relative;
          cursor: default;
          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; } }
      @media screen and (max-width: 512px) {
        .gNav-item a {
          padding: 10px 0;
          font-size: 13px; } }
      .gNav-item a:after {
        position: relative;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        content: '';
        height: 2px;
        width: 0;
        opacity: 0;
        position: absolute;
        bottom: 0;
        border-radius: 4px;
        background: -webkit-linear-gradient(322.41deg, #0b3089 0%, #00b3e9 55%, #eda3c3 100%);
        background: -o-linear-gradient(322.41deg, #0b3089 0%, #00b3e9 55%, #eda3c3 100%);
        background: linear-gradient(127.59deg, #0b3089 0%, #00b3e9 55%, #eda3c3 100%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        @media screen and (max-width: 1000px) {
          .gNav-item a:after {
            background: #fff;
            height: 1px; } }
        @media screen and (max-width: 512px) {
          .gNav-item a:after {
            display: none; } }
      .gNav-item a:hover {
        color: #E2002D; }
        @media screen and (max-width: 1000px) {
          .gNav-item a:hover {
            color: #fff;
            padding-right: 0; } }
    .gNav-item-btn {
      display: none;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 1000px) {
        .gNav-item-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media screen and (max-width: 512px) {
        .gNav-item-btn {
          width: 15px;
          height: 15px; } }
      .gNav-item-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .gNav-item-btn svg {
        width: 10px;
        fill: #fff; }
        @media screen and (max-width: 512px) {
          .gNav-item-btn svg {
            width: 8px; } }
  .gNav-btn {
    display: none;
    position: absolute;
    z-index: 1100;
    background: #f0f0f0;
    border-radius: 4px;
    border: none;
    right: 20px;
    top: 16px;
    width: 38px;
    height: 38px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media screen and (max-width: 1000px) {
      .gNav-btn {
        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; } }
    @media screen and (max-width: 768px) {
      .gNav-btn {
        right: 15px;
        top: 11px; } }
    .gNav-btn:hover {
      background: #e0e0e0; }
    .gNav-btn-bar {
      z-index: 1100;
      display: inline-block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1;
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      @media screen and (max-width: 512px) {
        .gNav-btn-bar {
          top: 17px;
          right: 10px; } }
    .gNav-btn span {
      display: inline-block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 3px;
      background-color: #222; }
    .gNav-btn-top {
      top: 0;
      margin-bottom: 3px; }
    .gNav-btn-middle {
      top: 9px;
      margin-bottom: 3px; }
      @media screen and (max-width: 1000px) {
        .gNav-btn-middle {
          top: 7px; } }
    .gNav-btn-bottom {
      bottom: 0; }
    .gNav-btn.active span {
      background-color: #222; }
    .gNav-btn.active .gNav-btn-top {
      -webkit-transform: translateY(6px) rotate(-45deg);
      -ms-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg); }
    .gNav-btn.active .gNav-btn-middle {
      opacity: 0; }
    .gNav-btn.active .gNav-btn-bottom {
      -webkit-transform: translateY(-6px) rotate(45deg);
      -ms-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg); }

.open .gNav {
  height: calc(100% - 60px);
  padding-bottom: 60px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
  right: 0; }
  @media screen and (max-width: 512px) {
    .open .gNav {
      height: calc(100% - 50px);
      padding-bottom: 50px; } }
  .open .gNav-list {
    pointer-events: auto;
    -webkit-overflow-scrolling: touch; }

.scrollHeader {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }

#logo {
  width: 180px;
  line-height: normal;
  margin: 0;
  padding: 20px 10px 20px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #logo a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #logo a:hover {
      opacity: 0.3; }
  #logo img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    #logo {
      width: 140px;
      padding: 10px 0;
      margin: 0; } }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 20px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

#menu07 span:nth-of-type(1) {
  -webkit-animation: menu07-bar01 .75s forwards;
  animation: menu07-bar01 .75s forwards; }

@-webkit-keyframes menu07-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@keyframes menu07-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

#menu07 span:nth-of-type(2) {
  -webkit-transition: all .25s .25s;
  -o-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1; }

#menu07 span:nth-of-type(3) {
  -webkit-animation: menu07-bar03 .75s forwards;
  animation: menu07-bar03 .75s forwards; }

@-webkit-keyframes menu07-bar03 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@keyframes menu07-bar03 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

#menu07.active span:nth-of-type(1) {
  -webkit-animation: active-menu07-bar01 .75s forwards;
  animation: active-menu07-bar01 .75s forwards; }

@-webkit-keyframes active-menu07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg); } }

@keyframes active-menu07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0); }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg); } }

#menu07.active span:nth-of-type(2) {
  opacity: 0; }

#menu07.active span:nth-of-type(3) {
  -webkit-animation: active-menu07-bar03 .75s forwards;
  animation: active-menu07-bar03 .75s forwards; }

@-webkit-keyframes active-menu07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg); } }

@keyframes active-menu07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg); } }

#contents {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    #contents {
      padding-top: 70px; } }

.l-sec {
  overflow: hidden;
  padding: 100px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-sec {
      padding: 60px 0; } }
  @media screen and (max-width: 512px) {
    .l-sec {
      width: auto;
      padding: 45px 0; } }

.l-sec_2 {
  overflow: hidden;
  padding: 50px 0; }
  @media screen and (min-width: 769px) {
    .l-sec_2 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 768px) {
    .l-sec_2 {
      width: auto;
      padding: 30px 10px; } }

.l-sec_bg {
  background: #f4f4f4; }

.l-sec-line {
  border-bottom: 5px solid #f4f4f4; }

.l-sec-inner, .l-sec-inner_2 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .l-sec-inner, .l-sec-inner_2 {
      width: auto;
      max-width: 1200px;
      padding: 0 40px; } }
  @media screen and (max-width: 768px) {
    .l-sec-inner, .l-sec-inner_2 {
      width: auto;
      padding: 0 20px; } }
  @media screen and (max-width: 512px) {
    .l-sec-inner, .l-sec-inner_2 {
      width: auto;
      padding: 0 15px; } }
  .l-sec-inner_2 {
    width: 900px; }

.l-col-1 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-col-1 {
      width: auto;
      max-width: 1200px; } }
  @media screen and (max-width: 768px) {
    .l-col-1 {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.l-col-2_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .l-col-2_inner {
      margin: 0;
      display: block; } }

.l-col-2_main {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1000px) {
    .l-col-2_main {
      width: 100%;
      padding-bottom: 60px; } }
  @media screen and (max-width: 512px) {
    .l-col-2_main {
      padding-bottom: 30px; } }

.l-col-2_side {
  width: 26%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media screen and (max-width: 1000px) {
    .l-col-2_side {
      width: 100%;
      position: static; } }

.l-col-2_left {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .l-col-2_left {
      width: auto;
      padding-bottom: 60px; } }
  @media screen and (max-width: 512px) {
    .l-col-2_left {
      padding-bottom: 30px; } }

.l-col-2_right {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .l-col-2_right {
      width: auto; } }

.l-col-2-list, .l-col-2-list_center, .l-col-2-list_2, .l-col-2-list_3 {
  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; }
  .l-col-2-list_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: initial;
    flex-wrap: initial; }
  @media screen and (min-width: 513px) {
    .l-col-2-list_2 .l-col-2-item, .l-col-2-list_2 .l-col-2-item_tab1col, .l-col-2-list_2 .l-col-2-item_sp1col, .l-col-2-list_2 .l-col-2-item_wide, .l-col-2-list_2 .l-col-2-item_narrow {
      margin-bottom: 0; } }
  .l-col-2-list_3 .l-col-2-item, .l-col-2-list_3 .l-col-2-item_tab1col, .l-col-2-list_3 .l-col-2-item_sp1col, .l-col-2-list_3 .l-col-2-item_wide, .l-col-2-list_3 .l-col-2-item_narrow {
    margin-bottom: 0;
    width: calc(50% - 15px); }
    @media screen and (max-width: 768px) {
      .l-col-2-list_3 .l-col-2-item, .l-col-2-list_3 .l-col-2-item_tab1col, .l-col-2-list_3 .l-col-2-item_sp1col, .l-col-2-list_3 .l-col-2-item_wide, .l-col-2-list_3 .l-col-2-item_narrow {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 512px) {
      .l-col-2-list_3 .l-col-2-item, .l-col-2-list_3 .l-col-2-item_tab1col, .l-col-2-list_3 .l-col-2-item_sp1col, .l-col-2-list_3 .l-col-2-item_wide, .l-col-2-list_3 .l-col-2-item_narrow {
        width: calc(50% - 8px); } }

.l-col-2-item, .l-col-2-item_tab1col, .l-col-2-item_sp1col, .l-col-2-item_wide, .l-col-2-item_narrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .l-col-2-item, .l-col-2-item_tab1col, .l-col-2-item_sp1col, .l-col-2-item_wide, .l-col-2-item_narrow {
      margin-bottom: 30px; } }
  .l-col-2-item:last-child, .l-col-2-item_tab1col:last-child, .l-col-2-item_sp1col:last-child, .l-col-2-item_wide:last-child, .l-col-2-item_narrow:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .l-col-2-item_tab1col {
      width: 100%; }
      .l-col-2-item_tab1col:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 512px) {
    .l-col-2-item_sp1col {
      width: 100%; }
      .l-col-2-item_sp1col:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 513px) {
    .l-col-2-item.spacer, .spacer.l-col-2-item_tab1col, .spacer.l-col-2-item_sp1col, .spacer.l-col-2-item_wide, .spacer.l-col-2-item_narrow {
      width: 45%; } }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-col-2-item .ssBlock-image, .l-col-2-item_tab1col .ssBlock-image, .l-col-2-item_sp1col .ssBlock-image, .l-col-2-item_wide .ssBlock-image, .l-col-2-item_narrow .ssBlock-image {
      margin-bottom: 15px; } }
  @media screen and (max-width: 512px) {
    .l-col-2-item .ssBlock-image, .l-col-2-item_tab1col .ssBlock-image, .l-col-2-item_sp1col .ssBlock-image, .l-col-2-item_wide .ssBlock-image, .l-col-2-item_narrow .ssBlock-image {
      margin-bottom: 10px; } }
  .l-col-2-item_left, .l-col-2-item_left_2 {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1000px) {
      .l-col-2-item_left, .l-col-2-item_left_2 {
        width: 100%;
        padding-bottom: 40px; } }
    @media screen and (max-width: 512px) {
      .l-col-2-item_left, .l-col-2-item_left_2 {
        padding-bottom: 30px; } }
    .l-col-2-item_left_2 {
      width: 50%; }
      @media screen and (max-width: 512px) {
        .l-col-2-item_left_2 {
          width: auto; } }
    @media screen and (max-width: 1000px) {
      .l-col-2-item_left.narrow, .narrow.l-col-2-item_left_2 {
        padding-bottom: 25px; } }
    @media screen and (max-width: 512px) {
      .l-col-2-item_left.narrow, .narrow.l-col-2-item_left_2 {
        padding-bottom: 20px; } }
    @media screen and (min-width: 769px) {
      .l-col-2-item_left .item-title, .l-col-2-item_left_2 .item-title, .l-col-2-item_left .item-title_left, .l-col-2-item_left_2 .item-title_left, .l-col-2-item_left .item-title_c, .l-col-2-item_left_2 .item-title_c, .l-col-2-item_left .item-title_left_c, .l-col-2-item_left_2 .item-title_left_c {
        font-size: 21px; } }
  .l-col-2-item_right, .l-col-2-item_right_2 {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1000px) {
      .l-col-2-item_right, .l-col-2-item_right_2 {
        width: 100%; } }
    .l-col-2-item_right_2 {
      width: 45%; }
      @media screen and (max-width: 512px) {
        .l-col-2-item_right_2 {
          width: auto; } }
  .l-col-2-item_wide {
    width: 64%; }
    @media screen and (max-width: 1000px) {
      .l-col-2-item_wide {
        width: 100%;
        margin-bottom: 40px; } }
  .l-col-2-item_narrow {
    width: 32%; }
    @media screen and (max-width: 1000px) {
      .l-col-2-item_narrow {
        width: 100%; } }

.l-col-3-list, .l-col-3-list_center, .l-col-3-list_2, .l-col-3-list_3, .l-col-3-list_4, .l-col-3-list_5 {
  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; }
  .l-col-3-list:before, .l-col-3-list_center:before, .l-col-3-list_2:before, .l-col-3-list_3:before, .l-col-3-list_4:before, .l-col-3-list_5:before {
    content: '';
    width: 31%;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .l-col-3-list:after, .l-col-3-list_center:after, .l-col-3-list_2:after, .l-col-3-list_3:after, .l-col-3-list_4:after, .l-col-3-list_5:after {
    content: '';
    width: 31%;
    display: block; }
  .l-col-3-list_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-col-3-list_center:before {
      display: none; }
    .l-col-3-list_center:after {
      display: none; }
    @media screen and (max-width: 768px) {
      .l-col-3-list_center {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .l-col-3-list_2:before {
    display: none; }
  .l-col-3-list_2:after {
    display: none; }
  @media screen and (max-width: 768px) {
    .l-col-3-list_2 .l-col-3-item, .l-col-3-list_2 .l-col-3-item_sp1col {
      width: 31%; } }
  .l-col-3-list_3:before {
    display: none; }
  .l-col-3-list_3:after {
    display: none; }
  .l-col-3-list_3 .l-col-3-item, .l-col-3-list_3 .l-col-3-item_sp1col {
    width: 32%;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .l-col-3-list_3 .l-col-3-item, .l-col-3-list_3 .l-col-3-item_sp1col {
        padding: 0;
        margin-bottom: 30px;
        width: 48%; } }
    @media screen and (max-width: 512px) {
      .l-col-3-list_3 .l-col-3-item, .l-col-3-list_3 .l-col-3-item_sp1col {
        margin-bottom: 20px; } }
  .l-col-3-list_4:before {
    display: none; }
  .l-col-3-list_4:after {
    display: none; }
  @media screen and (min-width: 769px) {
    .l-col-3-list_4 .l-col-3-item, .l-col-3-list_4 .l-col-3-item_sp1col {
      width: 32%;
      margin-right: 0;
      margin-bottom: 0; } }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-col-3-list_4 .l-col-3-item, .l-col-3-list_4 .l-col-3-item_sp1col {
      padding: 0;
      margin-bottom: 30px;
      width: 48%; } }
  @media screen and (max-width: 512px) {
    .l-col-3-list_4 .l-col-3-item, .l-col-3-list_4 .l-col-3-item_sp1col {
      margin-bottom: 20px; }
      .l-col-3-list_4 .l-col-3-item:last-child, .l-col-3-list_4 .l-col-3-item_sp1col:last-child {
        margin-bottom: 0; } }
  .l-col-3-list_5:before {
    display: none; }
  .l-col-3-list_5:after {
    display: none; }
  .l-col-3-list_5 .l-col-3-item, .l-col-3-list_5 .l-col-3-item_sp1col {
    width: 32%;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .l-col-3-list_5 .l-col-3-item, .l-col-3-list_5 .l-col-3-item_sp1col {
        padding: 0;
        margin-bottom: 30px;
        width: 100%; }
        .l-col-3-list_5 .l-col-3-item:last-child, .l-col-3-list_5 .l-col-3-item_sp1col:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 512px) {
      .l-col-3-list_5 .l-col-3-item, .l-col-3-list_5 .l-col-3-item_sp1col {
        margin-bottom: 20px; } }

.l-col-3-item, .l-col-3-item_sp1col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 1000px) {
    .l-col-3-item, .l-col-3-item_sp1col {
      width: 31%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .l-col-3-item, .l-col-3-item_sp1col {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 512px) {
    .l-col-3-item, .l-col-3-item_sp1col {
      margin-bottom: 30px;
      padding: 0; } }
  .l-col-3-item:nth-of-type(3n), .l-col-3-item_sp1col:nth-of-type(3n) {
    margin-right: 0; }
  .l-col-3-item:last-child, .l-col-3-item_sp1col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 512px) {
    .l-col-3-item_sp1col {
      width: 100%; } }

.l-col-4-list, .l-col-4-list_center, .l-col-4-list_2, .l-col-4-list_3 {
  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; }
  .l-col-4-list:before, .l-col-4-list_center:before, .l-col-4-list_2:before, .l-col-4-list_3:before {
    content: '';
    width: 22.5%;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (max-width: 1000px) {
      .l-col-4-list:before, .l-col-4-list_center:before, .l-col-4-list_2:before, .l-col-4-list_3:before {
        width: 32%; } }
  .l-col-4-list:after, .l-col-4-list_center:after, .l-col-4-list_2:after, .l-col-4-list_3:after {
    content: '';
    width: 22.5%;
    display: block; }
    @media screen and (max-width: 1000px) {
      .l-col-4-list:after, .l-col-4-list_center:after, .l-col-4-list_2:after, .l-col-4-list_3:after {
        width: 32%; } }
  .l-col-4-list_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-col-4-list_center:before {
      display: none; }
    .l-col-4-list_center:after {
      display: none; }
    @media screen and (max-width: 768px) {
      .l-col-4-list_center {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .l-col-4-list_center .l-col-4-item {
      margin-right: 3.3333%;
      margin-bottom: 25px; }
      .l-col-4-list_center .l-col-4-item:nth-child(4) {
        margin-right: 0; }
      .l-col-4-list_center .l-col-4-item:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .l-col-4-list_center .l-col-4-item {
          margin-right: 0; } }
      @media screen and (max-width: 512px) {
        .l-col-4-list_center .l-col-4-item {
          margin-bottom: 10px; } }
  .l-col-4-list_2 .l-col-4-item {
    width: 23%;
    margin-bottom: 25px; }
    @media screen and (max-width: 512px) {
      .l-col-4-list_2 .l-col-4-item {
        margin-bottom: 10px; } }
  @media screen and (min-width: 769px) {
    .l-col-4-list_3 .l-col-4-item {
      margin-bottom: 0; } }
  @media screen and (max-width: 512px) {
    .l-col-4-list_3 .l-col-4-item:last-child {
      margin-bottom: 0; }
    .l-col-4-list_3 .l-col-4-item:nth-last-child(2) {
      margin-bottom: 0; } }

.l-col-4-item {
  width: 22.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .l-col-4-item {
      width: 48%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 769px) {
    .l-col-4-item .item-title, .l-col-4-item .item-title_left, .l-col-4-item .item-title_c, .l-col-4-item .item-title_left_c {
      font-size: min(1.4vw,19px); } }

.l-center {
  text-align: center; }

.l-pic {
  margin-bottom: 40px; }
  .l-pic img {
    width: 100%;
    height: auto; }

.box_left {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left; }
  @media screen and (max-width: 768px) {
    .box_left {
      width: auto;
      float: none; } }
  .box_left.l-sec {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .box_left.l-sec {
        padding-bottom: 20px; } }

.box_right {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: right; }
  @media screen and (max-width: 768px) {
    .box_right {
      width: auto;
      float: none; } }
  .box_right.l-sec {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .box_right.l-sec {
        padding-bottom: 20px; } }

.btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  background: #d70e18;
  border: 3px solid transparent;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 15px;
      padding: 5px 10px;
      width: 320px;
      max-width: 450px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 512px) {
    .btn {
      font-size: 14px;
      min-width: auto;
      min-width: initial;
      width: 250px;
      line-height: 1.6;
      padding: 3px 20px; } }
  .btn:hover {
    background: #E2002D;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.btn_2 {
  width: 440px;
  margin: 0 auto; }
  .btn_2 a {
    display: block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 15px 0;
    margin-top: 20px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #1f7bda; }
    .btn_2 a:before {
      font-family: FontAwesome;
      content: "\f003";
      font-size: 20px;
      margin-right: 15px; }
      @media screen and (max-width: 768px) {
        .btn_2 a:before {
          font-size: 16px; } }
    .btn_2 a:hover {
      background: #fa8700; }
  @media screen and (max-width: 512px) {
    .btn_2 {
      width: 100%; }
      .btn_2 a {
        font-size: 14px; } }

.pageTop {
  opacity: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  bottom: 0px;
  right: 20px;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .pageTop {
      width: 50px;
      height: 50px; } }
  @media screen and (max-width: 512px) {
    .pageTop {
      width: 40px;
      height: 40px;
      right: 15px; } }
  .pageTop a {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      .pageTop a {
        width: 50px;
        height: 50px; } }
    @media screen and (max-width: 512px) {
      .pageTop a {
        width: 40px;
        height: 40px; } }
    .pageTop a:after {
      font-family: "FontAwesome";
      display: block;
      content: '\f106';
      font-size: 34px;
      line-height: 34px;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      margin-top: -18px; }
      @media screen and (max-width: 768px) {
        .pageTop a:after {
          font-size: 30px;
          margin-top: -19px; } }
    .pageTop a:hover {
      background: #d70e18;
      color: #fff; }
  .pageTop.scrollstyle {
    opacity: 1;
    bottom: 80px; }
    @media screen and (max-width: 768px) {
      .pageTop.scrollstyle {
        bottom: 40px; } }

.contactArea {
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .contactArea {
      background-position: center;
      padding: 0; } }
  .contactArea-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    background: #d70e18; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .contactArea-inner {
        padding: 40px 30px 30px; } }
    @media screen and (max-width: 512px) {
      .contactArea-inner {
        padding: 30px; } }
  .contactArea-message {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 20px; }
    .contactArea-message span {
      display: block; }
    @media screen and (max-width: 768px) {
      .contactArea-message {
        font-size: 19px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 512px) {
      .contactArea-message {
        font-size: 16px;
        margin-bottom: 10px; } }
  .contactArea-btn {
    margin: 0; }
    .contactArea-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;
      max-width: 300px;
      margin: 0 auto;
      background: #fff;
      color: #d70e18;
      border-radius: 50px;
      font-weight: bold;
      font-size: 17px;
      padding: 8px 20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 768px) {
        .contactArea-btn a {
          font-size: 15px;
          padding: 5px 10px;
          width: 100%;
          max-width: 320px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      @media screen and (max-width: 512px) {
        .contactArea-btn a {
          font-size: 14px;
          min-width: auto;
          min-width: initial;
          max-width: 250px;
          padding: 3px 20px; } }
      .contactArea-btn a:hover {
        background: #ffe548; }
      .contactArea-btn a .ico_contact {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        fill: #d70e18;
        width: auto;
        height: 20px;
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          .contactArea-btn a .ico_contact {
            height: 17px;
            margin-right: 5px; } }
        @media screen and (max-width: 512px) {
          .contactArea-btn a .ico_contact {
            height: 15px; } }

.footer {
  clear: both; }
  .footer-message {
    padding: 100px 30px 260px;
    text-align: center;
    background-image: url(../images/gra-footer.svg);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center bottom -14px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .footer-message {
        padding: 60px 20px 180px;
        background-size: 500px; } }
    @media screen and (max-width: 512px) {
      .footer-message {
        padding: 40px 20px 120px;
        background-size: 90%; } }
    .footer-message h4 {
      font-size: 22px;
      font-weight: 900;
      color: #444;
      margin-bottom: 10px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .footer-message h4 {
          font-size: 20px; } }
      @media screen and (max-width: 512px) {
        .footer-message h4 {
          font-size: 18px; } }
    .footer-message-logo {
      margin: 0 auto 30px;
      max-width: 340px; }
      .footer-message-logo img {
        width: 100%; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .footer-message-logo {
          max-width: 300px; } }
      @media screen and (max-width: 512px) {
        .footer-message-logo {
          max-width: 220px;
          margin-bottom: 20px; } }
  .footer-info {
    background: #d70e18;
    padding: 60px 0 50px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .footer-info {
        padding-top: 50px; } }
    @media screen and (max-width: 512px) {
      .footer-info {
        padding: 30px 0; } }
    .footer-info-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .footer-info-inner {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media screen and (max-width: 512px) {
        .footer-info-inner {
          display: block; } }
  .footer-copy {
    margin: 0;
    text-align: center;
    line-height: 60px;
    font-size: 11px;
    color: #666; 
    background-color: #ede9e9;}
    @media screen and (max-width: 512px) {
      .footer-copy {
        line-height: 40px;
        font-size: 10px; } }

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 512px) {
    .footerNav {
      display: block;
      padding-bottom: 20px; } }
  .footerNav-col {
    margin-right: 40px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .footerNav-col {
        margin-bottom: 20px; } }
    @media screen and (max-width: 512px) {
      .footerNav-col {
        margin: 0 0 20px; } }
    .footerNav-col:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .footerNav-col h4 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .footerNav-col h4 {
          padding-bottom: 5px;
          margin-bottom: 5px;
          border-bottom: 1px solid #fff; } }
    .footerNav-col li {
      font-size: 12px;
      margin-bottom: 5px; }
      .footerNav-col li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .footerNav-col li {
          margin-bottom: 3px; } }
    .footerNav-col a {
      color: #fff; }
      .footerNav-col a:hover {
        opacity: 0.7; }

.footerBtn {
  width: 30%; }
  @media screen and (max-width: 768px) {
    .footerBtn {
      width: 100%;
      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; } }
  .footerBtn-item {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .footerBtn-item {
        margin-bottom: 0;
        width: 48%; } }
    .footerBtn-item:last-child {
      margin-bottom: 0; }
    .footerBtn-item a {
      background: #fff;
      border-radius: 30px;
      font-weight: bold;
      color: #d70e18;
      text-align: center;
      display: block;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .footerBtn-item a {
          font-size: 14px;
          padding: 6px; } }
      @media screen and (max-width: 512px) {
        .footerBtn-item a {
          font-size: 13px;
          padding: 6px; } }
      .footerBtn-item a:hover {
        background: #ffe548; }

.lower .header-login {
  margin-right: 0; }

.lower #contents {
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    .lower #contents {
      padding-top: 58px; } }

.pageTitle {
  padding: 50px 0;
  background: #d70e18; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .pageTitle {
      padding: 45px 0; } }
  @media screen and (max-width: 512px) {
    .pageTitle {
      padding: 30px 0; } }
  .pageTitle h2 {
    line-height: 1.1;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: block; }
    .pageTitle h2 span {
      font-size: 90%; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .pageTitle h2 {
        font-size: 28px; } }
    @media screen and (max-width: 512px) {
      .pageTitle h2 {
        font-size: 19px; } }

/*----------------------
        module
----------------------*/
.scTop, .scTop_2, .scTop_3, .scTop_4, .scTop_5, .scTop_6 {
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .scTop.mv, .mv.scTop_2, .mv.scTop_3, .mv.scTop_4, .mv.scTop_5, .mv.scTop_6 {
    opacity: 1.0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); 
    line-height: normal;}
  .scTop_2 {
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .scTop_3 {
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }
  .scTop_4 {
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
  .scTop_5 {
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s; }
  .scTop_6 {
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s; }

.scLeft {
  opacity: 0;
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .scLeft.mv {
    opacity: 1.0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.scRight {
  opacity: 0;
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .scRight.mv {
    opacity: 1.0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.modal {
  display: none; }
  .modal-inner h3 {
    font-size: 18px;
    text-align: center; }
    .modal-inner h3:after {
      display: block;
      content: '';
      background: #d70e18;
      height: 3px;
      width: 60%;
      margin: 0 auto; }
  .modal-inner h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 3px; }
  .modal-text {
    background: #f9f9f9;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    margin: 10px 0; }
  .modal-input {
    width: 100%; }
  .modal-btn {
    background: #d70e18;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold; }

.catch {
  font-size: 26px;
  margin: 0 auto 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center; }
  .catch strong {
    color: #d70e18; }
  @media screen and (max-width: 768px) {
    .catch {
      font-size: 22px; } }
  @media screen and (max-width: 512px) {
    .catch {
      font-size: 17px;
      text-align: left; } }

.title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  margin-bottom: 50px; }
  .title .eng {
    font-size: 115%;
    position: relative;
    bottom: -2px; }
  @media screen and (max-width: 768px) {
    .title {
      font-size: 26px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 512px) {
    .title {
      font-size: 20px;
      margin-bottom: 30px; } }

.subTitle {
  font-size: 25px;
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em; }
  .subTitle strong {
    color: #d70e18; }
  @media screen and (max-width: 768px) {
    .subTitle {
      font-size: 20px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 512px) {
    .subTitle {
      font-size: 17px;
      letter-spacing: 0.05em; } }

#curriculum, #flow, #price, #voice, #qa {
  padding-top: 30px;
  margin-top: -30px; }

.mainV {
  position: relative;
  z-index: 2;
  padding: 0 30px; }
  @media screen and (max-width: 768px) {
    .mainV {
      padding: 0 20px 70px;
      border-bottom: 1px solid #eee; } }
  @media screen and (max-width: 512px) {
    .mainV {
      padding: 0 15px 50px; } }
  .mainV-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1600px;
    width: 100%;
    max-height: 700px;
    min-height: 500px;
    height: 40vw;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .mainV-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 440px;
        min-height: 440px; } }
    @media screen and (max-width: 512px) {
      .mainV-inner {
        height: 380px;
        min-height: 380px; } }
  .mainV-image {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .mainV-image img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (max-width: 768px) {
      .mainV-image {
        width: 100%; } }
  .mainV-contents {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .mainV-contents {
        width: 100%;
        padding: 0; } }
  .mainV-title {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .mainV-title {
         } }
    .mainV-title img {
      width: 100%;
      min-width: 300px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .mainV-title img {
          min-width: 260px;
          width: 260px; } }
      @media screen and (max-width: 512px) {
        .mainV-title img {
          min-width: 140px;
          width: 140px; } }
    .mainV-title h2 {
      width: 100%;
      margin-bottom: 15px;
      font-size: 6vw;
      font-size: min(5vw,68px); }
      @media screen and (max-width: 768px) {
        .mainV-title h2 {
          width: auto;
          display: inline-block;
          margin-bottom: 0;
          font-size: min(50px,6vw); } }
      @media screen and (max-width: 512px) {
        .mainV-title h2 {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .mainV-title h2 div {
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .mainV-title h2 div {
            margin-bottom: 10px; } }
        @media screen and (max-width: 512px) {
          .mainV-title h2 div {
            margin-bottom: 6px; } }
        .mainV-title h2 div:last-child {
          margin-bottom: 0; }
      .mainV-title h2 span {
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          .mainV-title h2 span {
            padding: 3px;
            background: #fff;
            display: inline-block;
            vertical-align: bottom; } }
      .mainV-title h2 strong {
        font-size: 120%;
        position: relative;
        bottom: -1px;
        font-weight: 900; }
  @media screen and (max-width: 768px) {
    .mainV-cv {
      position: absolute;
      bottom: -55px;
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; } }
  @media screen and (max-width: 512px) {
    .mainV-cv {
      bottom: -41px; } }
  .mainV-logo {
    width: 80%; }
    @media screen and (max-width: 768px) {
      .mainV-logo {
        text-align: center; } }
    .mainV-logo img {
      width: 26vw;
      min-width: 260px;
      max-width: 360px; }
      @media screen and (max-width: 768px) {
        .mainV-logo img {
          max-width: 280px; } }
      @media screen and (max-width: 512px) {
        .mainV-logo img {
          min-width: 220px;
          max-width: 220px; } }
    .mainV-logo span {
      font-weight: bold;
      font-size: 16px;
      display: block;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .mainV-logo span {
          text-align: center;
          font-size: 15px; } }
      @media screen and (max-width: 512px) {
        .mainV-logo span {
          font-size: 12px; } }
  .mainV-btnSet {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .mainV-btnSet {
        margin-top: 20px; } }
    @media screen and (max-width: 512px) {
      .mainV-btnSet {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .mainV-btn {
    margin-right: 20px; }
    .mainV-btn:last-child {
      margin-right: 0; }
    @media screen and (max-width: 512px) {
      .mainV-btn {
        margin-right: 0;
        width: 48%; } }
    .mainV-btn a {
      display: block;
      background: #d70e18;
      color: #fff;
      font-weight: bold;
      padding: 5px 10px;
      width: 200px;
      text-align: center;
      border-radius: 30px; }
      .mainV-btn a:hover {
        background: #bf0c15;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      @media screen and (max-width: 512px) {
        .mainV-btn a {
          width: 100%;
          font-size: 13px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }

.curriculumTop {
  padding: 100px 0 80px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .curriculumTop {
      padding: 60px 0; } }
  @media screen and (max-width: 512px) {
    .curriculumTop {
      padding: 40px 0; } }
  .curriculumTop-inner {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 769px) {
      .curriculumTop-inner {
        width: auto;
        max-width: 1400px; } }
    @media screen and (max-width: 768px) {
      .curriculumTop-inner {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 768px) {
      .curriculumTop-inner {
        margin: 0; } }
  .curriculumTop-title {
    text-align: center;
    margin-bottom: 40px; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .curriculumTop-list {
      padding: 0 20px; } }
  @media screen and (max-width: 512px) {
    .curriculumTop-list {
      padding: 0 15px; } }

.item, .item_h100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .item_h100 {
    height: 100%; }
  .item.borderBox, .borderBox.item_h100 {
    padding: 40px 20px;
    border: 5px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 512px) {
      .item.borderBox, .borderBox.item_h100 {
        padding: 20px 10px;
        border-width: 3px; } }
  .item .h100, .item_h100 .h100 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .item-btn {
    display: block;
    line-height: normal;
    border-radius: 0;
    padding: 10px 15px;
    text-align: center;
    background-color: rgba(34, 34, 34, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    background-image: url(../images/common/ico_search_wh.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 15px center; }
    @media screen and (max-width: 512px) {
      .item-btn {
        font-size: 12px; } }
    .item-btn:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      @media screen and (min-width: 513px) {
        .item-btn:hover {
          background: #1f7bda; } }
      @media screen and (max-width: 512px) {
        .item-btn:hover .ico_download {
          right: 0; } }
    .item-btn .ico_download {
      width: 13px; }
      @media screen and (max-width: 512px) {
        .item-btn .ico_download {
          width: 11px; } }
    @media screen and (max-width: 512px) {
      .item-btn .ico_exlink {
        right: 10px; } }
  .item-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .item-image img {
      width: 100%;
      height: auto;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .item-image .img-small {
      max-width: 140px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .item-image .img-small {
          max-width: 100px; } }
      @media screen and (max-width: 512px) {
        .item-image .img-small {
          max-width: 80px; } }
  .item-title, .item-title_left, .item-title_c, .item-title_left_c {
    text-align: center;
    font-size: 19px;
    font-size: min(2.1vw,19px);
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased; }
    @media screen and (max-width: 768px) {
      .item-title, .item-title_left, .item-title_c, .item-title_left_c {
        font-size: 30px; } }
    @media screen and (max-width: 512px) {
      .item-title, .item-title_left, .item-title_c, .item-title_left_c {
        font-size: 20px; } }
    .item-title_left {
      text-align: left; }
    .item-title_c {
      color: #d70e18; }
    .item-title_left_c {
      color: #d70e18;
      text-align: left; }
    .item-title.flex-1, .flex-1.item-title_left, .flex-1.item-title_c, .flex-1.item-title_left_c {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .item-title.tab-left, .tab-left.item-title_left, .tab-left.item-title_c, .tab-left.item-title_left_c {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .item-title.tab-left, .tab-left.item-title_left, .tab-left.item-title_c, .tab-left.item-title_left_c {
          text-align: left; }
          .item-title.tab-left br, .tab-left.item-title_left br, .tab-left.item-title_c br, .tab-left.item-title_left_c br {
            display: none; } }
    @media screen and (max-width: 512px) {
      .item-title.sp-small, .sp-small.item-title_left, .sp-small.item-title_c, .sp-small.item-title_left_c {
        font-size: 14px; } }
  .item-text, .item-text_b, .item-text_l {
    font-size: 14px;
    line-height: 1.7; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .item-text, .item-text_b, .item-text_l {
        font-size: 14px; } }
    @media screen and (max-width: 512px) {
      .item-text, .item-text_b, .item-text_l {
        font-size: 12px; } }
    .item-text_b {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6; }
      @media screen and (max-width: 512px) {
        .item-text_b {
          font-size: 13px; } }
    @media screen and (min-width: 769px) {
      .item-text_l {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6; } }
    .item-text_2col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .item-text_2col img {
        margin-left: 10px;
        width: 60px; }
    .item-text.center, .center.item-text_b, .center.item-text_l {
      text-align: center; }
      @media screen and (max-width: 512px) {
        .item-text.center, .center.item-text_b, .center.item-text_l {
          text-align: left; }
          .item-text.center br, .center.item-text_b br, .center.item-text_l br {
            display: none; } }
  .item-recommend {
    margin-top: 10px; }
    .item-recommend h4 {
      font-size: 13px;
      font-weight: 600;
      display: inline-block;
      line-height: 1.6;
      padding: 0 10px;
      background: #e62e8a;
      color: #fff;
      margin-bottom: 3px; }
    .item-recommend li {
      line-height: 1.6; }
    .item-recommend a {
      color: #117ec6;
      font-weight: bold;
      font-size: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .item-recommend a:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        font-size: 9px;
        padding-right: 5px;
        opacity: 0.8; }
      .item-recommend a:hover {
        opacity: 0.7; }
  .item-list li, .item-list_midline li, .item-list_check li {
    line-height: 1.6;
    position: relative; }
    @media screen and (min-width: 769px) {
      .item-list li, .item-list_midline li, .item-list_check li {
        font-size: 17px; } }
    @media screen and (max-width: 512px) {
      .item-list li, .item-list_midline li, .item-list_check li {
        font-size: 13px; } }
  .item-list.bold li, .bold.item-list_midline li, .bold.item-list_check li {
    font-weight: 700; }
  .item-list.gridcenter, .gridcenter.item-list_midline, .gridcenter.item-list_check {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .item-list_midline li {
    padding-left: 20px;
    letter-spacing: 0.05em; }
    .item-list_midline li:before {
      content: '−';
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 512px) {
      .item-list_midline li {
        padding-left: 14px; } }
  .item-list h5, .item-list_midline h5, .item-list_check h5 {
    margin: 12px 0;
    font-size: 17px; }
  .item-list a, .item-list_midline a, .item-list_check a {
    color: #E2002D; }
    .item-list a:hover, .item-list_midline a:hover, .item-list_check a:hover {
      text-decoration: underline; }
  .item-detail {
    margin-top: 20px; }
    .item-detail h4 {
      margin-bottom: 5px;
      font-size: 23px;
      font-weight: 800;
      line-height: 1.5;
      color: #d70e18; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .item-detail h4 {
          font-size: 17px; } }
      @media screen and (max-width: 512px) {
        .item-detail h4 {
          margin: 0 0 8px;
          font-size: 15px; } }
    .item-detail h5 {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .item-detail h5 {
          font-size: 17px; } }
      @media screen and (max-width: 512px) {
        .item-detail h5 {
          margin: 0 0 8px;
          font-size: 15px; } }
    .item-detail table {
      width: 100%;
      font-size: 90%; }
      @media screen and (max-width: 512px) {
        .item-detail table {
          border: 1px solid #cccccc;
          border-bottom: none; } }
      .item-detail table th {
        background: #f4f4f4;
        width: 140px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 15px;
        border: 1px solid #cccccc;
        text-align: left; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .item-detail table th {
            width: 120px;
            padding: 10px;
            font-size: 14px; } }
        @media screen and (max-width: 512px) {
          .item-detail table th {
            width: 90px;
            padding: 10px;
            font-size: 12px;
            display: block;
            width: 100%;
            border: none; } }
      .item-detail table td {
        background: #fff;
        padding: 10px 15px;
        border: 1px solid #cccccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 400; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .item-detail table td {
            padding: 10px;
            font-size: 14px; } }
        @media screen and (max-width: 512px) {
          .item-detail table td {
            padding: 10px;
            font-size: 12px;
            display: block;
            width: 100%;
            border-left: none;
            border-right: none; } }
        .item-detail table td span {
          font-size: 90%; }

.course {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0 80px; }
  .course:after {
    position: absolute;
    top: -10%;
    left: -10%;
    content: '';
    display: block;
    width: 120%;
    height: 120%;
    min-height: 820px;
    background: #fff;
    background: rgba(215, 14, 24, 0.25);
    background-image: url(../images/course/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  @media screen and (max-width: 768px) {
    .course {
      padding: 60px 0 40px; } }
  @media screen and (max-width: 512px) {
    .course {
      padding: 50px 0 30px; } }

.course-box {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  width: 100%; }

.course-category, .course-category_oa, .course-category_web, .course-category_pg, .course-category_net {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top; }
  .course-category:nth-child(even), .course-category_oa:nth-child(even), .course-category_web:nth-child(even), .course-category_pg:nth-child(even), .course-category_net:nth-child(even) {
    margin-right: 0; }
  @media screen and (max-width: 730px) {
    .course-category, .course-category_oa, .course-category_web, .course-category_pg, .course-category_net {
      width: auto;
      margin-right: 0; } }
  .course-category figure, .course-category_oa figure, .course-category_web figure, .course-category_pg figure, .course-category_net figure {
    background: #d70e18;
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px; }
    .course-category figure img, .course-category_oa figure img, .course-category_web figure img, .course-category_pg figure img, .course-category_net figure img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 768px) {
        .course-category figure img, .course-category_oa figure img, .course-category_web figure img, .course-category_pg figure img, .course-category_net figure img {
          display: inline-block;
          padding-top: 2px; } }
    @media screen and (max-width: 768px) {
      .course-category figure, .course-category_oa figure, .course-category_web figure, .course-category_pg figure, .course-category_net figure {
        display: block;
        margin: 0 auto; } }
  .course-category h3, .course-category_oa h3, .course-category_web h3, .course-category_pg h3, .course-category_net h3 {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .course-category h3, .course-category_oa h3, .course-category_web h3, .course-category_pg h3, .course-category_net h3 {
        display: block;
        padding-top: 20px;
        padding-left: 0; } }
    @media screen and (max-width: 512px) {
      .course-category h3, .course-category_oa h3, .course-category_web h3, .course-category_pg h3, .course-category_net h3 {
        font-size: 16px;
        padding-top: 10px; } }
  .course-category p, .course-category_oa p, .course-category_web p, .course-category_pg p, .course-category_net p {
    margin: 0;
    font-size: 14px;
    max-width: 700px;
    text-align: justify; }
  .course-category ul, .course-category_oa ul, .course-category_web ul, .course-category_pg ul, .course-category_net ul {
    text-align: left;
    padding-top: 20px;
    overflow: hidden; }
  .course-category li, .course-category_oa li, .course-category_web li, .course-category_pg li, .course-category_net li {
    background: rgba(215, 14, 24, 0.1);
    background: #f4f4f4;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 140px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em; }
    .course-category li:last-child, .course-category_oa li:last-child, .course-category_web li:last-child, .course-category_pg li:last-child, .course-category_net li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .course-category li, .course-category_oa li, .course-category_web li, .course-category_pg li, .course-category_net li {
        min-width: 48%;
        margin-right: 4%; }
        .course-category li:nth-child(even), .course-category_oa li:nth-child(even), .course-category_web li:nth-child(even), .course-category_pg li:nth-child(even), .course-category_net li:nth-child(even) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .course-category li, .course-category_oa li, .course-category_web li, .course-category_pg li, .course-category_net li {
        font-size: 12px; } }
  .course-category-inner {
    padding: 20px 30px; }
    @media screen and (max-width: 768px) {
      .course-category-inner {
        text-align: center; } }
  .course-category_oa .course-category-inner {
    background: rgba(253, 193, 57, 0.15);
    border-bottom: 5px solid #fdc139; }
  .course-category_oa figure {
    background: #fdc139; }
  .course-category_web .course-category-inner {
    background: rgba(230, 46, 138, 0.15);
    border-bottom: 5px solid #e62e8a; }
  .course-category_web figure {
    background: #e62e8a; }
  .course-category_pg .course-category-inner {
    background: rgba(0, 160, 232, 0.15);
    border-bottom: 5px solid #00a0e8; }
  .course-category_pg figure {
    background: #00a0e8; }
  .course-category_net .course-category-inner {
    background: rgba(37, 164, 118, 0.15);
    border-bottom: 5px solid #25a476; }
  .course-category_net figure {
    background: #25a476; }

.course-icon {
  width: 60px;
  fill: #666; }

.course-detail-inner {
  padding: 20px 30px; }

.feature {
  overflow: hidden;
  background: #f4f4f4;
  position: relative;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .feature {
      padding-bottom: 30px; } }
  .feature-box {
    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; }

.featureItem {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #777;
  width: 32%;
  padding-top: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .featureItem {
      width: 48%;
      height: auto;
      margin-right: 0;
      margin-bottom: 20px; } }
  @media screen and (max-width: 512px) {
    .featureItem {
      width: 100%;
      padding-top: 20px;
      margin-bottom: 20px; } }
  .featureItem-image {
    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: 120px; }
    @media screen and (max-width: 512px) {
      .featureItem-image {
        height: 100px; } }
    .featureItem-image img {
      width: 100%; }
      .featureItem-image img.feature-image_01 {
        max-width: 160px; }
      .featureItem-image img.feature-image_02 {
        max-width: 130px; }
      .featureItem-image img.feature-image_03 {
        max-width: 127px; }
        @media screen and (max-width: 512px) {
          .featureItem-image img.feature-image_03 {
            max-width: 110px; } }
      .featureItem-image img.feature-image_04 {
        max-width: 125px; }
        @media screen and (max-width: 512px) {
          .featureItem-image img.feature-image_04 {
            max-width: 105px; } }
      .featureItem-image img.feature-image_05 {
        max-width: 150px; }
        @media screen and (max-width: 512px) {
          .featureItem-image img.feature-image_05 {
            max-width: 120px; } }
      .featureItem-image img.feature-image_06 {
        max-width: 120px; }
        @media screen and (max-width: 512px) {
          .featureItem-image img.feature-image_06 {
            max-width: 108px; } }
  .featureItem-inner {
    padding: 20px 30px; }
    @media screen and (max-width: 768px) {
      .featureItem-inner {
        padding: 20px; } }
    .featureItem-inner p {
      font-size: 16px;
      text-align: justify;
      line-height: 1.6;
      margin: 0; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .featureItem-inner p {
          font-size: 15px; } }
      @media screen and (max-width: 512px) {
        .featureItem-inner p {
          font-size: 14px; } }
  .featureItem-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .featureItem-title {
        font-size: 18px; } }

.demo {
  padding: 0;
  border-bottom: 10px solid #d70e18; }
  .demo-inner {
    position: relative;
    padding: 100px 30px 120px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .demo-inner {
        padding: 60px 30px 60px; } }
    @media screen and (max-width: 512px) {
      .demo-inner {
        padding: 40px 30px 160px; } }
  .demo-btn {
    position: relative; }
  .demo-accent {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .demo-accent {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .demo-accent .gra-demo_01 {
      width: 160px;
      margin-right: 375px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .demo-accent .gra-demo_01 {
          width: 120px;
          margin-right: 0;
          margin-left: 20px; } }
      @media screen and (max-width: 512px) {
        .demo-accent .gra-demo_01 {
          width: 100px;
          margin-right: 30px; } }
    .demo-accent .gra-demo_02 {
      width: 164px;
      margin-right: -15px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .demo-accent .gra-demo_02 {
          width: 124px;
          margin-right: 20px; } }
      @media screen and (max-width: 512px) {
        .demo-accent .gra-demo_02 {
          width: 104px;
          margin-right: 0; } }

.flow {
  padding: 80px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .flow {
      padding: 60px 0; } }
  @media screen and (max-width: 512px) {
    .flow {
      padding: 40px 0; } }
  .flow-btn {
    margin-top: 30px; }
    @media screen and (max-width: 512px) {
      .flow-btn {
        margin-top: 20px; } }

.flowBox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }
  @media screen and (max-width: 768px) {
    .flowBox-list {
      padding-top: 10px;
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (max-width: 512px) {
    .flowBox-list {
      margin-left: -15px;
      margin-right: -15px; } }

.flowBox-item {
  padding: 30px 30px 20px;
  border-right: 2px dotted #eee;
  width: 25%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .flowBox-item {
      width: 50%;
      padding: 30px 15px 20px; } }
  @media screen and (max-width: 768px) {
    .flowBox-item:first-child {
      border-bottom: 2px dotted #eee; } }
  @media screen and (max-width: 768px) {
    .flowBox-item:nth-child(2) {
      border-right: 0;
      border-bottom: 2px dotted #eee; } }
  @media screen and (max-width: 768px) {
    .flowBox-item:nth-child(3) {
      padding-top: 60px; }
      .flowBox-item:nth-child(3) .flowBox-num {
        top: 0; } }
  .flowBox-item:last-child {
    border-right: 0; }
    @media screen and (max-width: 768px) {
      .flowBox-item:last-child {
        padding-top: 60px; }
        .flowBox-item:last-child .flowBox-num {
          top: 0; } }
  .flowBox-item a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    color: #d70e18; }
    .flowBox-item a:hover {
      color: #a70b13; }
    @media screen and (max-width: 768px) {
      .flowBox-item a {
        font-size: 12px; } }

.flowBox.item-4 .flowBox-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .flowBox.item-4 .flowBox-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.flowBox-num {
  position: absolute;
  top: -30px;
  left: 20px;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px; }
  @media screen and (max-width: 768px) {
    .flowBox-num {
      font-size: 30px; } }

.flowBox-icon {
  margin: 0 auto 20px;
  width: 140px;
  height: 140px;
  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;
  border-radius: 50%; }
  .flowBox-icon img {
    width: 100px;
    height: 100px; }
    @media screen and (max-width: 768px) {
      .flowBox-icon img {
        width: 80px;
        height: 80px; } }
  @media screen and (max-width: 768px) {
    .flowBox-icon {
      width: 100px;
      height: 90px; } }

.flowBox-title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 800;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 768px) {
    .flowBox-title {
      font-size: 16px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 512px) {
    .flowBox-title {
      font-size: 15px;
      letter-spacing: 0; } }

.flowBox-text {
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .flowBox-text {
      font-size: 14px; } }
  @media screen and (max-width: 512px) {
    .flowBox-text {
      font-size: 13px; } }

.price {
  padding: 0 20px; }
  @media screen and (max-width: 512px) {
    .price {
      padding: 0 15px; } }
  .price .title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222; }
    @media screen and (max-width: 768px) {
      .price .title {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
  .price-box {
    position: relative;
    overflow: hidden;
    border: 5px solid #eac11c;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    padding: 50px 30px;
    background-color: #fff4d1;
    -webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 768px) {
      .price-box {
        padding: 30px 20px; } }
    @media screen and (max-width: 512px) {
      .price-box {
        border-width: 3px;
        border-radius: 10px; } }
  .price-text {
    position: relative;
    text-align: center;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .price-text {
        font-size: 15px; } }
    @media screen and (max-width: 512px) {
      .price-text {
        font-size: 13px;
        text-align: left; } }
  .price-btn {
    position: relative;
    margin-top: 30px; }
    @media screen and (max-width: 512px) {
      .price-btn {
        margin-top: 20px; } }
  .price-accent {
    display: none;
    position: absolute;
    left: -50px;
    top: 50%;
    width: 500px;
    height: 500px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    margin-top: -250px;
    opacity: 0.07; }
    .price-accent img {
      width: 100%; }

.voice {
  padding-bottom: 70px; }
  @media screen and (max-width: 512px) {
    .voice {
      padding-bottom: 40px; } }
  .voice-box {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .voice-item {
    background: #fff;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px; }
    .voice-item:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .voice-item:last-child {
          border-bottom: none;
          padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .voice-item {
        width: auto;
        height: auto;
        padding: 30px 0;
        margin-bottom: 0;
        border-top: 1px dotted #cccccc; } }
  .voice-image {
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    .voice-image img {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-height: 115px; }
      @media screen and (max-width: 768px) {
        .voice-image img {
          max-height: 65px; } }
    @media screen and (max-width: 768px) {
      .voice-image {
        width: 70px;
        height: 70px; } }
  .voice-detail {
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .voice-detail {
        padding-left: 15px; } }
  .voice-head {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 10px; }
    @media screen and (max-width: 768px) {
      .voice-head {
        font-size: 16px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 512px) {
      .voice-head {
        font-size: 15px; } }
  .voice-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .voice-text {
        font-size: 14px; } }
    @media screen and (max-width: 512px) {
      .voice-text {
        font-size: 13px; } }

.qa {
  background: #f4f4f4; }
  .qa dl {
    width: 100%;
    max-width: 900px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    margin: 20px auto;
    position: relative; }
    @media screen and (max-width: 512px) {
      .qa dl {
        border-radius: 10px;
        width: auto;
        margin: 10px auto; } }
    .qa dl:last-child {
      margin-bottom: 0; }
    .qa dl:before {
      pointer-events: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #d70e18;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 0; }
      @media screen and (max-width: 512px) {
        .qa dl:before {
          border-radius: 10px; } }
    .qa dl.opened:before {
      opacity: 1; }
    .qa dl.opened .qa-dt {
      background-image: url(../images/icon_minus.svg); }
  .qa-dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6;
    padding: 20px 40px 20px 20px;
    background: url(../images/icon_plus.svg) no-repeat;
    background-position: right 20px center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .qa-dt {
        padding: 15px 40px 15px 20px;
        font-size: 15px; } }
    @media screen and (max-width: 512px) {
      .qa-dt {
        padding: 15px 35px 15px 15px;
        font-size: 13px;
        font-weight: 500;
        background-size: 16px;
        background-position: right 15px center; } }
    .qa-dt:before {
      display: block;
      content: 'Q';
      font-weight: 900;
      font-size: 30px;
      margin-right: 20px;
      color: #d70e18; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .qa-dt:before {
          margin-right: 15px;
          font-size: 26px; } }
      @media screen and (max-width: 512px) {
        .qa-dt:before {
          margin-right: 10px;
          font-size: 22px; } }
  .qa-dd {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #eee;
    padding: 25px 20px 25px 60px; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .qa-dd {
        font-size: 14px;
        padding: 20px 15px 20px 54px; } }
    @media screen and (max-width: 512px) {
      .qa-dd {
        font-size: 13px;
        padding: 15px 15px 15px 43px; } }
    .qa-dd a {
      font-weight: bold;
      color: #117ec6; }
      .qa-dd a:hover {
        color: #0d6097;
        text-decoration: underline; }

/* lower
------------------------------------*/
.guide {
  padding: 60px 0 70px; }
  @media screen and (max-width: 512px) {
    .guide {
      padding: 40px 0 50px; } }

.guideBox {
  padding-top: 0;
  overflow: auto; }
  .guideBox-inner {
    max-width: 1000px;
    padding: 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    border: 2px solid #222; }
    @media screen and (max-width: 768px) {
      .guideBox-inner {
        padding: 30px; } }
  .guideBox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .guideBox-item {
        margin-bottom: 30px; } }
    @media screen and (max-width: 512px) {
      .guideBox-item {
        display: block; } }
    .guideBox-item:last-child {
      margin-bottom: 0; }
    .guideBox-item-text {
      width: 58%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 30px; }
      @media screen and (max-width: 512px) {
        .guideBox-item-text {
          width: 100%;
          padding: 0; } }
      .guideBox-item-text p {
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .guideBox-item-text p {
            font-size: 14px; } }
    .guideBox-item h4 {
      line-height: 1.2;
      margin: 0 0 5px;
      padding: 10px 15px;
      background: #f4f4f4;
      border-radius: 4px;
      display: block;
      color: #d70e18;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .guideBox-item h4 {
          font-size: 15px; } }
      .guideBox-item h4 span {
        color: #222; }
      .guideBox-item h4 b {
        font-size: 110%; }
    .guideBox-item-image {
      width: 42%; }
      @media screen and (max-width: 512px) {
        .guideBox-item-image {
          width: 100%; } }
      .guideBox-item-image img {
        width: 100%; }

.curriculum {
  padding: 60px 0 70px; }
  @media screen and (max-width: 768px) {
    .curriculum {
      padding: 40px 0 60px; } }
  .curriculum-inner {
    max-width: 800px;
    margin: 0 auto; }
  .curriculum-list {
    margin-bottom: 50px; }
    .curriculum-list:last-child {
      margin-bottom: 0; }
  .curriculum-table {
    width: 100%; }
    .curriculum-table th {
      background: #eee;
      border: 1px solid #bbb;
      padding: 8px;
      text-align: center;
      font-weight: bold;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .curriculum-table th {
          font-size: 13px; } }
    .curriculum-table td {
      border: 1px solid #bbb;
      padding: 8px;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .curriculum-table td {
          font-size: 12px; } }
      .curriculum-table td.rightline {
        text-align: right; }
    .curriculum-table a {
      color: #186cb3;
      text-decoration: underline; }
    .curriculum-table small {
      font-size: 80%;
      letter-spacing: 0; }

.commerce {
  padding: 60px 0 90px; }
  @media screen and (max-width: 768px) {
    .commerce {
      padding: 40px 0 60px; } }
  .commerce-inner {
    max-width: 1000px;
    margin: 0 auto; }
  .commerce-list {
    margin-bottom: 50px; }
    .commerce-list:last-child {
      margin-bottom: 0; }
  .commerce-table {
    width: 100%; }
    .commerce-table th {
      background: #eee;
      border: 1px solid #bbb;
      padding: 10px;
      text-align: left;
      font-weight: bold;
      font-size: 15px;
      width: 470px;
      line-height: 1.6; }
      @media screen and (max-width: 512px) {
        .commerce-table th {
          font-size: 12px;
          width: 110px; } }
    .commerce-table td {
      border: 1px solid #bbb;
      padding: 10px;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .commerce-table td {
          font-size: 12px; } }
      .commerce-table td.rightline {
        text-align: right; }
    .commerce-table a {
      color: #186cb3;
      text-decoration: underline; }
    .commerce-table small {
      font-size: 80%;
      letter-spacing: 0; }

.privacy {
  padding: 60px 0 70px; }
  @media screen and (max-width: 768px) {
    .privacy {
      padding: 40px 0 60px; } }
  .privacy-inner {
    max-width: 1000px;
    margin: 0 auto; }
  .privacy-item {
    padding: 50px 0;
    border-top: 3px dotted #eee; }
    .privacy-item:first-child {
      margin-top: 50px; }
    @media screen and (max-width: 512px) {
      .privacy-item {
        padding: 30px 0;
        border-top-width: 2px; }
        .privacy-item:first-child {
          margin-top: 30px; } }
    .privacy-item h4 {
      margin-bottom: 10px;
      font-size: 20px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .privacy-item h4 {
          font-size: 18px; } }
      @media screen and (max-width: 512px) {
        .privacy-item h4 {
          font-size: 16px; } }
    .privacy-item h5 {
      font-size: 16px;
      font-weight: 500;
      color: #555;
      margin-bottom: 20px; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .privacy-item h5 {
          font-size: 15px; } }
      @media screen and (max-width: 512px) {
        .privacy-item h5 {
          font-size: 14px; } }
  .privacy-list {
    margin: 50px 0; }
    .privacy-list:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 512px) {
      .privacy-list {
        margin: 30px 0; } }
    .privacy-list ol {
      list-style-type: decimal;
      padding: 20px 30px;
      border: 10px solid #f4f4f4; }
      @media screen and (max-width: 512px) {
        .privacy-list ol {
          padding: 15px;
          border-width: 5px; } }
      .privacy-list ol li {
        margin-left: 18px;
        margin-top: 5px;
        margin-bottom: 5px; }
        @media screen and (min-width: 513px) and (max-width: 768px) {
          .privacy-list ol li {
            font-size: 14px; } }
        @media screen and (max-width: 512px) {
          .privacy-list ol li {
            font-size: 13px; } }
      .privacy-list ol + p {
        margin-top: 30px; }
  .privacy-aside {
    background: #f4f4f4;
    border: 2px solid #d70e18;
    padding: 30px;
    font-size: 15px; }
    @media screen and (max-width: 512px) {
      .privacy-aside {
        padding: 20px; }
        .privacy-aside p {
          font-size: 12px; }
          .privacy-aside p.privacy-text_r {
            font-size: 10px; } }
    .privacy-aside h4 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #d70e18; }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .privacy-aside h4 {
          font-size: 16px; } }
      @media screen and (max-width: 512px) {
        .privacy-aside h4 {
          font-size: 15px;
          text-align: center; } }
  .privacy-text_r {
    text-align: right;
    font-size: 14px; }
    @media screen and (max-width: 512px) {
      .privacy-text_r {
        font-size: 13px;
        margin-top: 5px; } }

#is-form .wrap {
  width: auto !important; }

#is-form #mainContents {
  width: auto !important;
  max-width: 940px;
  padding: 100px 30px; }

@media screen and (max-width: 512px) {
  #is-form .footer-info {
    padding-top: 30px; } }

@media screen and (max-width: 512px) {
  #is-form .btn_top a {
    font-size: 14px;
    padding: 10px 30px; } }

#is-form #btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #is-form #btnArea button {
    margin: 0 10px; }
    @media screen and (max-width: 512px) {
      #is-form #btnArea button {
        font-size: 14px;
        margin: 0 5px; } }

#is-form #footer {
  position: fixed;
  bottom: 0;
  padding-bottom: 0;
  width: 100%; }


.cam img {
  width: 100%;
  height: auto;
}
.cam {
  padding-bottom: 30px;
}
.top_text {
  padding-bottom: 30px;
}
.item-h {
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.item-recommend ul li {
  font-size: 1.3rem;
  font-weight: bold;
  color: #117ec6;}

.item-recommend ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 9px;
  padding-right: 5px;
  opacity: 0.8; }
}
.s_btn {
  text-align: center;
  background-color: #D50E08;
  color: #fff;
  border: 3px solid transparent;
  font-weight: bold;
  padding: 3px;
  border-radius: 50px;
}

.day {
  font-size: 1.9rem;
  background: #e53870;
  padding: 6px;
  color: #fff;
}
.title1 {
  font-size: 3.4rem;
}
@media screen and (max-width: 512px) {
  .title1 {
    font-size: 2.2rem} }

.top_text span {
  font-weight: bold;
  color: #e53870;
  text-decoration: underline;
  background-color: #ffed4c;
}

@media screen and (max-width: 768px) {
  .l-col-4-list {
    align-items: end;
  }
}

.cam-info {
  width: 100%;
  margin-bottom: 3em;
}

.cam-info .terms dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 1em;
}

.cam-info .terms dt,
.cam-info .terms dd {
  padding: .5em 1.5em;
}

.cam-info .terms dt {
  width: 20rem;
  font-weight: bold;
  background: #D70F18;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  letter-spacing: .6em;
}

.cam-info .terms dd {
  width: calc(100% - 30rem);
  margin: 0;
  border-top: 1px solid #D70F18;
  border-right: 1px solid #D70F18;
}

.cam-info .terms dt:first-child {
  border-top: 1px solid #D70F18;
}

.cam-info .terms dt:last-child,
.cam-info .terms dd:last-child {
  border-bottom: 1px solid #D70F18;
}

.cam-info .terms dd .list li {
  padding-left: 1.2rem;
  text-indent: -1.6rem;
}

.cam-info .l-col-4-list .list li {
  margin-left: 1rem;
}

.cam-info .terms .list li:before {
  content: "・";
}

.cam-info .supplement {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

.cam-info .supplement .caution li {
  display: inline;
  margin-right: .5em;
}

.cam-info .supplement .caution li:before {
  content: "※";
}

@media screen and (max-width: 512px) {
  .cam-info .terms dl {
    flex-direction: column;
  }
  .cam-info .terms dt,
  .cam-info .terms dd {
    width: calc(100% - 3em);
    border: 1px solid #D70F18;
  }
  .cam-info .supplement .caution li {
    display: block;
    margin: 0 .5em;
    padding-left: 1.2rem;
    text-indent: -1.6rem;
  }
}

.mainV-title h2 div .sub {
  font-size: 2.4rem;
}

.mainV-title h2 div .price-down {
  color: #D70F18;
}
@media screen and (max-width: 898px) {
  .mainV-title h2 strong {
    font-size: 80%;
  }
  .mainV-title h2 div .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 512px) {
  .l-col-4-item {
    width: 100%; } }
</pre></body></html>