@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.heading.h2 {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 3rem;
  padding: 0 0 1.5rem 0;
  margin: 0 0 2.5rem 0;
  border-bottom: 4px solid #CE8CEB;
}
@media screen and (max-width: 767.98px) {
  .heading.h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .heading.h2 {
    font-size: 2rem;
  }
}
.heading.h2.__advisor {
  font-size: 2.5rem;
  border-bottom: 2px solid #9979E5;
}
@media screen and (max-width: 767.98px) {
  .heading.h2.__advisor {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .heading.h2.__advisor {
    font-size: 1.8rem;
  }
}
.heading.h3 {
  padding: 1.3rem 3rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  font-weight: 400;
  background-color: #FCF6FF;
}
@media screen and (max-width: 767.98px) {
  .heading.h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .heading.h3 {
    font-size: 1.7rem;
  }
}
.heading.h4 {
  padding: 0 1rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  border-left: 4px solid #9979E5;
}
@media screen and (max-width: 767.98px) {
  .heading.h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .heading.h4 {
    font-size: 1.7rem;
  }
}

.main-heading {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 3rem;
  padding: 0 0 2rem 0;
  margin: 0 0 2.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .main-heading {
    font-size: 2.4rem;
    padding: 0 0 1.5rem 0;
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .main-heading {
    font-size: 2rem;
  }
}
.main-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 4px;
  background-color: #CE8CEB;
}
@media screen and (max-width: 767.98px) {
  .main-heading::before {
    width: 80px;
  }
}
@media screen and (max-width: 479.98px) {
  .main-heading::before {
    width: 60px;
  }
}

/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.common-header {
  max-width: 1100px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1.2em;
  }
}
.common-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 2rem;
  color: #000;
  border-bottom: 1px dotted #BBBBBB;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .common-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading {
    font-size: 1.8rem;
  }
}
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #BBA2C9;
  line-height: 1.2;
  border-radius: 10em;
  padding: 1.2rem 4.8rem 1.2rem 3.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.link-button.link-button2 {
  background-color: #ffffff;
  color: #BBA2C9;
}
.link-button.link-button2:hover::before {
  border-color: #ffffff;
}
.link-button.link-button2::before {
  border-color: #BBA2C9;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.link-button.link-button3 {
  background-color: #ffffff;
  color: #9979E5;
  border: 1px solid #9979E5;
}
.link-button.link-button3:hover::before {
  border-color: #ffffff;
}
.link-button.link-button3::before {
  border-color: #9979E5;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.link-button::before {
  content: "";
  position: absolute;
  right: 2.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .link-button {
    font-size: 1.6rem;
  }
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  background-color: #744688;
  color: #ffffff;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -91px;
  margin-bottom: 90px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* 共通お問い合わせ */
@media screen and (max-width: 1099.98px) {
  .global-contact {
    padding: 1rem;
  }
}
.global-contact-text {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel {
    position: absolute;
    top: 2.3rem;
    right: 230px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-tel {
    right: 290px;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-tel {
    text-align: center;
    margin-bottom: 1.2rem;
  }
}
.global-contact-tel .tel-link {
  position: relative;
  display: inline-block;
  padding-left: 2.2rem;
}
.global-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/cover;
  background-size: cover;
}
.global-contact-tel .tel-num {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .global-contact-mail {
    position: absolute;
    top: calc(50% + 3px);
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 200px;
    height: 60px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-mail {
    width: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-mail {
    width: 100%;
    height: 60px;
  }
}
.global-contact-mail a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #ffffff;
  background-color: #BBA2C9;
}
.global-contact-mail a:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.global-contact-mail a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.global-contact-mail a span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  z-index: 1;
}
.global-contact-mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 14px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
.global-contact a.tel-link:hover {
  text-decoration: none;
}
.global-nav {
  position: fixed;
  z-index: 1010;
}
@media screen and (min-width: 1100px), print {
  .global-nav {
    top: 20rem;
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-nav {
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1010;
  }
}
.global-nav-item {
  display: block;
  width: 50%;
  height: 60px;
}
@media screen and (min-width: 1100px), print {
  .global-nav-item {
    width: 80px;
    height: 240px;
  }
}
.global-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .global-nav-link {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-nav-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-nav-link {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .global-nav-link {
    font-size: 1.6rem;
  }
}
.global-nav-link:hover {
  color: #ffffff;
}
.global-nav-link:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.global-nav-link::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .global-nav-link::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    -webkit-clip-path: polygon(0 0, 100% 32px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 32px, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 1099.98px) {
  .global-nav-link::before {
    bottom: 0;
    right: 0;
    top: 0;
    width: 55%;
  }
}
.global-nav-link.type1 {
  background-color: #CE8CEB;
}
.global-nav-link.type1 span {
  position: relative;
  display: inline-block;
  padding-top: 4.5rem;
  z-index: 2;
}
@media screen and (max-width: 1099.98px) {
  .global-nav-link.type1 span {
    padding-top: 0;
    padding-left: 3.3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-nav-link.type1 span {
    padding-left: 3rem;
  }
}
.global-nav-link.type1 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 35px;
  background: url("../img/base/icon-mitsumori_wht.svg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .global-nav-link.type1 span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1099.98px) {
  .global-nav-link.type1 span::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 28px;
  }
}
.global-nav-link.type2 {
  background-color: #9979E5;
}
.global-nav-link.type2 span {
  position: relative;
  display: inline-block;
  padding-top: 4.5rem;
  z-index: 2;
}
@media screen and (max-width: 1099.98px) {
  .global-nav-link.type2 span {
    padding-top: 0;
    padding-left: 3.3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-nav-link.type2 span {
    padding-left: 3rem;
  }
}
.global-nav-link.type2 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 32px;
  background: url("../img/base/icon-key_wht.svg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .global-nav-link.type2 span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1099.98px) {
  .global-nav-link.type2 span::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 26px;
  }
}

@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .tel-button:hover {
    opacity: 0.8;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_perple.svg") no-repeat center/cover;
  }
  .tel-button a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #BBA2C9;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.contact-button {
  position: fixed;
  display: block;
  z-index: 1100;
}
@media screen and (min-width: 1100px), print {
  .contact-button {
    right: 0;
    top: 0;
    width: 197px;
    height: 140px;
  }
}
@media screen and (max-width: 1099.98px) {
  .contact-button {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
  }
}
.contact-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #BBA2C9;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 0 0 0 2rem;
  padding-top: 5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a {
    border-radius: 0.5rem 0.5rem 0 0;
    padding-top: 2.4rem;
  }
}
.contact-button a:hover {
  background-color: #744688;
}
.contact-button a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 36px;
  background-image: url("../img/base/icon-mail_wht.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a::before {
    width: 26px;
    height: 19px;
    top: 0.8rem;
  }
}
.contact-button a .jp {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a .jp {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.contact-button a .en {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a .en {
    font-size: 1.2rem;
    display: none;
  }
}

* {
  scroll-behavior: auto !important;
}

.font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    top: 23px;
    left: 10px;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo {
    top: 13px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.header-logo .site-logo {
  width: 500px;
}
@media screen and (max-width: 1439.98px) {
  .header-logo .site-logo {
    width: 350px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 300px;
  }
}
@media screen and (max-width: 479.98px) {
  .header-logo .site-logo {
    width: 250px;
  }
}
@media screen and (max-width: 359.98px) {
  .header-logo .site-logo {
    width: 200px;
  }
}
/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    margin: 0;
    opacity: 1;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    border-bottom: 5px solid #BBA2C9;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #fff;
  }
  .nav-logo img {
    width: 210px;
    height: auto;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: #fff;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 230px 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav-area {
    padding: 32px 290px 0 0;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #BBA2C9;
  }
  .main-nav .nav-item.main-nav-active .nav-link::after {
    border-color: #BBA2C9;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: #744688;
    color: #fff;
  }
}
.main-nav .nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #fff;
    background-color: #744688;
    height: 60px;
    font-size: 1.6rem;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    background-color: #BBA2C9;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #BBA2C9;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: block;
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav {
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    bottom: -24px;
    left: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.sub-nav.active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav.active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav.active {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-inner {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-inner {
    margin: 0 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
}
.sub-nav-list li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-list li:not(:last-child) {
    border-bottom: 1px solid #BBBBBB;
  }
}
.sub-nav-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  height: 65px;
  line-height: 1.2;
  padding: 0.5em 1.5em 0.5em 1.5em;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list a {
    background-color: #744688;
    color: #fff;
    font-size: 1.4rem;
    height: 45px;
    padding: 0.35em 0.5em;
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list a:hover {
    background-color: #BBA2C9;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-list a:hover {
    background-color: #F9EBFF;
    color: #000;
  }
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: -20px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-button + .nav-link::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 25px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button + .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #BBBBBB;
    border-left: 2px solid #BBBBBB;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

/* ドロップダウンナビボタン（ hover ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-button.active:hover + .nav-link {
    background-color: #BBA2C9;
    color: #fff;
  }
  .sub-nav-button:hover + .nav-link::after,
  .sub-nav-button.active:hover + .nav-link::after {
    border-color: #fff;
  }
  .sub-nav-button:hover + .nav-link span::after,
  .sub-nav-button.active:hover + .nav-link span::after {
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-button.active:hover + .nav-link {
    color: #BBA2C9;
  }
  .sub-nav-button:hover + .nav-link::after,
  .sub-nav-button.active:hover + .nav-link::after {
    border-color: #BBA2C9;
  }
}

/* ドロップダウンナビボタン（ active ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-button.active + .nav-link {
    background-color: #BBA2C9;
    color: #fff;
  }
  .sub-nav-button.active + .nav-link::after {
    border-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 26px;
  }
  .sub-nav-button.active + .nav-link span::after {
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button.active + .nav-link {
    color: #BBA2C9;
  }
  .sub-nav-button.active + .nav-link::after {
    border-color: #BBA2C9;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #BBA2C9;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #BBA2C9;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}
.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #BBA2C9;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: fixed;
  top: 0;
  left: -60px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav-close-button {
    opacity: 1;
    left: 250px;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #744688;
}
.nav-close-button .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #744688;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 110px;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1100;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #top .nav.fixed {
    z-index: 1100;
  }
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
}
#top .main {
  padding: 0 1em 0 1em;
  margin-top: 0;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 1em 0 1em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-nav-advisor {
  display: block;
  width: 148px;
  height: 100px;
  margin-left: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-advisor {
    margin: 0 auto 2rem;
  }
}
.footer-nav-advisor a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  border-radius: 1rem;
  background-color: #9979E5;
  color: #ffffff;
  line-height: 1.2;
}
.footer-nav-advisor a:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.footer-nav-advisor a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.footer-nav-advisor a span {
  position: relative;
  display: inline-block;
  padding-top: 4.3rem;
  font-size: 1.8rem;
  z-index: 1;
}
.footer-nav-advisor a span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 32px;
  background: url("../img/base/icon-key_wht.svg") no-repeat center/cover;
}
.footer-nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-other {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-nav-other li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-nav-other li a:hover {
  opacity: 0.8;
}
.footer-nav-other li:first-child {
  margin-right: 4rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-other li:first-child {
    margin-right: 1.5rem;
  }
}
.footer-nav-list {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list {
    padding: 0.5rem 2rem 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-nav-list {
    width: 50%;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
.footer-nav-list .subnav {
  margin-top: 0.85rem;
  padding-left: 1.4rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list .subnav {
    padding-left: 1.2rem;
    margin-top: 0.5rem;
  }
}
.footer-nav-list li:not(:last-child) {
  margin-bottom: 0.85rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.footer-nav-list li .ttl {
  line-height: 1.2;
  font-size: 1.4rem;
  color: #000000;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list li .ttl {
    font-size: 1.2rem;
  }
}
.footer-nav-list li a {
  line-height: 1.2;
  font-size: 1.4rem;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list li a {
    font-size: 1.2rem;
  }
}
.footer-nav-list li a:hover {
  color: #744688;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .footer-nav-list:not(:last-child) {
    border-right: 1px solid #DDDDDD;
  }
}
.footer-nav-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-main {
    margin-right: 0;
    margin-bottom: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-nav-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 285px;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    max-width: 300px;
    margin: 0 auto;
  }
}
.footer-logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-logo-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-logo-area {
    margin-bottom: 2rem;
  }
}
.footer-info {
  line-height: 1.78;
  font-size: 1.4rem;
  margin-left: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-info {
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-info {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.footer-foot {
  width: 100%;
  height: 80px;
  padding: 1.5rem;
  background-color: #825B92;
}
@media screen and (max-width: 1099.98px) {
  .footer-foot {
    height: 60px;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-foot {
    height: auto;
  }
}
.footer-foot-inner {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479.98px) {
  .footer-foot-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479.98px) {
  .footer-foot-nav {
    margin-bottom: 1rem;
  }
}
.footer-foot-nav li {
  display: block;
  line-height: 1;
  padding: 0 0 0.2rem 0;
}
/*.footer-foot-nav li:first-child {
  padding-right: 1.8rem;
  margin-right: 1.8rem;
  border-right: 1px solid #ffffff;
}*/
.footer-foot-nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.footer-container {
  padding: 10rem 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    padding: 5rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-container {
    padding: 2.5rem 1.5rem;
  }
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #BBA2C9;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #744688;
}
.footer .pagetop a:hover::before {
  border-color: #fff;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.copy small {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .copy small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .copy small {
    font-size: 1.2rem;
  }
}
.copy small span {
  padding-left: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .copy small span {
    display: none;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  z-index: 105;
  margin-top: 60px;
  background-color: #FCF6FF;
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 150px;
  }
}
.page-title.__advisor {
  background-color: #9979E5;
}
.page-title.__advisor .page-title-name {
  color: #ffffff;
}
.page-title.__advisor .page-title-name::before, .page-title.__advisor .page-title-name::after {
  background-color: #ffffff;
}
.page-title.__advisor .page-title-name span::before {
  color: #ffffff;
}
.page-title.__advisor::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(199, 175, 209, 0.15);
  -webkit-clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    margin-top: 105px;
  }
}
.page-title-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  z-index: 1;
}
.page-title-main {
  padding: 0 1em;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .page-title-main {
    margin-top: 3rem;
  }
}
.page-title-name {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name {
    padding-bottom: 1.8rem;
  }
}
.page-title-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 5px;
  background-color: #CE8CEB;
}
@media screen and (max-width: 767.98px) {
  .page-title-name::before {
    width: 60px;
  }
}
.page-title-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  .page-title-name::after {
    width: 30px;
  }
}
.page-title-name span {
  position: relative;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name span {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name span {
    font-size: 2.2rem;
  }
}
.page-title-name span::before {
  content: attr(data-subttl);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.8rem;
  color: #BBBBBB;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name span::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name span::before {
    font-size: 1.4rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
._anim-point.slider-side {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767.98px) {
  ._anim-point.slider-side {
    -webkit-transform: translateX(-30%) translateY(50%);
            transform: translateX(-30%) translateY(50%);
  }
}
._anim-point.slider-side.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767.98px) {
  ._anim-point.slider-side.active {
    -webkit-transform: translateX(0) translateY(50%);
            transform: translateX(0) translateY(50%);
  }
}
._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
/* レイアウト用 */
.form-check {
  margin-bottom: 0;
  padding-left: 0;
}
.form-check-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}
@media screen and (max-width: 1099.98px) {
  .form-check-other {
    margin-top: 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .form-check-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 360px), print {
  .form-check-other .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.form-check-inline {
  padding-left: 0;
}
.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .form-check-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .form-check-label {
    font-size: 1.4rem;
  }
}
.form-check-icon {
  display: block;
  margin-right: 1.2em;
}
@media screen and (max-width: 1099.98px) {
  .form-check-icon {
    margin-right: 1.2em;
  }
}
.form-check-icon::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.form-check-radio::before {
  border-radius: 100%;
}
.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.form-check-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 20px;
  height: 13px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
@media screen and (max-width: 1099.98px) {
  .form-check-checkbox::after {
    width: 20px;
    height: 13px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=radio]:checked + .form-check-icon::after {
  background-color: #BBA2C9;
}
.form-check-input[type=checkbox]:checked + .form-check-checkbox::after {
  border-color: #BBA2C9;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon::before, .form-check-input[type=radio].validate-error + .form-check-icon::before {
  border-color: #BFDFFF;
}

.form-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.form-table tbody {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .form-table tr:first-child th {
    border-top: 1px solid #AAAAAA;
  }
}
@media screen and (min-width: 768px), print {
  .form-table tr:first-child td {
    border-top: 1px solid #AAAAAA;
  }
}
.form-table th {
  position: relative;
  vertical-align: top;
  width: 256px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.8em 1em 1.8em 1em;
  color: #000;
  background-color: #DBF3FF;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 0.6em 0 0.6em 0.5em;
    font-size: 1.6rem;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 0.95em 1em 0.95em 1em;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-table td {
    border-bottom: 1px solid #AAAAAA;
  }
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0.6em 0.5em;
  }
}

/* レイアウト用：タイトル */
.form-label {
  max-width: 100%;
  min-width: 6em;
}

/* レイアウト用：チェックボックス・ラジオボタン */
.form-check {
  margin: 0 1.5em 1em 0;
}
@media screen and (max-width: 1099.98px) {
  .form-check {
    margin: 0 1.5em 1em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .form-check {
    margin: 0 0 0.5em 0;
  }
}
.form-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5em -1em 0;
}
@media screen and (max-width: 1099.98px) {
  .form-check-wrap {
    margin: 0 -1.5em -1em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .form-check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 -0.5em 0;
    padding-top: 0;
  }
}
.form-check-wrap.__accent {
  padding-top: 0;
}

/* レイアウト用：画像添付 */
.form-area-picture .form-caution {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.form-area-picture .form-caution strong {
  display: block;
  position: relative;
  padding-left: 30px;
}
.form-area-picture .form-caution strong::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/base/exclamation.svg) center no-repeat;
  background-size: cover;
}
.form-area-picture .form-note-list {
  font-size: 0.85em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.form-area-picture .form-note-list span {
  color: #FED4E5;
  font-weight: bold;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575.98px) {
  .form-group .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 575.98px) {
  .form-group .link-button span {
    margin-right: 1em;
  }
}
.form-group .link-button.__search {
  margin: 0.45em 0 0.45em 1em;
  height: 45px;
}
@media screen and (max-width: 1099.98px) {
  .form-group .link-button.__search {
    margin: 0.15em 0 0.15em 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .form-group .link-button.__search {
    margin: 0 0 0 1em;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575.98px) {
  .form-group .link-button.__search {
    font-size: 1.3rem;
  }
}
.form-group .link-button.__search .br {
  display: none;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .form-group .link-button.__search .br {
    display: block;
    margin: 0;
  }
}

/* フォーム部品：タイトル */
.form-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0.93em 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .form-title {
    padding: 0;
  }
}

/* フォーム部品：入力必須マーク */
.form-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 71px;
  height: 27px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.1rem 1rem 0 0;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10em;
}
@media screen and (max-width: 767.98px) {
  .form-icon {
    font-size: 1.4rem;
    margin: 0 0 0 1rem;
    width: 50px;
    height: 23px;
  }
}
.form-icon-required {
  background-color: #BBA2C9;
}
.form-icon-required::before {
  content: "必須";
}
.form-icon-free {
  background-color: #AAAAAA;
  color: #fff;
}
.form-icon-free::before {
  content: "任意";
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 50px;
  padding: 0 0.7em;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0.5em;
  border: 1px solid #aaa;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .form-control {
    font-size: 1.6rem;
    height: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .form-control {
    height: 42px;
  }
}
.form-control:focus, .form-control:active {
  outline: none;
  border-color: #BBA2C9;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control-sm {
  max-width: 193px;
}
.form-control.__other {
  max-width: 403px;
  margin-left: 1em;
}
@media screen and (max-width: 359.98px) {
  .form-control.__other {
    margin-left: 0;
    margin-top: 0.7em;
  }
}
.form-control.form-short {
  max-width: 6em;
}
.form-control.form-middle {
  max-width: 383px;
}
@media screen and (max-width: 767.98px) {
  .form-control.form-middle {
    max-width: 100%;
  }
}
.form-control.form-low {
  height: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .form-control.form-low {
    height: 2em;
  }
}
.form-control.form-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-control.form-inline-right {
  margin-left: 0.5em;
}
.form-control.form-inline-left {
  margin-right: 0.5em;
}
.form-control.form-inline-both {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.form-control.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 14.5em;
  min-height: 10em;
  max-height: 20em;
  padding: 0.5em 0.5em 0;
}
.form-control.form-textarea-low {
  height: 2.5em;
}
.form-control.form-textarea-high {
  height: 14.5em;
}

/* フォーム部品：セレクト */
.select-wrap {
  position: relative;
  color: #333333;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}
.select-wrap select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  padding: 0.5rem 2.5rem 0.6rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: inherit;
  color: #000;
  border: 1px solid #BBBBBB;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap select:focus, .select-wrap select:active {
  outline: none;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap .select-icon {
  display: block;
  position: absolute;
  top: -2px;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}

/* フォーム部品：ラジオボタン、チェックボックス共通 */
.form-box {
  position: absolute;
  opacity: 0;
}
.form-box + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  padding-left: 26px;
  cursor: pointer;
}
.form-box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
}
.form-box + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.form-box:checked + label {
  color: #744688;
}
.form-box:checked + label::before {
  border-color: #744688;
}

/* フォーム部品：ラジオボタン */
.form-box-radio + label::before {
  border-radius: 100%;
}
.form-box-radio + label::after {
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
}
.form-box-radio:checked + label::after {
  background-color: #744688;
  opacity: 1;
}

/* フォーム部品：チェックボックス */
.form-box-check + label::before {
  border-radius: 0;
}
.form-box-check + label::after {
  top: -10px;
  bottom: 0;
  left: 3px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #744688;
  border-bottom: 3px solid #744688;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form-box-check:checked + label::after {
  opacity: 1;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #B20000;
}

span.validate-error {
  display: block !important;
  font-size: 0.85em;
  color: #B20000;
}
span.validate-error:first-of-type {
  margin-top: 0.5em;
}
.error-message-check span.validate-error:first-of-type {
  margin-top: 0;
  margin-bottom: -0.5em;
}
.error-message-check span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .form-buttons {
    margin-top: 2em;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 230px;
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: #BBA2C9;
  border-radius: 10em;
  line-height: 1.2;
  padding: 1rem 2rem;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767.98px) {
  .form-button {
    font-size: 1.4rem;
    max-width: 200px;
    height: 43px;
    padding: 0.8rem 1rem;
  }
}
.form-button:hover {
  background-color: #744688;
  color: #000;
}
.form-button-back:hover {
  border-color: #744688;
  background: #744688;
}
.form-button-inline {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.7em 1em;
  font-size: 1.8rem;
}
.form-button-inline::after {
  display: none;
}
.form-button-search {
  border-color: #744688;
  background: #744688;
}
.form-button-search:hover {
  border-color: #744688;
  background: #744688;
}
.form-button-upload {
  margin: 0;
  padding: 0.8em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #e21664;
}
.form-button-upload:hover {
  color: #fff;
  text-decoration: none;
  background: #e94709;
}
.form-button-upload::after {
  display: none;
}

.link-button[disabled] {
  pointer-events: none;
}

.contact-conf-buttons .link-button {
  margin: 0.2em;
}

.privacy-check-agree {
  text-align: center;
  margin-top: 3em;
}
.privacy-check-agree input {
  display: none;
}
.privacy-check-agree input:checked + label::after {
  opacity: 1;
}
.privacy-check-agree input:checked + label::before {
  background-color: #BBA2C9;
}
.privacy-check-agree a {
  color: #BBA2C9;
}
.privacy-check-agree label {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  padding-left: 2.2em;
  display: inline-block;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label {
    font-size: 1.6rem;
    padding-left: 2em;
  }
}
.privacy-check-agree label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label::before {
    top: -2px;
  }
}
@media screen and (max-width: 575.98px) {
  .privacy-check-agree label::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.privacy-check-agree label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0px;
  display: block;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  opacity: 0;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label::after {
    top: 1px;
  }
}
@media screen and (max-width: 575.98px) {
  .privacy-check-agree label::after {
    top: 12px;
  }
}
@media screen and (max-width: 479.98px) {
  .privacy-check-agree label::after {
    top: 9px;
  }
}
.privacy-check-agree span {
  text-decoration: underline;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #744688;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #744688;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

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

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

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 105px;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 0;
  }
}
.mainvisual .inner {
  max-width: none;
}
.mainvisual-main {
  position: relative;
}
.mainvisual-main::before {
  content: "";
  display: block;
  padding-top: 330px;
}
@media screen and (min-width: 768px), print {
  .mainvisual-main::before {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-main::before {
    padding-top: 600px;
  }
}
@media screen and (min-width: 1440px), print {
  .mainvisual-main::before {
    padding-top: 690px;
  }
}
.mainvisual-side {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0.5em 8em 0.5em 0.5em;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-side {
    padding: 0.5em 4em 0.5em 0.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-side {
    padding: 0.5em 2em 0.5em 0.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-side {
    padding: 1.2em 1em 1.2em 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-side {
    padding: 1.2em 0.8em 1.2em 0.8em;
  }
}
.mainvisual-catch {
  display: block;
  padding-left: 2.5rem;
  border-left: 1px solid #744688;
  color: #744688;
  font-weight: 500;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-catch {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch {
    padding-left: 1.5rem;
  }
}
.mainvisual-catch .catch1 {
  display: block;
  line-height: 1.48;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 5px #ffffff;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-catch .catch1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 {
    margin-bottom: 1.3rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.5rem;
  }
}
.mainvisual-catch .catch1 .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 .br {
    display: block;
  }
}
.mainvisual-catch .catch2 {
  display: block;
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px #ffffff;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch2 br {
    display: none;
  }
}
.mainvisual-catch .catch2 .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch2 .br {
    display: block;
  }
}
.mainvisual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvisual-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 330px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .mainvisual-image img {
    height: 450px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-image img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 1440px), print {
  .mainvisual-image img {
    height: 690px;
  }
}

/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
    line-height: 1.8;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-header {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .section-header {
    margin-bottom: 3rem;
  }
}
.section-heading {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 2.5rem;
}
.section-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 5px;
  background-color: #CE8CEB;
}
@media screen and (max-width: 767.98px) {
  .section-heading::before {
    width: 60px;
  }
}
.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  .section-heading::after {
    width: 30px;
  }
}
.section-heading .jp {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 1099.98px) {
  .section-heading .jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-heading .jp {
    font-size: 2.2rem;
  }
}
.section-heading .en {
  display: block;
  font-size: 1.8rem;
  color: #BBBBBB;
}
@media screen and (max-width: 1099.98px) {
  .section-heading .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading .en {
    font-size: 1.4rem;
  }
}

.erumu-about-section {
  position: relative;
  padding: 2.5em 1em;
  background-color: #FCF6FF;
}
@media screen and (min-width: 1100px), print {
  .erumu-about-section {
    padding: 6em 2em;
  }
}
.erumu-about-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(199, 175, 209, 0.15);
  -webkit-clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.erumu-about-container {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 3em;
  -webkit-box-shadow: 0 3px 25px rgba(51, 51, 51, 0.05);
          box-shadow: 0 3px 25px rgba(51, 51, 51, 0.05);
  z-index: 2;
}
@media screen and (max-width: 1099.98px) {
  .erumu-about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-about-container {
    padding: 1.5em 1.5em;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-about-container {
    padding: 1.3em 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .erumu-about-header {
    text-align: center;
  }
}
.erumu-about-heading {
  display: block;
  font-size: 3.5rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-about-heading {
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-about-heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.erumu-about-heading span {
  color: #9D56BC;
}
.erumu-about-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 4.5em;
}
@media screen and (max-width: 1099.98px) {
  .erumu-about-main {
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-about-main {
    margin-top: 2.2rem;
  }
}
.erumu-about-text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .erumu-about-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px), print {
  .erumu-about-text {
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
.erumu-about-text .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .erumu-about-text .br {
    display: block;
  }
}

.erumu-news-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .erumu-news-section {
    padding: 5em 2em;
  }
}
.erumu-news-more {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .erumu-news-more {
    margin-top: 5rem;
  }
}
.erumu-news-tabmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #C7AFD1;
}
@media screen and (max-width: 767.98px) {
  .erumu-news-tabmenu {
    margin-bottom: 1rem;
  }
}
.erumu-news-tabmenu .tabmenu-link {
  position: relative;
  display: block;
  text-align: center;
  padding: 2rem 1rem 1.8rem 1rem;
  background-color: #ffffff;
  color: #BBBBBB;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  border-radius: 2rem 2rem 0 0;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .erumu-news-tabmenu .tabmenu-link {
    padding: 1.3rem 0.5rem 1.2rem 0.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-news-tabmenu .tabmenu-link {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.erumu-news-tabmenu .tabmenu-link span {
  position: relative;
  display: inline-block;
  list-style: 1.2;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .erumu-news-tabmenu .tabmenu-link span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-news-tabmenu .tabmenu-link span {
    font-size: 1.4rem;
  }
}
.erumu-news-tabmenu .tabmenu-item {
  width: 50%;
}
.erumu-news-tabmenu .tabmenu-item.active a {
  color: #fff;
  background-color: #C7AFD1;
}
.erumu-news-tabmenu .tabmenu-item:first-child {
  margin-right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .erumu-news-tabmenu .tabmenu-item:first-child {
    margin-right: 0.3rem;
  }
}
.erumu-news-item {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.erumu-news-item.active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.erumu-service-section {
  position: relative;
  padding: 2.5em 1em;
  background: url("../img/top/bg1.jpg") no-repeat center/cover;
}
.erumu-service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 175, 209, 0.6);
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .erumu-service-section {
    padding: 5em 2em;
  }
}
.erumu-service-section .section-heading .jp {
  color: #ffffff;
}
.erumu-service-section .section-heading .en {
  color: #ffffff;
}
.erumu-service-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4rem -4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-container {
    margin: 0 -2rem -2rem 0;
  }
}
.erumu-service-item {
  width: 50%;
  padding: 0 4rem 4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-item {
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-service-item {
    width: 100%;
  }
}
.erumu-service-inner {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .erumu-service-inner {
    border-radius: 1rem;
  }
}
.erumu-service-body {
  padding: 3rem 3rem 11rem 3rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-body {
    padding: 1.8rem 1.5rem 9rem 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-service-body {
    padding: 1.8rem 1.5rem 8.5rem 1.5rem;
  }
}
.erumu-service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-header {
    margin-bottom: 1.5rem;
  }
}
.erumu-service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #CE8CEB;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-icon img {
    width: 50%;
  }
}
.erumu-service-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-title {
    margin-left: 1.5rem;
  }
}
.erumu-service-title .jp {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-title .jp {
    font-size: 2.2rem;
  }
}
.erumu-service-title .jp::first-letter {
  color: #CE8CEB;
}
.erumu-service-title .en {
  display: block;
  font-size: 1.6rem;
  color: #DDDDDD;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-title .en {
    font-size: 1.4rem;
  }
}
.erumu-service-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .erumu-service-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .erumu-service-text {
    font-size: 1.8rem;
  }
}
.erumu-service-more {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .erumu-service-more {
    bottom: 2rem;
  }
}
.erumu-service-image {
  position: relative;
  overflow: hidden;
}
.erumu-service-image::before {
  content: "";
  display: block;
  padding-top: 34%;
}
.erumu-service-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .erumu-service-image img {
    border-radius: 1rem 1rem 0 0;
  }
}

.erumu-recruit-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .erumu-recruit-section {
    padding: 5em 2em;
  }
}
.erumu-recruit-section .inner {
  max-width: 1370px;
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-section .inner {
    max-width: 380px;
  }
}
.erumu-recruit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0;
}
@media screen and (max-width: 1099.98px) {
  .erumu-recruit-container {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.erumu-recruit-main {
  position: relative;
  width: 60%;
  background-color: #BBA2C9;
  border-radius: 2rem;
  z-index: 1;
  padding: 7rem 10.5rem 7rem 6rem;
  margin: -10rem 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .erumu-recruit-main {
    padding: 3rem 5.5rem 3rem 3rem;
    margin: -5rem 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-main {
    padding: 2rem 1.5rem 2rem 1.5rem;
    margin: 0;
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
}
.erumu-recruit-main::before {
  content: "RECRUIT";
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 10rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: rgba(255, 255, 255, 0.08);
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .erumu-recruit-main::before {
    font-size: 5.5rem;
    top: 2.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-main::before {
    font-size: 4.2rem;
    width: 100%;
    text-align: center;
    top: 0;
    display: none;
  }
}
.erumu-recruit-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .erumu-recruit-heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .erumu-recruit-heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .erumu-recruit-heading {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-heading {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.erumu-recruit-subheading {
  display: block;
  line-height: 1.2;
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .erumu-recruit-subheading {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .erumu-recruit-subheading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-subheading {
    text-align: center;
  }
}
.erumu-recruit-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 480px), print {
  .erumu-recruit-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px), print {
  .erumu-recruit-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px), print {
  .erumu-recruit-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-text {
    text-align: center;
  }
}
.erumu-recruit-text .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .erumu-recruit-text .br {
    display: block;
  }
}
.erumu-recruit-more {
  margin-top: 3rem;
}
@media screen and (max-width: 991.98px) {
  .erumu-recruit-more {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-more {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .erumu-recruit-more .link-button {
    font-size: 1.4rem;
  }
}
.erumu-recruit-image {
  position: relative;
  width: 60%;
  margin: 0 0 -10rem -10rem;
  z-index: 2;
}
@media screen and (max-width: 1099.98px) {
  .erumu-recruit-image {
    margin: 0 0 -5rem -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-image {
    margin: 0;
    width: 100%;
  }
}
.erumu-recruit-image img {
  border-radius: 2rem;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1099.98px) {
  .erumu-recruit-image img {
    height: 260px;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-recruit-image img {
    border-radius: 1rem 1rem 0 0;
    height: 250px;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-recruit-image img {
    height: 217px;
  }
}

.erumu-contact-section {
  position: relative;
  padding: 2.5em 1em;
  background-color: #FCF6FF;
}
@media screen and (min-width: 1100px), print {
  .erumu-contact-section {
    padding: 6em 2em;
  }
}
.erumu-contact-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(199, 175, 209, 0.15);
  -webkit-clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.erumu-contact-section.__advisor {
  background-color: #9979E5;
}
.erumu-contact-section.__advisor::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.erumu-contact-section.__advisor .erumu-contact-mail a {
  background-color: #6D57A1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.erumu-contact-section.__advisor .erumu-contact-mail a:hover {
  opacity: 0.8;
}
.erumu-contact-section.__advisor .erumu-contact-mail a::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.erumu-contact-section.__advisor .erumu-contact-mail a span {
  font-size: 2rem;
}
.erumu-contact-container {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  display: block;
  padding: 3em 3em;
  -webkit-box-shadow: 0 3px 25px rgba(51, 51, 51, 0.05);
          box-shadow: 0 3px 25px rgba(51, 51, 51, 0.05);
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .erumu-contact-container {
    padding: 1.5em 1.5em;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-contact-container {
    padding: 1.3em 1em;
  }
}
.erumu-contact-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-heading {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-contact-heading {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-contact-heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.erumu-contact-heading .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .erumu-contact-heading .br {
    display: block;
  }
}
.erumu-contact-desc {
  text-align: center;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-desc {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767.98px) {
  .erumu-contact-desc {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .erumu-contact-desc {
    font-size: 1.2rem;
  }
}
.erumu-contact-desc span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F3D6FF));
  background: linear-gradient(transparent 60%, #F3D6FF 60%);
}
.erumu-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 639.98px) {
  .erumu-contact-wrap {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.erumu-contact-mail {
  display: block;
  width: 50%;
}
@media screen and (max-width: 639.98px) {
  .erumu-contact-mail {
    width: 100%;
  }
}
.erumu-contact-mail a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 60px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #BBA2C9;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-mail a {
    width: 200px;
  }
}
@media screen and (max-width: 639.98px) {
  .erumu-contact-mail a {
    margin: 0 auto;
    width: 200px;
    height: 50px;
  }
}
.erumu-contact-mail a:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.erumu-contact-mail a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.erumu-contact-mail a span {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-mail a span {
    font-size: 1.8rem;
  }
}
.erumu-contact-tel {
  width: 50%;
  text-align: right;
  margin-right: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-tel {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 639.98px) {
  .erumu-contact-tel {
    width: 100%;
    text-align: center;
    margin: 0 0 2rem 0;
  }
}
.erumu-contact-tel .tel-link {
  position: relative;
  display: inline-block;
  padding-left: 3.8rem;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-tel .tel-link {
    padding-left: 2.6rem;
  }
}
.erumu-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/cover;
  background-size: cover;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-tel .tel-link::before {
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
}
.erumu-contact-tel .tel-num {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .erumu-contact-tel .tel-num {
    font-size: 3rem;
  }
}

/* --------------------------------

  下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 1em 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 5em 2em 5em 2em;
  }
}
.secondary-pdf-more {
  position: relative;
  margin-top: 1.3rem;
  padding-left: 2.5rem;
}
.secondary-pdf-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 20px;
  background: url("../img/base/icon-pdf.svg") no-repeat center/cover;
}
.secondary-pdf-link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  text-decoration: underline;
  color: #9d77ac;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .secondary-pdf-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-pdf-link {
    font-size: 1.3rem;
  }
}
.secondary-pdf-link:hover {
  color: #9d77ac;
  text-decoration: none;
}
.secondary-intro {
  border-radius: 2rem;
  background-color: #fcf6ff;
  padding: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .secondary-intro {
    padding: 3.7rem;
  }
}
.secondary-text {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  .secondary-text {
    font-size: 1.6rem;
  }
}
.secondary-text .att {
  font-weight: 700;
}
.secondary-text .att2 {
  font-weight: 700;
  color: #744688;
}
.secondary-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .secondary-text .br {
    display: block;
  }
}
.secondary-block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px), print {
  .secondary-block:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.secondary-box {
  background-color: #f6f6f6;
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .secondary-box {
    padding: 2.5rem 3rem;
    border-radius: 2.5rem;
  }
}
.secondary-box-heading {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .secondary-box-heading {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  }
}
.secondary-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem -1rem 0;
}
.secondary-box-list li {
  position: relative;
  margin: 0 2rem 1rem 0;
  line-height: 1.2;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 2rem;
}
@media screen and (min-width: 768px), print {
  .secondary-box-list li {
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
}
.secondary-box-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  width: 12px;
  height: 8px;
  border-top: 3px solid #ce8ceb;
  border-right: 3px solid #ce8ceb;
}
@media screen and (min-width: 768px), print {
  .secondary-box-list li::before {
    width: 15px;
    height: 10px;
    top: 0.2rem;
  }
}
.secondary-define dt {
  display: block;
  line-height: 1.2;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-left: 5px solid #000000;
}
@media screen and (min-width: 768px), print {
  .secondary-define dt {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.secondary-define:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .secondary-define:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.section-dmy p {
  text-align: center;
}
.section-dmy p img {
  width: 100%;
}

.company-section .secondary-intro {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .company-section .secondary-intro {
    margin-bottom: 8rem;
  }
}
.company-map {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 639.98px) {
  .company-map {
    width: 100%;
    padding-top: 90%;
  }
}
@media screen and (max-width: 639.98px) {
  .company-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.company-map-more {
  text-align: center;
  margin-top: 3rem;
}
.company-map-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .company-map-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.5rem;
  }
}
.company-map-item {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .company-map-item {
    width: 100%;
  }
}
.company-map-item:first-child {
  margin: 0 6rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .company-map-item:first-child {
    margin: 0 3rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .company-map-item:first-child {
    margin: 0 0 3rem 0;
  }
}
.company-map-title {
  position: relative;
  display: block;
  padding: 0 0 1.4rem 0;
  margin-bottom: 1.4rem;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-bottom: 1px solid #ce8ceb;
}
@media screen and (max-width: 1099.98px) {
  .company-map-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .company-map-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
  }
}
.company-map-title.type1 span {
  padding-left: 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-map-title.type1 span {
    padding-left: 2.7rem;
  }
}
.company-map-title.type1 span::before {
  width: 30px;
  height: 36px;
  background: url("../img/pages/company/icon1.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .company-map-title.type1 span::before {
    width: 20px;
    height: 26px;
  }
}
.company-map-title.type2 span {
  padding-left: 5.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-map-title.type2 span {
    padding-left: 3.7rem;
  }
}
.company-map-title.type2 span::before {
  width: 40px;
  height: 31px;
  background: url("../img/pages/company/icon2.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .company-map-title.type2 span::before {
    width: 30px;
    height: 24px;
  }
}
.company-map-title span {
  position: relative;
  display: block;
}
.company-map-title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.company-overview {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.company-overview th,
.company-overview td {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  padding: 1.4rem 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-overview th,
  .company-overview td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .company-overview th,
  .company-overview td {
    font-size: 1.2rem;
    padding: 1.4rem 1rem;
  }
}
.company-overview th {
  width: 15rem;
}
@media screen and (max-width: 767.98px) {
  .company-overview th {
    width: 10rem;
  }
}
@media screen and (max-width: 479.98px) {
  .company-overview th {
    width: 7rem;
  }
}
.company-overview tr:nth-child(2n+1) th,
.company-overview tr:nth-child(2n+1) td {
  background-color: #f6f6f6;
}
.company-overview tr:nth-child(2n) th,
.company-overview tr:nth-child(2n) td {
  background-color: #ffffff;
}
.company-like-area {
  position: relative;
}
.company-like-area::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  right: 0;
  display: block;
  width: 519px;
  height: 681px;
  z-index: 0;
  background: url("../img/pages/company/bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .company-like-area::before {
    width: 319px;
    height: 421px;
    bottom: -6rem;
  }
}
.company-like-item {
  padding: 1rem 0 1rem 2rem;
  border-left: 4px solid #ce8ceb;
}
@media screen and (max-width: 479.98px) {
  .company-like-item {
    padding: 1rem 0 1rem 1.5rem;
  }
}
.company-like-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .company-like-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.company-like-item dt {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .company-like-item dt {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.company-like-item dd {
  font-size: 1.4rem;
  line-height: 1.4375;
}
@media screen and (min-width: 768px), print {
  .company-like-item dd {
    font-size: 1.6rem;
  }
}
.company-like-item dd .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .company-like-item dd .br {
    display: block;
  }
}
.company-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 0;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 768px), print {
  .company-table {
    margin: 0 0 5rem 0;
  }
}
.company-table th,
.company-table td {
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (min-width: 768px), print {
  .company-table th,
  .company-table td {
    font-size: 1.6rem;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #bbbbbb;
  }
}
@media screen and (max-width: 767.98px) {
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }
}
.company-table th {
  width: 8.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-table th {
    width: 100%;
    padding: 0 0 0.8rem 0;
    margin: 0 0 0.8rem 0;
    border-bottom: 1px dashed #bbbbbb;
  }
}
@media screen and (max-width: 767.98px) {
  .company-table td {
    padding: 0 0 0 1rem;
    margin: 0 0 1.5rem 0;
  }
}
.company-table td .att {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .company-table td .att {
    font-size: 1.4rem;
  }
}
.company-table-list li {
  position: relative;
  padding-left: 1.6rem;
}
.company-table-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .company-table-list li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.company-table-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.83rem;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ce8ceb;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .company-table-list li::before {
    top: 0.75rem;
  }
}
.company-table-name {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .company-table-name {
    font-size: 2rem;
  }
}

.faq-section .heading.h2 {
  margin-bottom: 0.5rem;
}
.faq-accordion-item {
  border-bottom: 1px solid #ce8ceb;
}
.faq-accordion-title {
  display: block;
  line-height: 1.6111111111;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .faq-accordion-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .faq-accordion-title {
    font-size: 1.4rem;
  }
}
.faq-accordion-head {
  position: relative;
  padding: 2rem 5rem 2rem 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 575.98px) {
  .faq-accordion-head {
    padding: 1.5rem 3.5rem 1.5rem 0;
  }
}
.faq-accordion-head.open::after {
  opacity: 0;
}
.faq-accordion-head::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 3px;
  background-color: #ce8ceb;
}
@media screen and (max-width: 575.98px) {
  .faq-accordion-head::before {
    width: 16px;
    height: 2px;
    right: 1rem;
  }
}
.faq-accordion-head::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 22px;
  height: 3px;
  background-color: #ce8ceb;
  opacity: 1;
}
@media screen and (max-width: 575.98px) {
  .faq-accordion-head::after {
    width: 16px;
    height: 2px;
    right: 1rem;
  }
}
.faq-accordion-body {
  display: none;
  padding: 0.5rem 0.5rem 2.3rem 0.5rem;
}
@media screen and (max-width: 575.98px) {
  .faq-accordion-body {
    padding: 0 0 1.8rem 0;
    font-size: 1.4rem;
  }
}

.advisor-intro-header {
  position: relative;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.advisor-intro-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 3rem;
  background-color: #9979e5;
}
@media screen and (max-width: 767.98px) {
  .advisor-intro-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 2rem;
  }
}
.advisor-intro-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px), print {
  .advisor-intro-icon img {
    width: 36px;
    height: 46px;
  }
}
.advisor-intro-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 4px solid #f9ecff;
}
@media screen and (max-width: 767.98px) {
  .advisor-intro-heading {
    font-size: 2rem;
    letter-spacing: 0;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}
.advisor-intro-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .advisor-intro-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.advisor-intro-text span {
  color: #9979e5;
  font-weight: 700;
}

.advisor-news-section {
  background-color: #f8f5ff;
}
.advisor-news-section .heading.h2.__advisor {
  margin-bottom: 0.5rem;
}
.advisor-news-more {
  text-align: center;
  margin-top: 3rem;
}
.advisor-news-more .link-button {
  background-color: #9979e5;
}

.advisor-office-more {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .advisor-office-more {
    margin-top: 3rem;
  }
}
.advisor-office-more .link-button {
  background-color: #9979e5;
}

.office-communication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.8rem -2.9rem 0;
}
@media screen and (max-width: 767.98px) {
  .office-communication-list {
    margin: 0 -2rem -2rem 0;
  }
}
.office-communication-topics {
  width: 33.33333%;
  padding: 0 2.8rem 2.9rem 0;
}
@media screen and (max-width: 1099.98px) {
  .office-communication-topics {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .office-communication-topics {
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 639.98px) {
  .office-communication-topics {
    width: 100%;
  }
}
.office-communication-inner {
  position: relative;
  height: 100%;
  border-radius: 2rem 2rem 1rem 1rem;
  padding: 7.3rem 1.7rem 2.7rem 1.7rem;
  border: 1px solid #f6f6f6;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .office-communication-inner {
    padding: 6.3rem 1.5rem 2rem 1.5rem;
  }
}
.office-communication-more {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .office-communication-more .link-button {
    font-size: 1.4rem;
  }
}
.office-communication-define {
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767.98px) {
  .office-communication-define {
    margin-bottom: 1.7rem;
  }
}
.office-communication-define dt {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767.98px) {
  .office-communication-define dt {
    font-size: 1.4rem;
    border-left: 3px solid #000000;
  }
}
.office-communication-define dd {
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media screen and (max-width: 767.98px) {
  .office-communication-define dd {
    font-size: 1.4rem;
  }
}
.office-communication-define dd ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  .office-communication-define dd ul li {
    font-size: 1.4rem;
  }
}
.office-communication-define dd ul li::before {
  content: "";
  position: absolute;
  top: 0.77rem;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000000;
}
@media screen and (max-width: 767.98px) {
  .office-communication-define dd ul li::before {
    top: 0.7rem;
  }
}
.office-communication-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  background-color: #6d57a1;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .office-communication-date {
    font-size: 1.5rem;
    height: 48px;
  }
}
.office-communication-img {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .office-communication-img {
    margin-bottom: 1.7rem;
  }
}

.workers-intro-section .secondary-intro {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .workers-intro-section .secondary-intro {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .workers-intro-section .link-button {
    font-size: 1.4rem;
  }
}
.workers-intro-heading {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .workers-intro-heading {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .workers-intro-heading {
    font-size: 1.4rem;
  }
}
.workers-intro-heading span {
  position: relative;
}
.workers-intro-heading span::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 5px;
  background-color: #a380b6;
  border-radius: 100%;
}

.workers-section .fw-medium {
  font-weight: 500;
}

.workers-simulation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .workers-simulation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.workers-simulation-section {
  background-color: #f6f6f6;
}
.workers-simulation-foot {
  text-align: center;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-foot {
    margin-top: 2.8rem;
  }
}
.workers-simulation-button {
  position: relative;
  display: inline-block;
  background-color: #a380b6;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  border-radius: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2rem;
  padding: 1.3rem 5.5rem;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-button {
    font-size: 1.8rem;
  }
}
.workers-simulation-button:hover {
  background-color: #744688;
}
.workers-simulation-att {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-att {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .workers-simulation-att {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .workers-simulation-att br {
    display: none;
  }
}
.workers-simulation-table {
  display: table;
  width: 100%;
}
.workers-simulation-table th,
.workers-simulation-table td {
  vertical-align: top;
  line-height: 1.625;
  padding: 1rem 0;
}
.workers-simulation-table th {
  font-size: 1.8rem;
  width: 16rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-table th {
    font-size: 1.6rem;
    width: 128px;
    padding: 1.3rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .workers-simulation-table th {
    font-size: 1.4rem;
    width: 113px;
    padding: 1.5rem 0;
  }
}
.workers-simulation-table td {
  padding-left: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-table td {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .workers-simulation-table td {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}
.workers-simulation-result {
  border: 3px solid #ce8ceb;
  background-color: #f9ecff;
  padding: 2.4rem 2.2rem 2.2rem 2.2rem;
  max-width: 335px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result {
    padding: 1.8rem 1.6rem 1.6rem 1.6rem;
    max-width: 290px;
  }
}
.workers-simulation-result .result-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2.2rem;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result .result-heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.workers-simulation-result .result-body {
  background-color: #ffffff;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result .result-body {
    padding: 2rem 1.6rem;
  }
}
.workers-simulation-result .result-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workers-simulation-result .result-define:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result .result-define:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.workers-simulation-result .result-define dt {
  display: block;
  width: 12rem;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 0.8rem;
  margin-right: 3rem;
  letter-spacing: 0.05em;
  border-left: 4px solid #ce8ceb;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result .result-define dt {
    font-size: 1.6rem;
  }
}
.workers-simulation-result .result-define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result .result-define dd {
    font-size: 1.6rem;
  }
}
.workers-simulation-result .result-define dd .num {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-result .result-define dd .num {
    font-size: 2rem;
  }
}
.workers-simulation-main {
  margin-right: 7.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1099.98px) {
  .workers-simulation-main {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-main {
    margin-bottom: 3.5rem;
  }
}
.workers-simulation-header {
  position: relative;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.workers-simulation-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 3rem;
  background-color: #ce8ceb;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 2rem;
  }
}
.workers-simulation-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px), print {
  .workers-simulation-icon img {
    width: 36px;
    height: 46px;
  }
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-icon img {
    width: 28px;
    height: auto;
  }
}
.workers-simulation-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 4px solid #ce8ceb;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-heading {
    font-size: 2rem;
    letter-spacing: 0;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .workers-simulation-heading {
    font-size: 1.8rem;
  }
}
.workers-simulation-heading .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .workers-simulation-heading .br {
    display: block;
  }
}

.consul-section .secondary-intro {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .consul-section .secondary-intro {
    margin-bottom: 8rem;
  }
}

.flow-section .secondary-intro {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-section .secondary-intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-section .secondary-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.flow-block {
  position: relative;
}
.flow-block::before {
  content: "";
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: 48px;
  width: 5px;
  background-color: #dddddd;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .flow-block::before {
    left: 37px;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-block::before {
    width: 3px;
    left: 28px;
    top: 3rem;
    bottom: 3rem;
  }
}
.flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-item:not(:last-child) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 479.98px) {
  .flow-item:not(:last-child) {
    padding-bottom: 2.5rem;
  }
}
.flow-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background-color: #ce8ceb;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px), print {
  .flow-side {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-side {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }
}
.flow-side span {
  display: block;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .flow-side span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-side span {
    font-size: 2.4rem;
  }
}
.flow-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .flow-main {
    margin-left: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-main {
    margin-left: 1rem;
  }
}
.flow-define dt {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-define dt {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-define dt {
    font-size: 1.4rem;
    margin-bottom: 0.35rem;
  }
}

.regulation-section .secondary-intro {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .regulation-section .secondary-intro {
    margin-bottom: 8rem;
  }
}
.regulation-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .regulation-anchor-list {
    margin-right: -2rem;
  }
}
.regulation-anchor-list li {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .regulation-anchor-list li {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .regulation-anchor-list li {
    width: calc(33.333% - 2rem);
  }
}
.regulation-anchor-list li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .regulation-anchor-list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.regulation-anchor-list li a {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px), print {
  .regulation-anchor-list li a {
    font-size: 1.6rem;
  }
}
.regulation-text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .regulation-text {
    font-size: 1.8rem;
  }
}
.regulation-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .regulation-text .br {
    display: block;
  }
}

.assessment-section .secondary-intro {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .assessment-section .secondary-intro {
    margin-bottom: 8rem;
  }
}
.assessment-step {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .assessment-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .assessment-step {
    position: relative;
  }
  .assessment-step::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 18px;
    width: 4px;
    background-color: #dddddd;
    z-index: -1;
  }
}
.assessment-step-block {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .assessment-step-block::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 18px;
    width: 4px;
    background-color: #dddddd;
    z-index: -1;
  }
}
@media screen and (min-width: 768px), print {
  .assessment-step-block:first-child {
    margin-right: 3rem;
  }
}
.assessment-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
}
.assessment-step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  width: 39px;
  height: 39px;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 0 0 0.2rem 0;
}
.assessment-step-num.type1 {
  background-color: #ebd1f7;
}
.assessment-step-num.type2 {
  background-color: #e6c5f5;
}
.assessment-step-num.type3 {
  background-color: #e1baf3;
}
.assessment-step-num.type4 {
  background-color: #dcaef1;
}
.assessment-step-num.type5 {
  background-color: #d7a3ef;
}
.assessment-step-num.type6 {
  background-color: #d297ed;
}
.assessment-step-num.type7 {
  background-color: #ce8ceb;
}
.assessment-step-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 1.1rem;
}
@media screen and (min-width: 768px), print {
  .assessment-step-text {
    font-size: 1.6rem;
    margin-left: 1.7rem;
  }
}
.assessment-faq-text {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px), print {
  .assessment-faq-text {
    font-size: 1.6rem;
  }
}
.assessment-faq-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 15px;
  height: 2px;
  background-color: #ce8ceb;
}
@media screen and (min-width: 768px), print {
  .assessment-faq-text::before {
    top: 1.1rem;
  }
}
.assessment-faq-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .assessment-faq-text .br {
    display: block;
  }
}

.other-section .secondary-intro {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .other-section .secondary-intro {
    margin-bottom: 8rem;
  }
}
.other-section .heading.h2 .small {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.85rem;
}
@media screen and (min-width: 480px), print {
  .other-section .heading.h2 .small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .other-section .heading.h2 .small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .other-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.other-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .other-main {
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .other-image {
    text-align: center;
  }
}

.reward-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
}
.reward-table th,
.reward-table td {
  border: 1px solid #dddddd;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .reward-table th,
  .reward-table td {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .reward-table th,
  .reward-table td {
    font-size: 1.2rem;
    padding: 1.2rem 1.6rem;
  }
}
.reward-table th .br,
.reward-table td .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .reward-table th .br,
  .reward-table td .br {
    display: block;
  }
}
.reward-table th {
  background-color: #f9ecff;
}
.reward-table th.common_width {
  width: 120px;
}
@media screen and (max-width: 767.98px) {
  .reward-table th.common_width {
    width: 80px;
  }
}
.reward-table td {
  background-color: #ffffff;
}
.reward-table tr.bg_color_01 td {
  background-color: #f6f6f6;
}
.reward-table tr.bg_color_02 td {
  background-color: #f9ecff;
}
.reward-table-wrap {
  overflow-x: auto;
}
.reward-table-wrap.__scroll {
  -webkit-overflow-scrolling: touch;
}
.reward-table-wrap.__scroll .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .reward-table-wrap.__scroll .br {
    display: block;
  }
}
.reward-table-wrap.__scroll .sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
}
.reward-table-wrap.__scroll .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  z-index: -1;
}
.reward-table-wrap.__scroll .sticky.sticky2 {
  left: 197px;
}
@media screen and (max-width: 767.98px) {
  .reward-table-wrap.__scroll .sticky.sticky2 {
    left: 116px;
  }
}
@media screen and (max-width: 479.98px) {
  .reward-table-wrap.__scroll .sticky.sticky2 {
    left: 104px;
  }
}
.reward-table-wrap.__accent {
  max-width: 800px;
  overflow-x: hidden;
  margin: 0 auto;
}
.reward-table-wrap.__accent table {
  white-space: wrap;
}

.reward-box {
  background-color: #f6f6f6;
  border-radius: 1.5rem;
  padding: 2.5rem 3rem 3.5rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .reward-box {
    border-radius: 1rem;
    padding: 2rem 1.6rem 2.5rem 1.6rem;
  }
}
.reward-box > dt {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .reward-box > dt {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
  }
}
.reward-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reward-define:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .reward-define:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.reward-define dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 2.5rem;
  border-right: 2px solid #c7afd1;
}
@media screen and (max-width: 767.98px) {
  .reward-define dt {
    font-size: 1.3rem;
    padding-right: 1.5rem;
  }
}
.reward-define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 0 0 2.5rem;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .reward-define dd {
    margin: 0 0 0 1.5rem;
  }
}
.reward-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .reward-list li {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.reward-list li:not(:last-child) {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .reward-list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-section .news-list, .news-section .office-communication-list {
  margin-bottom: 2em;
}
.news-topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px dotted #BBBBBB;
}
@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-date {
  display: block;
  line-height: 1.2;
  font-weight: 500;
  color: #9D56BC;
  width: 8.5rem;
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    margin: 0 0 0.35em 0;
    font-size: 1.4rem;
    width: 100%;
  }
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
}
.news-link {
  display: inline-block;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-link {
    font-size: 1.4rem;
  }
}
.news-link:hover {
  text-decoration: underline;
  color: #9D56BC;
}
.news-body {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-back {
  text-align: center;
  margin-top: 2em;
  border-top: 1px dotted #BBBBBB;
  padding-top: 2.5em;
}
@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
    padding-top: 2em;
  }
}
/* topics_paging */
#topics_paging, #topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0081BF;
  text-decoration: none;
}