
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/*
  Colorbox Core Style:
  The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
  User Style:
  Change the following styles to modify the appearance of Colorbox.  They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #000000;
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

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

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

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

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

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

.whno {
  white-space: nowrap;
}

.fzs {
  font-size: 12px;
  font-size: 1.2rem;
}

.colorpr {
  color: #8671A0;
}

.fw {
  font-weight: bold !important;
}

.fi {
  font-style: italic !important;
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

[data-ac-area] {
  display: none;
}

/*
	module: m-box-fixed
	- 固定幅・中央揃えのボックス
*/
[data-fixed] {
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  [data-fixed] {
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  [data-fixed].size-s {
    width: 720px;
  }
}

[data-fixed2] {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  [data-fixed2] {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 50px;
    box-sizing: content-box;
  }
}

.m-box-clear {
  *zoom: 1;
}

.m-box-clear:after {
  content: " ";
  display: table;
  clear: both;
}

[data-gs="12"] {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

@media screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

[data-gs="12"].is-inlineblock {
  display: block;
  letter-spacing: -.4em;
}

[data-gs="12"].is-inlineblock [data-gs-col] {
  display: inline-block;
  letter-spacing: normal;
}

.m-box-ttlimg {
  margin: 0 15px 40px;
}

@media screen and (min-width: 768px) {
  .m-box-ttlimg {
    margin: 0 0 80px;
  }
}

.m-box-ttlimg .ttlimg-img {
  overflow: hidden;
  position: relative;
}

.m-box-ttlimg .ttlimg-img.knowledge {
  padding-top: 116%;
  background: url(../../knowledge/images/p_mainsp.png) top center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .m-box-ttlimg .ttlimg-img.knowledge {
    padding-top: 600px;
    background: url(../../knowledge/images/p_mainpc.png) top center no-repeat;
  }
}

.m-box-ttlimg .ttlimg-img .ttlimg-ttl {
  position: absolute;
  top: -100%;
  left: -100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-ttlsub {
  margin-bottom: 35px;
  line-height: 1.5;
}

.m-box-ttlsub + * {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub + .image-position-left + *,
  .m-box-ttlsub + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-ttlsub + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub {
    margin-bottom: 75px;
  }
}

.m-box-ttlsub .ttlsub-en {
  color: #9284AB;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.m-box-ttlsub .ttlsub-ttl {
  margin-top: 7px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-box-ttlsub .ttlsub-ttl {
    font-size: 3.3rem;
  }
}

.m-box-image {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .m-box-image {
    margin-top: 60px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-box-image .image-item {
  margin-top: 40px;
  text-align: center;
}

.m-box-image .image-item:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-box-image .image-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.m-box-image .image-item figure {
  margin: 0 auto;
}

.m-box-image .image-item figure.size-s {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .m-box-image .image-item figure.size-s {
    max-width: 100%;
  }
}

.m-box-image .image-item figure.size-l {
  max-width: 345px;
}

@media screen and (min-width: 768px) {
  .m-box-image .image-item figure.size-l {
    max-width: 100%;
  }
}

.m-box-youtube {
  position: relative;
  padding-top: 56.25%;
}

.m-box-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.m-box-related {
  margin-top: 50px;
  background: #DCD8E6;
  padding: 40px 0 50px;
}

@media screen and (min-width: 768px) {
  .m-box-related {
    margin-top: 80px;
    padding: 80px 0;
  }
}

.m-box-related .related-ttl {
  position: relative;
  padding-left: 30px;
}

.m-box-related .related-ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background: #877AA6;
}

@media screen and (min-width: 768px) {
  .m-box-related .m-list-imglink {
    margin-top: 50px;
  }
}

.m-box-related .related-btn {
  margin: 25px 25px 0;
}

@media screen and (min-width: 768px) {
  .m-box-related .related-btn {
    width: 352px;
    margin: 50px auto 0;
  }
}

.m-box-related + #l-footer {
  margin-top: 0;
}

.m-box-prof {
  margin-top: 50px;
  background: #F8F7F9;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .m-box-prof {
    padding: 60px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box {
    width: 515px;
    margin: 0 auto;
    position: relative;
    padding-left: 160px;
  }
}

.m-box-prof .prof-box .prof-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box .prof-name {
    display: block;
  }
}

.m-box-prof .prof-box .prof-name .name-img {
  width: 70px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box .prof-name .name-img {
    width: 120px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -60px;
  }
}

.m-box-prof .prof-box .prof-name .name-area {
  margin-left: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box .prof-name .name-area {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box .prof-name .name-area .name-data {
    display: inline-block;
    font-size: 1.4rem;
  }
}

.m-box-prof .prof-box .prof-name .name-area .name-prof {
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box .prof-name .name-area .name-prof {
    display: inline-block;
  }
}

.m-box-prof .prof-box .prof-txt {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-box-prof .prof-box .prof-txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .m-box-routine {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-routine .routine-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 55px;
  }
  .m-box-routine .routine-line:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 2px;
    background: #BEB6CE;
    margin-left: -1px;
  }
  .m-box-routine .routine-line + .routine-line {
    padding-top: 50px;
  }
  .m-box-routine .routine-line + .routine-line:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #BEB6CE;
  }
  .m-box-routine .routine-line:first-child {
    padding-top: 5px;
  }
  .m-box-routine .routine-line:first-child:after {
    content: '';
    display: inline-block;
    width: 88px;
    height: 88px;
    background: url(../../knowledge/images/routine_mark.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    bottom: -45px;
    z-index: +1;
  }
  .m-box-routine .routine-line:last-child {
    padding-bottom: 5px;
  }
}

.m-box-routine .routine-line .routine-item {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-box-routine .routine-line .routine-item {
    margin: 0;
    width: 50%;
  }
  .m-box-routine .routine-line .routine-item:nth-child(odd) {
    padding-right: 60px;
  }
  .m-box-routine .routine-line .routine-item:nth-child(even) {
    padding-left: 60px;
  }
}

.m-box-routine .routine-line .routine-item .item-ttl {
  color: #8671A0;
  text-align: center;
}

.m-box-routine .routine-line .routine-item .item-img {
  text-align: center;
  max-width: 300px;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .m-box-routine .routine-line .routine-item .item-img {
    max-width: 200px;
  }
}

.m-box-routine .routine-line .routine-item .item-txt {
  margin-top: 30px;
}

.m-box-other {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-other {
    margin-top: 50px;
  }
}

.m-box-other .other-btn {
  margin-top: 25px;
  padding: 25px 0;
  background: #f8f7f9;
}

@media screen and (min-width: 768px) {
  .m-box-other .other-btn {
    margin-top: 50px;
    padding: 50px 0;
  }
}

.m-box-other .other-btn ul {
  margin: 0 15px;
}

@media screen and (min-width: 768px) {
  .m-box-other .other-btn ul {
    margin: 0 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1601px) {
  .m-box-other .other-btn ul {
    width: 1500px;
    margin: 0 auto;
  }
}

.m-box-other .other-btn ul li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-other .other-btn ul li {
    width: calc(50% - 6px);
  }
}

.m-box-other .other-btn ul li + li {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .m-box-other .other-btn ul li + li {
    margin-top: 0;
  }
}

.m-box-other + #l-footer {
  margin-top: 0;
}

.m-box-backbtn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-box-backbtn {
    margin-top: 80px;
  }
}

.m-box-plan {
  margin: 50px 15px 0;
}

@media screen and (min-width: 768px) {
  .m-box-plan {
    margin: 100px 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1601px) {
  .m-box-plan {
    width: 1500px;
    margin: 100px auto 0;
  }
}

.m-box-plan .plan-item + .plan-item {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item + .plan-item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item {
    width: calc((100% / 3) - 12px);
    margin-left: 12px;
  }
  .m-box-plan .plan-item:nth-child(3n-2) {
    margin-left: 0;
  }
}

.m-box-plan .plan-item a {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 60px 15px 70px;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a {
    padding: 85px 30px 90px;
  }
}

.m-box-plan .plan-item a.item-ai {
  background: url(../images/plan1_bg.jpg) center no-repeat;
  background-size: cover;
}

.m-box-plan .plan-item a.item-motion {
  background: url(../images/plan2_bg.jpg) center no-repeat;
  background-size: cover;
}

.m-box-plan .plan-item a.item-medical {
  background: url(../images/plan3_bg.jpg) center no-repeat;
  background-size: cover;
}

.m-box-plan .plan-item a dl {
  font-family: newpeace,'A1 Mincho',serif;
}

.m-box-plan .plan-item a dl dt {
  color: #1F286F;
}

.m-box-plan .plan-item a dl dt .item-ttlname {
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a dl dt .item-ttlname {
    font-size: 3.3rem;
  }
}

.m-box-plan .plan-item a dl dt .item-ttlname.has-pb {
  padding-bottom: 1.45em;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a dl dt .item-ttlname.has-pb {
    padding-bottom: 1.33em;
  }
}

.m-box-plan .plan-item a dl dt .item-ttlsub {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a dl dt .item-ttlsub {
    font-size: 2.6rem;
  }
}

.m-box-plan .plan-item a dl dd {
  margin-top: 10px;
  color: #262A75;
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a dl dd {
    margin-top: 30px;
    font-size: 3.3rem;
  }
}

.m-box-plan .plan-item a dl dd .txt-l {
  font-size: 30px;
  font-size: 3.0rem;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a dl dd .txt-l {
    font-size: 5.4rem;
  }
}

.m-box-plan .plan-item a .item-btn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a .item-btn {
    margin-top: 70px;
  }
}

.m-box-plan .plan-item a .item-btn .m-btn-arrow {
  display: inline-block;
  border: 1px solid #393C50;
  background: transparent;
  color: #1f286f;
  border-radius: 22px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a .item-btn .m-btn-arrow {
    font-size: 1.4rem;
    border-radius: 30px;
  }
}

.m-box-plan .plan-item a .item-btn .m-btn-arrow .arrow-inner {
  display: inline-block;
  padding: 11px 75px 11px 40px;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a .item-btn .m-btn-arrow .arrow-inner {
    padding: 18px 82px;
  }
}

.m-box-plan .plan-item a .item-btn .m-btn-arrow .arrow-inner:before {
  width: 24px;
  height: 24px;
  right: 20px;
  margin-top: -12px;
}

.m-box-plan .plan-item a .item-btn .m-btn-arrow .arrow-inner .add-icon {
  right: 30px;
  margin-top: -3px;
}

.m-box-plan .plan-item a .item-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow {
  width: 24px;
  height: 6px;
}

.m-box-plan .plan-item a .item-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow svg {
  width: 24px;
  height: 6px;
  fill: #393C50;
}

[data-whatinput="keyboard"] .m-box-plan .plan-item a:focus .m-btn-arrow .arrow-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-box-plan .plan-item a:hover .m-btn-arrow .arrow-inner .add-icon {
    margin-right: -20px;
  }
}

.m-box-subject {
  margin: 45px 15px 0;
}

@media screen and (min-width: 768px) {
  .m-box-subject {
    margin: 90px 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1601px) {
  .m-box-subject {
    width: 1500px;
    margin: 90px auto 0;
  }
}

.m-box-subject .subject-box {
  position: relative;
  background: #F6F6F8;
  padding: 60px 15px;
}

@media screen and (min-width: 768px) {
  .m-box-subject .subject-box {
    width: calc(33.3% - 12px);
    padding: 160px 40px;
  }
}

.m-box-subject .subject-box + .subject-box {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-box-subject .subject-box + .subject-box {
    margin-top: 0;
    margin-left: 18px;
    padding-top: 160px;
  }
}

.m-box-subject .subject-box dl {
  text-align: center;
}

.m-box-subject .subject-box dl dt {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2.0rem;
  color: #262A75;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-box-subject .subject-box dl dt {
    font-size: 2.9rem;
  }
}

.m-box-subject .subject-box dl dd {
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-box-subject .subject-box dl dd {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.m-box-subject .subject-box dl dd:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #262A75;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -6px;
}

@media screen and (min-width: 768px) {
  .m-box-subject .subject-box dl dd:before {
    width: 30px;
    margin-left: -15px;
  }
}

.m-box-subject .subject-box .box-att {
  margin-top: 10px;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-box-subject .subject-box .box-att {
    margin-top: 15px;
  }
}

.m-box-locnav {
  margin: 40px 15px 0;
  padding: 20px;
  background: #f8f7f9;
}

@media screen and (min-width: 768px) {
  .m-box-locnav {
    margin: 80px 50px;
    padding: 40px;
  }
}

@media screen and (min-width: 1601px) {
  .m-box-locnav {
    width: 1500px;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .m-box-locnav dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-box-locnav dl dt {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  color: #1f286f;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-box-locnav dl dt {
    font-size: 2.4rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.m-box-locnav dl dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-box-locnav dl dd ul li {
  margin-top: 15px;
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .m-box-locnav dl dd ul li {
    margin-top: 0;
    width: auto;
    margin-left: 40px;
    font-size: 1.4rem;
  }
}

.m-box-locnav dl dd ul li:nth-child(even) {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .m-box-locnav dl dd ul li:nth-child(even) {
    margin-left: 40px;
  }
}

.m-box-locnav dl dd ul li a {
  color: #1f286f;
}

.m-box-cntimg {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-cntimg {
    margin-top: 80px;
  }
}

.m-box-onlinestore {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore {
    margin-top: 70px;
  }
}

.m-box-onlinestore a {
  display: block;
  background: url(../images/onlinestore_bg_sp.png) center no-repeat;
  background-size: cover;
  padding: 45px 40px;
  text-align: center;
  color: #1f286f;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore a {
    background: url(../images/onlinestore_bg_pc.png) top center no-repeat;
    background-size: cover;
    padding: 65px 50px;
  }
}

.m-box-onlinestore a dl dt {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore a dl dt {
    font-size: 3.2rem;
  }
}

.m-box-onlinestore a dl dd {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore a dl dd {
    margin-top: 40px;
  }
}

.m-box-onlinestore a dl dd .m-btn-arrow {
  display: inline-block;
  border: 1px solid #1f286f;
  background: transparent;
  color: #1f286f;
  border-radius: 22px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore a dl dd .m-btn-arrow {
    font-size: 1.4rem;
    border-radius: 30px;
  }
}

.m-box-onlinestore a dl dd .m-btn-arrow .arrow-inner {
  display: inline-block;
  padding: 11px 75px 11px 40px;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore a dl dd .m-btn-arrow .arrow-inner {
    padding: 18px 82px 18px 52px;
  }
}

.m-box-onlinestore a dl dd .m-btn-arrow .arrow-inner:before {
  width: 24px;
  height: 24px;
  right: 20px;
  margin-top: -12px;
}

.m-box-onlinestore a dl dd .m-btn-arrow .arrow-inner .add-icon {
  right: 30px;
  margin-top: -3px;
}

.m-box-onlinestore a dl dd .m-btn-arrow .arrow-inner .add-icon.icon-arrow {
  width: 24px;
  height: 6px;
}

.m-box-onlinestore a dl dd .m-btn-arrow .arrow-inner .add-icon.icon-arrow svg {
  width: 24px;
  height: 6px;
  fill: #1f286f;
}

[data-whatinput="keyboard"] .m-box-onlinestore a:focus {
  color: #1f286f;
}

[data-whatinput="keyboard"] .m-box-onlinestore a:focus .arrow-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-box-onlinestore a:hover {
    color: #1f286f;
  }
  .m-box-onlinestore a:hover .arrow-inner .add-icon {
    margin-right: -20px;
  }
}

.m-box-experience {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 94px;
  line-height: 0.1;
  z-index: +1;
}

@media screen and (min-width: 768px) {
  .m-box-experience {
    width: 125px;
    bottom: 25px;
    right: 25px;
  }
}

.m-box-experience > a {
  display: inline-block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(37,19,72,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="7" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(37,19,72,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 2px 2px rgba(37, 19, 72, 0.15)) drop-shadow(0px 10px 7px rgba(37, 19, 72, 0.15));
          filter: drop-shadow(0px 2px 2px rgba(37, 19, 72, 0.15)) drop-shadow(0px 10px 7px rgba(37, 19, 72, 0.15));
}

.m-box-experience > a img {
  width: 100%;
}

.m-box-experience .experience-close {
  position: absolute;
  bottom: 0px;
  right: -15px;
}

@media screen and (min-width: 768px) {
  .m-box-experience .experience-close {
    display: none;
  }
}

.m-box-experience .experience-close .close-btn {
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/close_experience.png) center no-repeat;
  background-size: 30px 30px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(37,19,72,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="7" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(37,19,72,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 2px 2px rgba(37, 19, 72, 0.15)) drop-shadow(0px 10px 7px rgba(37, 19, 72, 0.15));
          filter: drop-shadow(0px 2px 2px rgba(37, 19, 72, 0.15)) drop-shadow(0px 10px 7px rgba(37, 19, 72, 0.15));
}

.m-box-register {
  margin: 40px 15px 0;
  background: #f8f7f9;
  padding: 35px 15px 15px;
}

@media screen and (min-width: 768px) {
  .m-box-register {
    margin: 85px 50px 0;
    padding: 65px 40px 80px;
  }
}

@media screen and (min-width: 1601px) {
  .m-box-register {
    width: 1500px;
    margin: 85px auto 0;
  }
}

.m-box-register .register-ttl {
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #1f286f;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-ttl {
    font-size: 3.3rem;
  }
}

.m-box-register .register-flow {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow {
    max-width: 1120px;
    margin: 50px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-box-register .register-flow .flow-box {
  position: relative;
  padding-left: 38px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box {
    width: calc(33.3% - 21px);
    padding-left: 0;
    padding-top: 70px;
  }
}

.m-box-register .register-flow .flow-box + .flow-box {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box + .flow-box {
    margin-left: 31px;
    padding-top: 70px;
  }
}

.m-box-register .register-flow .flow-box + .flow-box .flow-num:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  position: absolute;
  top: -6px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box + .flow-box .flow-num:before {
    width: 50px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    background-size: cover;
    left: -35px;
  }
}

.m-box-register .register-flow .flow-box .flow-num {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 23px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-num {
    bottom: auto;
    width: auto;
    right: 0px;
    height: 46px;
  }
}

.m-box-register .register-flow .flow-box .flow-num .num-txt {
  font-family: newpeace,'A1 Mincho',serif;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-num .num-txt br {
    display: none;
  }
}

.m-box-register .register-flow .flow-box .flow-num .num-txt .txt-num {
  font-size: 20px;
  font-size: 2.0rem;
}

.m-box-register .register-flow .flow-box .flow-num.num-1 {
  background: #b9b1ca;
}

.m-box-register .register-flow .flow-box .flow-num.num-2 {
  background: #8a7ba6;
}

.m-box-register .register-flow .flow-box .flow-num.num-2:before {
  background-image: url(/assets/images/arrow_step2_sp.png);
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-num.num-2:before {
    background-image: url(/assets/images/arrow_step2_pc.png);
  }
}

.m-box-register .register-flow .flow-box .flow-num.num-3 {
  background: #5b4783;
}

.m-box-register .register-flow .flow-box .flow-num.num-3:before {
  background-image: url(/assets/images/arrow_step3_sp.png);
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-num.num-3:before {
    background-image: url(/assets/images/arrow_step3_pc.png);
  }
}

.m-box-register .register-flow .flow-box .flow-cnt {
  color: #1f286f;
}

.m-box-register .register-flow .flow-box .flow-cnt .cnt-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-cnt .cnt-ttl {
    font-size: 2.0rem;
  }
}

.m-box-register .register-flow .flow-box .flow-cnt .cnt-ol {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-cnt .cnt-ol {
    margin-top: 15px;
  }
}

.m-box-register .register-flow .flow-box .flow-cnt .cnt-ol li {
  position: relative;
  color: #1f286f;
  padding-left: 30px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-cnt .cnt-ol li {
    font-size: 1.6rem;
  }
}

.m-box-register .register-flow .flow-box .flow-cnt .cnt-ol li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-cnt .cnt-ol li + li {
    margin-top: 10px;
  }
}

.m-box-register .register-flow .flow-box .flow-cnt .cnt-ol li .ol-num {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  background: #1f286f;
  color: #ffffff;
  width: 20px;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  font-family: 'Inter', sans-serif;
  position: absolute;
  left: 0px;
  top: 0.2em;
}

.m-box-register .register-flow .flow-box .flow-cnt .cnt-ol li .ol-fw {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

.m-box-register .register-flow .flow-box .flow-cnt .flow-btn {
  margin-top: 15px;
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-cnt .flow-btn {
    margin-top: 20px;
    padding-left: 0;
  }
}

.m-box-register .register-flow .flow-box .flow-cnt .flow-btn .btn-member {
  display: inline-block;
  background: #000000;
  position: relative;
  color: #ffffff;
  padding: 8px 35px 8px 53px;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-flow .flow-box .flow-cnt .flow-btn .btn-member {
    font-size: 1.4rem;
    padding: 4px 20px 2px 55px;
  }
}

.m-box-register .register-flow .flow-box .flow-cnt .flow-btn .btn-member .add-icon {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

.m-box-register .register-flow .flow-box .flow-cnt .flow-btn .btn-member .add-icon svg {
  fill: #ffffff;
  width: 19px;
  height: 19px;
}

.m-box-register .register-dl {
  margin-top: 25px;
  background: #e1dfe8;
  padding: 25px 15px;
  color: #1f286f;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl {
    max-width: 1120px;
    margin: 55px auto 0;
    padding: 50px;
  }
}

.m-box-register .register-dl .dl-ttl {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-box-register .register-dl .dl-box .dl-btns {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box .dl-btns {
    margin-top: 0;
    width: 440px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box .dl-btns li img {
    max-height: 60px;
  }
}

.m-box-register .register-dl .dl-box .dl-btns li + li {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box .dl-btns li + li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box .dl-txt {
    width: calc(100% - 470px);
  }
}

.m-box-register .register-dl .dl-box .dl-txt h4 {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box .dl-txt h4 {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.m-box-register .register-dl .dl-box .dl-txt p {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .m-box-register .register-dl .dl-box .dl-txt p {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.m-box-plan2 {
  background: url(../images/plan_2.jpg) center no-repeat;
  margin: 40px 15px 0;
  padding: 45px 10px 32px;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 {
    padding: 90px 50px 60px;
    margin: 75px 50px 0;
  }
}

@media screen and (min-width: 1601px) {
  .m-box-plan2 {
    max-width: 1500px;
    margin: 75px auto 0;
  }
}

.m-box-plan2 .plan2-ttl {
  text-align: center;
  color: #060a60;
  font-family: newpeace,'A1 Mincho',serif;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-ttl {
    font-size: 4.2rem;
  }
}

.m-box-plan2 .plan2-ttl > span {
  font-weight: normal;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-ttl > span {
    font-size: 5.4rem;
  }
}

.m-box-plan2 .plan2-txt {
  text-align: center;
  letter-spacing: 0.1em;
  color: #1f286f;
  margin-top: 15px;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-txt {
    margin-top: 30px;
  }
}

.m-box-plan2 .plan2-logo {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-logo {
    margin-top: 40px;
  }
}

.m-box-plan2 .plan2-logo img {
  width: 86px;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-logo img {
    width: 172px;
  }
}

.m-box-plan2 .plan2-btn {
  margin-top: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-btn {
    margin-top: 50px;
  }
}

.m-box-plan2 .plan2-btn .m-btn-arrow {
  display: inline-block;
  border: 1px solid #393C50;
  background: transparent;
  color: #1f286f;
  border-radius: 22px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-btn .m-btn-arrow {
    font-size: 1.4rem;
    border-radius: 30px;
  }
}

.m-box-plan2 .plan2-btn .m-btn-arrow .arrow-inner {
  display: inline-block;
  padding: 14px 85px 14px 60px;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-btn .m-btn-arrow .arrow-inner {
    padding: 18px 100px 18px 90px;
  }
}

.m-box-plan2 .plan2-btn .m-btn-arrow .arrow-inner:before {
  width: 24px;
  height: 24px;
  right: 20px;
  margin-top: -12px;
  border-color: #c7c9db;
}

.m-box-plan2 .plan2-btn .m-btn-arrow .arrow-inner .add-icon {
  right: 30px;
  margin-top: -3px;
}

.m-box-plan2 .plan2-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow {
  width: 24px;
  height: 6px;
}

.m-box-plan2 .plan2-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow svg {
  width: 24px;
  height: 6px;
  fill: #393C50;
}

[data-whatinput="keyboard"] .m-box-plan2 .plan2-btn .m-btn-arrow:focus .arrow-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-box-plan2 .plan2-btn .m-btn-arrow:hover .arrow-inner .add-icon {
    margin-right: -20px;
  }
}

.m-box-rentalbnr {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr {
    margin-top: 80px;
  }
}

.m-box-rentalbnr .rentalbnr-inner {
  display: block;
  padding: 40px 30px 45px;
  background: url(../images/bg_rentalbnr.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner {
    padding: 55px calc(5.36% + 145px);
    position: relative;
  }
}

.m-box-rentalbnr .rentalbnr-inner .rentalbnr-ttl {
  font-family: newpeace,'A1 Mincho',serif;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner .rentalbnr-ttl {
    font-size: 5.4rem;
    margin-bottom: 15px;
  }
}

.m-box-rentalbnr .rentalbnr-inner .rentalbnr-ttl > span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner .rentalbnr-ttl > span {
    padding-bottom: 15px;
  }
}

.m-box-rentalbnr .rentalbnr-inner .rentalbnr-desc {
  font-family: newpeace,'A1 Mincho',serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner .rentalbnr-desc {
    font-size: 2.8rem;
  }
}

.m-box-rentalbnr .rentalbnr-inner .rentalbnr-btn {
  margin-top: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner .rentalbnr-btn {
    margin-top: 0;
    position: absolute;
    right: 5.36%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.m-box-rentalbnr .rentalbnr-inner .rentalbnr-btn .m-btn-icon {
  border: 1px solid #ffffff;
  padding: 7px 18px 7px 50px;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner .rentalbnr-btn .m-btn-icon {
    border: none;
    padding: 0;
  }
}

[data-whatinput="keyboard"] .m-box-rentalbnr .rentalbnr-inner:focus .rentalbnr-btn .m-btn-icon .icon-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr .rentalbnr-inner:hover .rentalbnr-btn .m-btn-icon .icon-inner .add-icon {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .m-box-rentalbnr.pc-size-l .rentalbnr-inner {
    padding: 55px calc(8% + 145px);
  }
  .m-box-rentalbnr.pc-size-l .rentalbnr-inner .rentalbnr-btn {
    right: 8%;
  }
}

.m-box-bnr + .m-box-bnr {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .m-box-bnr + .m-box-bnr {
    margin-top: 12px;
  }
}

.m-box-bnr + [data-fixed2] > .m-box-bnr {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .m-box-bnr + [data-fixed2] > .m-box-bnr {
    margin-top: 12px;
  }
}

.m-box-tabhead {
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
}

.m-box-tabhead + * {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .m-box-tabhead + .image-position-left + *,
  .m-box-tabhead + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-tabhead + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tabhead + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tabhead {
    margin-top: 45px;
    margin-bottom: 25px;
    overflow: hidden;
  }
}

.m-box-tabhead .tabhead-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-box-tabhead .tabhead-list .list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.m-box-tabhead .tabhead-list .list-item .item-link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
  width: 100%;
  line-height: 1.25;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-out;
  border: none;
  border-bottom: solid 2px #e3e4ec;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item .item-link {
    font-size: 1.6rem;
    padding: 20px 10px;
  }
}

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-list .list-item .item-link:focus {
  border-color: #404385;
  color: #393C50;
}

@media screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item .item-link:hover {
    border-color: #404385;
    color: #393C50;
  }
}

.m-box-tabhead .tabhead-list .list-item .item-link.is-active {
  border-color: #404385;
}

.m-box-tab {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-box-tab {
    margin-top: 45px;
  }
}

.m-box-tab > .m-box-tabhead {
  margin-top: 0;
}

.m-box-tab .tab-content .content-item {
  display: none;
}

.m-box-tab .tab-content .content-item > *:first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > .image-position-left:first-child + *,
  .m-box-tab .tab-content .content-item > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

.m-box-tab .tab-content .content-item:first-child {
  display: block;
}

.m-box-bnr2 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-bnr2 {
    margin-top: 50px;
  }
}

.m-box-saleend {
  margin-top: 20px;
}

.m-box-saleend .saleend-text {
  width: 50%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  background-color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-saleend .saleend-text {
    font-size: 2rem;
  }
}

.add-icon {
  display: inline-block;
  line-height: 0.1;
  vertical-align: middle;
}

.add-icon svg {
  vertical-align: middle;
}

.add-icon.icon-arrow {
  width: 16px;
  height: 4px;
}

@media screen and (min-width: 768px) {
  .add-icon.icon-arrow {
    width: 24px;
    height: 6px;
  }
}

.add-icon.icon-arrow svg {
  width: 16px;
  height: 4px;
  fill: #393C50;
}

@media screen and (min-width: 768px) {
  .add-icon.icon-arrow svg {
    width: 24px;
    height: 6px;
  }
}

ul.m-list-asterisk {
  margin-top: 15px;
}

ul.m-list-asterisk > li {
  position: relative;
  padding-left: 1.2em;
}

ul.m-list-asterisk > li:before {
  content: '\203b';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  background: transparent;
}

ol.m-list-asterisk {
  margin-top: 15px;
}

ol.m-list-asterisk > li {
  padding-left: 1.9em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

ol.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ol.m-list-asterisk > li:before {
  content: "\203b" counter(number);
  display: inline-block;
  vertical-align: top;
  margin-left: -1.9em;
  margin-right: 5px;
  border: none;
}

.m-list-imglink {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .m-list-imglink {
    margin-top: 60px;
  }
}

.m-list-imglink li {
  line-height: 1.5;
  margin-top: 20px;
}

.m-list-imglink li:nth-child(-n + 2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-list-imglink li {
    margin-top: 40px;
  }
  .m-list-imglink li:nth-child(-n + 4) {
    margin-top: 0;
  }
}

.m-list-imglink li a {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-imglink li a:focus .imglink-ttl {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .m-list-imglink li a:hover .imglink-ttl {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.m-list-imglink li .imglink-thumb {
  margin: 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.m-list-imglink li .imglink-ttl {
  margin-top: 10px;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-list-imglink li .imglink-ttl {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    background: rgba(146, 132, 171, 0.9);
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.5s ease-in-out;
  }
  .m-list-imglink li .imglink-ttl .ttl-inner {
    display: block;
    text-align: center;
  }
}

.m-list-arrows {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .m-list-arrows {
    margin-top: 80px;
  }
}

.m-list-arrows li {
  width: calc(50% - 5px);
}

@media screen and (min-width: 768px) {
  .m-list-arrows li {
    width: 352px;
  }
}

.m-list-arrows li.arrows-prev {
  margin-right: auto;
}

.m-list-arrows li.arrows-next {
  margin-left: auto;
}

.m-list-btn {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .m-list-btn {
    margin-top: 80px;
  }
}

.m-list-btn li {
  width: calc(50% - 5px);
}

@media screen and (min-width: 768px) {
  .m-list-btn li {
    width: calc(50% - 3px);
  }
}

.m-list-btn li a {
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 45px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-list-btn li a {
    padding: 90px 100px 100px;
  }
}

.m-list-btn li a.btn-faq {
  background: url(../images/banner_faq.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-manual {
  background: url(../images/banner_manual.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-faqlite {
  background: url(../images/banner_faqlite.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-manuallite {
  background: url(../images/banner_manuallite.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-faqeye {
  background: url(../images/banner_faqeye.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-manualeye {
  background: url(../images/banner_manualeye.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-faqhead {
  background: url(../images/banner_faqhead.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-manualhead {
  background: url(../images/banner_manualhead.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-faqsuppl {
  background: url(../images/banner_faqsuppl.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-manualsuppl {
  background: url(../images/banner_manualsuppl.jpg) center no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-faqsheet {
  background: url(../images/banner_faqsheet.jpg) center left no-repeat;
  background-size: cover;
}

.m-list-btn li a.btn-manualsheet {
  background: url(../images/banner_manualsheet.jpg) center left no-repeat;
  background-size: cover;
}

.m-list-btn li a dl dt {
  position: relative;
  padding-top: 50px;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-list-btn li a dl dt {
    padding-top: 105px;
    font-size: 5.0rem;
  }
}

.m-list-btn li a dl dt .add-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .m-list-btn li a dl dt .add-icon {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
}

.m-list-btn li a dl dt .add-icon svg {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .m-list-btn li a dl dt .add-icon svg {
    width: 80px;
    height: 80px;
  }
}

.m-list-btn li a dl dd {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-list-btn li a dl dd {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

.m-list-btn li a .btn-more {
  display: none;
}

@media screen and (min-width: 768px) {
  .m-list-btn li a .btn-more {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 24px;
    height: 24px;
  }
  .m-list-btn li a .btn-more:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .m-list-btn li a .btn-more .add-icon {
    width: 24px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: -10px;
    transition: all 0.5s ease-in-out;
  }
  .m-list-btn li a .btn-more .add-icon svg {
    width: 24px;
    height: 6px;
    fill: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-btn li a:focus .btn-more .add-icon {
    left: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .m-list-btn li a:hover .btn-more .add-icon {
    left: 10px;
  }
}

.m-list-plan {
  margin: 45px 15px 0;
}

@media screen and (min-width: 768px) {
  .m-list-plan {
    margin: 100px 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1601px) {
  .m-list-plan {
    width: 1500px;
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .m-list-plan li {
    width: calc(50% - 6px);
  }
}

.m-list-plan li + li {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .m-list-plan li + li {
    margin-top: 0;
  }
}

.m-list-plan li a {
  display: block;
  text-align: center;
  color: #1f286f;
  line-height: 1.5;
  padding: 50px 20px;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a {
    padding: 120px 50px 135px;
  }
}

.m-list-plan li a.plan-list {
  background: url(../images/banner_plan.jpg) top center no-repeat;
  background-size: cover;
}

.m-list-plan li a.plan-list dl dd {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a.plan-list dl dd {
    font-size: 4.8rem;
  }
}

.m-list-plan li a.plan-dream {
  background: url(../images/banner_dream.jpg) top center no-repeat;
  background-size: cover;
}

.m-list-plan li a.plan-dream dl dd {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a.plan-dream dl dd {
    font-size: 4.8rem;
  }
}

.m-list-plan li a.plan-experience {
  background: url(../images/banner_experience.jpg) top center no-repeat;
  background-size: cover;
}

.m-list-plan li a dl dt {
  position: relative;
  font-size: 11px;
  font-size: 1.1rem;
  padding-bottom: 17px;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a dl dt {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}

.m-list-plan li a dl dt:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  background: #1f286f;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a dl dt:before {
    width: 30px;
    margin-left: -15px;
  }
}

.m-list-plan li a dl dd {
  margin-top: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a dl dd {
    margin-top: 20px;
    font-size: 4.8rem;
  }
}

.m-list-plan li a .plan-sub {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1.0rem;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a .plan-sub {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.m-list-plan li a .plan-btn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a .plan-btn {
    margin-top: 30px;
  }
}

.m-list-plan li a .plan-btn .m-btn-arrow {
  display: inline-block;
  border: 1px solid #1f286f;
  background: transparent;
  color: #1f286f;
  border-radius: 22px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a .plan-btn .m-btn-arrow {
    font-size: 1.4rem;
    border-radius: 30px;
  }
}

.m-list-plan li a .plan-btn .m-btn-arrow .arrow-inner {
  display: inline-block;
  padding: 11px 75px 11px 40px;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a .plan-btn .m-btn-arrow .arrow-inner {
    padding: 18px 82px 18px 52px;
  }
}

.m-list-plan li a .plan-btn .m-btn-arrow .arrow-inner:before {
  width: 24px;
  height: 24px;
  right: 20px;
  margin-top: -12px;
}

.m-list-plan li a .plan-btn .m-btn-arrow .arrow-inner .add-icon {
  right: 30px;
  margin-top: -3px;
}

.m-list-plan li a .plan-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow {
  width: 24px;
  height: 6px;
}

.m-list-plan li a .plan-btn .m-btn-arrow .arrow-inner .add-icon.icon-arrow svg {
  width: 24px;
  height: 6px;
  fill: #1f286f;
}

[data-whatinput="keyboard"] .m-list-plan li a:focus .arrow-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-list-plan li a:hover .arrow-inner .add-icon {
    margin-right: -20px;
  }
}

.m-list-news {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-list-news {
    margin-top: 80px;
    border-top: 1px solid #DEE6E6;
  }
}

.m-list-news li {
  border-bottom: 1px solid #DEE6E6;
}

.m-list-news li + li {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-list-news li + li {
    margin-top: 0;
  }
}

.m-list-news li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .m-list-news li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0;
  }
}

.m-list-news li a .new-thumb {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-list-news li a .new-thumb {
    width: 220px;
  }
}

.m-list-news li a dl {
  padding: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-list-news li a dl {
    padding: 0;
    width: calc(100% - 265px);
  }
}

.m-list-news li a dl dt {
  color: #1F286F;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

.m-list-news li a dl dd {
  margin-top: 15px;
}

.m-list-news li a dl dd .news-btn {
  margin-top: 15px;
}

[data-whatinput="keyboard"] .m-list-news li a:focus .m-btn-icon .icon-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-list-news li a:hover .m-btn-icon .icon-inner .add-icon {
    margin-right: -20px;
  }
}

.m-list-item {
  margin: 40px 15px 0;
}

@media screen and (min-width: 768px) {
  .m-list-item {
    margin: 80px 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1601px) {
  .m-list-item {
    width: 1500px;
    margin: 80px auto 0;
  }
}

.m-list-item li {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-item li {
    width: calc(33.3% - 8px);
    margin-top: 12px;
    margin-left: 12px;
  }
}

.m-list-item li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-list-item li:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-list-item li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.m-list-item li a {
  display: block;
  background: #F4F3F5;
  padding: 30px 10px 10px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-list-item li a {
    padding: 60px 15px 15px;
  }
}

.m-list-item li a dl dt {
  font-size: 19px;
  font-size: 1.9rem;
  color: #1F286F;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-list-item li a dl dt {
    font-size: 2.6rem;
  }
}

.m-list-item li a dl dd {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-item li a dl dd {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.m-list-item li a dl dd:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 34px;
  height: 1px;
  background: #393C50;
  margin-left: -17px;
}

.m-list-item li a .item-btn {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-item li a .item-btn {
    margin-top: 25px;
  }
}

.m-list-item li a .item-img {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-list-item li a .item-img {
    margin-top: 55px;
  }
}

[data-whatinput="keyboard"] .m-list-item li a:focus .m-btn-icon .icon-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-list-item li a:hover .m-btn-icon .icon-inner .add-icon {
    margin-right: -20px;
  }
}

.m-list-item + .m-list-item {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-item + .m-list-item {
    margin-top: 12px;
  }
}

.m-list-support {
  margin: 25px 15px 0;
}

@media screen and (min-width: 768px) {
  .m-list-support {
    margin: 80px 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1601px) {
  .m-list-support {
    width: 1500px;
    margin: 80px auto 0;
  }
}

.m-list-support li {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-support li {
    width: calc(33.3% - 8px);
    margin-top: 12px;
    margin-left: 12px;
  }
}

.m-list-support li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-list-support li:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-list-support li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.m-list-support li a {
  display: block;
  background: #F4F3F5;
  padding: 10px 10px 15px;
  color: #1F286F;
}

@media screen and (min-width: 768px) {
  .m-list-support li a {
    padding: 20px 20px 30px;
  }
}

.m-list-support li a .support-img {
  margin: 0;
  text-align: center;
}

.m-list-support li a .support-btn {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-support li a .support-btn {
    margin-top: 25px;
  }
}

.m-list-support li a .support-btn .m-btn-icon {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .m-list-support li a .support-btn .m-btn-icon {
    font-size: 2.0rem;
  }
}

.m-list-support li a .support-btn .m-btn-icon .icon-inner {
  display: block;
  font-family: newpeace,'A1 Mincho',serif;
}

.m-list-support li a .support-btn .btn-icon {
  display: inline-block;
  margin-left: 10px;
}

.m-list-support li a .support-btn .btn-icon .add-icon {
  width: 20px;
  height: 20px;
}

.m-list-support li a .support-btn .btn-icon .add-icon svg {
  width: 20px;
  height: 20px;
  fill: #262A75;
}

[data-whatinput="keyboard"] .m-list-support li a:focus .m-btn-icon .icon-inner .add-icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .m-list-support li a:hover .m-btn-icon .icon-inner .add-icon {
    margin-right: -20px;
  }
}

.m-list-support + .m-list-support {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-support + .m-list-support {
    margin-top: 12px;
  }
}

.m-list-member {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-list-member {
    margin-top: 68px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.m-list-member li {
  background: #f5f3f5;
  padding: 40px 20px;
  text-align: center;
}

.m-list-member li + li {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .m-list-member li + li {
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-member li {
    width: calc(50% - 6px);
    margin-top: 12px;
    padding: 213px 40px;
  }
  .m-list-member li.list-l {
    width: 100%;
    margin-left: 0;
  }
}

.m-list-member li dl dt {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1f286f;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-list-member li dl dt {
    font-size: 2.2rem;
  }
}

.m-list-member li dl dd {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-list-member li dl dd {
    margin-top: 35px;
  }
}

.m-list-member li dl dd .m-btn-icon {
  border: 1px solid #1f286f;
  padding: 7px 18px 7px 50px;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .m-list-member li dl dd .m-btn-icon {
    padding: 15px 18px 15px 50px;
    border-radius: 30px;
  }
}

.m-list-centerbtn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-list-centerbtn {
    margin-top: 70px;
  }
}

.m-list-centerbtn li {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-list-centerbtn li {
    margin-top: 20px;
  }
}

.m-list-product {
  margin: 50px 15px 0;
}

@media screen and (min-width: 768px) {
  .m-list-product {
    margin: 100px 50px 0;
  }
}

@media screen and (min-width: 1601px) {
  .m-list-product {
    width: 1500px;
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .m-list-product .product-inner .product-item {
    width: 50%;
    margin-inline: auto;
  }
}

.m-list-product .product-inner .product-item .item-img {
  display: block;
}

.m-tbl-break {
  margin-top: 20px;
  display: block;
  line-height: 1.5;
  border-bottom: 1px solid #ecf2f5;
}

@media screen and (min-width: 768px) {
  .m-tbl-break {
    margin-top: 45px;
    display: table;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-tbl-break tbody {
    display: block;
  }
}

.m-tbl-break tr {
  display: block;
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr {
    display: table-row;
  }
}

.m-tbl-break tr th {
  display: block;
  border-top: 1px solid #ecf2f5;
  padding-top: 15px;
  text-align: left;
  color: #1f286f;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr th {
    display: table-cell;
    vertical-align: top;
    font-size: 2.0rem;
    padding: 25px 75px 25px 0;
    white-space: nowrap;
  }
}

.m-tbl-break tr td {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr td {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ecf2f5;
    padding: 25px;
    font-size: 2.0rem;
    white-space: nowrap;
  }
}

.m-tbl-break tr td:last-child {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr td:last-child {
    padding-bottom: 25px;
    padding-right: 0;
    white-space: normal;
  }
}

.m-tbl-break tr.tr-hassub td:last-child {
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr.tr-hassub td:last-child {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr.tr-hassub td:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr.tr-hassub th + td {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-tbl-break tr.tr-hassub + tr td:first-child {
    padding-left: 0;
  }
}

.m-tbl-break .spec-dl dt {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-tbl-break .spec-dl dt {
    font-size: 1.6rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
  }
}

.m-txt-p {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-txt-p {
    margin-top: 40px;
  }
}

.m-txt-catch {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-txt-catch {
    margin-top: 40px;
    text-align: center;
  }
}

.m-txt-ttl {
  text-align: center;
  line-height: 1.5;
  font-family: newpeace,'A1 Mincho',serif;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl {
    margin-top: 70px;
  }
}

.m-txt-ttl .ttl-en {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl .ttl-en {
    font-size: 3.8rem;
  }
}

.m-txt-ttl .ttl-ja {
  margin-top: 5px;
  padding-top: 5px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl .ttl-ja {
    padding-top: 10px;
    font-size: 1.5rem;
  }
}

.m-txt-ttl .ttl-ja:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #393C50;
  margin-left: -10px;
}

.m-txt-ttlja {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2.0rem;
  color: #1f286f;
  position: relative;
  padding-bottom: 10px;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-txt-ttlja {
    font-size: 3.3rem;
    padding-bottom: 18px;
  }
}

.m-txt-ttlja:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #393C50;
  margin-left: -10px;
}

.m-ttl-sub {
  margin-top: 40px;
  position: relative;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-ttl-sub {
    margin-top: 95px;
  }
}

.m-ttl-sub .ttl-en {
  font-size: 20px;
  font-size: 2.0rem;
  color: #1f286f;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-ttl-sub .ttl-en {
    font-size: 2.8rem;
  }
}

.m-ttl-sub .ttl-s {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8f93b7;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-ttl-sub .ttl-s {
    font-size: 1.4rem;
  }
}

.m-ttl-sub .itemmore-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  padding: 6px 0;
  background: #ffffff;
  border: none;
  text-align: center;
  color: #1f286f;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

.m-ttl-sub .itemmore-btn .btn-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #bfc0d3;
  border-radius: 50%;
  position: relative;
  line-height: 0.1;
  vertical-align: middle;
  margin-left: 15px;
}

.m-ttl-sub .itemmore-btn .btn-icon:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #1f286f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
}

.m-ttl-sub .itemmore-btn .btn-icon:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #1f286f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
}

.m-ttl-sub .itemmore-btn.is-open .btn-icon:after {
  display: none;
}

.m-txt-date {
  border-top: 1px solid #DEE6E6;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-txt-date {
    margin-top: 80px;
  }
}

.m-txt-date .date-info {
  display: inline-block;
  position: relative;
  padding-top: 6px;
  color: #1F286F;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-txt-date .date-info {
    font-size: 1.4rem;
    padding-top: 10px;
  }
}

.m-txt-date .date-info:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #393C50;
}

.m-txt-newsttl {
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-txt-newsttl {
    margin-top: 35px;
    font-size: 2.6rem;
  }
}

.m-txt-fullttl {
  border-top: 1px solid #DEE6E6;
  text-align: center;
  line-height: 1.5;
  margin: 45px 0 0;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .m-txt-fullttl {
    margin: 80px 50px 0;
    padding: 0;
  }
}

@media screen and (min-width: 1601px) {
  .m-txt-fullttl {
    width: 1500px;
    margin: 80px auto 0;
  }
}

.m-txt-fullttl .ttl-en {
  display: inline-block;
  position: relative;
  color: #1F286F;
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-txt-fullttl .ttl-en {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

.m-txt-fullttl .ttl-en:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #1F286F;
}

.m-txt-fullttl .ttl-ja {
  margin-top: 10px;
  display: block;
  color: #000000;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: newpeace,'A1 Mincho',serif;
}

@media screen and (min-width: 768px) {
  .m-txt-fullttl .ttl-ja {
    margin-top: 35px;
    font-size: 3.4rem;
  }
}

.m-txt-fullttl .ttl-ja .ja-s {
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (min-width: 768px) {
  .m-txt-fullttl .ttl-ja .ja-s {
    font-size: 1.5rem;
  }
}

.m-txt-ttl2 {
  text-align: center;
  color: #060a60;
  font-family: newpeace,'A1 Mincho',serif;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 45px;
  color: #060a60;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl2 {
    font-size: 2.9rem;
    margin-top: 85px;
  }
}

.m-txt-ttl2 > span {
  font-weight: normal;
}

.m-btn-arrow {
  display: block;
  background: #ffffff;
  border: 1px solid #DCD8E6;
  border-radius: 5px;
}

.m-btn-arrow .arrow-inner {
  line-height: 1.5;
  display: block;
  text-align: center;
  position: relative;
  padding: 11px 36px;
}

@media screen and (min-width: 768px) {
  .m-btn-arrow .arrow-inner {
    padding: 17px 80px;
  }
}

.m-btn-arrow .arrow-inner:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #393C50;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

@media screen and (min-width: 768px) {
  .m-btn-arrow .arrow-inner:before {
    width: 24px;
    height: 24px;
    right: 30px;
    margin-top: -12px;
  }
}

.m-btn-arrow .arrow-inner > .add-icon {
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -1px;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .m-btn-arrow .arrow-inner > .add-icon {
    right: 40px;
    margin-top: -3px;
  }
}

.m-btn-arrow.is-back .arrow-inner:before {
  right: auto;
  left: 15px;
}

@media screen and (min-width: 768px) {
  .m-btn-arrow.is-back .arrow-inner:before {
    left: 30px;
  }
}

.m-btn-arrow.is-back .arrow-inner .add-icon {
  right: auto;
  left: 21px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .m-btn-arrow.is-back .arrow-inner .add-icon {
    left: 40px;
  }
}

[data-whatinput="keyboard"] .m-btn-arrow:focus .arrow-inner .add-icon {
  margin-right: -13px;
}

@media screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-btn-arrow:focus .arrow-inner .add-icon {
    margin-right: -20px;
  }
}

[data-whatinput="keyboard"] .m-btn-arrow:focus.is-back .arrow-inner .add-icon {
  margin-right: 0;
  margin-left: -13px;
}

@media screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-btn-arrow:focus.is-back .arrow-inner .add-icon {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .m-btn-arrow:hover .arrow-inner .add-icon {
    margin-right: -13px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .m-btn-arrow:hover .arrow-inner .add-icon {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .m-btn-arrow:hover.is-back .arrow-inner .add-icon {
    margin-right: 0;
    margin-left: -13px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .m-btn-arrow:hover.is-back .arrow-inner .add-icon {
    margin-left: -20px;
  }
}

.m-btn-icon {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .m-btn-icon {
    font-size: 1.4rem;
  }
}

.m-btn-icon .icon-inner {
  position: relative;
  padding-right: 52px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

.m-btn-icon .icon-inner:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #393C50;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.m-btn-icon .icon-inner > .add-icon {
  position: absolute;
  width: 24px;
  height: 6px;
  right: 9px;
  top: 50%;
  margin-top: -3px;
  transition: all 0.5s ease-in-out;
}

.m-btn-icon .icon-inner > .add-icon svg {
  width: 24px;
  height: 6px;
}

.m-btn-icon.is-blue {
  color: #1f286f;
}

.m-btn-icon.is-blue .add-icon.icon-arrow svg {
  fill: #1f286f;
}

.m-btn-icon.is-white {
  color: #ffffff;
}

.m-btn-icon.is-white .icon-inner:before {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.m-btn-icon.is-white .add-icon.icon-arrow svg {
  fill: #ffffff;
}

.m-btn-icon.is-back .icon-inner {
  padding-right: 0;
  padding-left: 52px;
}

.m-btn-icon.is-back .icon-inner:before {
  right: auto;
  left: 0px;
}

.m-btn-icon.is-back .icon-inner .add-icon {
  right: auto;
  left: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-whatinput="keyboard"] a.m-btn-icon:focus .icon-inner .add-icon {
  margin-right: -20px;
}

[data-whatinput="keyboard"] a.m-btn-icon:focus.is-back .icon-inner .add-icon {
  margin-right: 0px;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  a.m-btn-icon:hover .icon-inner .add-icon {
    margin-right: -20px;
  }
  a.m-btn-icon:hover.is-back .icon-inner .add-icon {
    margin-right: 0px;
    margin-left: -20px;
  }
}

.m-btn-box {
  display: block;
  padding: 14px;
  background: #f8f7f9;
  text-align: center;
  color: #1f286f;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-btn-box {
    display: inline-block;
    padding: 14px 55px;
  }
}

.m-btn-box .btn-anchor {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.m-btn-box .btn-anchor:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #bfbfd2;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
}

.m-btn-box .btn-anchor:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  border-top: 5px solid #1f286f;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -2px;
}

.m-btn-fixed_banner {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: 0.3s ease-in-out;
  z-index: 20;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  width: 90px;
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner {
    right: 25px;
    bottom: 25px;
    width: 126px;
  }
}

.m-btn-fixed_banner .fixed_banner-link {
  display: block;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.14)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
}

.m-btn-fixed_banner .fixed_banner-link .link-image {
  transition: opacity 0.2s ease-in-out;
}

[data-whatinput="keyboard"] .m-btn-fixed_banner .fixed_banner-link:focus .link-image {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner .fixed_banner-link:hover .link-image {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

.m-btn-fixed_banner .fixed_banner-close {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.14)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-whatinput="keyboard"] .m-btn-fixed_banner .fixed_banner-close:focus .close-image {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner .fixed_banner-close:hover .close-image {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

.m-btn-fixed_banner .fixed_banner-close .close-image {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

.m-btn-fixed_banner-whole {
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transition: 0.3s ease-in-out;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner-whole {
    right: 25px;
    bottom: 25px;
    left: auto;
  }
}

.m-btn-fixed_banner-whole .fixed_banner-link-whole {
  display: block;
  width: 100%;
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.14)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner-whole .fixed_banner-link-whole {
    width: 330px;
  }
}

.m-btn-fixed_banner-whole .fixed_banner-link-whole .link-image-whole {
  transition: opacity 0.2s ease-in-out;
}

[data-whatinput="keyboard"] .m-btn-fixed_banner-whole .fixed_banner-link-whole:focus .link-image-whole {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner-whole .fixed_banner-link-whole:hover .link-image-whole {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.m-btn-fixed_banner-whole .fixed_banner-close-whole {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.14)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.14));
}

[data-whatinput="keyboard"] .m-btn-fixed_banner-whole .fixed_banner-close-whole:focus .close-image-whole {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media screen and (min-width: 768px) {
  .m-btn-fixed_banner-whole .fixed_banner-close-whole:hover .close-image-whole {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.m-btn-fixed_banner-whole .fixed_banner-close-whole .close-image-whole {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

@font-face {
  font-family: newpeace;
  font-weight: 400;
  src: url(../fonts/dca5b38.woff2) format("woff2"), url(../fonts/ed0cd43.woff) format("woff"), url(../fonts/f622be1.otf) format("opentype");
}

html {
  color: #393C50;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 62.5%;
  font-feature-settings: "palt" 1;
}

body {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

b, strong {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

/* link style */
a {
  color: #393C50;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

[data-whatinput="keyboard"] a:focus {
  color: #877AA6;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #877AA6;
    text-decoration: none;
  }
}

noscript {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

#l-wrap {
  overflow-x: hidden;
}

/* header style */
#l-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: +1000;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  #l-header {
    padding: 0 12px;
  }
}

@media screen and (min-width: 1601px) {
  #l-header {
    padding: 0;
  }
}

#l-header:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  z-index: +1;
}

#l-header .header-inner {
  height: 60px;
  position: relative;
  padding: 0 0 0 15px;
  *zoom: 1;
}

#l-header .header-inner:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  #l-header .header-inner:after {
    display: none;
  }
}

@media screen and (min-width: 1601px) {
  #l-header .header-inner {
    width: 1500px;
    margin: 0 auto;
  }
}

#l-header .header-inner .header-logo {
  position: relative;
  float: left;
  width: 168px;
  line-height: 0.1;
  padding-top: 18px;
  z-index: +1;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-logo {
    float: none;
    padding-top: 0;
    width: 250px;
  }
}

#l-header .header-inner .header-btn {
  position: relative;
  float: right;
  z-index: +1;
  line-height: 0.1;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-btn {
    display: none;
  }
}

#l-header .header-inner .header-btn .btn-menu {
  border: none;
  padding: 0;
  background: #5b4684;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

#l-header .header-inner .header-btn .btn-menu .menu-txt {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
}

#l-header .header-inner .header-btn .btn-menu .menu-line {
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  transition: all 0.5s ease-in-out;
}

#l-header .header-inner .header-btn .btn-menu .menu-line.line-1 {
  margin-top: -12px;
}

#l-header .header-inner .header-btn .btn-menu .menu-line.line-2 {
  margin-top: -6px;
}

#l-header .header-inner .header-btn .btn-menu .menu-line.line-3 {
  margin-top: 0px;
}

#l-header .header-inner .header-btn .btn-menu.is-open .menu-line.line-1 {
  margin-top: -6px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#l-header .header-inner .header-btn .btn-menu.is-open .menu-line.line-2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#l-header .header-inner .header-btn .btn-menu.is-open .menu-line.line-3 {
  margin-top: -6px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#l-header .header-inner .header-nav {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #ededed;
  padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: transparent;
    padding: 24px 0 0;
  }
}

#l-header .header-inner .header-nav .nav-inner {
  max-height: calc(100vh - 60px);
  max-height: calc(var(--vh, 1vh) * 100 - 60px);
  overflow-y: auto;
  padding: 45px 35px 60px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-inner {
    max-height: auto;
    overflow: visible;
    padding: 0;
  }
}

#l-header .header-inner .header-nav .nav-t ul {
  position: relative;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#l-header .header-inner .header-nav .nav-t ul:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul:after {
    display: none;
  }
}

#l-header .header-inner .header-nav .nav-t ul li {
  position: relative;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li + li {
    margin-left: 10px;
  }
}

#l-header .header-inner .header-nav .nav-t ul li:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li:after {
    display: none;
  }
}

#l-header .header-inner .header-nav .nav-t ul li a {
  display: block;
  position: relative;
  padding: 25px 0 25px 50px;
  color: #787878;
  line-height: 1;
  *zoom: 1;
}

#l-header .header-inner .header-nav .nav-t ul li a:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a {
    background: #5b4684;
    color: #ffffff;
    padding: 8px 23px 8px 42px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(37, 19, 72, 0.15), 0px 10px 15px 0px rgba(37, 19, 72, 0.05);
  }
}

#l-header .header-inner .header-nav .nav-t ul li a .link-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #787878;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -17px;
  text-align: center;
  line-height: 0.1;
  padding-top: 7px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a .link-icon {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 0;
    padding: 0;
    left: 14px;
    margin-top: -9px;
  }
}

#l-header .header-inner .header-nav .nav-t ul li a .link-icon .add-icon {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a .link-icon .add-icon {
    width: 18px;
    height: 18px;
  }
}

#l-header .header-inner .header-nav .nav-t ul li a .link-icon .add-icon svg {
  width: 20px;
  height: 20px;
  fill: #787878;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a .link-icon .add-icon svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }
}

#l-header .header-inner .header-nav .nav-t ul li a .link-ttl {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a .link-ttl {
    float: none;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  #l-header .header-inner .header-nav .nav-t ul li a .link-ttl:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
  }
}

#l-header .header-inner .header-nav .nav-t ul li a .link-sub {
  float: right;
  font-size: 10px;
  font-size: 1.0rem;
  padding-top: 3px;
  font-family: 'Inter', sans-serif;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a .link-sub {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a.link-bk {
    background: #000000;
  }
}

#l-header .header-inner .header-nav .nav-t ul li a.link-bk .link-icon {
  border: none;
  padding-top: 0px;
}

#l-header .header-inner .header-nav .nav-t ul li a.link-bk .link-icon .add-icon {
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a.link-bk .link-icon .add-icon {
    width: 18px;
    height: 18px;
  }
}

#l-header .header-inner .header-nav .nav-t ul li a.link-bk .link-icon .add-icon svg {
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-t ul li a.link-bk .link-icon .add-icon svg {
    width: 18px;
    height: 18px;
  }
}

#l-header .header-inner .header-nav .nav-u {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u {
    margin-top: 20px;
  }
}

#l-header .header-inner .header-nav .nav-u ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u ul {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#l-header .header-inner .header-nav .nav-u ul li {
  margin-top: 10px;
  width: 50%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u ul li {
    margin-top: 0;
    width: auto;
  }
  #l-header .header-inner .header-nav .nav-u ul li + li {
    margin-left: 50px;
  }
}

#l-header .header-inner .header-nav .nav-u ul li a {
  display: block;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u ul li a {
    line-height: 1;
    padding-bottom: 30px;
    position: relative;
  }
}

#l-header .header-inner .header-nav .nav-u ul li a .link-en {
  display: none;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u ul li a .link-en {
    display: block;
    font-size: 1.5rem;
    font-family: newpeace,'A1 Mincho',serif;
  }
}

#l-header .header-inner .header-nav .nav-u ul li a .link-ja {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u ul li a .link-ja {
    margin-top: 10px;
    display: block;
    font-size: 1.1rem;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-u ul li a.is-active:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #313131;
  }
}

#l-header .header-inner .header-nav .nav-s {
  margin-top: 45px;
  padding-top: 45px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-nav .nav-s {
    display: none;
  }
}

#l-header .header-inner .header-nav .nav-s:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}

#l-header .header-inner .header-nav .nav-s ul li + li {
  margin-top: 5px;
}

.scroll-down #l-header {
  top: -100%;
}

.is-scrolled #l-header {
  background: rgba(255, 255, 255, 0.9);
}

/* content style */
#l-content {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  #l-content {
    padding-top: 190px;
  }
}

#l-content.no-pad {
  padding-top: 0;
}

#l-content > [data-fixed]:first-child .m-txt-ttl:first-child {
  margin-top: 0 !important;
}

/* footer style */
#l-footer {
  margin-top: 40px;
  background: url(../images/footer_bg.jpg) bottom center no-repeat #65646d;
  background-size: 800px auto;
  color: #bbbfc3;
  padding: 15px 15px 60px;
}

@media screen and (min-width: 768px) {
  #l-footer {
    margin-top: 100px;
    background-size: auto auto;
    padding: 80px 0 140px;
  }
}

@media screen and (min-width: 1601px) {
  #l-footer {
    background-size: 100% auto;
  }
}

#l-footer a {
  color: #cfd4d6;
}

#l-footer a.footer-blank {
  position: relative;
  padding-right: 30px;
}

#l-footer a.footer-blank:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../svg/icon_blank_gr.svg) center no-repeat;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -11px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner {
    width: 1120px;
    margin: 0 auto;
  }
}

#l-footer .footer-inner .footer-pnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-pnav {
    font-size: 1.2rem;
  }
}

#l-footer .footer-inner .footer-pnav li {
  position: relative;
}

#l-footer .footer-inner .footer-pnav li + li {
  margin-left: 10px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-pnav li + li {
    margin-left: 20px;
    padding-left: 25px;
  }
}

#l-footer .footer-inner .footer-pnav li + li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  border-left: 4px solid #8c8b92;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
}

#l-footer .footer-inner .footer-main {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main {
    margin-top: 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#l-footer .footer-inner .footer-main .main-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-l {
    display: block;
  }
}

#l-footer .footer-inner .footer-main .main-l .main-logo {
  width: 188px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-l .main-logo {
    width: 261px;
  }
}

#l-footer .footer-inner .footer-main .main-l .main-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-l .main-sns {
    margin-top: 45px;
  }
}

#l-footer .footer-inner .footer-main .main-l .main-sns li {
  width: 30px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-l .main-sns li {
    width: 24px;
  }
}

#l-footer .footer-inner .footer-main .main-l .main-sns li + li {
  margin-left: 20px;
}

#l-footer .footer-inner .footer-main .main-r {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r {
    margin-top: 0;
    width: 560px;
    font-size: 1.4rem;
    padding-top: 40px;
  }
}

#l-footer .footer-inner .footer-main .main-r .main-gnav {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r .main-gnav {
    padding-bottom: 40px;
  }
}

#l-footer .footer-inner .footer-main .main-r .main-gnav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r .main-gnav ul {
    margin: 0 -10px;
  }
}

#l-footer .footer-inner .footer-main .main-r .main-gnav ul li {
  width: 50%;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r .main-gnav ul li {
    width: 25%;
    padding: 0 10px;
  }
  #l-footer .footer-inner .footer-main .main-r .main-gnav ul li:nth-child(n + 5) {
    margin-top: 25px;
  }
}

#l-footer .footer-inner .footer-main .main-r .main-snav {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r .main-snav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r .main-snav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-main .main-r .main-snav ul li {
    width: auto;
    padding: 0;
    margin-right: 55px;
  }
  #l-footer .footer-inner .footer-main .main-r .main-snav ul li:last-child {
    margin-right: 0;
  }
}

#l-footer .footer-inner .footer-btm {
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-btm {
    margin-top: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#l-footer .footer-inner .footer-btm .btm-nav {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-btm .btm-nav {
    margin-top: 0;
  }
  #l-footer .footer-inner .footer-btm .btm-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-footer .footer-inner .footer-btm .btm-nav ul li + li {
    margin-left: 25px;
    padding-left: 26px;
    position: relative;
  }
  #l-footer .footer-inner .footer-btm .btm-nav ul li + li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0.2em;
    bottom: 0.2em;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
  }
}

#l-footer .footer-inner .footer-btm .btm-copy {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-btm .btm-copy {
    margin-top: 0;
  }
}

[data-anm-check] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

[data-anm-check].is-anim {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}

.hidden {
  display: none;
}
