@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}
body.active .l-header {
  background-color: #F3F1EB;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 92px 22px 50px;
}
@media screen and (max-width: 1060px) {
  .l-header__inner {
    padding: 6px 0px 6px 12px;
  }
}
.l-header__logo {
  width: 214px;
  height: 66px;
}
@media screen and (max-width: 1100px) {
  .l-header__logo {
    width: 105px;
    height: auto;
    position: relative;
    z-index: 9999;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__top {
  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;
  gap: 30px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1100px) {
  .l-header__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: -7px;
  margin-right: -3px;
}
@media screen and (max-width: 1100px) {
  .l-header__tel {
    font-size: 16px;
    position: fixed;
    z-index: 9999;
    right: 60px;
    top: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.21em;
    gap: 4px;
  }
  .l-header__tel svg {
    width: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__open {
    display: none;
    position: fixed;
    left: 0;
    top: 61px;
    background-color: #F3F1EB;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 30px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__contents {
    padding: 0px 16px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-header__contents.bg {
  position: relative;
  z-index: 1;
}
.l-header__contents.bg::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1203px;
  min-height: 233px;
  border-radius: 20px;
  right: 27px;
  top: 82px;
  z-index: -1;
}
.l-header__contents.bg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/megamenu.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 294px;
  height: 205px;
  right: 50px;
  top: 158px;
}
.l-header .black_hidden {
  display: block;
}
.l-header .black_only {
  display: none;
}
.l-header.-black {
  background-color: #fff;
}
.l-header.-black .l-header__tel, .l-header.-black .l-header__links1 a, .l-header.-black .c-nav__item, .l-header.-black .-search {
  color: #000000;
}
.l-header.-black .l-header__tel path, .l-header.-black .l-header__links1 a path, .l-header.-black .c-nav__item path, .l-header.-black .-search path {
  stroke: #000000;
}
.l-header.-black .l-header__insta path {
  fill: #000000;
}
.l-header.-black .black_hidden {
  display: none;
}
.l-header.-black .black_only {
  display: block;
}

.l-footer {
  position: relative;
  background-image: url(../images/common/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.l-footer__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 64px 20px 105px 20px;
  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: 1100px) {
  .l-footer__inner {
    padding: 8px 14px 87px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
  }
}
.l-footer__body {
  width: 62%;
  padding-top: 7px;
}
@media screen and (max-width: 1100px) {
  .l-footer__body {
    width: 100%;
  }
}
.l-footer__logo {
  width: 215px;
  display: block;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__address {
  font-size: 13px;
  line-height: 1.3076923077;
  margin-top: 6px;
}
.l-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin: 24px 0 0 5px;
}
.l-footer__fax {
  font-size: 14px;
  letter-spacing: 0.19em;
  font-weight: 700;
  display: block;
  margin: 12px 0 0 26px;
}
.l-footer__time {
  font-size: 13px;
  line-height: 1.3076923077;
  display: block;
  margin: 5px 0 0 23px;
}
.l-footer__insta {
  margin-top: 10px;
  margin-top: 40px;
  display: block;
}
.l-footer__insta svg {
  width: 20px;
}
.l-footer__copy {
  font-size: 11px;
  line-height: 1.5454545455;
  margin-top: 10px;
  display: block;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2px;
  padding-right: 4px;
}
@media screen and (max-width: 1100px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: unset;
    gap: 10px;
  }
}
.l-footer__nav--wrap:nth-of-type(2) {
  margin-left: 55px;
}
@media screen and (max-width: 1100px) {
  .l-footer__nav--wrap:nth-of-type(2) {
    margin-left: unset;
  }
}
.l-footer__nav--wrap:nth-of-type(3) {
  margin-left: 38px;
}
@media screen and (max-width: 1100px) {
  .l-footer__nav--wrap:nth-of-type(3) {
    margin-left: unset;
    margin-top: 16px;
  }
}
.l-footer__nav--title {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .l-footer__nav--title {
    font-size: 22px;
    font-weight: 700;
  }
}
.l-footer__nav--megamenu {
  margin-top: 7px;
  padding-left: 10px;
  margin-left: 3px;
  border-left: 1px solid #C0C0C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .l-footer__nav--megamenu {
    margin-top: 0px;
    padding-left: 13px;
    margin-left: 9px;
  }
}
.l-footer__nav--megamenu a {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .l-footer__nav--megamenu a {
    font-size: 16px;
    line-height: 2.5;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  gap: 13px;
}
.l-footer__links a {
  font-size: 13px;
}
.l-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
  margin-top: 82px;
  margin-left: 14px;
}
@media screen and (max-width: 1100px) {
  .l-footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 27px;
    margin-left: unset;
  }
}
.l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  height: 57px;
}
@media screen and (max-width: 1100px) {
  .l-footer__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__button.-shoubu {
  width: 320px;
  padding-left: 10px;
}
@media screen and (max-width: 1100px) {
  .l-footer__button.-shoubu {
    max-width: 346px;
    width: 100%;
    padding-left: 12px;
  }
}
.l-footer__button.-shoubu figure {
  width: 48px;
}
@media screen and (max-width: 1100px) {
  .l-footer__button.-shoubu figure {
    margin-left: -22px;
  }
}
.l-footer__button.-shoubu .-sm {
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .l-footer__button.-shoubu .-sm {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__button.-shoubu .-lg {
    font-size: 16px;
    margin-left: 19px;
  }
}
.l-footer__button.-fujioka {
  width: 247px;
  padding-left: 11px;
}
@media screen and (max-width: 1100px) {
  .l-footer__button.-fujioka {
    max-width: 346px;
    width: 100%;
  }
}
.l-footer__button.-fujioka figure {
  width: 50px;
  margin-top: -7px;
}
@media screen and (max-width: 1100px) {
  .l-footer__button.-fujioka figure {
    margin-left: -15px;
  }
}
.l-footer__button figure img {
  width: 100%;
  height: auto;
}
.l-footer__button .-sm {
  font-size: 12px;
}
.l-footer__button .-lg {
  font-size: 18px;
  margin-left: 8px;
}
.l-footer__top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 108px;
  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: #fff;
  background-color: #662E9E;
  font-size: 16px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 9999999;
  padding-top: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .l-footer__top {
    width: 43px;
    height: 81px;
    bottom: 64px;
  }
}
.l-footer__top.-active {
  opacity: 1;
  pointer-events: auto;
}

.l-inner {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-bg {
  background-image: url(../images/top/bg.png);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
  position: relative;
}

.l-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 105px;
  padding: 9px 100px 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1570px) {
  .l-post {
    padding: unset;
    gap: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-post__bread {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .l-post__bread {
    margin-bottom: 40px;
  }
}
.l-post__head {
  width: 260px;
  padding-top: 76px;
}
@media screen and (max-width: 768px) {
  .l-post__head {
    width: 100%;
    padding-top: 40px;
  }
}
.l-post__body {
  width: calc(100% - 370px);
}
@media screen and (max-width: 1100px) {
  .l-post__body {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 768px) {
  .l-post__body {
    width: 100%;
  }
}
.l-post__nav {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, .1);
          box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, .1);
  padding: 20px 24px;
}
.l-post__navtitle {
  color: #662E9E;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  width: 100%;
  display: block;
}
.l-post__navtitle::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-b.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  rotate: 0deg;
}
.l-post__navtitle.-active::after {
  rotate: 180deg;
  top: -50%;
}
.l-post__navlist {
  margin-top: 20px;
}
.l-post__navitem {
  font-size: 13px;
  line-height: 3.0769230769;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
.l-post__navitem::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 6px;
}
.l-post__selectform {
  margin-top: 43px;
  background-color: #F8F8F8;
  height: 30px;
  width: 150px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10px;
  background-image: url(../images/common/select_arrow.png);
  background-size: 5px;
  background-position: center right 5px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-post__selectform {
    margin-top: 20px;
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  position: relative;
  padding-left: 39px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 20px;
  }
}
.c-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 23px;
  height: 23px;
  border: #662E9E 5px solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-title::after {
    top: 3px;
  }
}

.c-title2 {
  font-size: 21px;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #662E9E;
}
@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 16px;
  }
}

.c-title3 {
  font-size: 21px;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #662E9E;
}
@media screen and (max-width: 768px) {
  .c-title3 {
    font-size: 16px;
  }
}

.c-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  position: relative;
  padding-left: 39px;
}
@media screen and (max-width: 768px) {
  .c-title4 {
    font-size: 20px;
  }
}
.c-title4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 23px;
  height: 23px;
  border: #662E9E 5px solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-title4::after {
    top: 2px;
  }
}

.c-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 1100px) {
  .c-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 28px;
  }
}
.c-nav__wrap {
  position: relative;
}
.c-nav__item {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: unset;
  transition: unset;
}
.c-nav__item::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1100px) {
  .c-nav__item {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 19px 15px 19px;
    border-bottom: 1px solid #C0C0C0;
  }
  .c-nav__item.cross {
    position: relative;
    cursor: pointer;
  }
  .c-nav__item.cross::before, .c-nav__item.cross::after {
    position: absolute;
    content: "";
    background-color: #662E9E;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-nav__item.cross::before {
    rotate: 90deg;
    right: 17px;
    top: 29px;
  }
  .c-nav__item.cross.active {
    border-bottom: unset;
  }
  .c-nav__item.cross.active::before {
    rotate: 0deg;
    top: 50%;
  }
  .c-nav__item.cross.active span {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1101px) {
  .c-nav__item:hover {
    position: relative;
    z-index: 1;
    opacity: 1;
    color: #662E9E;
  }
}
.c-nav__megamenu {
  display: none;
  position: fixed;
  top: 102px;
  right: 116px;
  width: 1203px;
  height: 233px;
}
@media screen and (max-width: 1100px) {
  .c-nav__megamenu {
    position: unset;
    width: auto;
    height: auto;
    padding-bottom: 21px;
    border-bottom: 1px solid #C0C0C0;
  }
}
.c-nav__megamenu::after {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  width: 100%;
  height: 253px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .c-nav__megamenu::after {
    position: unset;
    content: none;
  }
}
.c-nav__megamenu .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 63px 51px 57px;
}
@media screen and (max-width: 1100px) {
  .c-nav__megamenu .-flex {
    padding: unset;
  }
}
.c-nav__megamenu--title {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .c-nav__megamenu--title {
    display: none;
    font-size: 18px;
  }
}
.c-nav__megamenu--list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 19px 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 883px;
  padding-top: 1px;
  margin-top: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .c-nav__megamenu--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-top: unset;
    padding-top: unset;
    padding: unset;
  }
}
.c-nav__megamenu--item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  background-color: #F3F1EB;
  width: 271px;
  height: 57px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 31px;
}
@media screen and (max-width: 1100px) {
  .c-nav__megamenu--item {
    margin-left: 14px;
    padding-left: 25px;
    background-color: #fff;
    width: 312px;
  }
}
.c-nav__megamenu--item:hover::after {
  right: 13px;
}
.c-nav__megamenu--item::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-l.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-nav__linkwrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 37px;
}
.c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  position: relative;
}
.c-nav__link svg {
  width: 24px;
  height: 24px;
}
.c-nav__link .-searchform {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 30px;
  top: 130px;
  z-index: 9999999;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .c-nav__link .-searchform {
    right: unset;
    left: 0px;
    top: 40px;
  }
}
.c-nav__link .-searchform.active {
  opacity: 1;
  visibility: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-nav__link .-searchform .gsc-control-cse-ja {
  padding: unset;
  background-color: unset;
}
.c-nav__link .-searchform form.gsc-search-box, .c-nav__link .-searchform table.gsc-search-box {
  margin-bottom: unset;
}
.c-nav__link .-searchform .gsc-search-button {
  background-color: #662E9E;
  border-radius: 0 5px 5px 0;
}
.c-nav__link .-searchform .gsc-search-button-v2 {
  background-color: #662E9E;
  border: unset;
}
@media screen and (max-width: 1100px) {
  .c-nav__link .-searchform .gsc-search-button-v2 {
    background-color: #fff;
    height: 26px;
    width: 35px;
    padding: 0 10px;
    border-radius: 0 2px 2px 0;
    border-right: #662E9E 2px solid;
  }
}
.c-nav__link .-searchform .gsc-control-cse {
  border: unset;
}
.c-nav__link .-searchform .gsc-input-box {
  border: #662E9E 2px solid;
  border-radius: 2px;
}
@media screen and (max-width: 1100px) {
  .c-nav__link .-searchform .gsc-input-box {
    padding: 0 0 0 0;
  }
}
.c-nav__link .-searchform table.gsc-search-box td.gsc-input {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .c-nav__link .-searchform table.gsc-search-box td.gsc-input {
    width: 130px;
  }
}
.c-nav__link .-searchform table.gsc-search-box td.gsc-input {
  padding-right: unset;
}
@media screen and (max-width: 1100px) {
  .c-nav__link .-searchform .gsc-search-button-v2 svg {
    fill: #662E9E;
    width: 13px;
  }
  .c-nav__link .-searchform .gsc-input {
    font-size: 14px;
  }
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1100px) {
  .c-burger {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #662E9E;
    border-radius: 50%;
    position: fixed;
    right: 4px;
    top: 8px;
  }
  .c-burger__border {
    display: block;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 16px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-burger__border--top {
    top: 15px;
  }
  .c-burger__border--bottom {
    bottom: 15px;
  }
  .c-burger.active .c-burger__border {
    left: 45%;
  }
  .c-burger.active .c-burger__border--top {
    rotate: 45deg;
    top: 23px;
  }
  .c-burger.active .c-burger__border--bottom {
    rotate: -45deg;
    bottom: 23px;
  }
}

.c-fixed {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 58px;
  background-color: #fff;
  height: 100vh;
  z-index: 99;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .c-fixed {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    bottom: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .c-fixed.-show {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-fixed__button1 {
  width: 58px;
  height: 145px;
  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: #fff;
  background-color: #662E9E;
  font-size: 16px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  letter-spacing: 0.4em;
  gap: 5px;
}
@media screen and (max-width: 1100px) {
  .c-fixed__button1 {
    width: 50%;
    height: 64px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1;
    gap: 5px;
  }
  .c-fixed__button1 svg {
    width: 26px;
    height: 27px;
  }
}
.c-fixed__button2 {
  width: 58px;
  height: 145px;
  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;
  background-color: #FFDD00;
  font-size: 10px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 10px;
  letter-spacing: 0.2em;
  padding-top: 4px;
}
@media screen and (max-width: 1100px) {
  .c-fixed__button2 {
    width: 50%;
    height: 64px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.01em;
    gap: 0;
  }
  .c-fixed__button2 svg {
    width: 27px;
    height: 27px;
  }
  .c-fixed__button2 span {
    margin-top: -10px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .c-fixed__head {
    width: 66.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-fixed__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 210px;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  .c-fixed__body {
    width: 33.3333333333%;
    height: 64px;
    padding-top: unset;
  }
}
.c-fixed__body .-searchform {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 90px;
  top: 130px;
  z-index: 9999999;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .c-fixed__body .-searchform {
    display: none;
  }
}
.c-fixed__body .-searchform.active {
  opacity: 1;
  visibility: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-fixed__body .-searchform .gsc-control-cse-ja {
  padding: unset;
  background-color: unset;
}
.c-fixed__body .-searchform form.gsc-search-box, .c-fixed__body .-searchform table.gsc-search-box {
  margin-bottom: unset;
}
.c-fixed__body .-searchform .gsc-search-button {
  background-color: #662E9E;
  border-radius: 0 5px 5px 0;
}
.c-fixed__body .-searchform .gsc-search-button-v2 {
  background-color: #662E9E;
  border: unset;
}
@media screen and (max-width: 1100px) {
  .c-fixed__body .-searchform .gsc-search-button-v2 {
    background-color: #fff;
    height: 26px;
    width: 35px;
    padding: 0 10px;
    border: 0 2px 2px 0;
  }
}
.c-fixed__body .-searchform .gsc-control-cse {
  border: unset;
}
.c-fixed__body .-searchform .gsc-input-box {
  border: #662E9E 2px solid;
  border-radius: 2px;
}
@media screen and (max-width: 1100px) {
  .c-fixed__body .-searchform .gsc-input-box {
    padding: 0 0 0 0;
  }
}
.c-fixed__body .-searchform table.gsc-search-box td.gsc-input {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .c-fixed__body .-searchform table.gsc-search-box td.gsc-input {
    width: 130px;
  }
}
.c-fixed__body .-searchform table.gsc-search-box td.gsc-input {
  padding-right: unset;
}
.c-fixed__link {
  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;
  gap: 3px;
  font-size: 10px;
  letter-spacing: 0.5em;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .c-fixed__link {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -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;
    font-size: 14px;
    height: 100%;
    letter-spacing: 0.01em;
  }
  .c-fixed__link svg {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .c-fixed__link:nth-of-type(2), .c-fixed__link:nth-of-type(3) {
    display: none;
  }
}

.c-lead {
  font-size: 26px;
  line-height: 2.2307692308;
  font-weight: 600;
  text-align: center;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 12px;
    line-height: 1.875;
    font-weight: 500;
  }
}
.c-lead.-left {
  text-align: left;
}

.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px 40px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}
.c-links + .c-links {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .c-links + .c-links {
    margin-top: 34px;
    gap: 20px;
  }
}
.c-links__item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-links__item1 {
    width: 100%;
  }
}
.c-links__item1::after {
  position: absolute;
  content: "";
  background-color: #FFDD00;
  border-radius: 10px 0 10px 0;
  background-image: url(../images/common/nav.svg);
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: center;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-links__item1::after {
    width: 27px;
    height: 27px;
    background-size: 4px;
  }
}
.c-links__item1 .c-links__title {
  color: #662E9E;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-links__item1 .c-links__title {
    font-size: 18px;
  }
}
.c-links__item1 .c-links__img img {
  aspect-ratio: 418/240;
}
.c-links__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-links__item2 {
    width: 100%;
  }
}
.c-links__item2 .c-links__img {
  width: 36%;
}
.c-links__item2 .c-links__img img {
  aspect-ratio: 180/108;
}
.c-links__item2 .c-links__title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-links__item2 .c-links__title {
    font-size: 16px;
  }
}
.c-links__item2 .c-links__body {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-links__item2 .c-links__body {
    padding: 18px 24px 43px;
    padding: 0px 19px 0px;
  }
}
.c-links__item2 .c-links__body::after {
  position: absolute;
  content: "";
  background-color: #FFDD00;
  border-radius: 10px 0 10px 0;
  background-image: url(../images/common/nav.svg);
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: center;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-links__item2 .c-links__body::after {
    width: 27px;
    height: 27px;
    background-size: 4px;
  }
}
.c-links__body {
  background-color: #F3F1EB;
  padding: 28px 45px 43px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-links__body {
    padding: 18px 24px 23px;
  }
}
.c-links__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-links__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 166%;
}
@media screen and (max-width: 768px) {
  .c-links__text {
    font-size: 13px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}
.c-list li {
  font-size: 16px;
  line-height: 211%;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .c-list li {
    font-size: 14px;
    line-height: 142%;
  }
}
.c-list li::after {
  position: absolute;
  content: "";
  background-color: #FFDD00;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .c-list li::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-list li.-right {
  padding-left: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 26px;
}
.c-list li.-right::after {
  left: unset;
  right: 0;
}
.c-list.-download li::after {
  background-image: url(../images/common/nav.svg);
  background-size: 3px;
  background-repeat: no-repeat;
  background-position: center;
}

.c-text {
  font-size: 16px;
  line-height: 166%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 13px;
  }
}

.c-bg {
  background-color: #F3F1EB;
  border-radius: 10px;
  padding: 44px 56px 48px;
}
@media screen and (max-width: 768px) {
  .c-bg {
    padding: 20px 16px 20px;
  }
}

.c-button {
  background-color: #fff;
  border: #C0C0C0 1px solid;
  border-radius: 50px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 126px 0px 30px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 13px;
    padding: 0px 80px 0px 30px;
    min-width: 300px;
  }
}
.c-button:hover::after {
  right: 22px;
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-l.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-buttonbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .c-buttonbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #C0C0C0 1px solid;
}
.c-schedule dt {
  background-color: #FFFBF5;
  padding: 12px 0 12px 50px;
  font-size: 14px;
  font-weight: 500;
  width: 161px;
  border-bottom: #C0C0C0 1px solid;
  position: relative;
}
.c-schedule dt::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/time.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.c-schedule dd {
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 161px);
  padding: 14px 21px;
  border-bottom: #C0C0C0 1px solid;
}

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 78px;
}
.c-flow__item:not(:first-of-type) {
  position: relative;
}
.c-flow__item:not(:first-of-type)::after {
  position: absolute;
  content: "";
  background-color: #662E9E;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -48px;
  width: 30px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .c-flow__item:not(:first-of-type)::after {
    width: 24px;
    height: 20px;
  }
}
.c-flow__title {
  border: 1px solid #C0C0C0;
  border-radius: 50px;
  padding: 22px 28px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-flow__title {
    font-size: 13px;
  }
}
.c-flow__text {
  font-size: 16px;
  line-height: 166%;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-flow__text {
    font-size: 13px;
  }
}

.c-datalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-datalist dt {
  width: 180px;
  padding: 11px 10px;
  border-top: #662E9E 1px solid;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-datalist dt {
    font-size: 13px;
    width: 100px;
  }
}
.c-datalist dt:last-of-type {
  border-bottom: #662E9E 1px solid;
}
.c-datalist dd {
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 180px);
  padding: 11px 10px;
  border-top: #C0C0C0 1px solid;
}
@media screen and (max-width: 768px) {
  .c-datalist dd {
    font-size: 13px;
    width: calc(100% - 100px);
  }
}
.c-datalist dd:last-of-type {
  border-bottom: #C0C0C0 1px solid;
}

.c-table {
  border: #C0C0C0 1px solid;
  width: 100%;
}
.c-table .-bg1 {
  background-color: #F3F1EB;
  border-right: #C0C0C0 1px solid;
  width: 22%;
  text-align: center;
}
.c-table .-bg2 {
  background-color: #FEFCF7;
  border-right: #C0C0C0 1px solid;
  width: 42%;
}
.c-table th, .c-table td {
  vertical-align: middle;
  border-bottom: #C0C0C0 1px solid;
  font-size: 14px;
  font-weight: 500;
  padding: 16.5px 19px;
}
.c-table td {
  width: 36%;
}

.c-access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #FFFBF5;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
}

.c-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  .c-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.c-column2__head {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .c-column2__head {
    width: 100%;
  }
}
.c-column2__head p {
  font-size: 16px;
  line-height: 166%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-column2__head p {
    font-size: 14px;
  }
}
.c-column2__body {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .c-column2__body {
    width: 100%;
  }
}
.c-column2__body img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.c-column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-column3__item {
  width: calc(33.33333% - 10px);
}
.c-column3__item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.c-bottom {
  max-width: 693px;
  margin: 58px auto 0;
}
@media screen and (max-width: 768px) {
  .c-bottom {
    margin: 45px auto 0;
  }
}
.c-bottom__tel {
  border: #C0C0C0 1px solid;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 124px;
}
@media screen and (max-width: 768px) {
  .c-bottom__tel {
    height: 101px;
  }
}
.c-bottom__tel .-top {
  font-size: 18px;
  font-weight: 500;
  line-height: 211%;
}
@media screen and (max-width: 768px) {
  .c-bottom__tel .-top {
    font-size: 12px;
  }
}
.c-bottom__tel .-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-bottom__tel .-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding-bottom: 7px;
  }
}
.c-bottom__tel .-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-bottom__tel .-number {
    font-size: 24px;
  }
}
.c-bottom__tel .-number svg {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-bottom__tel .-number svg {
    width: 18px;
    padding-top: 11px;
  }
}
.c-bottom__tel .-time {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-bottom__tel .-time {
    font-size: 9px;
  }
}
.c-bottom__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .c-bottom__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 13px auto 0;
    gap: 12px;
    max-width: 206px;
  }
}
.c-bottom__button {
  width: calc(50% - 9.5px);
  border: #C0C0C0 1px solid;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-bottom__button {
    width: 100%;
    font-size: 13px;
    height: 47px;
    padding: 0 20px;
    letter-spacing: 0.06em;
  }
}
.c-bottom__button:hover::after {
  right: 22px;
}
.c-bottom__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-l.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-bottom__button::after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}

.c-page {
  background-image: url(../images/common/pageheader.webp);
  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
  padding-top: 108px;
  padding-bottom: 116px;
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .c-page {
    background-image: url(../images/common/pageheader-sp.webp);
    padding-top: 53px;
  }
}
.c-page__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 105px;
  margin-top: 55px;
  padding: 0 100px 0 10px;
}
@media screen and (max-width: 1100px) {
  .c-page__col2 {
    padding: 0 0 0 10px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-page__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: unset;
  }
}
.c-page-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-page-header__title {
  width: 28.5%;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.34em;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 83px;
}
@media screen and (max-width: 768px) {
  .c-page-header__title {
    font-size: 14px;
    padding-top: 29px;
    padding-right: 34px;
  }
}
.c-page-header__title::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/pagetitle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 364px;
  height: 299px;
  right: 22px;
  bottom: -92px;
}
@media screen and (max-width: 768px) {
  .c-page-header__title::after {
    width: 101px;
    height: 83px;
    right: 7px;
    bottom: -14px;
  }
}
.c-page-header__img {
  width: 71.5%;
  height: 28.2638888889vw;
}
@media screen and (max-width: 1100px) {
  .c-page-header__img {
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-header__img {
    height: 161px;
  }
}
.c-page-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 332px 0 0 332px;
}
.c-page-nav {
  width: 342px;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 12px;
}
.c-page-nav.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-page-nav {
    width: 100%;
    margin-top: 80px;
  }
  .c-page-nav.-pc {
    display: none;
  }
  .c-page-nav.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-page-nav__itemwrap {
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, .1);
          box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.c-page-nav__itemwrap.active {
  color: #662E9E;
}
.c-page-nav__item {
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 21px;
  font-size: 15px;
  font-weight: 500;
}
.c-page-nav__item:hover::after {
  right: 12px;
}
.c-page-nav__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-l.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-page-nav__open {
  cursor: pointer;
}
.c-page-nav__open::after {
  rotate: 90deg;
  top: 20px;
  right: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-page-nav__open.-active {
  color: #662E9E;
}
.c-page-nav__open.-active::after {
  background-image: url("../images/common/arrow-b.png");
  top: 10px;
  right: 18px;
  rotate: 180deg;
}
.c-page-nav__megamenu {
  padding-left: 29px;
  padding-bottom: 27px;
  display: none;
}
.c-page-nav__megaitem {
  font-size: 13px;
  line-height: 3.0769230769;
  font-weight: 500;
  position: relative;
  padding-left: 11px;
  display: block;
}
.c-page-nav__megaitem::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3px;
  height: 6px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-page-contents {
  width: calc(100% - 342px);
}
@media screen and (max-width: 768px) {
  .c-page-contents {
    width: 100%;
  }
}
.c-page .-nav2 .c-page-nav__itemwrap {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-top: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
  border-radius: unset;
}
.c-page .-nav2 .c-page-nav__item {
  pointer-events: none;
}
.c-page .-nav2 .c-page-nav__megamenu {
  display: block;
}

.c-pageheader2 {
  background-color: #662E9E;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .c-pageheader2 {
    height: 130px;
  }
}
.c-pageheader2__title {
  max-width: 1324px;
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #fff;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .c-pageheader2__title {
    font-size: 20px;
  }
}

.c-bread {
  max-width: 779px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .c-bread {
    font-size: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-bread a {
  position: relative;
  padding-right: 40px;
  margin-right: 11px;
}
@media screen and (max-width: 768px) {
  .c-bread a {
    padding-right: 29px;
    margin-right: 4px;
  }
}
.c-bread a::after {
  position: absolute;
  content: "";
  background-color: #BBBBBB;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 1px;
}
.c-bread.-right {
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-bread.-right {
    margin-left: unset;
  }
}
.c-bread.-single .current-item {
  display: none;
}
.c-bread.-single .post-root:last-of-type, .c-bread.-single .post-activities-archive:last-of-type {
  padding-right: unset;
}
.c-bread.-single .post-root:last-of-type::after, .c-bread.-single .post-activities-archive:last-of-type::after {
  content: none;
}

.c-scrollhint {
  position: absolute;
  left: calc(50% - 57px);
  top: 50%;
  font-size: 24px;
  color: #fff;
  pointer-events: none; /* クリックできないように */
  -webkit-animation: slideHint 1s infinite;
          animation: slideHint 1s infinite;
  z-index: 50;
  background-color: rgba(0, 0, 0, .7);
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.c-scrollhint span {
  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: 0 auto;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes slideHint {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}

@keyframes slideHint {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}
.c-pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  position: relative;
  padding: 0 110px;
}
@media screen and (max-width: 768px) {
  .c-pagenation .wp-pagenavi {
    padding: 0 90px;
  }
}
.c-pagenation .wp-pagenavi a, .c-pagenation .wp-pagenavi span {
  border: #C0C0C0 1px solid;
  border-radius: 10px;
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  padding: unset;
  margin: unset;
}
.c-pagenation .wp-pagenavi a.current, .c-pagenation .wp-pagenavi span.current {
  background-color: #662E9E;
  border: #662E9E 1px solid;
  color: #fff;
  font-weight: 700;
}
.c-pagenation .wp-pagenavi a.previouspostslink, .c-pagenation .wp-pagenavi a.nextpostslink, .c-pagenation .wp-pagenavi span.previouspostslink, .c-pagenation .wp-pagenavi span.nextpostslink {
  position: absolute;
  top: 0;
  border: unset;
  width: 104px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-pagenation .wp-pagenavi a.previouspostslink, .c-pagenation .wp-pagenavi a.nextpostslink, .c-pagenation .wp-pagenavi span.previouspostslink, .c-pagenation .wp-pagenavi span.nextpostslink {
    font-size: 12px;
  }
}
.c-pagenation .wp-pagenavi a.previouspostslink::after, .c-pagenation .wp-pagenavi a.nextpostslink::after, .c-pagenation .wp-pagenavi span.previouspostslink::after, .c-pagenation .wp-pagenavi span.nextpostslink::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-l.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.c-pagenation .wp-pagenavi a.previouspostslink, .c-pagenation .wp-pagenavi span.previouspostslink {
  left: 0;
  padding-left: 29px;
}
@media screen and (max-width: 768px) {
  .c-pagenation .wp-pagenavi a.previouspostslink, .c-pagenation .wp-pagenavi span.previouspostslink {
    padding-left: unset;
  }
}
.c-pagenation .wp-pagenavi a.previouspostslink::after, .c-pagenation .wp-pagenavi span.previouspostslink::after {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.c-pagenation .wp-pagenavi a.nextpostslink, .c-pagenation .wp-pagenavi span.nextpostslink {
  right: 0;
  padding-right: 29px;
}
@media screen and (max-width: 768px) {
  .c-pagenation .wp-pagenavi a.nextpostslink, .c-pagenation .wp-pagenavi span.nextpostslink {
    padding-right: unset;
  }
}
.c-pagenation .wp-pagenavi a.nextpostslink::after, .c-pagenation .wp-pagenavi span.nextpostslink::after {
  right: 0;
}

.c-form {
  max-width: 870px;
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: #C0C0C0 1px solid;
  padding: 13px 0;
  position: relative;
}
.c-form__item::after {
  position: absolute;
  content: "";
  background-color: #000;
  left: 0;
  top: -1px;
  width: 179px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    -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;
  }
}
.c-form__item:last-of-type {
  border-bottom: #C0C0C0 1px solid;
}
.c-form__item:first-of-type {
  margin-top: 70px;
  border-top: #C0C0C0 1px solid;
}
@media screen and (max-width: 768px) {
  .c-form__item:first-of-type {
    margin-top: 30px;
  }
}
.c-form__item.-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 805px) {
  .c-form__item.-nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-form__title {
  font-size: 14px;
  font-family: "Kiwi Maru", serif;
  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;
  width: 179px;
}
@media screen and (max-width: 805px) {
  .c-form__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 10px;
    font-size: 14px;
  }
}
.c-form__title + br {
  display: none;
}
.c-form__input, .c-form__textarea {
  border: #C0C0C0 2px solid;
  width: calc(100% - 179px);
  background-color: #FFFBF5;
  font-size: 14px;
}
@media screen and (max-width: 805px) {
  .c-form__input, .c-form__textarea {
    width: 100%;
  }
}
.c-form__input {
  min-height: 35px;
  max-width: 195px;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .c-form__input {
    max-width: unset;
  }
}
.c-form__input.-year {
  max-width: 55px;
}
.c-form__input.-address {
  width: calc(100% - 179px);
  max-width: 558px;
}
@media screen and (max-width: 805px) {
  .c-form__input.-address {
    max-width: unset;
    width: 100%;
  }
}
.c-form__input.-type {
  background-color: unset;
  border: unset;
  font-size: 14px;
  font-weight: 500;
  padding: unset;
}
.c-form__textarea {
  height: 127px;
  max-width: 558px;
  padding: 14px 14px;
}
@media screen and (max-width: 805px) {
  .c-form__textarea {
    max-width: unset;
  }
}
.c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 20px;
  max-width: 550px;
  width: calc(100% - 265px);
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .c-form__radio {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.c-form__radio .wpcf7-list-item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin: unset;
}
.c-form__radio .wpcf7-list-item input[type=radio] {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #C0C0C0;
  border-radius: 50px;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__radio .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px; /* 丸の直径 */
  height: 6px;
  background-color: #000; /* 丸の色 */
  border-radius: 50%; /* 正円にする */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-form__placeholder {
  font-size: 14px;
  font-weight: 500;
  margin-left: 18px;
}
@media screen and (max-width: 980px) {
  .c-form__placeholder {
    margin-left: 179px;
  }
}
@media screen and (max-width: 805px) {
  .c-form__placeholder {
    margin-left: unset;
    font-size: 12px;
  }
}
.c-form__buttonwrap {
  margin: 44px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form__buttonwrap {
    margin: 30px auto 0;
  }
}
.c-form__buttonwrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-l.webp);
  background-size: contain;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.c-form__buttonwrap input {
  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: 376px;
  height: 69px;
  border-radius: 50px;
  background-color: #662E9E;
  color: #fff;
  font-size: 20px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-form__buttonwrap input {
    width: 300px;
    font-size: 16px;
  }
}
.c-form__buttonwrap .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

.p-top__bg {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 130px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top__bg {
    padding: 0 calc(50vw - 50%) 22px;
  }
}
.p-top-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  position: relative;
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 53px;
    gap: 18px;
  }
}
.p-top-mv::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/kv-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50px;
  bottom: -240px;
  width: 617px;
  height: 507px;
}
@media screen and (max-width: 768px) {
  .p-top-mv::after {
    width: 304px;
    height: 249px;
    left: unset;
    right: 0;
    bottom: -86px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.p-top-mv__imgwrap {
  width: 69%;
  position: relative;
  overflow: hidden;
  border-radius: 332px 0 0 332px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__imgwrap {
    border-radius: 138px 0 0 138px;
    width: 97%;
    margin-left: auto;
    min-height: 276px;
  }
}
.p-top-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 3s ease, -webkit-transform 10s;
  transition: opacity 3s ease, -webkit-transform 10s;
  transition: opacity 3s ease, transform 10s;
  transition: opacity 3s ease, transform 10s, -webkit-transform 10s;
  z-index: 0;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-mv__img.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.p-top-mv__img.fade-out {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
}
.p-top-mv__lead {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 26%;
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: unset;
  }
}
.p-top-mv__lead .-lg {
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.23em;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead .-lg {
    font-size: 25px;
  }
}
.p-top-mv__lead .-sm {
  font-size: 15px;
  line-height: 2.1;
  font-weight: 500;
  margin-top: 6px;
  display: block;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead .-sm {
    font-size: 13px;
    line-height: 2.38;
    margin-left: -6px;
  }
}
.p-top-important {
  margin-right: 110px;
  overflow: hidden;
  position: relative;
  margin: 28px 130px 0 auto;
  max-width: 642px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-top-important {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-top-important {
    margin-top: 38px;
    padding-top: 10px;
    margin-right: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-important__title {
  font-size: 15px;
  font-weight: 700;
  color: #662E9E;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  width: 105px;
}
@media screen and (max-width: 768px) {
  .p-top-important__title {
    font-size: 12px;
    padding-right: 20px;
    margin-left: unset;
    width: auto;
  }
}
.p-top-important__swiper {
  width: calc(100% - 105px);
}
@media screen and (max-width: 768px) {
  .p-top-important__swiper {
    width: 100%;
    margin-top: unset;
  }
}
.p-top-important__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-top-important__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-important__item time {
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #662E9E;
  border: #662E9E 1px solid;
  border-radius: 3px;
  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-left: 22px;
  width: 82px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-important__item time {
    width: 77px;
    height: 20px;
    font-size: 11px;
    margin-left: unset;
  }
}
.p-top-important__item span {
  font-size: 15px;
  line-height: 1.4666666667;
  position: relative;
  padding-left: 60px;
  margin-left: 13px;
  width: calc(100% - 82px);
}
@media screen and (max-width: 768px) {
  .p-top-important__item span {
    width: 100%;
    display: block;
    padding-left: unset;
    margin-left: unset;
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
  }
}
.p-top-important__item span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 1px;
  width: 44px;
  background-color: #BBBBBB;
}
@media screen and (max-width: 768px) {
  .p-top-important__item span::after {
    position: unset;
    content: unset;
  }
}
.p-top-about {
  padding-top: 192px;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
  }
}
.p-top-about__title {
  font-size: 38px;
  line-height: 1.5263157895;
  font-weight: 500;
  letter-spacing: 0.016em;
  font-family: "Kiwi Maru", serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 22px;
  }
}
.p-top-about__text {
  font-size: 18px;
  line-height: 211%;
  font-weight: 500;
  margin-top: 28px;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 13px;
    margin-top: 22px;
  }
}
.p-top-about__img1 {
  width: 576px;
  margin-left: auto;
  margin-top: -170px;
  margin-right: calc(50% - 50vw);
  display: block;
}
@media screen and (max-width: 1440px) {
  .p-top-about__img1 {
    width: 40vw;
    margin-top: -11.8055555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__img1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 68vw;
    margin-top: 0px;
  }
}
.p-top-about__img1 img {
  width: 100%;
}
.p-top-about__img2 {
  width: 697px;
  margin-top: -256px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .p-top-about__img2 {
    width: 48.4027777778vw;
    margin-top: -17.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__img2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 68vw;
    margin-top: 2.6666666667vw;
    margin-left: -4.2666666667vw;
  }
}
.p-top-about__img2 img {
  width: 100%;
}
.p-top-service {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 42px;
  }
}
.p-top-service__maintitle {
  font-size: 30px;
  line-height: 1.3333333333;
  font-family: "Kiwi Maru", serif;
  font-family: 500;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-service__maintitle {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-top-service__maintitle svg {
    width: 16px;
    height: 16px;
  }
}
.p-top-service__list {
  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;
  gap: 100px 45px;
  margin-top: 90px;
  margin-left: -20px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    gap: 46px 23px;
    margin-left: unset;
    margin-right: unset;
    margin-top: 46px;
  }
}
.p-top-service__item {
  width: calc(25% - 33.75px);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 36px 35px;
  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;
}
@media screen and (max-width: 768px) {
  .p-top-service__item {
    width: calc(50% - 11.5px);
    height: auto;
    padding: 0 19px 35px;
  }
}
@media (min-width: 769px) {
  .p-top-service__item:hover .p-top-service__img {
    margin: -23px auto 10px;
  }
}
.p-top-service__item::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/service.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -58px;
  width: 235px;
  height: 71px;
}
@media screen and (max-width: 1440px) {
  .p-top-service__item::after {
    width: 16.3194444444vw;
    height: 4.9305555556vw;
    top: -3.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__item::after {
    width: 120px;
    height: 36px;
    top: -30px;
  }
}
.p-top-service__item svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__item svg {
    width: 20px;
    height: 20px;
  }
}
.p-top-service__img {
  margin: -13px auto 0;
  position: relative;
  z-index: 2;
  width: 71px;
  height: 66px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-service__img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 43px;
    height: 46px;
  }
}
.p-top-service__img img {
  width: 100%;
  height: auto;
}
.p-top-service__img.-img1 img {
  max-width: 69px;
}
@media screen and (max-width: 768px) {
  .p-top-service__img.-img1 img {
    max-width: 38px;
  }
}
.p-top-service__img.-img2 img {
  max-width: 71px;
}
@media screen and (max-width: 768px) {
  .p-top-service__img.-img2 img {
    max-width: 43px;
  }
}
.p-top-service__img.-img3 img {
  max-width: 69px;
}
@media screen and (max-width: 768px) {
  .p-top-service__img.-img3 img {
    max-width: 43px;
  }
}
.p-top-service__img.-img4 img {
  max-width: 66px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-top-service__img.-img4 img {
    max-width: 42px;
  }
}
.p-top-service__title {
  font-size: 21px;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #662E9E;
  text-align: center;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-top-service__title {
    font-size: 14px;
    margin: 14px -10px 0;
  }
}
.p-top-service__subtitle {
  font-size: 15px;
  letter-spacing: 0.07em;
  font-weight: 500;
  border: #B9B9B9 1px solid;
  border-radius: 3px;
  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: 12px auto 0;
  padding: 5px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-service__subtitle {
    font-size: 7px;
    padding: 2px 6px;
  }
}
.p-top-service__subtitle.-noborder {
  border: unset;
}
.p-top-service__text {
  font-size: 16px;
  line-height: 166%;
  font-weight: 500;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 11px;
    margin-top: 6px;
  }
}
.p-top-features {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  padding-top: 170px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .p-top-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 54px;
    padding-bottom: 38px;
    gap: 15px;
  }
}
.p-top-features__maintitle {
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.33em;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .p-top-features__maintitle {
    font-size: 20px;
    line-height: 1.4;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding-left: 7px;
    gap: 8px;
    letter-spacing: 0em;
  }
  .p-top-features__maintitle svg {
    width: 16px;
    height: 16px;
  }
}
.p-top-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 45px;
}
@media screen and (max-width: 768px) {
  .p-top-features__list {
    gap: 21px 15px;
  }
}
.p-top-features__item {
  width: calc(33.33333% - 30px);
}
@media screen and (max-width: 768px) {
  .p-top-features__item {
    width: calc(50% - 7.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-features__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-features__title {
    font-size: 14px;
    line-height: 1.0714285714;
    margin-top: 8px;
  }
}
.p-top-features__disc {
  font-size: 16px;
  line-height: 173%;
  font-weight: 500;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-top-features__disc {
    font-size: 11px;
    margin-top: 7px;
  }
}
.p-top-features__img img {
  width: 100%;
  height: auto;
}
.p-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 23px;
  max-width: 1242px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 0px 30px;
  }
}
.p-top-box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.p-top-box__title {
  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;
}
@media screen and (max-width: 768px) {
  .p-top-box__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  .p-top-box__title svg {
    width: 16px;
    height: 16px;
  }
}
.p-top-box__title--lg {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-bottom: 54px;
  position: relative;
  margin-bottom: 6px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-box__title--lg {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding-bottom: unset;
    margin-bottom: unset;
    font-size: 18px;
    letter-spacing: 0;
    padding-right: 54px;
    margin-top: unset;
  }
}
.p-top-box__title--lg::after {
  position: absolute;
  content: "";
  background-color: #C0C0C0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .p-top-box__title--lg::after {
    position: unset;
    content: none;
  }
}
.p-top-box__title--sm {
  font-size: 10px;
  letter-spacing: 0.18em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-box__title--sm {
    display: none;
  }
}
.p-top-box__link {
  position: absolute;
  top: -8px;
  right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-box__link {
    font-size: 12px;
    top: -2px;
    right: 0px;
    color: #662E9E;
  }
}
.p-top-box__link svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-box__link:hover svg {
  margin-right: -8px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-box.-activities .p-top-box__title--lg {
    padding-right: 25px;
    margin-right: 14px;
  }
  .p-top-box.-activities .p-top-box__title--lg::after {
    width: 17px;
  }
}
.p-top-box.-activities .p-top-box__body {
  margin-right: calc(50% - 50vw);
}
.p-top-box.-activities .swiper {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-box.-activities .swiper {
    padding-right: 50px;
  }
}
.p-top-box.-activities .swiper-button-next, .p-top-box.-activities .swiper-rtl .swiper-button-prev {
  top: 1px;
  right: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-box.-activities .swiper-button-next, .p-top-box.-activities .swiper-rtl .swiper-button-prev {
    top: 42px;
    right: 1px;
    display: none;
  }
}
.p-top-box.-activities .swiper-button-prev, .p-top-box.-activities .swiper-rtl .swiper-button-next {
  top: 1px;
  right: 204px;
  left: unset;
}
@media screen and (max-width: 768px) {
  .p-top-box.-activities .swiper-button-prev, .p-top-box.-activities .swiper-rtl .swiper-button-next {
    top: 42px;
    right: 46px;
    display: none;
  }
}
.p-top-box.-activities .swiper-button-next:after, .p-top-box.-activities .swiper-rtl .swiper-button-prev:after, .p-top-box.-activities .swiper-button-prev:after, .p-top-box.-activities .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/common/swiper.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 17px;
}
.p-top-box.-activities .swiper-button-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-top-box.-activities .swiper-button-next.swiper-button-disabled, .p-top-box.-activities .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.p-top-box.-activities .swiper-button-next {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-box.-activities .swiper-button-next:hover {
  right: 150px;
}
@media screen and (max-width: 768px) {
  .p-top-box.-activities .swiper-button-next:hover {
    right: 1px;
  }
}
.p-top-box.-activities .swiper-button-prev {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-box.-activities .swiper-button-prev:hover {
  right: 214px;
}
@media screen and (max-width: 768px) {
  .p-top-box.-activities .swiper-button-prev:hover {
    right: 46px;
  }
}
.p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 0 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    -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;
    margin: 20px 0 0 0;
  }
}
.p-top-news__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-top-news__cate li {
  width: 67px;
  height: 22px;
  background-color: #F2F2F2;
  color: #000;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}
.p-top-news__cate li.active {
  border: #2090CE 1px solid;
  color: #2090CE;
  background-color: #fff;
}
.p-top-news__content {
  margin-left: 42px;
  margin-top: 43px;
  width: 100%;
  min-height: 211px;
}
@media screen and (max-width: 768px) {
  .p-top-news__content {
    margin-left: unset;
    margin-top: 14px;
    min-height: unset;
  }
}
.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #C0C0C0 1px solid;
  padding: 25px 0px 23px;
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: unset;
    padding: 0 0 0 0;
  }
}
.p-top-news__item:first-of-type {
  border-top: #C0C0C0 1px solid;
}
@media screen and (max-width: 768px) {
  .p-top-news__item:first-of-type {
    border-top: unset;
  }
}
.p-top-news__time {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-news__time {
    font-size: 10px;
  }
}
.p-top-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-news__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 7px;
  }
}
.p-top-news__tab li {
  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: 68px;
  height: 21px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 21px;
  margin-left: 13px;
  background-color: #F2F2F2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-news__tab li {
    margin-left: unset;
    width: 54px;
    height: 17px;
    font-size: 10px;
  }
}
.p-top-news__tab li.active {
  color: #fff;
  background-color: #662E9E;
}
.p-top-news__cate {
  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: 68px;
  height: 21px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 21px;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-news__cate {
    width: 55px;
    height: 17px;
    font-size: 10px;
    margin-left: 7px;
  }
}
.p-top-news__cate.-news {
  background-color: #FFDD00;
}
.p-top-news__cate.-medical {
  background-color: #CCD9EE;
}
.p-top-news__cate.-media {
  background-color: #BFE6DC;
}
.p-top-news__title {
  font-size: 16px;
  line-height: 1.0625;
  font-weight: 500;
  padding-left: 71px;
  margin-left: 13px;
  position: relative;
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 12px;
    line-height: 1.4166666667;
    width: 100%;
    padding-left: unset;
    margin-left: unset;
    margin-top: 5px;
  }
}
.p-top-news__title::after {
  position: absolute;
  content: "";
  background-color: #CCCCCC;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-top-news__title::after {
    position: unset;
    content: none;
  }
}
.p-top-news__panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-top-news__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-top-news__panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-activities {
  margin-right: calc(50% - 50vw);
  margin-left: 45px;
  padding-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-top-activities {
    margin-left: 5px;
    padding-top: 44px;
  }
}
.p-top-activities__item figure img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 329/239;
}
.p-top-activities__item h3 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 768px) {
  .p-top-activities__item h3 {
    font-size: 14px;
    margin-top: 9px;
  }
}
.p-top-activities__item p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 768px) {
  .p-top-activities__item p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
  }
}
.p-top-recruit {
  background-image: url(../images/top/recruit.webp);
  background-size: cover;
  margin: 0px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    background-image: url(../images/top/recruit-sp.webp);
    margin: 0px calc(50% - 50vw) 0;
  }
}
.p-top-recruit__inner {
  max-width: 1133px;
  margin: 0 auto;
  padding: 100px 0 88px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    padding: 47px 0 80px 0px;
  }
}
.p-top-recruit__head {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-recruit__title {
  font-size: 37px;
  font-weight: 500;
  color: #fff;
  position: relative;
  width: 451px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title {
    font-size: 30px;
    width: 320px;
  }
}
.p-top-recruit__title::after {
  position: absolute;
  content: "";
  background-color: #C0C0C0;
  right: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 277px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title::after {
    width: 157px;
    right: 19px;
  }
}
.p-top-recruit__contents {
  max-width: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  color: #fff;
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__contents {
    margin-top: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 36px;
  }
}
.p-top-recruit__lead {
  font-size: 34px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 3px;
  line-height: 2;
  margin-left: -16px;
  letter-spacing: 0.44em;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__lead {
    margin-left: unset;
    font-size: 25px;
    margin-top: 6px;
    line-height: 1.9;
    letter-spacing: 0.4em;
  }
}
.p-top-recruit__text {
  font-size: 16px;
  line-height: 1.8125;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__text {
    font-size: 12px;
    line-height: 1.5;
    width: 61%;
    padding-right: 44px;
  }
}
.p-top-recruit__links {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 90px;
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__links {
    gap: 45px 15px;
    margin: 40px 45px 0 0px;
    max-width: 345px;
  }
}
@media screen and (max-width: 400px) {
  .p-top-recruit__links {
    max-width: unset;
    margin: 40px 45px 0 0px;
  }
}
.p-top-recruit__link {
  width: 254px;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 116px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link {
    width: calc(50% - 7.5px);
    padding-top: 67px;
    padding-bottom: 19px;
  }
}
.p-top-recruit__link:hover {
  opacity: 1;
  margin-top: -20px;
  margin-bottom: 20px;
}
.p-top-recruit__link:hover .p-top-recruit__arrow {
  padding-left: 20px;
  width: 55px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link:hover .p-top-recruit__arrow {
    width: 40px;
  }
}
.p-top-recruit__link::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.p-top-recruit__link:nth-of-type(1)::after {
  background-image: url("../images/top/recruit1.webp");
  width: 185px;
  height: 149px;
  top: -34px;
  left: 47%;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link:nth-of-type(1)::after {
    width: 104px;
    top: -14px;
  }
}
.p-top-recruit__link:nth-of-type(2)::after {
  background-image: url("../images/top/recruit2.webp");
  width: 88px;
  height: 136px;
  top: -41px;
  left: 52%;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link:nth-of-type(2)::after {
    width: 49px;
    top: -21px;
  }
}
.p-top-recruit__link:nth-of-type(3)::after {
  background-image: url("../images/top/recruit3.webp");
  width: 90px;
  height: 125px;
  top: -26px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link:nth-of-type(3)::after {
    width: 51px;
    top: -16px;
  }
}
.p-top-recruit__link:nth-of-type(4)::after {
  background-image: url("../images/top/recruit4.webp");
  width: 164px;
  height: 157px;
  top: -41px;
  left: 48%;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__link:nth-of-type(4)::after {
    width: 92px;
    top: -23px;
  }
}
.p-top-recruit__linktitle {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__linktitle {
    font-size: 11px;
    line-height: 1.5;
  }
}
.p-top-recruit__linktitle span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__linktitle span {
    font-size: 9px;
  }
}
.p-top-recruit__arrow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__arrow {
    width: 20px;
  }
}
.p-top-recruit__arrow img {
  width: 100%;
  height: auto;
}

.-mt60 {
  margin-top: 60px;
}

.-pt105 {
  padding-top: 105px;
}

.-pt100 {
  padding-top: 100px;
}

.-pt300 {
  padding-top: 300px;
}

.-pt120 {
  padding-top: 120px;
}

.-pt90 {
  padding-top: 90px;
}

.-pt70 {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .-mt30-sp {
    margin-top: 30px;
  }
  .-pt45-sp {
    padding-top: 45px;
  }
  .-pt180-sp {
    padding-top: 180px;
  }
  .-pt65-sp {
    padding-top: 65px;
  }
  .-pt25-sp {
    padding-top: 25px;
  }
  .-pt20-sp {
    padding-top: 20px;
  }
  .-pt45-sp {
    padding-top: 45px;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-about {
  padding: 83px 0 116px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 39px 0 116px;
  }
}
.p-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
.p-about-message {
  padding-top: 130px;
  max-width: 1043px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    padding-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-message + .p-about-message {
  margin-top: -11px;
}
@media screen and (max-width: 768px) {
  .p-about-message + .p-about-message {
    margin-top: -26px;
  }
}
.p-about-message__head {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-about-message__head {
    width: 100%;
  }
}
.p-about-message__body {
  width: 28%;
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-about-message__body {
    width: 100%;
    max-width: 228px;
    margin: 0 auto;
    padding-top: 25px;
  }
}
.p-about-message__title {
  font-size: 24px;
  line-height: 2.4166666667;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-about-message__title {
    font-size: 20px;
    line-height: 2.5;
  }
}
.p-about-message__text {
  font-size: 18px;
  line-height: 211%;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-about-message__text {
    font-size: 13px;
    line-height: 211%;
  }
}
.p-about-message__img img {
  width: 100%;
  height: auto;
}
.p-about-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-about-message__name {
    -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;
    margin-top: 12px;
    gap: 12px;
  }
}
.p-about-message__name .-left {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  padding-bottom: 2px;
}
.p-about-message__name .-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-about-message__name .-right .-lg {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-message__name .-right .-sm {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
  display: block;
}
.p-about-message__name.-name2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 15px;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .p-about-message__name.-name2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    padding-right: unset;
  }
}
.p-about-message__name.-name2 .-left {
  padding-top: 10px;
}
.p-about-policy, .p-about-subject, .p-about-download {
  max-width: 1040px;
  margin: 0 auto;
}
.p-about-policy {
  padding-top: 132px;
}
@media screen and (max-width: 768px) {
  .p-about-policy {
    padding-top: 60px;
  }
}
.p-about-policy__text {
  font-size: 18px;
  line-height: 211%;
  font-weight: 500;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-about-policy__text {
    font-size: 13px;
    margin-top: 17px;
  }
}
.p-about-subject {
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-about-subject {
    padding-top: 41px;
  }
}
.p-about-subject__button {
  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;
  border: #A0A0A0 1px solid;
  border-radius: 100px;
  margin-top: 33px;
  max-width: 648px;
  height: 96px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-subject__button {
    margin-top: 23px;
    padding: 0 50px;
    height: 112px;
    font-size: 16px;
    text-align: center;
  }
}
.p-about-download {
  padding-top: 78px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-about-download {
    padding-top: 52px;
  }
}
.p-about-download .c-list {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-about-download .c-list {
    margin-top: 19px;
  }
}

.p-strengths__section1 {
  padding-top: 57px;
}
.p-strengths__section1 .c-text {
  margin-top: 36px;
}
.p-strengths__section1 .c-list {
  margin-top: 40px;
}
.p-strengths__section1 .c-buttonbox {
  margin-top: 35px;
}
.p-strengths__section2 {
  padding-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-strengths__section2 {
    padding-top: 60px;
  }
}
.p-strengths__section2 .c-text {
  margin-top: 36px;
}
.p-strengths__section2 .c-list {
  margin-top: 40px;
}
.p-strengths__section2 .c-buttonbox {
  margin-top: 35px;
}
.p-strengths__section2 .c-button {
  margin: 18px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-strengths__section2 .c-button {
    margin: 20px auto 0;
  }
}
.p-strengths__section3 {
  padding-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-strengths__section3 {
    padding-top: 60px;
  }
}
.p-strengths__section3 .c-column2 {
  margin-top: 32px;
}
.p-strengths__section3 .c-bg {
  margin-top: 40px;
  padding: 60px 56px 48px;
}
@media screen and (max-width: 768px) {
  .p-strengths__section3 .c-bg {
    padding: 20px 20px 20px;
  }
}
.p-strengths__section3 .c-bg .c-title2 {
  margin-bottom: 10px;
}
.p-strengths__section3 .c-bg .c-list {
  margin-top: 35px;
}
.p-strengths__section4 {
  padding-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-strengths__section4 {
    padding-top: 60px;
  }
}
.p-strengths__section4 .c-column2 {
  margin-top: 32px;
}
.p-strengths__section5 {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .p-strengths__section5 {
    padding-top: 60px;
  }
}
.p-strengths__section5 .c-column2 {
  margin-top: 32px;
}
.p-strengths__section6 {
  padding-top: 104px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-strengths__section6 {
    padding-top: 60px;
  }
}
.p-strengths__section6 .c-column2 {
  margin-top: 32px;
}
.p-strengths__section6 .c-button {
  margin: 120px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-strengths__section6 .c-button {
    margin: 20px auto 0;
  }
}
.p-strengths__col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-strengths__col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-strengths__col3 figure {
  width: calc(33.33333% - 16.66667px);
}
@media screen and (max-width: 768px) {
  .p-strengths__col3 figure {
    width: 100%;
  }
}
.p-strengths__col3 img {
  width: 100%;
  height: auto;
}
.p-strengths__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 32px;
}
.p-strengths__col2 figure {
  width: calc(50% - 12.5px);
}
.p-strengths__col2 img {
  width: 100%;
  height: auto;
}

.p-news-archive .c-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .p-news-archive .c-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-news-archive__list {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__list {
    margin-bottom: 30px;
  }
}
.p-news-archive__item {
  border-bottom: 1px solid #C0C0C0;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .p-news-archive__item {
    padding: 20px 0;
  }
}
.p-news-archive__item:first-of-type {
  border-top: 1px solid #C0C0C0;
}
.p-news-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-news-archive__disc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 228px);
}
@media screen and (max-width: 768px) {
  .p-news-archive__disc {
    font-size: 14px;
    width: 100%;
  }
}
.p-news-archive__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  position: relative;
  padding-right: 61px;
}
.p-news-archive__head::after {
  position: absolute;
  content: "";
  background: #C0C0C0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__head::after {
    content: none;
  }
}
.p-news-archive__head time {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.p-news-archive__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-news-archive__cate li {
  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;
  border-radius: 50px;
  font-size: 12px;
  padding: 2px 10px;
}
.p-news-archive__cate li.-news {
  background-color: #FFDD00;
}
.p-news-archive__cate li.-medical {
  background-color: #CCD9EE;
}
.p-news-archive__cate li.-media {
  background-color: #BFE6DC;
}

.p-activities-archive .c-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .p-activities-archive .c-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-activities-archive__list {
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 53px 40px;
}
@media screen and (max-width: 768px) {
  .p-activities-archive__list {
    margin-bottom: 30px;
    gap: 40px 20px;
  }
}
.p-activities-archive__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-activities-archive__item {
    width: calc(33.33333% - 13.33333px);
  }
}
@media screen and (max-width: 510px) {
  .p-activities-archive__item {
    width: 100%;
  }
}
.p-activities-archive__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 329/239;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-activities-archive__title {
  font-size: 19px;
  line-height: 1.4736842105;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 最大行数 */
  overflow: hidden; /* はみ出たテキストを非表示 */
  text-overflow: ellipsis; /* 末尾に… */
}
@media screen and (max-width: 768px) {
  .p-activities-archive__title {
    font-size: 16px;
  }
}
.p-activities-archive__disc {
  display: block;
  font-size: 16px;
  line-height: 1.4375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 最大行数 */
  overflow: hidden; /* はみ出たテキストを非表示 */
  text-overflow: ellipsis; /* 末尾に… */
}
@media screen and (max-width: 768px) {
  .p-activities-archive__disc {
    font-size: 14px;
  }
}
.p-activities-archive__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 13px;
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-activities-archive__head {
    margin-top: 12px;
  }
}
.p-activities-archive__head time {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.p-activities-archive__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-activities-archive__cate li {
  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;
  border-radius: 50px;
  font-size: 12px;
  padding: 2px 10px;
}
.p-activities-archive__cate li.-news {
  background-color: #FFDD00;
}
.p-activities-archive__cate li.-medical {
  background-color: #CCD9EE;
}
.p-activities-archive__cate li.-media {
  background-color: #BFE6DC;
}

.p-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 13px;
  position: relative;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-single__head {
    margin-top: 12px;
  }
}
.p-single__head time {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.p-single__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-single__cate li {
  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;
  border-radius: 50px;
  font-size: 12px;
  padding: 2px 10px;
}
.p-single__cate li.-news {
  background-color: #FFDD00;
}
.p-single__cate li.-medical {
  background-color: #CCD9EE;
}
.p-single__cate li.-media {
  background-color: #BFE6DC;
}
.p-single__contents {
  margin-top: 50px;
}
.p-single__contents p {
  font-size: 16px;
  line-height: 1.4375;
}
.p-single__contents p + p {
  margin-top: 20px;
}
.p-single__contents img {
  width: 100%;
  height: auto;
}
.p-single__contents a {
  color: #662E9E;
  text-decoration: underline;
}
.p-single__button {
  margin: 99px auto 0;
}

.p-recruit-single {
  padding-top: 13px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-recruit-single {
    padding-bottom: 0px;
  }
}
.p-recruit-single .c-title4 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-single .c-title4 {
    margin-top: 30px;
  }
}
.p-recruit-single .c-datalist {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-recruit-single .c-datalist {
    margin-top: 30px;
  }
}
.p-recruit-single .c-button {
  margin: 50px auto 0;
}
.p-recruit-entry__title {
  margin-top: 4px;
}
.p-recruit-entry__lead {
  margin-top: 34px;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1440px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-header-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u-header-only {
    display: block;
  }
}
.u-header-only--flex {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u-header-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1100px) {
  .u-header-hidden {
    display: none;
  }
}
.u-header-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .u-header-hidden--inline {
    display: none;
  }
}
.u-header-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .u-header-hidden--flex {
    display: none;
  }
}

.u-footer-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u-footer-only {
    display: block;
  }
}
.u-footer-only--flex {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u-footer-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-footer-hidden {
  display: block;
}
@media screen and (max-width: 1100px) {
  .u-footer-hidden {
    display: none;
  }
}
.u-footer-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .u-footer-hidden--inline {
    display: none;
  }
}
.u-footer-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .u-footer-hidden--flex {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}