@charset "UTF-8";
/*! Copyright (c) 2021 Hayato Nakagawa | MIT License https://licenses.opensource.jp/MIT/MIT.html */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

/* Image */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
@media print, (min-width: 750px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

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

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

/**
 * 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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

u {
  text-decoration: underline;
}

/* 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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

[type=password]::-ms-reveal {
  display: none;
}

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

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

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

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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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 */
}

::-ms-clear {
  visibility: hidden;
}

/**
 * Clickable labels
 */
label {
  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-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

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

/**
 * remove placeholder color
 */
::-moz-placeholder {
  color: #797979;
}
::placeholder {
  color: #797979;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

.l-breadcrumb {
  margin: -5.3333333333vw 0 8vw;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
}
@media print, (min-width: 750px) {
  .l-breadcrumb {
    margin: -26px 0 8px;
    font-size: 0.75rem;
  }
}

.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}

.l-breadcrumb__item {
  margin-right: 0.5em;
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  margin-right: 0.5em;
  content: "＞";
}

.l-container {
  padding-top: 9.3333333333vw;
}
@media print, (min-width: 750px) {
  .l-container {
    min-width: 1000px;
    padding-top: 40px;
  }
}

.l-container-noHeader {
  padding-top: 18.6666666667vw;
  padding-bottom: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .l-container-noHeader {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.l-footer,
.l-spNavigation {
  position: sticky;
  top: 100%;
  padding-bottom: 16.2666666667vw;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .l-footer,
  .l-spNavigation {
    position: static;
    top: auto;
    min-width: 1000px;
    padding-bottom: 0;
  }
}

.l-spNavigation {
  z-index: 200;
}
@media print, (min-width: 750px) {
  .l-spNavigation {
    display: none;
  }
}

.l-footerNotice,
.l-spNavigationNotice {
  padding: 1em 0;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  background-color: #ebebf0;
}
@media print, (min-width: 750px) {
  .l-footerNotice,
  .l-spNavigationNotice {
    padding-bottom: 0.7em;
    font-size: 0.875rem;
  }
}
.is-fixed .l-footerNotice,
.is-fixed .l-spNavigationNotice {
  display: none;
}

.l-footer__menu,
.l-spNavigation__menu {
  padding: 5.3333333333vw;
  font-size: 3.2vw;
  background-color: #ebebf0;
}
@media print, (min-width: 750px) {
  .l-footer__menu,
  .l-spNavigation__menu {
    display: none;
  }
}
.is-fixed .l-footer__menu,
.is-fixed .l-spNavigation__menu {
  display: block;
}
@media print, (min-width: 750px) {
  .is-fixed .l-footer__menu,
  .is-fixed .l-spNavigation__menu {
    display: none;
  }
}

.l-spNavigationMemberList__new {
  display: inline-block;
}

.l-footerMemberList__item + .l-footerMemberList__item,
.l-footerMemberList__item + .l-spNavigationMemberList__item,
.l-spNavigationMemberList__item + .l-footerMemberList__item,
.l-spNavigationMemberList__item + .l-spNavigationMemberList__item {
  margin-top: 0.5em;
}

.l-footerMemberList__name,
.l-spNavigationMemberList__name,
.l-spNavigationMemberList__number {
  color: #797979;
}

.l-spNavigationMemberList__number {
  display: inline-block;
  margin-left: 2em;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .l-spNavigationMemberList__number {
    font-size: 14px;
  }
}
.l-spNavigationMemberList__number::before {
  font-size: 3.2vw;
  content: "会員";
}
@media print, (min-width: 750px) {
  .l-spNavigationMemberList__number::before {
    font-size: 12px;
  }
}

.l-spNavigationMemberListButton {
  position: relative;
  padding-right: 2em;
}
.l-spNavigationMemberListButton .c-ico__mail-black {
  margin-right: 0.25em;
}

.l-spNavigationMemberListButton__icon {
  position: absolute;
  top: calc(50% - 4vw / 2);
  right: 0;
  display: block;
  width: 4vw;
  height: 4vw;
  background-color: #343434;
  border-radius: 50%;
}
.l-spNavigationMemberListButton__icon::before, .l-spNavigationMemberListButton__icon::after {
  position: absolute;
  top: calc(50% - 0.2666666667vw / 2);
  right: calc(50% - 1.8666666667vw / 2);
  display: block;
  width: 1.8666666667vw;
  height: 0.2666666667vw;
  content: "";
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.l-spNavigationMemberListButton__icon::after {
  transform: rotate(-90deg);
}
.is-open .l-spNavigationMemberListButton__icon::after {
  transform: rotate(0);
}

.l-footerMemberList__link-tel,
.l-spNavigationMemberList__link-tel {
  font-size: 3.7333333333vw;
}
.l-footerMemberList__link-tel i,
.l-spNavigationMemberList__link-tel i {
  font-style: normal;
  text-decoration: underline;
}

.l-spNavigationMemberSubListWrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.is-open .l-spNavigationMemberSubListWrap {
  max-height: 2666.4vw;
}

.l-spNavigationMemberSubListGrid {
  margin-top: 0.5em;
}
.l-spNavigationMemberSubListGrid-indent {
  padding-left: 1em;
}
.l-spNavigationMemberSubListGrid + .l-spNavigationMemberSubListGrid {
  margin-top: 1.5em;
}
.l-spNavigationMemberSubListGrid:last-child {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #797979;
}
.l-spNavigationMemberSubListGrid__title {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.l-spNavigationMemberSubListNews {
  padding: 1.5em;
  margin-bottom: 1em;
  background-color: #fff;
}
.l-spNavigationMemberSubListNews__title {
  padding: 0.5em 1em 0;
  margin: -1.5em -1.5em 1.5em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  color: #fff;
  background-color: #676767;
}
.l-spNavigationMemberSubListNews__stitle {
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
}
.l-spNavigationMemberSubListNews__text {
  white-space: pre-line;
}
.l-spNavigationMemberSubListNews__shipping {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em !important;
}
.l-spNavigationMemberSubListNews__shipping dt {
  padding: 1.3333333333vw 4vw 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  background-color: #ebebf0;
}
@media print, (min-width: 750px) {
  .l-spNavigationMemberSubListNews__shipping dt {
    padding: 5px 15px 0;
  }
}
.l-spNavigationMemberSubListNews__shipping dd {
  padding: 1.3333333333vw 4vw 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .l-spNavigationMemberSubListNews__shipping dd {
    padding: 5px 15px 0;
  }
}

.l-spNavigationMemberSubListBanner {
  display: flex;
  flex-direction: column;
  grid-gap: 2.6666666667vw 0;
  padding-top: 2.5em;
  margin-top: 2.5em;
  border-top: solid 1px #d0d0d0;
}
.l-spNavigationMemberSubListBanner__link img {
  width: 100%;
}
.l-spNavigationMemberSubListBanner__caption {
  margin-top: 0.5em;
  font-size: 2.6666666667vw;
}

.l-footerMemberSubList,
.l-spNavigationMemberSubList {
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.l-footerMemberSubList__item::before,
.l-spNavigationMemberSubList__item::before {
  font-size: 2.1333vw;
  content: "＞";
}

.l-footerMyList,
.l-spNavigationMyList {
  display: flex;
  justify-content: space-between;
}

.l-footerMyList__button,
.l-spNavigationMyList__button {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  margin-top: 2.6666666667vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  color: #fff;
  text-align: center;
}
.l-footerMyList__button-register,
.l-spNavigationMyList__button-register {
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-footerMyList__button-register:hover, a:hover .l-footerMyList__button-register,
  .l-spNavigationMyList__button-register:hover,
  a:hover .l-spNavigationMyList__button-register {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-footerMyList__button-register:hover,
  .l-spNavigationMyList__button-register:hover {
    color: #6d77b8;
  }
}
.l-footerMyList__button-login,
.l-spNavigationMyList__button-login {
  background-color: #a9add8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-footerMyList__button-login:hover, a:hover .l-footerMyList__button-login,
  .l-spNavigationMyList__button-login:hover,
  a:hover .l-spNavigationMyList__button-login {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-footerMyList__button-login:hover,
  .l-spNavigationMyList__button-login:hover {
    color: #6d77b8;
  }
}
.l-footerMyList__button-logout,
.l-spNavigationMyList__button-logout {
  background-color: #797979;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-footerMyList__button-logout:hover, a:hover .l-footerMyList__button-logout,
  .l-spNavigationMyList__button-logout:hover,
  a:hover .l-spNavigationMyList__button-logout {
    background-color: #dbddde;
  }
}
@media print, (min-width: 750px) {
  .l-footerMyList__button-logout:hover,
  .l-spNavigationMyList__button-logout:hover {
    color: #343434;
  }
}
.l-footerMyList__button + .l-footerMyList__button,
.l-footerMyList__button + .l-spNavigationMyList__button,
.l-spNavigationMyList__button + .l-footerMyList__button,
.l-spNavigationMyList__button + .l-spNavigationMyList__button {
  margin-left: 2.6666666667vw;
}

.l-footerLogo,
.l-spNavigationLogo {
  width: 38.6666666667vw;
  padding: 10.6666666667vw 0 8vw;
}
@media print, (min-width: 750px) {
  .l-footerLogo,
  .l-spNavigationLogo {
    width: 188px;
    padding: 0;
    margin: 40px 0 30px;
  }
}
.l-footerLogo a,
.l-spNavigationLogo a {
  display: block;
}
.l-footerLogo img,
.l-spNavigationLogo img {
  width: 100%;
}

.l-footerNavigation,
.l-spNavigationNavigation {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .l-footerNavigation,
  .l-spNavigationNavigation {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px 50px;
    min-width: 1000px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
}

@media print, (min-width: 750px) {
  .l-footerNavigation__column,
  .l-spNavigationNavigation__column {
    width: 30%;
  }
}
@media print, (min-width: 750px) {
  .l-footerNavigation__column:only-child,
  .l-spNavigationNavigation__column:only-child {
    width: auto;
    padding-top: 30px;
  }
}

.l-footerNavigationListLv1__item,
.l-spNavigationNavigationListLv1__item {
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__item,
  .l-spNavigationNavigationListLv1__item {
    border-top: none;
  }
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__item-row,
  .l-spNavigationNavigationListLv1__item-row {
    display: flex;
    align-items: flex-start;
  }
}

@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__item + .l-footerNavigationListLv1__item {
    margin-top: 2em;
  }
}

.l-footerNavigationListLv1__button,
.l-footerNavigationListLv1__link,
.l-spNavigationNavigationListLv1__button,
.l-spNavigationNavigationListLv1__link {
  display: block;
  width: 100%;
  padding: 1em 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__button,
  .l-footerNavigationListLv1__link,
  .l-spNavigationNavigationListLv1__button,
  .l-spNavigationNavigationListLv1__link {
    padding: 0;
    margin-bottom: 0.5em;
    font-size: 1.125rem;
  }
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__item-row .l-footerNavigationListLv1__button, .l-spNavigationNavigationListLv1__item-row .l-footerNavigationListLv1__button,
  .l-footerNavigationListLv1__item-row .l-footerNavigationListLv1__link,
  .l-spNavigationNavigationListLv1__item-row .l-footerNavigationListLv1__link,
  .l-footerNavigationListLv1__item-row .l-spNavigationNavigationListLv1__button,
  .l-spNavigationNavigationListLv1__item-row .l-spNavigationNavigationListLv1__button,
  .l-footerNavigationListLv1__item-row .l-spNavigationNavigationListLv1__link,
  .l-spNavigationNavigationListLv1__item-row .l-spNavigationNavigationListLv1__link {
    width: 120px;
  }
}

.l-footerNavigationListLv1__link--genemo,
.l-spNavigationNavigationListLv1__link--genemo {
  position: relative;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__link--genemo,
  .l-spNavigationNavigationListLv1__link--genemo {
    border: none !important;
  }
  .l-footerNavigationListLv1__link--genemo,
  .l-spNavigationNavigationListLv1__link--genemo {
    transition: all 0.3s ease-in-out;
  }
}
@media print, print and (min-width: 750px), print and (min-width: 750px), (min-width: 750px) and (min-width: 750px) {
  .l-footerNavigationListLv1__link--genemo:hover, a:hover .l-footerNavigationListLv1__link--genemo,
  .l-spNavigationNavigationListLv1__link--genemo:hover,
  a:hover .l-spNavigationNavigationListLv1__link--genemo {
    opacity: 0.6;
  }
}
.l-footerNavigationListLv1__link--genemo::before,
.l-spNavigationNavigationListLv1__link--genemo::before {
  position: absolute;
  top: calc(50% - 0.75em);
  right: 5.3333333333vw;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__link--genemo::before,
  .l-spNavigationNavigationListLv1__link--genemo::before {
    display: none;
  }
}
.l-footerNavigationListLv1__link--genemo img,
.l-spNavigationNavigationListLv1__link--genemo img {
  width: 20vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__link--genemo img,
  .l-spNavigationNavigationListLv1__link--genemo img {
    width: 98px;
  }
}

.l-footerNavigationListLv1__button,
.l-spNavigationNavigationListLv1__button {
  position: relative;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__button,
  .l-spNavigationNavigationListLv1__button {
    color: #797979;
    pointer-events: none;
    cursor: text;
  }
}
.l-footerNavigationListLv1__button::before, .l-footerNavigationListLv1__button::after,
.l-spNavigationNavigationListLv1__button::before,
.l-spNavigationNavigationListLv1__button::after {
  position: absolute;
  top: calc(50% - 0.2666666667vw/2);
  right: 5.3333333333vw;
  display: block;
  width: 2.9333333333vw;
  height: 0.2666666667vw;
  content: "";
  background-color: #797979;
  transition: transform 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__button::before, .l-footerNavigationListLv1__button::after,
  .l-spNavigationNavigationListLv1__button::before,
  .l-spNavigationNavigationListLv1__button::after {
    display: none;
  }
}
.l-footerNavigationListLv1__button::after,
.l-spNavigationNavigationListLv1__button::after {
  transform: rotate(-90deg);
}
.is-open .l-footerNavigationListLv1__button::after,
.is-open .l-spNavigationNavigationListLv1__button::after {
  transform: rotate(0deg);
}

.l-footerNavigationListLv1__link,
.l-spNavigationNavigationListLv1__link {
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__link:hover,
  .l-spNavigationNavigationListLv1__link:hover {
    border-bottom-color: #343434;
  }
}

.l-spNavigationNavigationListLv1__link::before {
  position: absolute;
  top: calc(50% - 0.75em);
  right: 5.3333333333vw;
  font-size: 2.6666666667vw;
  content: "＞";
}

.l-footerNavigationListLv2,
.l-spNavigationNavigationListLv2 {
  max-height: 0;
  padding: 0 5.3333333333vw;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2,
  .l-spNavigationNavigationListLv2 {
    max-height: none;
    padding: 0;
    overflow: visible;
    font-size: 0.875rem;
    transition-property: none;
  }
}
.is-open .l-footerNavigationListLv2,
.is-open .l-spNavigationNavigationListLv2 {
  max-height: 100vh;
  padding-bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .is-open .l-footerNavigationListLv2,
  .is-open .l-spNavigationNavigationListLv2 {
    max-height: none;
    padding-bottom: 0;
  }
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2-inline,
  .l-spNavigationNavigationListLv2-inline {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv1__item-row .l-footerNavigationListLv2, .l-spNavigationNavigationListLv1__item-row .l-footerNavigationListLv2,
  .l-footerNavigationListLv1__item-row .l-spNavigationNavigationListLv2,
  .l-spNavigationNavigationListLv1__item-row .l-spNavigationNavigationListLv2 {
    flex: 1;
  }
}

@media print, (min-width: 750px) {
  .l-footerNavigationListLv2-inline .l-footerNavigationListLv2__item, .l-spNavigationNavigationListLv2-inline .l-footerNavigationListLv2__item,
  .l-footerNavigationListLv2-inline .l-spNavigationNavigationListLv2__item,
  .l-spNavigationNavigationListLv2-inline .l-spNavigationNavigationListLv2__item {
    width: 25%;
  }
}
.l-footerNavigationListLv2__item::before,
.l-spNavigationNavigationListLv2__item::before {
  margin-right: 1em;
  font-size: 2.1333333333vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2__item::before,
  .l-spNavigationNavigationListLv2__item::before {
    font-size: 0.625rem;
  }
}
.l-footerNavigationListLv2__item + .l-footerNavigationListLv2__item,
.l-footerNavigationListLv2__item + .l-spNavigationNavigationListLv2__item,
.l-spNavigationNavigationListLv2__item + .l-footerNavigationListLv2__item,
.l-spNavigationNavigationListLv2__item + .l-spNavigationNavigationListLv2__item {
  margin-top: 0.5em;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2__item + .l-footerNavigationListLv2__item,
  .l-footerNavigationListLv2__item + .l-spNavigationNavigationListLv2__item,
  .l-spNavigationNavigationListLv2__item + .l-footerNavigationListLv2__item,
  .l-spNavigationNavigationListLv2__item + .l-spNavigationNavigationListLv2__item {
    margin-top: 0.25em;
  }
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2-inline .l-footerNavigationListLv2__item + .l-footerNavigationListLv2__item, .l-spNavigationNavigationListLv2-inline .l-footerNavigationListLv2__item + .l-footerNavigationListLv2__item,
  .l-footerNavigationListLv2-inline .l-footerNavigationListLv2__item + .l-spNavigationNavigationListLv2__item,
  .l-spNavigationNavigationListLv2-inline .l-footerNavigationListLv2__item + .l-spNavigationNavigationListLv2__item,
  .l-footerNavigationListLv2-inline .l-spNavigationNavigationListLv2__item + .l-footerNavigationListLv2__item,
  .l-spNavigationNavigationListLv2-inline .l-spNavigationNavigationListLv2__item + .l-footerNavigationListLv2__item,
  .l-footerNavigationListLv2-inline .l-spNavigationNavigationListLv2__item + .l-spNavigationNavigationListLv2__item,
  .l-spNavigationNavigationListLv2-inline .l-spNavigationNavigationListLv2__item + .l-spNavigationNavigationListLv2__item {
    margin-top: 0;
  }
}

.l-footerNavigationListLv2__link,
.l-spNavigationNavigationListLv2__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2__link:hover,
  .l-spNavigationNavigationListLv2__link:hover {
    border-bottom-color: #343434;
  }
}

.l-footerNavigationListLv3,
.l-spNavigationNavigationListLv3 {
  padding-left: 1.5em;
}

.l-footerNavigationListLv3__item::before,
.l-spNavigationNavigationListLv3__item::before {
  margin-right: 0.5em;
  font-size: 3.7333333333vw;
  content: "∟";
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv3__item::before,
  .l-spNavigationNavigationListLv3__item::before {
    font-size: 0.875rem;
  }
}
.l-footerNavigationListLv3__item + .l-footerNavigationListLv3__item,
.l-footerNavigationListLv3__item + .l-spNavigationNavigationListLv3__item,
.l-spNavigationNavigationListLv3__item + .l-footerNavigationListLv3__item,
.l-spNavigationNavigationListLv3__item + .l-spNavigationNavigationListLv3__item {
  margin-top: 0.5em;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv3__item + .l-footerNavigationListLv3__item,
  .l-footerNavigationListLv3__item + .l-spNavigationNavigationListLv3__item,
  .l-spNavigationNavigationListLv3__item + .l-footerNavigationListLv3__item,
  .l-spNavigationNavigationListLv3__item + .l-spNavigationNavigationListLv3__item {
    margin-top: 0.25em;
  }
}

.l-footerNavigationListLv3__link,
.l-spNavigationNavigationListLv3__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv3__link:hover,
  .l-spNavigationNavigationListLv3__link:hover {
    border-bottom-color: #343434;
  }
}

.l-spNavigationNavigationListLv4 {
  padding-left: 2.25em;
  font-size: 3.2vw;
}

.l-spNavigationNavigationListLv4__item::before {
  margin-right: 0.5em;
  content: "・";
}

.l-footerMail,
.l-spNavigationMail {
  padding: 10.6666666667vw 0;
  color: #fff;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .l-footerMail,
  .l-spNavigationMail {
    padding: 30px 0;
  }
}

@media print, (min-width: 750px) {
  .l-footerMail__row,
  .l-spNavigationMail__row {
    display: flex;
  }
}

@media print, (min-width: 750px) {
  .l-footerMail__head,
  .l-spNavigationMail__head {
    width: 290px;
  }
}

.l-footerMail__body,
.l-spNavigationMail__body {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .l-footerMail__body,
  .l-spNavigationMail__body {
    flex: 1;
    margin: 0 0 0 40px;
  }
}
@media print, (min-width: 750px) {
  .l-footerMail__body .c-listNote,
  .l-spNavigationMail__body .c-listNote {
    margin-top: 1em;
  }
}

.l-footerMail__title,
.l-spNavigationMail__title {
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .l-footerMail__title,
  .l-spNavigationMail__title {
    margin-bottom: 0.5em;
    font-size: 1.125rem;
  }
}

.l-footerMail__button,
.l-spNavigationMail__button {
  color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-footerMail__button:hover, a:hover .l-footerMail__button,
  .l-spNavigationMail__button:hover,
  a:hover .l-spNavigationMail__button {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-footerMail__button:hover,
  .l-spNavigationMail__button:hover {
    background-color: #ecf3fa !important;
  }
}

.l-footerMailTel,
.l-spNavigationMailTel {
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .l-footerMailTel,
  .l-spNavigationMailTel {
    display: flex;
    font-size: 1.125rem;
  }
}

@media print, (min-width: 750px) {
  .footerMailTel__item + .footerMailTel__item,
  .footerMailTel__item + .l-spNavigationMailTel__item,
  .l-spNavigationMailTel__item + .footerMailTel__item,
  .l-spNavigationMailTel__item + .l-spNavigationMailTel__item {
    margin-left: 30px;
  }
}

.footerMailTel__link {
  text-decoration: underline;
}
@media print, (min-width: 750px) {
  .footerMailTel__link {
    text-decoration: none;
  }
}

.l-footerLinks,
.l-spNavigationLinks {
  padding: 1em 0;
  font-size: 3.2vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .l-footerLinks,
  .l-spNavigationLinks {
    padding-bottom: 0.7em;
    font-size: 1rem;
  }
}

.l-footerLinks {
  border: none;
}

.l-footerLinksList,
.l-spNavigationLinksList {
  display: flex;
  flex-wrap: wrap;
}

.l-footerLinksList__item,
.l-spNavigationLinksList__item {
  position: relative;
  display: flex;
  align-items: center;
}
.l-footerLinksList__item::after,
.l-spNavigationLinksList__item::after {
  width: 1px;
  height: 1em;
  margin: 0 1.5em;
  content: "";
  background-color: #343434;
}
.l-footerLinksList__item:last-child::after,
.l-spNavigationLinksList__item:last-child::after {
  display: none;
}

.l-footerLinksList__link,
.l-spNavigationLinksList__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-footerLinksList__link:hover,
  .l-spNavigationLinksList__link:hover {
    border-bottom-color: #343434;
  }
}

.l-footerCopyright,
.l-spNavigationCopyright {
  padding: 1em 0;
  font-size: 3.2vw;
  color: #fff;
  background-color: #343434;
}
@media print, (min-width: 750px) {
  .l-footerCopyright,
  .l-spNavigationCopyright {
    font-size: 1rem;
  }
}

.l-spNavigation {
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 0s, transform 0.3s ease-out 0s;
  transform: translateY(30px);
}

.l-spNavigation__menu,
.l-spNavigationLogo,
.l-spNavigationNavigation {
  opacity: 0;
  transform: translateY(10px);
}

.l-spNavigation__menu {
  transition: opacity 0.2s ease 0.2s, transform 0.3s ease-out 0.2s;
}

.l-spNavigationLogo {
  transition: opacity 0.2s ease 0.3s, transform 0.3s ease-out 0.3s;
}

.l-spNavigationNavigation {
  transition: opacity 0.2s ease 0.4s, transform 0.3s ease-out 0.4s;
}

.l-spNavigation.is-fixed {
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
}
@media print, (min-width: 750px) {
  .l-spNavigation.is-fixed {
    position: static;
    max-height: none;
    transform: none;
  }
}

.l-spNavigation.is-show {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
@media print, (min-width: 750px) {
  .l-spNavigation.is-show {
    display: none;
  }
}
.l-spNavigation.is-show .l-spNavigation__menu,
.l-spNavigation.is-show .l-spNavigationLogo,
.l-spNavigation.is-show .l-spNavigationNavigation {
  opacity: 1;
  transform: translateY(0);
}

.l-globalNavigation {
  display: none;
}
@media print, (min-width: 750px) {
  .l-globalNavigation {
    display: block;
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .l-globalNavigation {
    font-size: 16px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigation__list {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
  }
}

.l-globalNavigation__item {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-globalNavigation__item:hover, a:hover .l-globalNavigation__item {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigation__item {
    display: flex;
  }
}
.l-globalNavigation__item-noLink {
  pointer-events: none;
}

.l-globalNavigation__link {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-globalNavigation__link:hover, a:hover .l-globalNavigation__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigation__link {
    padding: 0.85em 1em 0.6em;
  }
}
.l-globalNavigation__item-noLink .l-globalNavigation__link {
  color: #bbb;
  pointer-events: none;
  cursor: default;
}

.l-globalNavigation__menu {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .l-globalNavigation__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f7f7f9;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-20px);
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigation__item.is-hover .l-globalNavigation__menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigation__inner {
    position: relative;
    padding: 40px 0;
    margin: 0 auto;
  }
}

.l-globalNavigation__close {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-globalNavigation__close:hover, a:hover .l-globalNavigation__close {
    background-color: #797979;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigation__close {
    position: absolute;
    top: 24px;
    right: -35px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    transform: translateX(100%);
  }
}
.l-globalNavigation__close::before, .l-globalNavigation__close::after {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-globalNavigation__close::before:hover, a:hover .l-globalNavigation__close::before, .l-globalNavigation__close::after:hover, a:hover .l-globalNavigation__close::after {
    background-color: #fff;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigation__close::before, .l-globalNavigation__close::after {
    position: absolute;
    top: calc(50% - 0.5px);
    left: calc(50% - 12.5px);
    display: block;
    width: 25px;
    height: 1px;
    content: "";
    background-color: #343434;
    transform: rotate(45deg);
  }
}
.l-globalNavigation__close::after {
  transform: rotate(135deg);
}
@media print, (min-width: 750px) {
  .l-globalNavigation__close:hover::before, .l-globalNavigation__close:hover::after {
    background-color: #fff;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigation__close span {
    display: none;
  }
}

.l-globalNavigationLinks-small {
  font-size: 14px;
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks-inline {
    display: flex;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks-between {
    justify-content: space-between;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item {
    display: block;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item::before {
    margin-right: 1em;
    font-size: 10px;
    content: "＞";
  }
}
.l-globalNavigationLinks-inline .l-globalNavigationLinks__item + .l-globalNavigationLinks__item {
  margin-left: 2em;
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item-sub {
    padding-left: 3em;
    font-size: 0.875rem;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item-sub::before {
    content: "∟";
  }
}

.l-globalNavigationLinks__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__link:hover {
    border-bottom-color: #343434;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProduct {
    display: flex;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationProduct + .l-globalNavigationProduct {
    margin-top: 30px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProduct__head {
    width: 1em;
    line-height: 1;
    text-align: center;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProduct__body {
    flex: 1;
    padding-left: 30px;
    margin-left: 10px;
    border-left: 1px solid #797979;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProductList {
    display: flex;
    justify-content: space-between;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProductList__item {
    display: block;
    padding-left: 1em;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationProductList__item::before {
    font-size: 10px;
    content: "＞";
  }
}

.l-globalNavigationProductList__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-globalNavigationProductList__link:hover {
    border-bottom-color: #797979;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationProductList__link {
    display: inline-block;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProductSubList {
    display: block;
    padding-left: 1em;
    margin-left: 1em;
    font-size: 14px;
    text-indent: -0.75em;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProductSubList__item::before {
    margin-right: 0.5em;
    font-size: 10px;
    vertical-align: text-bottom;
    content: "∟";
  }
}

.l-globalNavigationProductSubList__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-globalNavigationProductSubList__link:hover {
    border-bottom-color: #797979;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationProductButtons {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationProductButtons__button {
    display: flex !important;
    align-items: center;
    width: 100%;
    line-height: 1.6666666667;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationProductButtons__button + .l-globalNavigationProductButtons__button {
    margin-left: 20px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationDo {
    display: flex;
    align-items: flex-end;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationDo__logo {
    width: 200px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationDo__text {
    margin: 0 0 -0.5em 30px;
    font-size: 14px;
    color: #797979;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSearch__form {
    display: flex;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSearch__input {
    width: 375px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSearch__button {
    color: #fff;
    background-color: #797979;
  }
}
.l-globalNavigationSearch__button i {
  margin-left: 0.5em;
  font-family: "UniversLTPro-65Bold", "新ゴ B", "Shin Go Medium", "A-OTF 新ゴ Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .l-globalNavigationSearch__button.c-button__black01 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationRegister {
    display: flex;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dbddde;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationRegister__head {
    flex: 1;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationRegister__head .l-globalNavigationLinks {
    margin-top: 0.5em;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationRegister__text {
    font-size: 14px;
    color: #797979;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationRegister__button {
    width: 433px;
    margin-left: 50px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupport__row {
    display: flex;
  }
}
.l-globalNavigationSupport__row:not(:first-child) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dbddde;
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupport__head {
    width: 195px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupport__body {
    flex: 1;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationSupport__body-row {
    display: flex;
    grid-gap: 0 1.5em;
    justify-content: space-between;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationSupport__body-row .l-globalNavigationLinks {
    min-width: 240px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupport__tel {
    margin-bottom: 0.5em;
    font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #6d77b8;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupportSearch {
    padding-bottom: 20px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #dbddde;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupportSearch__form {
    margin-top: 20px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSupportSearch__input {
    width: 450px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminar {
    padding: 20px;
    background-color: #fff;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarHead__title {
    font-size: 20px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarHead__text {
    flex: 1;
    margin-left: 50px;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #797979;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarHead__button {
    margin-left: 50px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearch {
    margin-top: 10px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearch__row {
    display: flex;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #dbddde;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearch__row + .l-globalNavigationSeminarSearch__row {
    margin-top: 10px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearch__head {
    display: flex;
    justify-content: space-between;
    width: 160px;
    padding: 0.25em 1em;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearch__body {
    flex: 1;
    padding: 0.25em 1em;
    border-left: 1px solid #dbddde;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearch__title {
    color: #797979;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearchList {
    display: flex;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearchList__item {
    min-width: 16.6666666667%;
  }
}
.l-globalNavigationSeminarSearchList__item + .l-globalNavigationSeminarSearchList__item {
  padding-left: 1em;
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearchFoot {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationSeminarSearchFoot__button {
    width: 120px;
  }
}
.l-globalNavigationSeminarSearchFoot__button + .l-globalNavigationSeminarSearchFoot__button {
  margin-left: 20px;
}

@media print, (min-width: 750px) {
  .l-globalNavigationPanel {
    display: flex;
    margin-top: 20px;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationPanel__list {
    background-color: #fff;
  }
}
.l-globalNavigationPanel__list + .l-globalNavigationPanel__list {
  margin-left: 20px;
}

.l-globalNavigationPanel__link {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-globalNavigationPanel__link:hover, a:hover .l-globalNavigationPanel__link {
    background-color: #ebebf0;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationPanel__link {
    display: flex;
    flex-direction: column;
    padding: 1em 1.5em;
    background-color: #fff;
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationPanel__title::before {
    margin-right: 0.5em;
    font-size: 10px;
    content: "＞";
  }
}

@media print, (min-width: 750px) {
  .l-globalNavigationPanel__text {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #797979;
  }
}

.l-header {
  width: 100%;
  height: 21.3333333333vw;
  background-color: #fff;
}
@media print, (min-width: 750px) {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    min-width: 1000px;
    height: auto;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease-in-out;
  }
}
@media print, (min-width: 750px) {
  .l-header.is-fixed {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  }
}
.is-lower .l-header {
  border-bottom: 1px solid #dbddde;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: 1.3333333333vw;
  padding-left: 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .l-header__inner {
    flex-wrap: wrap;
    padding: 0;
  }
}

.l-headerLogo {
  width: 49.3333333333vw;
}
@media print, (min-width: 750px) {
  .l-headerLogo {
    width: 220px;
    padding-bottom: 1.3em;
    margin: auto 0 0 22px;
  }
}
@media (min-width: 1024px) {
  .l-headerLogo {
    width: 260px;
  }
}

@media print, (min-width: 750px) {
  .l-header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: -1;
    width: 100%;
    height: 40px;
    font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #343434;
  }
}

.l-header__links {
  display: none;
}
@media print, (min-width: 750px) {
  .l-header__links {
    display: block;
    margin-left: auto;
  }
}

@media print, (min-width: 750px) {
  .l-headerLink {
    margin-right: 20px;
    font-size: 12px;
  }
}

@media print, (min-width: 750px) {
  .l-headerLinkList {
    display: flex;
    justify-content: flex-end;
    height: 43px;
  }
}

@media print, (min-width: 750px) {
  .l-headerLinkList__item {
    display: flex;
    height: 100%;
  }
}

.l-headerLinkList__link {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-headerLinkList__link:hover, a:hover .l-headerLinkList__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.35em 1em 0;
  }
}

.l-headerLinkList__search {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-headerLinkList__search:hover, a:hover .l-headerLinkList__search {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__search {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 0.5em 0.5em 0.15em 0.75em;
    margin: auto 0;
    letter-spacing: 0.25em;
    background-color: #fff;
    border: 1px solid #797979;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__search .c-ico__search-black {
    margin-bottom: 3px;
  }
}
@media print, (min-width: 750px) {
  .is-fixed .l-headerLinkList__search {
    font-size: 14px;
  }
}

@media print, (min-width: 750px) {
  .l-headerLinkList__register,
  .l-headerLinkList__login,
  .l-headerLinkList__logout {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 0.35em 1em 0;
    margin: auto 0 auto 10px;
    color: #fff;
  }
}
@media print, (min-width: 750px) {
  .is-fixed .l-headerLinkList__register,
  .is-fixed .l-headerLinkList__login,
  .is-fixed .l-headerLinkList__logout {
    font-size: 14px;
  }
}

.l-headerLinkList__register {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-headerLinkList__register:hover, a:hover .l-headerLinkList__register {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__register {
    background-color: #6d77b8;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__register:hover {
    color: #6d77b8;
  }
}

.l-headerLinkList__login {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-headerLinkList__login:hover, a:hover .l-headerLinkList__login {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__login {
    background-color: #a9add8;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__login:hover {
    color: #6d77b8;
  }
}

.l-headerLinkList__logout {
  background-color: #797979;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-headerLinkList__logout:hover, a:hover .l-headerLinkList__logout {
    background-color: #dbddde;
  }
}
@media print, (min-width: 750px) {
  .l-headerLinkList__logout:hover {
    color: #343434;
  }
}

.l-member {
  position: absolute;
  top: 8vw;
  right: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .l-member {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-width: 1000px;
    height: 40px;
    font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #343434;
  }
}

.l-memberList {
  display: none;
}
@media print, (min-width: 750px) {
  .l-memberList {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.l-memberList__new {
  display: inline-block;
}

@media print, (min-width: 750px) {
  .l-memberList__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.l-memberList__item-child {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-memberList__item-child:hover, a:hover .l-memberList__item-child {
    background-color: #676767;
  }
}
@media print, (min-width: 750px) {
  .l-memberList__item-full {
    position: static;
  }
}
@media print, (min-width: 750px) {
  .l-memberList__item:first-child {
    margin-right: 1em;
  }
}
@media print, (min-width: 750px) {
  .l-memberList__item + .l-memberList__item:not(.l-memberList__item-full)::before {
    position: absolute;
    left: -1em;
    display: block;
    width: 1px;
    height: 1em;
    margin: 0 1em;
    content: "";
    background-color: #fff;
  }
}
@media print, (min-width: 750px) {
  .l-memberList__item + .l-memberList__item-full::before {
    position: static;
    display: block;
    width: 1px;
    height: 1em;
    content: "";
    background-color: #fff;
  }
}

.l-memberList__text {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.15em 0 0;
}

.l-memberList__number {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.15em 1em 0;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .l-memberList__number {
    margin-top: 2px;
    font-size: 14px;
  }
}
.l-memberList__number::before {
  font-size: 3.2vw;
  content: "会員";
}
@media print, (min-width: 750px) {
  .l-memberList__number::before {
    margin-top: -2px;
    font-size: 12px;
  }
}

.l-memberList__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.15em 1.25em 0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-memberList__link:hover, a:hover .l-memberList__link {
    background-color: #676767;
  }
}
.l-memberList__link [class*=c-ico__angleWhite] {
  margin-left: 5px;
}
.l-memberList__link [class*=c-ico__mail] {
  margin-right: 5px;
}

.l-memberSubListOuter {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .l-memberSubListOuter {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    width: 100%;
    font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    visibility: hidden;
    opacity: 0;
  }
}
@media print, (min-width: 750px) {
  .l-memberList__item:hover .l-memberSubListOuter, .l-memberList__item.is-hover .l-memberSubListOuter {
    visibility: visible;
    opacity: 1;
  }
}

@media print, (min-width: 750px) {
  .l-memberSubListInnerTop {
    padding: 25px 0;
    background-color: #676767;
  }
}

@media print, (min-width: 750px) {
  .l-memberSubListInnerBottom {
    padding: 25px 0 40px;
    background-color: #797979;
  }
}

@media print, (min-width: 750px) {
  .l-memberSubListWrap {
    max-width: 810px;
    margin: auto;
  }
  .l-memberSubListWrap-flex {
    display: flex;
    grid-gap: 30px;
  }
}

.l-memberSubListGrid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
}
.l-memberSubListGrid:last-child {
  margin-top: 25px;
}
.l-memberSubListGrid__title {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.l-memberSubListNews {
  flex: 1;
}
.l-memberSubListNews__title {
  padding: 10px 15px 5px;
  margin-bottom: 20px;
  background-color: #676767;
}
.l-memberSubListNews__stitle {
  margin-bottom: 10px;
  font-size: 16px;
}
.l-memberSubListNews__text {
  white-space: pre-line;
}
.l-memberSubListNews__link {
  color: #fff !important;
}
.l-memberSubListNews__shipping {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em !important;
}
.l-memberSubListNews__shipping dt {
  padding: 1.3333333333vw 4vw 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  background-color: #676767;
}
@media print, (min-width: 750px) {
  .l-memberSubListNews__shipping dt {
    padding: 5px 15px 0;
  }
}
.l-memberSubListNews__shipping dd {
  padding: 1.3333333333vw 4vw 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .l-memberSubListNews__shipping dd {
    padding: 5px 15px 0;
  }
}

.l-memberSubListBanner {
  display: flex;
  flex-direction: column;
  grid-gap: 15px 0;
}
.l-memberSubListBanner__link {
  font-size: 10px;
}
.l-memberSubListBanner__link:hover {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .l-memberSubListBanner__link:hover:hover, a:hover .l-memberSubListBanner__link:hover {
    opacity: 0.6;
  }
}
.l-memberSubListBanner__caption {
  margin-top: 5px;
  font-size: 10px;
}

.l-memberSubList {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .l-memberSubList {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 30px;
    align-items: flex-start;
    padding: 1em 1.5em;
    color: #fff;
    white-space: nowrap;
    visibility: hidden;
    background-color: #676767;
    opacity: 0;
  }
}
@media print, (min-width: 750px) {
  .l-memberList__item:hover .l-memberSubList, .l-memberList__item.is-hover .l-memberSubList {
    visibility: visible;
    opacity: 1;
  }
}
.l-memberSubList-full {
  position: static;
  width: 600px;
  padding: 0;
  background-color: transparent;
}
.l-memberSubList-full .l-memberSubList__item {
  display: flex;
  align-items: baseline;
  /*
  &:nth-child(3n+2) {
    width: 220px;
  }
  */
  width: 180px;
  /*
  width: 160px;
  */
}

.l-memberSubList__item::before {
  margin-right: 0.5em;
  content: "∟";
}
@media print, (min-width: 750px) {
  .l-memberSubList__item::before {
    margin-right: 0.5em;
    font-size: 10px;
    content: "＞";
  }
}

.l-memberSubList__link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .l-memberSubList__link:hover {
    border-bottom-color: #fff;
  }
}

.l-memberMyList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media print, (min-width: 750px) {
  .l-memberMyList {
    height: 100%;
    background-color: #fff;
  }
}

.l-memberMyList__button {
  display: block;
  padding: 0.25em 1em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  color: #fff;
}
@media print, (min-width: 750px) {
  .l-memberMyList__button {
    width: 7.5em;
    height: 100%;
    padding-top: 0.65em;
    padding-bottom: 0.5em;
    font-size: 14px;
    text-align: center;
  }
}
.l-memberMyList__button-register {
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-memberMyList__button-register:hover, a:hover .l-memberMyList__button-register {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-memberMyList__button-register:hover {
    color: #6d77b8;
  }
}
.l-memberMyList__button-login {
  background-color: #a9add8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-memberMyList__button-login:hover, a:hover .l-memberMyList__button-login {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-memberMyList__button-login:hover {
    color: #6d77b8;
  }
}
.l-memberMyList__button-logout {
  background-color: #999;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-memberMyList__button-logout:hover, a:hover .l-memberMyList__button-logout {
    background-color: #dbddde;
  }
}
@media print, (min-width: 750px) {
  .l-memberMyList__button-logout:hover {
    color: #343434;
  }
}
.l-memberMyList__button + .l-memberMyList__button {
  margin-left: 0.5333333333vw;
}
@media print, (min-width: 750px) {
  .l-memberMyList__button + .l-memberMyList__button {
    margin-left: 1px;
  }
}
.l-memberMyList__button:nth-child(3) {
  display: none;
}
@media print, (min-width: 750px) {
  .l-memberMyList__button:nth-child(3) {
    display: block;
  }
}

.l-header__links {
  display: none;
}
@media print, (min-width: 750px) {
  .l-header__links {
    display: block;
    margin-left: auto;
  }
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.l-modal.is-show {
  pointer-events: auto;
  opacity: 1;
}

.l-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
.is-show + .l-modal__overlay {
  display: block;
}

.l-modal__outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.l-modal__inner {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 80px 25px;
  text-align: center;
  vertical-align: middle;
}

.l-modal__close {
  position: relative;
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 8vw auto 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-modal__close:hover, a:hover .l-modal__close {
    background-color: #797979;
  }
}
@media print, (min-width: 750px) {
  .l-modal__close {
    width: 40px;
    height: 40px;
    margin-top: 30px;
  }
}
.l-modal__close::before, .l-modal__close::after {
  position: absolute;
  top: calc(50% - 0.2666666667vw / 2);
  left: calc(50% - 6.6666666667vw / 2);
  display: block;
  width: 6.6666666667vw;
  height: 0.2666666667vw;
  content: "";
  background-color: #343434;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
  transform: rotate(45deg);
}
@media print, (min-width: 750px) {
  .l-modal__close::before:hover, a:hover .l-modal__close::before, .l-modal__close::after:hover, a:hover .l-modal__close::after {
    background-color: #fff;
  }
}
@media print, (min-width: 750px) {
  .l-modal__close::before, .l-modal__close::after {
    top: calc(50% - 0.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    height: 1px;
  }
}
.l-modal__close::after {
  transform: rotate(135deg);
}
@media print, (min-width: 750px) {
  .l-modal__close:hover::before, .l-modal__close:hover::after {
    background-color: #fff;
  }
}
.l-modal__close span {
  display: none;
}

.l-modalSearch {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #dbddde;
}

.l-modalSearch__input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 2em 0.5em 0;
  font-size: 4.8vw;
  text-align: left;
}
@media print, (min-width: 750px) {
  .l-modalSearch__input {
    font-size: 1.125rem;
  }
}

.l-modalSearch__button {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  display: block;
}

.l-pcMenu {
  display: none;
}
@media print, (min-width: 750px) {
  .l-pcMenu {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: block;
  }
}
@media print {
  .l-pcMenu {
    display: none !important;
    opacity: 0 !important;
    transform: none !important;
  }
}
.l-pcMenu.is-open {
  opacity: 0;
  transition: opacity 0.2s ease 0s, transform 0.3s ease-out 0s;
  transform: translateX(240px);
}
.l-pcMenu.is-open.is-show {
  opacity: 1;
  transform: translateX(0);
}

@media print, (min-width: 750px) {
  .l-pcMenuList {
    position: relative;
    padding-left: 20px;
  }
}
.is-open .l-pcMenuList {
  width: 240px;
}

.l-pcMenu__button {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-pcMenu__button:hover, a:hover .l-pcMenu__button {
    background-color: #ecf3fa;
  }
}
@media print, (min-width: 750px) {
  .l-pcMenu__button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 250;
    width: 20px;
    height: 56px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #a9add8;
    border: 1px solid #fff;
    border-right: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.l-pcMenu__button span {
  display: none;
}
.l-pcMenu__button::before {
  display: block;
  content: "←";
}
.is-open .l-pcMenu__button::before {
  transform: rotate(180deg);
}
.l-pcMenu__button:hover {
  color: #6d77b8;
}

@media print, (min-width: 750px) {
  .l-pcMenuList__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    font-size: 14px;
    color: #fff;
    background-color: #6d77b8;
    border: 1px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.l-pcMenuList__item:first-child {
  border-left: none;
}
@media print, (min-width: 750px) {
  .l-pcMenuList__item + .l-pcMenuList__item {
    border-top: none;
  }
}
@media print, (min-width: 750px) {
  .l-pcMenuList__item-link {
    cursor: pointer;
  }
}
.l-pcMenuList__item-link:hover {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .l-pcMenuList__item-link:hover:hover, a:hover .l-pcMenuList__item-link:hover {
    background-color: #a9add8;
  }
}
.l-pcMenuList__item-phone {
  height: 255px;
}

@media print, (min-width: 750px) {
  .l-pcMenuList__link {
    display: block;
    padding-top: 0.3em;
    color: #fff;
  }
}

@media print, (min-width: 750px) {
  .l-pcMenuList__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-height: 56px;
    padding: 10px;
  }
}
@media print, (min-width: 750px) {
  .l-pcMenuList__head-phone .hyphen {
    display: inline-block;
    width: 1px;
    height: 6px;
    margin: 0.15em 0.05em 0.15em 0;
    content: "";
    background-color: #fff;
  }
}
.is-open .l-pcMenuList__head-phone {
  display: none;
}

@media print, (min-width: 750px) {
  .l-pcMenuList__body {
    display: none;
    padding: 0 0 0 20px;
  }
}
@media print, (min-width: 750px) {
  .is-open .l-pcMenuList__body {
    display: block;
  }
}
@media print, (min-width: 750px) {
  .l-pcMenuList__body-phone {
    padding: 20px 10px 20px 20px;
  }
}

@media print, (min-width: 750px) {
  .l-pcMenuList__body-number {
    font-size: 17px;
  }
}

@media print, (min-width: 750px) {
  .l-pcMenuList__phone {
    display: block;
    margin-top: 0.5em;
    font-size: 16px;
    letter-spacing: -0.1em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media print, (min-width: 750px) {
  .l-pcMenuList__note {
    font-size: 10px;
  }
}

@media print, (min-width: 750px) {
  .l-pcMenuList__pagetop {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, (min-width: 750px) {
  .l-pcMenu .c-listNote-small {
    margin-top: 1em;
    font-size: 10px;
  }
}

.l-spMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  display: flex;
  width: 100%;
  height: 16vw;
}
@media print, (min-width: 750px) {
  .l-spMenu {
    display: none;
  }
}

.l-spMenuButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  color: #fff;
  text-align: center;
  background-color: #343434;
}
.l-spMenuButton + .l-spMenuButton {
  border-left: 1px solid #fff;
}

.l-spMenuButtonMenu {
  flex: 1;
  font-size: 3.2vw;
  line-height: 1;
}

.l-spMenuButtonMenu__ico {
  position: relative;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-right: 3.4666666667vw;
}
.l-spMenuButtonMenu__ico::before, .l-spMenuButtonMenu__ico::after {
  position: absolute;
  display: block;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  content: "";
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transition-property: top, bottom, transform;
}
.l-spMenuButtonMenu__ico::before {
  top: 1.3333333333vw;
  left: calc(50% - 5.3333333333vw / 2);
}
.l-spMenuButtonMenu__ico::after {
  right: calc(50% - 5.3333333333vw / 2);
  bottom: 1.3333333333vw;
}
.l-spMenuButton__menu:hover .l-spMenuButtonMenu__ico::before, .l-spMenuButton__menu:hover .l-spMenuButtonMenu__ico::after, .is-open .l-spMenuButtonMenu__ico::before, .is-open .l-spMenuButtonMenu__ico::after {
  bottom: auto;
}
.l-spMenuButton__menu:hover .l-spMenuButtonMenu__ico::before, .is-open .l-spMenuButtonMenu__ico::before {
  top: calc(50% - 0.5333333333vw / 2);
  transform: rotate(45deg);
}
.l-spMenuButton__menu:hover .l-spMenuButtonMenu__ico::after, .is-open .l-spMenuButtonMenu__ico::after {
  bottom: calc(50% - 0.5333333333vw / 2);
  transform: rotate(-45deg);
}

.l-spMenuButton__search {
  background-color: #343434;
}

.l-spMenuButton__contact {
  background-color: #6d77b8;
}

.l-spMenuButton__mail {
  background-color: #6d77b8;
}

.l-spMenuButton__tel {
  background-color: #6d77b8;
}

.l-spMenuButton__hide {
  display: none;
}

html {
  font-size: 10px;
}
@media print, (min-width: 750px) {
  html {
    font-size: 100%;
  }
}
html.-disableScroll {
  height: 100vh;
  overflow: hidden;
}

body {
  position: relative;
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 2;
  color: #343434;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}
@media print, (min-width: 750px) {
  body {
    font-size: 1rem;
  }
}

span[id*=_cmp_elm] {
  position: fixed !important;
}

b,
strong {
  font-family: "UniversLTPro-65Bold", "新ゴ B", "Shin Go Medium", "A-OTF 新ゴ Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.c-adobe {
  padding: 8vw;
  text-align: center;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .c-adobe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
  }
}

.c-adobe__logo {
  display: block;
  padding-left: 8vw;
  margin-bottom: 5.3333333333vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  background: url("/lib/v2/img/logo_adobe_01.png") no-repeat left 45%/6.4vw 6.1333333333vw;
}
@media print, (min-width: 750px) {
  .c-adobe__logo {
    padding-left: 30px;
    margin-bottom: 0;
    background-size: 24px 23px;
  }
}

.c-adobe__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-adobe__link:hover, a:hover .c-adobe__link {
    opacity: 0.6;
  }
}

.c-blockquote {
  padding: 6.6666666667vw 8vw;
  color: #474747;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .c-blockquote {
    padding: 25px 30px;
  }
}

.c-box_gray {
  background-color: #f7f7f9;
}

.c-box-40 {
  padding: 10.6666666667vw 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-box-40 {
    padding: 40px;
  }
}

.c-box_gray-40 {
  padding: 10.6666666667vw 5.3333333333vw;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .c-box_gray-40 {
    padding: 40px;
  }
}

.c-box_gray-15 {
  padding: 4vw 4vw;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .c-box_gray-15 {
    padding: 15px;
  }
}

.p-anchorList03__link, .c-button__gray01, .c-button__blue01, .c-button__black01, .c-button__arrowRight-gray02-blank, .c-button__arrowRight-youtube, .c-button__arrowRight-line, .c-button__arrowRight-twitter, .c-button__arrowRight-facebook, .c-button__arrowRight-gray03, .c-button__arrowRight-gray02, .c-button__arrowRight-gray01, .c-button__arrowRight-blue02, .c-button__arrowRight-blue01, .c-button__arrowRight-white02, .c-button__arrowRight-white01, .c-button__arrowLeft-blue01 {
  position: relative;
  display: block;
  padding: 0.75em 1.5em;
}
@media print, (min-width: 750px) {
  .p-anchorList03__link, .c-button__gray01, .c-button__blue01, .c-button__black01, .c-button__arrowRight-gray02-blank, .c-button__arrowRight-youtube, .c-button__arrowRight-line, .c-button__arrowRight-twitter, .c-button__arrowRight-facebook, .c-button__arrowRight-gray03, .c-button__arrowRight-gray02, .c-button__arrowRight-gray01, .c-button__arrowRight-blue02, .c-button__arrowRight-blue01, .c-button__arrowRight-white02, .c-button__arrowRight-white01, .c-button__arrowLeft-blue01 {
    padding: 0.75em 1.5em 0.4em;
    font-size: 14px;
  }
}
@media print, (min-width: 750px) {
  .p-anchorList03__link small, .c-button__gray01 small, .c-button__blue01 small, .c-button__black01 small, .c-button__arrowRight-gray02-blank small, .c-button__arrowRight-youtube small, .c-button__arrowRight-line small, .c-button__arrowRight-twitter small, .c-button__arrowRight-facebook small, .c-button__arrowRight-gray03 small, .c-button__arrowRight-gray02 small, .c-button__arrowRight-gray01 small, .c-button__arrowRight-blue02 small, .c-button__arrowRight-blue01 small, .c-button__arrowRight-white02 small, .c-button__arrowRight-white01 small, .c-button__arrowLeft-blue01 small {
    font-size: 12px;
  }
}
[disabled].p-anchorList03__link, [disabled].c-button__gray01, [disabled].c-button__blue01, [disabled].c-button__black01, [disabled].c-button__arrowRight-gray02-blank, [disabled].c-button__arrowRight-youtube, [disabled].c-button__arrowRight-line, [disabled].c-button__arrowRight-twitter, [disabled].c-button__arrowRight-facebook, [disabled].c-button__arrowRight-gray03, [disabled].c-button__arrowRight-gray02, [disabled].c-button__arrowRight-gray01, [disabled].c-button__arrowRight-blue02, [disabled].c-button__arrowRight-blue01, [disabled].c-button__arrowRight-white02, [disabled].c-button__arrowRight-white01, [disabled].c-button__arrowLeft-blue01 {
  pointer-events: none;
  background-color: #797979;
}
.p-anchorList03__link .c-ico__mail-white, .c-button__gray01 .c-ico__mail-white, .c-button__blue01 .c-ico__mail-white, .c-button__black01 .c-ico__mail-white, .c-button__arrowRight-gray02-blank .c-ico__mail-white, .c-button__arrowRight-youtube .c-ico__mail-white, .c-button__arrowRight-line .c-ico__mail-white, .c-button__arrowRight-twitter .c-ico__mail-white, .c-button__arrowRight-facebook .c-ico__mail-white, .c-button__arrowRight-gray03 .c-ico__mail-white, .c-button__arrowRight-gray02 .c-ico__mail-white, .c-button__arrowRight-gray01 .c-ico__mail-white, .c-button__arrowRight-blue02 .c-ico__mail-white, .c-button__arrowRight-blue01 .c-ico__mail-white, .c-button__arrowRight-white02 .c-ico__mail-white, .c-button__arrowRight-white01 .c-ico__mail-white, .c-button__arrowLeft-blue01 .c-ico__mail-white {
  margin-left: 0.5em;
}

.c-button__arrowRight-youtube-small, .c-button__arrowRight-line-small, .c-button__arrowRight-twitter-small, .c-button__arrowRight-facebook-small, .c-button__arrowRight-gray03-small, .c-button__arrowRight-gray02-small, .c-button__arrowRight-gray01-small, .c-button__arrowRight-blue01-small, .c-button__arrowLeft-blue01-small, .c-button__arrowRight-white02-small, .c-button__gray01-small, .c-button__blue01-small {
  position: relative;
  display: block;
  padding: 0.5333333333vw calc(2.1333333333vw + 1.5em) 0.5333333333vw 2.1333333333vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-youtube-small, .c-button__arrowRight-line-small, .c-button__arrowRight-twitter-small, .c-button__arrowRight-facebook-small, .c-button__arrowRight-gray03-small, .c-button__arrowRight-gray02-small, .c-button__arrowRight-gray01-small, .c-button__arrowRight-blue01-small, .c-button__arrowLeft-blue01-small, .c-button__arrowRight-white02-small, .c-button__gray01-small, .c-button__blue01-small {
    padding: 2px calc(8px + 1.5em) 0 8px;
    font-size: 0.75rem;
  }
}

.c-button__arrowRight-youtube-medium, .c-button__arrowRight-line-medium, .c-button__arrowRight-twitter-medium, .c-button__arrowRight-facebook-medium, .c-button__arrowRight-gray03-medium, .c-button__arrowRight-gray02-medium, .c-button__arrowRight-gray01-medium, .c-button__arrowRight-blue01-medium, .c-button__arrowLeft-blue01-medium, .c-button__arrowRight-white02-medium, .c-button__gray01-medium, .c-button__blue01-medium {
  position: relative;
  display: block;
  padding: 0.75em 1em;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-youtube-medium, .c-button__arrowRight-line-medium, .c-button__arrowRight-twitter-medium, .c-button__arrowRight-facebook-medium, .c-button__arrowRight-gray03-medium, .c-button__arrowRight-gray02-medium, .c-button__arrowRight-gray01-medium, .c-button__arrowRight-blue01-medium, .c-button__arrowLeft-blue01-medium, .c-button__arrowRight-white02-medium, .c-button__gray01-medium, .c-button__blue01-medium {
    padding: 0.95em 1em 0.6em;
    font-size: 14px;
  }
}

.c-button__arrowRight-youtube-large, .c-button__arrowRight-line-large, .c-button__arrowRight-twitter-large, .c-button__arrowRight-facebook-large, .c-button__arrowRight-gray03-large, .c-button__arrowRight-gray02-large, .c-button__arrowRight-gray01-large, .c-button__arrowRight-blue02-large, .c-button__arrowRight-blue01-large, .c-button__arrowLeft-blue01-large, .c-button__arrowRight-white02-large, .c-button__blue01-large {
  position: relative;
  min-height: 16vw;
  padding: 1em 1.5em;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-youtube-large, .c-button__arrowRight-line-large, .c-button__arrowRight-twitter-large, .c-button__arrowRight-facebook-large, .c-button__arrowRight-gray03-large, .c-button__arrowRight-gray02-large, .c-button__arrowRight-gray01-large, .c-button__arrowRight-blue02-large, .c-button__arrowRight-blue01-large, .c-button__arrowLeft-blue01-large, .c-button__arrowRight-white02-large, .c-button__blue01-large {
    min-width: 320px;
    min-height: 60px;
    padding: 1.25em 1.5em 1em;
    font-size: 14px;
  }
}
@media print, (min-width: 750px) {
  .c-buttonList .c-button__arrowRight-youtube-large, .c-buttonList .c-button__arrowRight-line-large, .c-buttonList .c-button__arrowRight-twitter-large, .c-buttonList .c-button__arrowRight-facebook-large, .c-buttonList .c-button__arrowRight-gray03-large, .c-buttonList .c-button__arrowRight-gray02-large, .c-buttonList .c-button__arrowRight-gray01-large, .c-buttonList .c-button__arrowRight-blue02-large, .c-buttonList .c-button__arrowRight-blue01-large, .c-buttonList .c-button__arrowLeft-blue01-large, .c-buttonList .c-button__arrowRight-white02-large, .c-buttonList .c-button__blue01-large {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-anchorList03__link, .c-button__arrowRight-gray03-mediumLarge, .c-button__arrowRight-gray02-mediumLarge, .c-button__arrowRight-gray01-mediumLarge, .c-button__arrowRight-blue02-mediumLarge, .c-button__arrowRight-blue01-mediumLarge, .c-button__arrowLeft-blue01-mediumLarge, .c-button__blue01-mediumLarge {
  position: relative;
  width: 100%;
  max-width: 78.6666666667vw;
  min-height: 16vw;
  padding: 1em 1.5em;
  margin-right: auto;
  margin-left: auto;
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-anchorList03__link, .c-button__arrowRight-gray03-mediumLarge, .c-button__arrowRight-gray02-mediumLarge, .c-button__arrowRight-gray01-mediumLarge, .c-button__arrowRight-blue02-mediumLarge, .c-button__arrowRight-blue01-mediumLarge, .c-button__arrowLeft-blue01-mediumLarge, .c-button__blue01-mediumLarge {
    width: auto;
    min-width: 300px;
    max-width: 420px;
    min-height: 60px;
    padding: 0.95em 1em 0.6em;
    font-size: 16px;
  }
}

.c-button__arrowRight-gray03-smallLarge, .c-button__arrowRight-gray02-smallLarge, .c-button__arrowRight-gray01-smallLarge, .c-button__arrowRight-blue01-smallLarge, .c-button__arrowLeft-blue01-smallLarge {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 21.3333333333vw;
  padding: 1em 1.5em;
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray03-smallLarge, .c-button__arrowRight-gray02-smallLarge, .c-button__arrowRight-gray01-smallLarge, .c-button__arrowRight-blue01-smallLarge, .c-button__arrowLeft-blue01-smallLarge {
    min-width: 320px;
    max-width: 480px;
    min-height: 80px;
    padding: 1.25em 1.5em 1em;
    font-size: 16px;
  }
}

.c-button__arrowRight-gray03-exLarge, .c-button__arrowRight-gray02-exLarge, .c-button__arrowRight-gray01-exLarge, .c-button__arrowRight-blue01-exLarge, .c-button__arrowLeft-blue01-exLarge, .c-button__blue01-exLarge {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 26.6666666667vw;
  padding: 1em 1.5em;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray03-exLarge, .c-button__arrowRight-gray02-exLarge, .c-button__arrowRight-gray01-exLarge, .c-button__arrowRight-blue01-exLarge, .c-button__arrowLeft-blue01-exLarge, .c-button__blue01-exLarge {
    min-width: 320px;
    min-height: 100px;
    padding: 1.25em 1.5em 1em;
    font-size: 16px;
  }
}

.c-button__arrowRight-gray03-exxLarge, .c-button__arrowRight-gray02-exxLarge, .c-button__arrowRight-gray01-exxLarge, .c-button__arrowRight-blue01-exxLarge, .c-button__arrowLeft-blue01-exxLarge, .c-button__blue01-exxLarge {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 26.6666666667vw;
  padding: 1em 1.5em;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray03-exxLarge, .c-button__arrowRight-gray02-exxLarge, .c-button__arrowRight-gray01-exxLarge, .c-button__arrowRight-blue01-exxLarge, .c-button__arrowLeft-blue01-exxLarge, .c-button__blue01-exxLarge {
    min-width: 485px;
    min-height: 100px;
    padding: 1.25em 1.5em 1em;
    font-size: 16px;
  }
}

.c-button__blue01-download {
  max-width: 41.3333333333vw;
  padding: 0.25em 0.5em;
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .c-button__blue01-download {
    max-width: 155px;
    font-size: 16px;
  }
}

.c-button__arrowLeft-blue01 {
  padding-right: 2em;
}
.c-button__arrowLeft-blue01::before {
  position: absolute;
  top: calc(50% - 0.85em);
  left: 1em;
  font-size: 10px;
  content: "＜";
}

.p-anchorList03__link, .c-button__arrowRight-youtube, .c-button__arrowRight-line, .c-button__arrowRight-twitter, .c-button__arrowRight-facebook, .c-button__arrowRight-gray03, .c-button__arrowRight-gray02, .c-button__arrowRight-gray01, .c-button__arrowRight-blue02, .c-button__arrowRight-blue01, .c-button__arrowRight-white02, .c-button__arrowRight-white01 {
  padding-right: 2em;
}
.p-anchorList03__link::before, .c-button__arrowRight-youtube::before, .c-button__arrowRight-line::before, .c-button__arrowRight-twitter::before, .c-button__arrowRight-facebook::before, .c-button__arrowRight-gray03::before, .c-button__arrowRight-gray02::before, .c-button__arrowRight-gray01::before, .c-button__arrowRight-blue02::before, .c-button__arrowRight-blue01::before, .c-button__arrowRight-white02::before, .c-button__arrowRight-white01::before {
  position: absolute;
  top: calc(50% - 0.85em);
  right: 1em;
  font-size: 10px;
  content: "＞";
}

.c-button__arrowRight-gray02-blank {
  padding-right: 2.25em;
  padding-left: 1em;
}
.c-button__arrowRight-gray02-blank::before {
  position: absolute;
  top: calc(50% - 4.2666666667vw / 2);
  right: 1em;
  width: 4.88vw;
  height: 4.2666666667vw;
  content: "";
  background: url("/lib/v2/img/ico_blank_white.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray02-blank::before {
    top: calc(50% - 8px);
    width: 18.3px;
    height: 16px;
  }
}

@media print, (min-width: 750px) {
  .c-buttonWrap {
    display: flex;
  }
}

@media print, (min-width: 750px) {
  .c-buttonWrap-center {
    justify-content: center;
  }
}

.c-buttonWrap-multiple a + a {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap-multiple a + a {
    margin: 0 0 0 20px;
  }
}

.c-buttonList {
  display: grid;
  grid-gap: 5.3333333333vw 0;
}
@media print, (min-width: 750px) {
  .c-buttonList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.c-buttonList-flex {
  display: flex;
  grid-gap: 0 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-buttonList-flex {
    grid-gap: 0 20px;
  }
}
.c-buttonList-flexCenter {
  display: flex;
  flex-flow: column wrap;
  grid-gap: 5.3333333333vw;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .c-buttonList-flexCenter {
    flex-direction: row;
    grid-gap: 30px;
  }
}
@media print, (min-width: 750px) {
  .c-buttonList-flexTB {
    display: flex;
    grid-gap: 0 20px;
  }
}
.c-buttonList-vertical {
  grid-gap: 2.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .c-buttonList-vertical {
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
  }
}

.c-button-center {
  text-align: center;
}

.c-button-full {
  width: 100%;
}

.c-button-inline {
  display: inline-block;
}

.c-button-marginLeft0 {
  margin-left: 0;
}

.c-button-marginRight0 {
  margin-right: 0;
}

.c-button-right {
  margin-left: auto;
}

.c-button-w140 {
  width: 37.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-button-w140 {
    width: 140px;
  }
}

.c-button-w175 {
  width: 46.6666666667vw;
  min-width: initial;
}
@media print, (min-width: 750px) {
  .c-button-w175 {
    width: 175px;
  }
}

.c-button-w210 {
  width: 100%;
  min-width: initial;
}
@media print, (min-width: 750px) {
  .c-button-w210 {
    width: 210px;
  }
}

.c-button-w450 {
  width: 100%;
  min-width: initial;
}
@media print, (min-width: 750px) {
  .c-button-w450 {
    width: 450px;
  }
}

@media print, (min-width: 750px) {
  .c-button-w350-TB {
    width: 350px;
  }
}

@media print, (min-width: 750px) {
  .c-button-w420-TB {
    width: 420px;
  }
}

@media print, (min-width: 750px) {
  .c-button-w490-TB {
    width: 490px;
  }
}

.c-button__black01 {
  color: #fff;
  background-color: #343434;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__black01:hover, a:hover .c-button__black01 {
    background-color: #797979;
  }
}

.c-button__blue01 {
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__blue01:hover, a:hover .c-button__blue01 {
    background-color: #a9add8;
  }
}
.c-button__blue01 .c-ico__arrow-right {
  position: absolute;
  top: calc(50% - 4.2666666667vw / 2);
  right: 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .c-button__blue01 .c-ico__arrow-right {
    position: static;
    margin-left: 26px;
  }
}

.c-button__gray01 {
  background-color: #ebebf0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__gray01:hover, a:hover .c-button__gray01 {
    background-color: #f7f7f9;
  }
}
.c-button__arrowRight-white01 {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-white01:hover, a:hover .c-button__arrowRight-white01 {
    background-color: #dbddde;
  }
}

.c-button__arrowRight-white02 {
  background-color: #fff;
  border: 1px solid #dbddde;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-white02:hover, a:hover .c-button__arrowRight-white02 {
    background-color: #dbddde;
  }
}
.c-button__arrowLeft-blue01 {
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowLeft-blue01:hover, a:hover .c-button__arrowLeft-blue01 {
    background-color: #a9add8;
  }
}
.c-button__arrowRight-blue01 {
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-blue01:hover, a:hover .c-button__arrowRight-blue01 {
    background-color: #a9add8;
  }
}
.c-button__arrowRight-blue02 {
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-blue02:hover, a:hover .c-button__arrowRight-blue02 {
    background-color: #a9add8;
  }
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-blue02-large {
    min-width: 250px;
  }
}
.c-button__arrowRight-blue02::before {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_white_02.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-blue02::before {
    width: 16px;
    height: 16px;
  }
}

.c-button__arrowRight-gray01 {
  background-color: #ebebf0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray01:hover, a:hover .c-button__arrowRight-gray01 {
    background-color: #f7f7f9;
  }
}
.c-button__arrowRight-gray02 {
  color: #fff;
  background-color: #797979;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray02:hover, a:hover .c-button__arrowRight-gray02 {
    background-color: #95989a;
  }
}
.c-button__arrowRight-gray03 {
  background-color: #ebebf0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-gray03:hover, a:hover .c-button__arrowRight-gray03 {
    background-color: #fff;
  }
}
.c-button__arrowRight-facebook {
  color: #fff;
  background-color: #1977f3;
}
.c-button__arrowRight-facebook {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-facebook:hover, a:hover .c-button__arrowRight-facebook {
    opacity: 0.6;
  }
}
.c-button__arrowRight-twitter {
  color: #fff;
  background-color: #1d9bf0;
}
.c-button__arrowRight-twitter {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-twitter:hover, a:hover .c-button__arrowRight-twitter {
    opacity: 0.6;
  }
}
.c-button__arrowRight-line {
  color: #fff;
  background-color: #06c755;
}
.c-button__arrowRight-line {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-line:hover, a:hover .c-button__arrowRight-line {
    opacity: 0.6;
  }
}
.c-button__arrowRight-youtube {
  color: #fff;
  background-color: #ff181e;
}
.c-button__arrowRight-youtube {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-youtube:hover, a:hover .c-button__arrowRight-youtube {
    opacity: 0.6;
  }
}
.c-checkbox {
  position: relative;
  bottom: -0.1em;
  margin-right: 0.5em;
  vertical-align: baseline;
}

.c-row {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .c-row {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
  }
}
@media print, (min-width: 750px) {
  .c-row-gap40 {
    gap: 40px;
  }
}

.c-column {
  width: 100%;
}
@media print, (min-width: 750px) {
  .c-column {
    width: 50%;
  }
}
.c-column + .c-column {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-column + .c-column {
    margin-top: 0;
  }
}

.c-flexList {
  display: flex;
  flex-wrap: wrap;
}
.c-flexList__banner {
  display: block;
}
.c-flexList__banner img {
  width: 100%;
}
.c-flexList__shadow {
  background-color: #fff;
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .c-flexList__shadow {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.c-flexList-TB2SP1 {
  grid-gap: 5.3333333333vw 0vw;
}
@media print, (min-width: 750px) {
  .c-flexList-TB2SP1 {
    grid-gap: 40px;
  }
}
.c-flexList-TB2SP1 .c-flexList__item {
  width: 100%;
}
@media print, (min-width: 750px) {
  .c-flexList-TB2SP1 .c-flexList__item {
    width: 480px;
  }
}

.c-flexList-TB2SP1SizeDown1 {
  grid-gap: 5.3333333333vw 0vw;
}
@media print, (min-width: 750px) {
  .c-flexList-TB2SP1SizeDown1 {
    grid-gap: 100px;
  }
}
.c-flexList-TB2SP1SizeDown1 .c-flexList__item {
  width: 100%;
}
@media print, (min-width: 750px) {
  .c-flexList-TB2SP1SizeDown1 .c-flexList__item {
    width: 450px;
  }
}

.c-flexList-TB3SP1 {
  grid-gap: 5.3333333333vw 0vw;
}
@media print, (min-width: 750px) {
  .c-flexList-TB3SP1 {
    grid-gap: 20px;
  }
}
.c-flexList-TB3SP1 .c-flexList__item {
  width: 100%;
}
@media print, (min-width: 750px) {
  .c-flexList-TB3SP1 .c-flexList__item {
    width: 320px;
  }
}
.c-flexList-TB3SP1 .c-flexList__item02 {
  width: 100%;
}
@media print, (min-width: 750px) {
  .c-flexList-TB3SP1 .c-flexList__item02 {
    width: 300px;
  }
}

@media print, (min-width: 750px) {
  .c-form {
    display: flex;
  }
}

@media print, (min-width: 750px) {
  .c-form__label {
    display: flex;
  }
}

.c-form__input {
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #95989a;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
@media print, (min-width: 750px) {
  .c-form__input {
    font-size: 14px;
  }
}

.c-form__button {
  padding: 0.75em 1.25em;
}

.c-form__hide {
  display: none;
}

@media print, (min-width: 750px) {
  .c-formList__item-inline {
    display: flex;
  }
}
.c-formList__item + .c-formList__item {
  padding-top: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-formList__item + .c-formList__item {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.c-formList__head {
  margin-bottom: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-formList__head {
    padding-top: 0.25em;
    margin-bottom: 5px;
  }
}
@media print, (min-width: 750px) {
  .c-formList__item-inline .c-formList__head {
    width: 270px;
  }
}
@media print, (min-width: 750px) {
  .c-formList__head-narrow {
    width: 240px;
  }
}

@media print, (min-width: 750px) {
  .c-formList__body {
    flex: 1;
  }
}

.c-hr-gray01 {
  margin-bottom: 10.6666666667vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-hr-gray01 {
    margin-bottom: 40px;
  }
}

.c-hr-grayDotted01 {
  margin-bottom: 10.6666666667vw;
  border-top: 1px dotted #dbddde;
}
@media print, (min-width: 750px) {
  .c-hr-grayDotted01 {
    margin-bottom: 40px;
  }
}

.c-hr-margin10 {
  margin-bottom: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-hr-margin10 {
    margin-bottom: 10px;
  }
}

.c-hr-margin15 {
  margin-bottom: 4vw;
}
@media print, (min-width: 750px) {
  .c-hr-margin15 {
    margin-bottom: 15px;
  }
}

.c-hr-margin30 {
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .c-hr-margin30 {
    margin-bottom: 30px;
  }
}

.c-hr-margin60 {
  margin-bottom: 16vw;
}
@media print, (min-width: 750px) {
  .c-hr-margin60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.p-topSpecial__body::after, .p-topNewContents__body::after, .p-openingCard__link::after, .p-newsList02__link::before, .p-mypageList__link::after, .p-articleList__link::after, .p-archiveList__link::after, .c-ico__tel-purple, .c-ico__tel-white, .c-ico__tel-black, .p-telArea__number::before, .c-ico__support-white, .c-ico__search-white, .c-ico__search-black, .c-ico__map-white, .c-ico__mail-white, .c-ico__mail-black, .c-ico__lock-purple, .c-ico__blank-whiteV2, .c-link-white::after, .c-ico__blank-white, .c-ico__blank-purple, .c-link-blank::after, .c-ico__blank-black, .c-ico__arrow-right, .c-ico__arrow-bottom-gray01, .p-anchorList02__title::before, .p-anchorList__link::before, .c-ico__new {
  display: inline-block;
  background: no-repeat left top/contain;
}

.c-ico__new {
  padding: 1.6vw 2.1333333333vw 0.8vw;
  margin-right: 1.3333333333vw;
  font-size: 2.4vw;
  line-height: 1;
  color: #fff;
  background-color: #ff4040;
  border-radius: 10em;
}
@media print, (min-width: 750px) {
  .c-ico__new {
    padding: 6px 8px 3px;
    margin-right: 5px;
    font-size: 0.5625rem;
  }
}

.c-ico__new-article,
.c-ico__new-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 0.8em 0.4em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .c-ico__new-article,
  .c-ico__new-contents {
    padding: 0.55em 0.9em 0.4em;
    font-size: 0.75rem;
  }
}

.c-ico__new-article-s {
  padding: 0.4em 0.7em 0.3em;
  font-size: 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .c-ico__new-article-s {
    padding: 0.45em 0.8em 0.3em;
    font-size: 0.6875rem;
  }
}

.c-ico__angle-bottom {
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
@media print, (min-width: 750px) {
  .c-ico__angle-bottom {
    width: 6px;
    height: 6px;
  }
}

.c-ico__angleWhite-bottom {
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
@media print, (min-width: 750px) {
  .c-ico__angleWhite-bottom {
    width: 6px;
    height: 6px;
  }
}

.c-ico__angle-top {
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
}
@media print, (min-width: 750px) {
  .c-ico__angle-top {
    width: 8px;
    height: 8px;
  }
}

.c-ico__angleWhite-top {
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
}
@media print, (min-width: 750px) {
  .c-ico__angleWhite-top {
    width: 8px;
    height: 8px;
  }
}

.c-ico__arrow-bottom-gray01, .p-anchorList02__title::before, .p-anchorList__link::before {
  width: 6.4vw;
  height: 6.4vw;
  background-image: url("/lib/v2/img/ico_arrow_b_gray_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__arrow-bottom-gray01, .p-anchorList02__title::before, .p-anchorList__link::before {
    width: 24px;
    height: 24px;
  }
}

.c-ico__arrow-right {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url("/lib/v2/img/ico_arrow_r_white_02.svg");
}
@media print, (min-width: 750px) {
  .c-ico__arrow-right {
    width: 16px;
    height: 16px;
  }
}

.c-ico__blank-black {
  width: 3.2vw;
  height: 2.6666666667vw;
  background-image: url("/lib/v2/img/ico_blank_black_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__blank-black {
    width: 12px;
    height: 10px;
  }
}

.c-ico__blank-purple, .c-link-blank::after {
  width: 3.2vw;
  height: 2.6666666667vw;
  background-image: url("/lib/v2/img/ico_blank_purple_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__blank-purple, .c-link-blank::after {
    width: 12px;
    height: 10px;
  }
}

.c-ico__blank-white {
  width: 4.88vw;
  height: 4.2666666667vw;
  background-image: url("/lib/v2/img/ico_blank_white.svg");
}
@media print, (min-width: 750px) {
  .c-ico__blank-white {
    width: 18.3px;
    height: 16px;
  }
}

.c-ico__blank-whiteV2, .c-link-white::after {
  width: 3.2vw;
  height: 2.6666666667vw;
  background-image: url("/lib/v2/img/ico_blank_white_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__blank-whiteV2, .c-link-white::after {
    width: 12px;
    height: 10px;
  }
}

.c-ico__lock-purple {
  width: 4.2666666667vw;
  height: 5.3333333333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20d%3D%22M1170%2C3553h-.5v-1c0-3.584-1.916-6.5-5.5-6.5s-5.5%2C2.916-5.5%2C6.5v1h-.5a2%2C2%2C0%2C0%2C0-2%2C2v8.5a2%2C2%2C0%2C0%2C0%2C2%2C2h12a2%2C2%2C0%2C0%2C0%2C2-2V3555A2%2C2%2C0%2C0%2C0%2C1170%2C3553Zm-4.929%2C6.593-.356.207v3.385a.715.715%2C0%2C0%2C1-1.431%2C0V3559.8l-.356-.207a2.139%2C2.139%2C0%2C0%2C1%2C.546-3.932%2C2.339%2C2.339%2C0%2C0%2C1%2C.529-.061%2C2.114%2C2.114%2C0%2C0%2C1%2C1.329.465%2C2.134%2C2.134%2C0%2C0%2C1-.263%2C3.528ZM1167.8%2C3553h-7.6v-1.222c0-2.647%2C1.153-4.8%2C3.8-4.8s3.8%2C2.153%2C3.8%2C4.8Z%22%20transform%3D%22translate(-1156%20-3545.5)%22%20fill%3D%22%236d77b8%22%2F%3E%3C%2Fsvg%3E");
}
@media print, (min-width: 750px) {
  .c-ico__lock-purple {
    width: 16px;
    height: 20px;
  }
}

.c-ico__mail-black {
  width: 3.7333333333vw;
  height: 2.6666666667vw;
  background-image: url("/lib/v2/img/ico_mail_black_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__mail-black {
    width: 14px;
    height: 10px;
  }
}

.c-ico__mail-white {
  width: 3.7333333333vw;
  height: 2.6666666667vw;
  background-image: url("/lib/v2/img/ico_mail_white_02.svg");
}
@media print, (min-width: 750px) {
  .c-ico__mail-white {
    width: 14px;
    height: 10px;
  }
}

.c-ico__map-white {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url("/lib/v2/img/ico_location_white_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__map-white {
    width: 16.3px;
    height: 16.3px;
  }
}

.c-ico__search-black {
  width: 3.8666666667vw;
  height: 3.8666666667vw;
  background-image: url("/lib/v2/img/ico_search_black_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__search-black {
    width: 14.5px;
    height: 14.5px;
  }
}
.c-ico__search-black-large {
  width: 6.4vw;
  height: 6.4vw;
}
@media print, (min-width: 750px) {
  .c-ico__search-black-large {
    width: 24px;
    height: 24px;
  }
}

.c-ico__search-white {
  width: 3.8666666667vw;
  height: 3.8666666667vw;
  background-image: url("/lib/v2/img/ico_search_white_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__search-white {
    width: 14.5px;
    height: 14.5px;
  }
}

.c-ico__support-white {
  width: 4.0746666667vw;
  height: 8.2vw;
  background-image: url("/lib/v2/img/ico_contact_white_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__support-white {
    width: 15.28px;
    height: 30.75px;
  }
}

.c-ico__tel-black, .p-telArea__number::before {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url("/lib/v2/img/ico_phone_black_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__tel-black, .p-telArea__number::before {
    width: 20px;
    height: 20px;
  }
}

.c-ico__tel-white {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url("/lib/v2/img/ico_phone_white_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__tel-white {
    width: 20px;
    height: 20px;
  }
}

.c-ico__tel-purple {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url("/lib/v2/img/ico_phone_purple_01.svg");
}
@media print, (min-width: 750px) {
  .c-ico__tel-purple {
    width: 20px;
    height: 20px;
  }
}

.c-iframe-map {
  position: relative;
  padding: 0 0 calc(200 / 335 * 100%);
}
@media print, (min-width: 750px) {
  .c-iframe-map {
    padding: 0 0 calc(460 / 1000 * 100%);
  }
}
.c-iframe-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-iframe-map + .c-iframe-map {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-iframe-map + .c-iframe-map {
    margin-top: 40px;
  }
}

.c-iframe-360view {
  position: relative;
  padding: 0 0 calc(308 / 335 * 100%);
}
@media print, (min-width: 750px) {
  .c-iframe-360view {
    padding: 0 0 calc(460 / 1000 * 100%);
  }
}
.c-iframe-360view iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-iframe-youtube {
  position: relative;
  padding: 0 0 calc(188 / 335 * 100%);
}
@media print, (min-width: 750px) {
  .c-iframe-youtube {
    padding: 0 0 calc(540 / 960 * 100%);
  }
}
.c-iframe-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 750px) {
  .c-iframe-youtube {
    width: 960px;
  }
}
.c-iframe-seminarInfo {
  min-width: 100%;
  height: 40vh;
  border: none;
}
@media print, (min-width: 750px) {
  .c-iframe-seminarInfo {
    height: 480px;
  }
}

.c-imageWrap {
  text-align: center;
}

@media print, (min-width: 750px) {
  .c-image {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-image-full {
  width: 100%;
}

@media print, (min-width: 750px) {
  .c-image__image {
    max-width: 960px;
  }
}

.c-image__caption {
  display: block;
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.8333333333;
}
@media print, (min-width: 750px) {
  .c-image__caption {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}

@media print, (min-width: 750px) {
  .c-inner, .l-footerNavigation,
  .l-spNavigationNavigation, .l-globalNavigation__inner {
    max-width: 1000px;
  }
}

.c-inner {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-inner {
    min-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, (min-width: 750px) {
  .c-inner-narrow {
    min-width: 920px;
    max-width: 920px;
  }
}
.c-inner-border {
  border-top: 1px solid #dbddde;
}
.c-inner + .c-inner-border {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-inner + .c-inner-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-section-border .c-inner {
  position: relative;
}
.c-section-border .c-inner::before {
  position: absolute;
  top: -10.9333333333vw;
  left: 5.3333333333vw;
  display: block;
  width: 53.3333333333vw;
  height: 0.2666666667vw;
  content: "";
  background-color: #343434;
}
@media print, (min-width: 750px) {
  .c-section-border .c-inner::before {
    top: -41px;
    left: 0;
    width: 200px;
    height: 1px;
  }
}
@media print, (min-width: 750px) {
  .c-section-paddingBottom60 + .c-section-border .c-inner::before {
    top: -56px;
  }
}

.c-textarea, .c-inputSelect__select, .c-inputText__input {
  padding: 0.2em 1em;
  font-size: 4.2666666667vw;
  background-color: #fff;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-textarea, .c-inputSelect__select, .c-inputText__input {
    font-size: 1rem;
  }
}
@media print, (min-width: 750px) {
  .c-textarea:hover, .c-inputSelect__select:hover, .c-inputText__input:hover, .c-textarea:focus, .c-inputSelect__select:focus, .c-inputText__input:focus {
    background-color: #f7f7f9;
  }
}

.c-inputWidth-300, .c-inputWidth-320, .c-inputWidth-410, .c-inputWidth-480, .c-inputWidth-630, .c-inputWidth-650 {
  width: 100%;
}

.c-inputWidth-150s {
  width: 40vw;
}
@media print, (min-width: 750px) {
  .c-inputWidth-150s {
    width: 150px;
  }
}

@media print, (min-width: 750px) {
  .c-inputWidth-300 {
    width: 300px;
  }
}

@media print, (min-width: 750px) {
  .c-inputWidth-320 {
    width: 320px;
  }
}

@media print, (min-width: 750px) {
  .c-inputWidth-410 {
    width: 410px;
  }
}

@media print, (min-width: 750px) {
  .c-inputWidth-480 {
    width: 480px;
  }
}

@media print, (min-width: 750px) {
  .c-inputWidth-630 {
    width: 630px;
  }
}

@media print, (min-width: 750px) {
  .c-inputWidth-650 {
    width: 650px;
  }
}

.c-inputError {
  position: absolute;
  top: calc(100% + 2.6666666667vw);
  display: block;
  padding: 0 0.75em;
  font-size: 3.7333333333vw;
  line-height: 1.8571428571;
  color: #fff;
  background-color: #ff051b;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.4));
}
@media print, (min-width: 750px) {
  .c-inputError {
    top: calc(100% + 10px);
    font-size: 0.875rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
  }
}
.c-inputError::before {
  position: absolute;
  top: -2.6666666667vw;
  left: 2.4vw;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #ff051b transparent;
  border-style: solid;
  border-width: 0 1.8666666667vw 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .c-inputError::before {
    top: -10px;
    left: 9px;
    border-width: 0 7px 11px;
  }
}
.c-inputError-hide {
  display: none !important;
}

.c-inputWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .c-inputWrap {
    flex-direction: row;
    gap: 0 10px;
  }
}
.c-inputWrap-row {
  flex-direction: row;
  gap: 0 2.6666666667vw;
}
.c-inputWrap-center {
  align-items: center;
}
@media print, (min-width: 750px) {
  .c-inputWrap-center {
    align-items: flex-start;
    justify-content: center;
  }
}
@media print, (min-width: 750px) {
  .c-inputWrap-margin {
    flex-direction: row;
    gap: 0 40px;
  }
}
.c-inputWrap-margin.c-inputWrap-row {
  gap: 0 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-inputWrap-margin.c-inputWrap-row {
    gap: 0 40px;
  }
}

.c-inputLabel {
  position: absolute;
  top: -0.5em;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 6.4vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #ff051b;
  transform: translateY(-100%);
}
@media print, (min-width: 750px) {
  .c-inputLabel {
    top: 0.65em;
    right: auto;
    left: -0.5em;
    height: 24px;
    font-size: 0.875rem;
    transform: translateX(-100%);
  }
}
.c-inputLabel-ok {
  background-color: #6d77b8;
}

.c-inputText {
  position: relative;
  display: block;
}

.c-inputText__input {
  width: 100%;
}

.c-inputText__password {
  position: absolute;
  top: calc(50% - 5.8666666667vw / 2);
  right: 2.6666666667vw;
  display: block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  cursor: pointer;
  background-color: #b5b7bc;
  -webkit-mask: url("/lib/v2/img/ico_password_gray_show_01.svg") no-repeat center center/contain;
          mask: url("/lib/v2/img/ico_password_gray_show_01.svg") no-repeat center center/contain;
}
@media print, (min-width: 750px) {
  .c-inputText__password {
    top: calc(50% - 11px);
    right: 10px;
    width: 22px;
    height: 22px;
  }
}
@media print, (min-width: 750px) {
  .c-inputText__password:hover {
    background-color: #6d77b8;
  }
}
.c-inputText__password-hide {
  -webkit-mask-image: url("/lib/v2/img/ico_password_gray_hide_01.svg");
          mask-image: url("/lib/v2/img/ico_password_gray_hide_01.svg");
}

.c-inputCheckbox {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.25em 0 0 9.3333333333vw;
  cursor: pointer;
}
@media print, (min-width: 750px) {
  .c-inputCheckbox {
    padding-left: 35px;
  }
}

.c-inputCheckbox__input {
  display: none;
}

.c-inputCheckbox__icon {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4vw;
  height: 6.4vw;
  background-color: #fff;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-inputCheckbox__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
@media print, (min-width: 750px) {
  .c-inputCheckbox:hover .c-inputCheckbox__icon {
    background-color: #f7f7f9;
  }
}
.c-inputCheckbox__icon::before {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-color: transparent;
}
@media print, (min-width: 750px) {
  .c-inputCheckbox__icon::before {
    width: 14px;
    height: 14px;
  }
}
.c-inputCheckbox__input:checked + .c-inputCheckbox__icon::before {
  background-color: #6d77b8;
}

.c-inputCheckbox__text-small {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .c-inputCheckbox__text-small {
    font-size: 0.875rem;
  }
}

.c-inputNote {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .c-inputNote {
    font-size: 0.75rem;
  }
}

.c-inputRadio {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.25em 0 0 9.3333333333vw;
  cursor: pointer;
}
@media print, (min-width: 750px) {
  .c-inputRadio {
    padding-left: 35px;
  }
}

.c-inputRadio__input {
  display: none;
}

.c-inputRadio__icon {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 2.6666666667vw;
  background-color: #fff;
  border: 1px solid #dbddde;
  border-radius: 50%;
}
@media print, (min-width: 750px) {
  .c-inputRadio__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
@media print, (min-width: 750px) {
  .c-inputRadio:hover .c-inputRadio__icon {
    background-color: #f7f7f9;
  }
}
.c-inputRadio__icon::before {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-color: transparent;
  border-radius: 50%;
}
@media print, (min-width: 750px) {
  .c-inputRadio__icon::before {
    width: 14px;
    height: 14px;
  }
}
.c-inputRadio__input:checked + .c-inputRadio__icon::before {
  background-color: #6d77b8;
}

.c-inputSelect {
  position: relative;
  cursor: pointer;
}
.c-inputSelect::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2.6666666667vw;
  font-size: 3.7333333333vw;
  color: #797979;
  pointer-events: none;
  content: "〉";
  transform: rotate(90deg);
}
@media print, (min-width: 750px) {
  .c-inputSelect::after {
    right: 10px;
    font-size: 0.875rem;
  }
}

.c-inputSelect__select {
  width: 100%;
}
.c-inputSelect__select:invalid {
  color: #797979;
}
.c-inputSelect__select option {
  color: #343434;
}

.c-label {
  display: inline-block;
  padding: 1.6vw 2.1333333333vw 0.8vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
}
@media print, (min-width: 750px) {
  .c-label {
    padding: 6px 8px 3px;
    font-size: 0.75rem;
  }
}

.c-label-purple01, .c-label--new {
  background-color: #6d77b8;
}

.c-label-txt01 {
  color: #343434;
}

.c-lead01 {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-lead01 {
    font-size: 1.25rem;
  }
}

.c-lead01__logo {
  margin: 0 0.5em;
  vertical-align: text-bottom;
}

.c-line {
  margin: 8vw 0;
  border-top: 1px solid;
}
@media print, (min-width: 750px) {
  .c-line {
    margin: 25px 0;
  }
}

.c-line-gray01 {
  border-color: #dbddde;
}

.c-line-margin40 {
  margin: 10.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .c-line-margin40 {
    margin: 40px 0;
  }
}

.c-link {
  color: #6d77b8;
  text-decoration: underline;
}
.c-link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-link:hover, a:hover .c-link {
    opacity: 0.6;
  }
}

.c-link-blank::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
}
.c-link-white {
  color: #fff;
}
.c-link-marginTop10 {
  display: inline-block;
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-link-marginTop10 {
    margin-top: 0.625rem;
  }
}
.c-link-marginTop20 {
  display: inline-block;
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-link-marginTop20 {
    margin-top: 1.25rem;
  }
}

.c-linkUnder {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .c-linkUnder:hover {
    border-bottom-color: inherit;
  }
}

.c-list {
  line-height: 1.875;
}
.c-list-number {
  counter-reset: number;
}

.c-list__item {
  padding: 0 0 0 1.05em;
  text-indent: -1em;
}
.c-list-number .c-list__item {
  padding-left: 2em;
}
.c-list-number .c-list__item::before {
  content: counter(number) ".";
  counter-increment: number;
}
.c-list__item::before {
  content: "・";
}
.c-list-disc .c-list__item::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23343434%22%2F%3E%3C%2Fsvg%3E") no-repeat left 0.35em;
}

.c-listArrowR01 {
  line-height: 1.875;
}

.c-listArrowR01__item {
  padding: 0 0 0 1.05em;
  text-indent: -1em;
}
.c-listArrowR01__item::before {
  margin-right: 0.5em;
  font-size: 2.6666666667vw;
  vertical-align: middle;
  content: "＞";
}
@media print, (min-width: 750px) {
  .c-listArrowR01__item::before {
    font-size: 0.625rem;
  }
}

.c-listNote {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}
@media print, (min-width: 750px) {
  .c-listNote {
    font-size: 0.875rem;
  }
}
.c-listNote-small {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .c-listNote-small {
    font-size: 0.75rem;
  }
}
.c-listNote-exSmall {
  font-size: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-listNote-exSmall {
    font-size: 0.625rem;
  }
}
.c-listNote-number {
  counter-reset: number;
}

.c-listNote__item {
  padding: 0 0 0 1.05em;
  text-indent: -1em;
}
.c-listNote__item::before {
  content: "※";
}
.c-listNote__item-nomark::before {
  content: "";
}
.c-listNote__item-noIndent {
  padding-left: 0;
  text-indent: 0;
}
.c-listNote-number .c-listNote__item {
  padding-left: 2.2em;
  text-indent: -2.1em;
}
.c-listNote-number .c-listNote__item::before {
  content: "※" counter(number) " ";
  counter-increment: number;
}

.c-listNote-margin .c-listNote__item + .c-listNote-margin .c-listNote__item {
  margin-top: 1em;
}

.c-logo-do01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.2vw;
  height: 6.6666666667vw;
  background-color: color(display-p3 1 1 1 / 0.6);
}
.c-logo-do01 img {
  width: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-logo-do01 {
    width: 87px;
    height: 25px;
  }
  .c-logo-do01 img {
    width: 70px;
  }
}

.c-logo-do01--s {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.3333333333vw;
  height: 6.1333333333vw;
  background-color: color(display-p3 1 1 1 / 0.6);
}
.c-logo-do01--s img {
  width: 17.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-logo-do01--s {
    width: 80px !important;
    height: 23px !important;
  }
  .c-logo-do01--s img {
    width: 65px !important;
  }
}

.c-pageTop {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .c-pageTop {
    font-size: 1rem;
  }
}
.c-pageTop .c-pageTop__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-pageTop .c-pageTop__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-pageTop .c-pageTop__link:hover, a:hover .c-pageTop .c-pageTop__link {
    opacity: 0.6;
  }
}
.c-pageTop .c-pageTop__link::before {
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 2.6666666667vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_t_black_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .c-pageTop .c-pageTop__link::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.c-pointList {
  padding: 5.3333333333vw;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-pointList {
    padding: 20px 30px;
  }
}

.c-pointList__item::before {
  display: block;
  font-size: 3.7333333333vw;
  color: #6d77b8;
  content: "＼ POINT ／";
}
@media print, (min-width: 750px) {
  .c-pointList__item::before {
    display: inline;
    margin-right: 30px;
    font-size: 0.875rem;
  }
}

.c-scrollTitle {
  padding: 1.3333333333vw;
  color: #fff;
  text-align: center;
  background: #6d77b8;
}
@media print, (min-width: 750px) {
  .c-scrollTitle {
    padding: 5px;
  }
}
@media print, (min-width: 750px) {
  .c-scrollTitle-pcNone {
    display: none;
  }
}

.c-scrollCol {
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  overflow-x: auto;
  scrollbar-color: #6d77b8 #f7f7f9;
  scrollbar-width: thin;
}
@media print, (min-width: 750px) {
  .c-scrollCol {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-scrollCol::-webkit-scrollbar {
  height: 1.0666666667vw;
  padding-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-scrollCol::-webkit-scrollbar {
    height: 4px;
    padding-top: 20px;
  }
}
.c-scrollCol::-webkit-scrollbar-track {
  background-color: #f7f7f9;
}
.c-scrollCol::-webkit-scrollbar-thumb {
  background-color: #6d77b8;
}

@media print, (min-width: 750px) {
  .c-scrollCol-pcNone {
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: visible;
  }
}

.c-section {
  padding-top: 10.6666666667vw;
  padding-bottom: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.c-section-border, .c-section-border02 {
  border-top: 1px solid #dbddde;
}
.c-section-borderSP {
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-section-borderSP {
    border-top: none;
  }
}
.l-breadcrumb + .c-section {
  padding-top: 0;
}
@media print, (min-width: 750px) {
  .l-breadcrumb + .c-section {
    padding-top: 40px;
  }
}
.c-section-paddingTopSizeUp {
  padding-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-section-paddingTopSizeUp {
    padding-top: 80px;
  }
}
.c-section-paddingBottom0 {
  padding-bottom: 0;
}
@media print, (min-width: 750px) {
  .c-section-paddingBottom0 {
    padding-bottom: 0;
  }
}
.c-section-paddingBottom40 {
  padding-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .c-section-paddingBottom40 {
    padding-bottom: 40px;
  }
}
.c-section-paddingBottom60 {
  padding-bottom: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-section-paddingBottom60 {
    padding-bottom: 60px;
  }
}
@media print, (min-width: 750px) {
  .c-section-paddingBottom60 + .c-section {
    padding-top: 55px;
  }
}
.c-section-paddingBottom80 {
  padding-bottom: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-section-paddingBottom80 {
    padding-bottom: 80px;
  }
}
.c-section-zindex-1 {
  position: relative;
  z-index: -1;
}

@media print, (min-width: 750px) {
  .l-container-noHeader .c-section {
    padding-bottom: 70px;
  }
}
.l-container-noHeader .c-section:first-child {
  padding-top: 0;
}
.l-container-noHeader .c-section + .c-section {
  padding-top: 0;
}
.l-container-noHeader .c-section:last-child {
  padding-bottom: 0;
}

.c-spoiler {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50.6666666667vw;
  color: #fff;
  text-align: center;
  background-color: #d0d0d0;
}
@media print, (min-width: 750px) {
  .c-spoiler {
    min-height: 560px;
  }
}

.c-spoiler__text {
  text-align: center;
}
@media print, (min-width: 750px) {
  .c-spoiler__text {
    font-size: 1.5rem;
  }
}

.c-table01 {
  padding-bottom: 5.3333333333vw;
  overflow-x: auto;
  scrollbar-color: #6d77b8 #f7f7f9;
  scrollbar-width: thin;
}
@media print, (min-width: 750px) {
  .c-table01 {
    padding-bottom: 0;
    overflow-x: visible;
  }
}
.c-table01::-webkit-scrollbar {
  height: 1.0666666667vw;
  padding-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-table01::-webkit-scrollbar {
    display: none;
  }
}
.c-table01::-webkit-scrollbar-track {
  background-color: #f7f7f9;
}
.c-table01::-webkit-scrollbar-thumb {
  background-color: #6d77b8;
}
.c-table01 table {
  width: 100%;
  min-width: 266.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  table-layout: fixed;
}
@media print, (min-width: 750px) {
  .c-table01 table {
    min-width: 0;
    font-size: 0.875rem;
  }
}
.c-table01 tr:nth-child(2n+1):not(:first-child) th, .c-table01 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #f7f7f9;
}
.c-table01 th,
.c-table01 td {
  min-width: 90px;
  height: 16vw;
  padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw 2.6666666667vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .c-table01 th,
  .c-table01 td {
    height: 60px;
    padding: 10px 5px 10px 10px;
  }
}
.c-table01 th {
  color: #fff;
  background-color: #797979;
}
.c-table01 th + th {
  border-left: 1px solid #dbddde;
}
.c-table01 td + td {
  border-left: 1px solid #dbddde;
}
.c-table01 td .c-label {
  margin-bottom: 0.5em;
}

.c-table02 {
  padding-bottom: 5.3333333333vw;
  overflow-x: auto;
  scrollbar-color: #6d77b8 #f7f7f9;
  scrollbar-width: thin;
}
@media print, (min-width: 750px) {
  .c-table02 {
    padding-bottom: 0;
    overflow-x: visible;
  }
}
.c-table02::-webkit-scrollbar {
  height: 1.0666666667vw;
  padding-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-table02::-webkit-scrollbar {
    display: none;
  }
}
.c-table02::-webkit-scrollbar-track {
  background-color: #f7f7f9;
}
.c-table02::-webkit-scrollbar-thumb {
  background-color: #6d77b8;
}
.c-table02 table {
  width: 100%;
  min-width: 266.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-table02 table {
    min-width: 0;
  }
}
.c-table02 tr:nth-child(2n+1):not(:first-child) th, .c-table02 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #f7f7f9;
}
.c-table02 tr.border--bottom {
  border-bottom: 1px solid #dbddde;
}
.c-table02 th,
.c-table02 td {
  min-width: 90px;
  padding: 1em;
  vertical-align: middle;
}
.c-table02 th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  white-space: nowrap;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .c-table02 th {
    white-space: normal;
  }
}
.c-table02 th + th {
  border-left: 1px solid #dbddde;
}
.c-table02 th.background-purple {
  background-color: #a9add8;
}
.c-table02 th.background-pink {
  background-color: #fab4ce;
}

.c-table02-border td + td {
  border-left: 1px solid #dbddde;
}

.c-table03 th {
  padding-right: 2em;
}
@media print, (min-width: 750px) {
  .c-table03 th {
    padding-right: 4em;
  }
}

.c-text12 {
  font-size: 3.2vw;
  line-height: 2;
}
@media print, (min-width: 750px) {
  .c-text12 {
    font-size: 0.75rem;
  }
}

.c-text14 {
  font-size: 3.7333333333vw;
  line-height: 1.8571428571;
}
@media print, (min-width: 750px) {
  .c-text14 {
    font-size: 0.875rem;
  }
}

.c-text16 {
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .c-text16 {
    font-size: 1rem;
  }
}

.c-text18 {
  font-size: 4.8vw;
  line-height: 2.2222222222;
}
@media print, (min-width: 750px) {
  .c-text18 {
    font-size: 1.125rem;
  }
}

.c-text20 {
  font-size: 5.3333333333vw;
  line-height: 2.2;
}
@media print, (min-width: 750px) {
  .c-text20 {
    font-size: 1.25rem;
  }
}

.c-title02 {
  margin-bottom: 0.75em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 1.6;
}
@media print, (min-width: 750px) {
  .c-title02 {
    font-size: 1.25rem;
  }
}

.c-whitespace--pre {
  white-space: pre;
}

.c-textarea {
  height: 42.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-textarea {
    height: 200px;
  }
}

.c-title01 {
  margin-bottom: 1em;
  font-size: 8vw;
  line-height: 1.6666666667;
}
@media print, (min-width: 750px) {
  .c-title01 {
    font-size: 2rem;
  }
}
.c-title01-marginBottom0 {
  margin-bottom: 0;
}

.c-title02 {
  margin-bottom: 0.75em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 1.6;
}
@media print, (min-width: 750px) {
  .c-title02 {
    font-size: 1.25rem;
  }
}
.c-title02-borderTop {
  padding-top: 9.3333333333vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .c-title02-borderTop {
    padding-top: 35px;
  }
}
.c-title02-small {
  margin-bottom: 1.1em;
  font-size: 4.8vw;
  line-height: 1.7777777778;
}
@media print, (min-width: 750px) {
  .c-title02-small {
    font-size: 1.125rem;
  }
}
.c-title02-marginBottom0 {
  margin-bottom: 0;
}

.c-title03 {
  margin-bottom: 0.25em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .c-title03 {
    font-size: 1rem;
  }
}

.c-title04 {
  margin-bottom: 1em;
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .c-title04 {
    font-size: 1.5rem;
  }
}
.c-title04-small {
  font-size: 5.3333333333vw;
  line-height: 1.85;
}
@media print, (min-width: 750px) {
  .c-title04-small {
    font-size: 1.25rem;
  }
}
.c-title04-exSmall {
  font-size: 4.8vw;
  line-height: 1.5555555556;
}
@media print, (min-width: 750px) {
  .c-title04-exSmall {
    font-size: 1.125rem;
  }
}

.c-title05 {
  margin-bottom: 6.6666666667vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.8666666667vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .c-title05 {
    margin-bottom: 25px;
    font-size: 1.375rem;
    line-height: 2.1818181818;
  }
}
.c-title05-blue {
  color: #6d77b8;
}

.c-title06 {
  margin-bottom: 1em;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  line-height: 1.3333333333;
}
@media print, (min-width: 750px) {
  .c-title06 {
    font-size: 1.5rem;
  }
}

.c-title07 {
  margin-bottom: 0.25em;
  font-family: "UniversLTPro-65Bold", "新ゴ B", "Shin Go Medium", "A-OTF 新ゴ Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .c-title07 {
    font-size: 1rem;
  }
}

.c-title08 {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-title08 {
    font-size: 1.25rem;
  }
}
.c-title08::before {
  display: inline-block;
  width: 20px;
  height: 8px;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  margin-left: 0.1em;
  content: "";
  border-top: solid 1px #797979;
  border-bottom: solid 1px #797979;
}

.c-bgTitle {
  padding: 0.75em 1em;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #fff;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .c-bgTitle {
    font-size: 1rem;
  }
}

.c-borderTitle01 {
  padding: 0.75em 1em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
  color: #6d77b8;
  border: solid 1px #6d77b8;
}

[class*=c-text] + [class*=c-text], *:not([class*=c-input]) + [class*=c-text] {
  margin-top: 1.5em;
}

[class*=c-hr] {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  [class*=c-hr] {
    margin-top: 40px;
  }
}
@media print, (min-width: 750px) {
  [class*=c-text] + [class*=c-hr] {
    margin-top: 60px;
  }
}

.c-hr-margin10 {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-hr-margin10 {
    margin-top: 10px;
  }
}

* + .c-inputWrap {
  margin-top: 1em;
}
.c-inputWrap + * {
  margin-top: 0.5em;
}
.c-inputWrap + .c-inputWrap {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-inputWrap + .c-inputWrap {
    margin-top: 20px;
  }
}
.c-inputWrap-noMargin {
  margin-top: 0 !important;
}
.c-inputWrap + .c-inputWrap-marginSP {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-inputWrap + .c-inputWrap-marginSP {
    margin-top: 20px;
  }
}

*:not([class*=c-box]) + [class*=c-box], [class*=c-box] + *:not([class*=c-box]), * + .c-formListWrap > [class*=c-box] {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  *:not([class*=c-box]) + [class*=c-box], [class*=c-box] + *:not([class*=c-box]), * + .c-formListWrap > [class*=c-box] {
    margin-top: 40px;
  }
}

@media print, (min-width: 750px) {
  .c-box-noMarginTB {
    margin-top: 0 !important;
  }
}

.c-buttonList:not(.p-title02) + .c-buttonList:not(:first-child),
.c-buttonList:not(.p-title02) + .p-anchorList02:not(:first-child),
.c-buttonList:not(.p-title02) + .p-policyList01:not(:first-child),
.c-buttonList:not(.p-title02) + .p-policyList02:not(:first-child),
.p-anchorList02:not(.p-title02) + .c-buttonList:not(:first-child),
.p-anchorList02:not(.p-title02) + .p-anchorList02:not(:first-child),
.p-anchorList02:not(.p-title02) + .p-policyList01:not(:first-child),
.p-anchorList02:not(.p-title02) + .p-policyList02:not(:first-child),
.p-policyList01:not(.p-title02) + .c-buttonList:not(:first-child),
.p-policyList01:not(.p-title02) + .p-anchorList02:not(:first-child),
.p-policyList01:not(.p-title02) + .p-policyList01:not(:first-child),
.p-policyList01:not(.p-title02) + .p-policyList02:not(:first-child),
.p-policyList02:not(.p-title02) + .c-buttonList:not(:first-child),
.p-policyList02:not(.p-title02) + .p-anchorList02:not(:first-child),
.p-policyList02:not(.p-title02) + .p-policyList01:not(:first-child),
.p-policyList02:not(.p-title02) + .p-policyList02:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-buttonList:not(.p-title02) + .c-buttonList:not(:first-child),
  .c-buttonList:not(.p-title02) + .p-anchorList02:not(:first-child),
  .c-buttonList:not(.p-title02) + .p-policyList01:not(:first-child),
  .c-buttonList:not(.p-title02) + .p-policyList02:not(:first-child),
  .p-anchorList02:not(.p-title02) + .c-buttonList:not(:first-child),
  .p-anchorList02:not(.p-title02) + .p-anchorList02:not(:first-child),
  .p-anchorList02:not(.p-title02) + .p-policyList01:not(:first-child),
  .p-anchorList02:not(.p-title02) + .p-policyList02:not(:first-child),
  .p-policyList01:not(.p-title02) + .c-buttonList:not(:first-child),
  .p-policyList01:not(.p-title02) + .p-anchorList02:not(:first-child),
  .p-policyList01:not(.p-title02) + .p-policyList01:not(:first-child),
  .p-policyList01:not(.p-title02) + .p-policyList02:not(:first-child),
  .p-policyList02:not(.p-title02) + .c-buttonList:not(:first-child),
  .p-policyList02:not(.p-title02) + .p-anchorList02:not(:first-child),
  .p-policyList02:not(.p-title02) + .p-policyList01:not(:first-child),
  .p-policyList02:not(.p-title02) + .p-policyList02:not(:first-child) {
    margin-top: 60px;
  }
}

.c-buttonList + [class*=c-text]:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-buttonList + [class*=c-text]:not(:first-child) {
    margin-top: 40px;
  }
}
.p-articleCategory + .c-buttonList:not(:first-child) {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-articleCategory + .c-buttonList:not(:first-child) {
    margin-top: 60px;
  }
}

.c-buttonWrap:not(:first-child) {
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap:not(:first-child) {
    margin-top: 40px;
  }
}
.c-buttonWrap-margin:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap-margin:not(:first-child) {
    margin-top: 40px;
  }
}
.c-buttonWrap-marginNarrow:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap-marginNarrow:not(:first-child) {
    margin-top: 20px;
  }
}
.c-buttonWrap-marginWide:not(:first-child) {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap-marginWide:not(:first-child) {
    margin-top: 70px;
  }
}
.c-buttonWrap-marginWideTB:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap-marginWideTB:not(:first-child) {
    margin-top: 70px;
  }
}
.p-contact .c-buttonWrap:not(:first-child), .p-benefitList03 .c-buttonWrap:not(:first-child) {
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-contact .c-buttonWrap:not(:first-child), .p-benefitList03 .c-buttonWrap:not(:first-child) {
    margin-top: 20px;
  }
}
.c-buttonWrap + *:not(:first-child), .c-buttonWrap + .p-formHeader:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-buttonWrap + *:not(:first-child), .c-buttonWrap + .p-formHeader:not(:first-child) {
    margin-top: 40px;
  }
}
.v-movieListTag + .c-buttonWrap:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .v-movieListTag + .c-buttonWrap:not(:first-child) {
    margin-top: 20px;
  }
}

.c-row:not(:first-child),
.p-opening__lead + *:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-row:not(:first-child),
  .p-opening__lead + *:not(:first-child) {
    margin-top: 70px;
  }
}

.c-listNote:not(:first-child) {
  margin-top: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-listNote:not(:first-child) {
    margin-top: 25px;
  }
}
.p-benefitListIllust + .c-listNote:not(:first-child) {
  margin-top: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-benefitListIllust + .c-listNote:not(:first-child) {
    margin-top: 10px;
  }
}
.c-listNote-marginNarrow:not(:first-child) {
  margin-top: 0.5em;
}

.c-listNote-small:not(:first-child),
.c-listNote-exSmall:not(:first-child) {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-listNote-small:not(:first-child),
  .c-listNote-exSmall:not(:first-child) {
    margin-top: 10px;
  }
}

.c-blockquote:not(:first-child),
.c-flexList:not(:first-child),
.c-image:not(:first-child),
.c-title03:not(:first-child),
.c-title06:not(:first-child),
.c-spoiler:not(:first-child),
.p-articleList:not(:first-child),
.p-archiveList:not(:first-child),
.p-tab:not(:first-child),
.p-title02:not(:first-child),
.p-tomoPresentBanner:not(:first-child),
.p-newsList02:not(:first-child),
.policyListInfo:not(:first-child),
.p-eventList01:not(:first-child),
.js-CovidTopicSelctor-group:not(:first-child),
.m-title03:not(:first-child),
.m-title04:not(:first-child),
.m-magazineBannerList:not(:first-child),
.m-backNumberList:not(:first-child),
.v-movieList:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-blockquote:not(:first-child),
  .c-flexList:not(:first-child),
  .c-image:not(:first-child),
  .c-title03:not(:first-child),
  .c-title06:not(:first-child),
  .c-spoiler:not(:first-child),
  .p-articleList:not(:first-child),
  .p-archiveList:not(:first-child),
  .p-tab:not(:first-child),
  .p-title02:not(:first-child),
  .p-tomoPresentBanner:not(:first-child),
  .p-newsList02:not(:first-child),
  .policyListInfo:not(:first-child),
  .p-eventList01:not(:first-child),
  .js-CovidTopicSelctor-group:not(:first-child),
  .m-title03:not(:first-child),
  .m-title04:not(:first-child),
  .m-magazineBannerList:not(:first-child),
  .m-backNumberList:not(:first-child),
  .v-movieList:not(:first-child) {
    margin-top: 40px;
  }
}

.m-title04 ~ .m-title04 {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .m-title04 ~ .m-title04 {
    margin-top: 70px;
  }
}

.readHistory:not(:first-child) {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .readHistory:not(:first-child) {
    margin-top: 70px;
  }
}

*:not(.c-title05) + .c-formList {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  *:not(.c-title05) + .c-formList {
    margin-top: 40px;
  }
}

.c-table02:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-table02:not(:first-child) {
    margin-top: 70px;
  }
}
[class*=c-title] + .c-table02 {
  margin-top: 0;
}

.c-title01 ~ .c-title01 {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-title01 ~ .c-title01 {
    margin-top: 70px;
  }
}
.c-title01 + .p-title02 {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-title01 + .p-title02 {
    margin-top: 40px;
  }
}

.p-titleList01:not(:first-child),
.p-telArea:not(:first-child),
.p-benefitList02:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-titleList01:not(:first-child),
  .p-telArea:not(:first-child),
  .p-benefitList02:not(:first-child) {
    margin-top: 30px;
  }
}

.c-list,
.p-contact,
.p-infoArea,
.p-showroomSlider + *,
.p-formHeader + *,
.p-benefitList03,
.p-keywordSearch,
.c-title06 + .p-termTable {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-list,
  .p-contact,
  .p-infoArea,
  .p-showroomSlider + *,
  .p-formHeader + *,
  .p-benefitList03,
  .p-keywordSearch,
  .c-title06 + .p-termTable {
    margin-top: 40px;
  }
}

.p-infoArea + .p-showroomSlider {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-infoArea + .p-showroomSlider {
    margin-top: 60px;
  }
}

.p-benefitList03__title + .c-list, .c-list__item .c-list {
  margin-top: 0;
}

.p-anchorList:not(:first-child) {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-anchorList:not(:first-child) {
    margin-top: 65px;
  }
}
.c-title01 + .p-anchorList {
  margin-top: 0;
}

.p-app:not(:first-child) {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-app:not(:first-child) {
    margin-top: 60px;
  }
}

.p-appStep + *,
.p-plugin + * {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-appStep + *,
  .p-plugin + * {
    margin-top: 60px;
  }
}

.p-infoArea__title + * {
  margin-top: 0.5em;
}

.p-newsList {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-newsList {
    margin-top: 20px;
  }
}

.c-title02:not(:first-child),
.p-present:not(:first-child) {
  margin-top: 9.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-title02:not(:first-child),
  .p-present:not(:first-child) {
    margin-top: 60px;
  }
}

.p-productCategory:not(:first-child) {
  margin-top: -8vw;
}
@media print, (min-width: 750px) {
  .p-productCategory:not(:first-child) {
    margin-top: 0px;
  }
}

.c-listArrowR01:not(:first-child),
.p-seminarProfileList:not(:first-child) {
  margin-top: 1em;
}

.c-imageWrap:not(:first-child),
.p-showroomTable:not(:first-child) {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .c-imageWrap:not(:first-child),
  .p-showroomTable:not(:first-child) {
    margin-top: 40px;
  }
}
.c-imageWrap .c-list,
.p-showroomTable .c-list {
  margin-top: 0;
}

.c-pageTop:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-pageTop:not(:first-child) {
    margin-top: 40px;
  }
}

.c-pointList:not(:first-child),
.p-MembersContents:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-pointList:not(:first-child),
  .p-MembersContents:not(:first-child) {
    margin-top: 20px;
  }
}

* + .p-formHeader:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  * + .p-formHeader:not(:first-child) {
    margin-top: 20px;
  }
}
.c-formListWrap + .p-formHeader {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-formListWrap + .p-formHeader {
    margin-top: 70px;
  }
}

.p-MembersContentsList {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-MembersContentsList {
    margin-top: 30px;
  }
}
.p-benefitList03 .p-MembersContentsList {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-benefitList03 .p-MembersContentsList {
    margin-top: 20px;
  }
}

.p-opening__title:not(:first-child) {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-opening__title:not(:first-child) {
    margin-top: 70px;
  }
}

.p-tomoCategory + * {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-tomoCategory + * {
    margin-top: 40px;
  }
}

.p-title01__title + * {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-title01__title + * {
    margin-top: 0;
  }
}

.c-title01 + .p-search {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-title01 + .p-search {
    margin-top: 40px;
  }
}

.p-policyList01 {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-policyList01 {
    margin-top: 40px;
  }
}

.c-iframe-youtube + .v-movieListCategory:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .c-iframe-youtube + .v-movieListCategory:not(:first-child) {
    margin-top: 20px;
  }
}

.c-image + .c-text:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .c-image + .c-text:not(:first-child) {
    margin-top: 40px;
  }
}

.v-movieList-wrap + .v-detail:not(:first-child) {
  margin-top: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .v-movieList-wrap + .v-detail:not(:first-child) {
    margin-top: 70px;
  }
}
.v-detail .p-keywordSearch {
  margin-top: 0;
}

.p-anchorList {
  display: flex;
  flex-direction: column;
  grid-gap: 2.6666666667vw 0;
  padding-top: 50px;
}
@media print, (min-width: 750px) {
  .p-anchorList {
    flex-flow: row wrap;
    grid-gap: 20px 40px;
  }
}

@media print, (min-width: 750px) {
  .p-anchorList-column4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.p-anchorList--article {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-anchorList--article {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.p-anchorList--categories {
  padding-top: 0 !important;
  margin-top: 15px !important;
}

.p-anchorList-border {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
  border-top: 1px solid #dbddde;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-anchorList-border {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

.p-anchorList__item + .p-anchorList__item {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-anchorList__item + .p-anchorList__item {
    margin-top: 0;
  }
}

.p-anchorList__link {
  position: relative;
  display: block;
  padding-left: 9.3333333333vw;
}
.p-anchorList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-anchorList__link:hover, a:hover .p-anchorList__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-anchorList__link {
    padding-left: 34px;
  }
}
.p-anchorList__link::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  margin-right: 0.5em;
  vertical-align: middle;
  content: "";
}

@media print, (min-width: 750px) {
  .p-anchorList02 {
    display: flex;
  }
}

.p-anchorList02__item {
  width: 100%;
}
.p-anchorList02__item + .p-anchorList02__item {
  padding-top: 6.6666666667vw;
  margin-top: 8vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-anchorList02__item + .p-anchorList02__item {
    padding: 0 0 0 40px;
    margin: 0 0 0 40px;
    border-top: none;
    border-left: 1px solid #dbddde;
  }
}

.p-anchorList02__link {
  display: block;
}
.p-anchorList02__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-anchorList02__link:hover, a:hover .p-anchorList02__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-anchorList02__link {
    padding: 0 10px 0 20px;
  }
}

.p-anchorList02__title {
  display: block;
  margin-bottom: 0.75em;
  font-size: 6vw;
}
@media print, (min-width: 750px) {
  .p-anchorList02__title {
    font-size: 1.40625rem;
  }
}
.p-anchorList02__title::before {
  margin-right: 0.5em;
  vertical-align: middle;
  content: "";
}

.p-anchorList02__text {
  display: block;
}

.p-anchorList03 {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .p-anchorList03 {
    flex-direction: row;
    gap: 30px 30px;
    padding: 0 20px;
  }
}
@media print, (min-width: 750px) {
  .p-anchorList03-narrow {
    gap: 20px 20px;
    padding: 0 10px;
  }
}

@media print, (min-width: 750px) {
  .p-anchorList03__item {
    width: 100%;
  }
}

.p-anchorList03__link {
  color: #6d77b8;
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-anchorList03__link:hover, a:hover .p-anchorList03__link {
    background-color: #dbddde;
  }
}
@media print, (min-width: 750px) {
  .p-anchorList03__link {
    min-width: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
}
.p-anchorList03__link::before {
  top: calc(50% - 0.95em);
  font-size: 4.2666666667vw;
  transform: rotate(90deg);
}
@media print, (min-width: 750px) {
  .p-anchorList03__link::before {
    font-size: 1rem;
  }
}

.p-appHead {
  padding-bottom: 10.6666666667vw;
  margin-bottom: 10.6666666667vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-appHead {
    display: flex;
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
}
.p-appHead-noBorder {
  padding-bottom: 0;
  margin-bottom: 8vw;
  border-bottom: none;
}
@media print, (min-width: 750px) {
  .p-appHead-noBorder {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.p-appTitle {
  display: flex;
  grid-gap: 0 4vw;
}
@media print, (min-width: 750px) {
  .p-appTitle {
    grid-gap: 0 15px;
    justify-content: flex-start;
    margin-right: auto;
  }
}

.p-appTitle__image {
  width: 25.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-appTitle__image {
    width: 95px;
  }
}
.p-appTitle__image img {
  width: 100%;
}

.p-appTitle__content {
  flex: 1;
}

.p-appTitle__title {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-appTitle__title {
    font-size: 1.25rem;
  }
}

.p-appTitle__text {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-appTitle__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-appList {
  display: flex;
  grid-gap: 0 1.3333333333vw;
  justify-content: space-between;
}
@media print, (min-width: 750px) {
  .p-appList {
    grid-gap: 0 20px;
    justify-content: flex-end;
  }
}

.p-appList__link {
  display: block;
  margin-top: 5.3333333333vw;
  background: no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-appList__link {
    display: flex;
    align-items: flex-end;
    width: auto !important;
    height: auto !important;
    margin-top: 0;
    background: none !important;
  }
}
.p-appList__link-ios {
  width: 38.1786666667vw;
  background-image: url("/lib/v2/img/btn_download_ios_01.svg");
}
.p-appList__link-android {
  width: 47.5093333333vw;
  background-image: url("/lib/v2/img/btn_download_android_01.svg");
}

.p-appList__image {
  display: none;
}
@media print, (min-width: 750px) {
  .p-appList__image {
    display: block;
  }
}

.p-appList__text {
  display: none;
}
@media print, (min-width: 750px) {
  .p-appList__text {
    display: block;
    padding-bottom: 0.25em;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.p-appList__text--display {
  display: block !important;
  padding-top: 15.608vw;
}
@media print, (min-width: 750px) {
  .p-appList__text--display {
    padding-top: 0;
  }
}
.p-appList__text--display span {
  display: none;
}
@media print, (min-width: 750px) {
  .p-appList__text--display span {
    display: inline;
  }
}

.p-appBody {
  padding-bottom: 8vw;
  margin-bottom: 8vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-appBody {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}

@media print, (min-width: 750px) {
  .p-appStep {
    display: flex;
    grid-gap: 0 50px;
  }
}

.p-appStep__item {
  box-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .p-appStep__item {
    width: 100%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
}
.p-appStep__item + .p-appStep__item {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-appStep__item + .p-appStep__item {
    margin-top: 0;
  }
}

.p-appStep__head {
  padding: 5.3333333333vw 5.3333333333vw;
  background-color: #ebebf0;
}
@media print, (min-width: 750px) {
  .p-appStep__head {
    padding: 30px 20px;
  }
}

.p-appStep__number {
  margin-bottom: 0.5em;
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-appStep__number {
    font-size: 0.875rem;
  }
}
.p-appStep__number::before {
  margin-right: 0.5em;
  content: "ー";
}
.p-appStep__number i {
  font-size: 5.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-appStep__number i {
    font-size: 1.25rem;
  }
}

.p-appStep__title {
  font-size: 5.8666666667vw;
  line-height: 1.3636363636;
}
@media print, (min-width: 750px) {
  .p-appStep__title {
    font-size: 1.375rem;
  }
}

.p-appStep__body {
  padding: 6.6666666667vw 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-appStep__body {
    padding: 25px 20px 30px;
  }
}

.p-appInstructions {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-appInstructions {
    margin-top: 60px;
  }
}

.p-appInstructions__title {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-appInstructions__title {
    font-size: 1.25rem;
  }
}

.p-appInstructions__item {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-appInstructions__item {
    max-width: 1000px;
    margin-top: 60px;
  }
}

.p-appInstructions__body {
  overflow-x: auto;
}
@media print, (min-width: 750px) {
  .p-appInstructions__body {
    max-width: 1000px;
  }
}
.p-appInstructions__body table {
  margin: 4vw 0 8vw;
  white-space: nowrap;
}
@media print, (min-width: 750px) {
  .p-appInstructions__body table {
    margin: 15px 0 30px;
  }
}
.p-appInstructions__body table th,
.p-appInstructions__body table td {
  padding: 1.3333333333vw 4vw;
  line-height: 1.6;
  vertical-align: middle;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-appInstructions__body table th,
  .p-appInstructions__body table td {
    padding: 5px 15px;
  }
}
.p-appInstructions__body table th {
  background-color: #ebebf0;
}
.p-appInstructions__body table tr:nth-of-type(2n + 1) td {
  background-color: #f7f7f9;
}

.p-appFoot {
  word-break: break-all;
}

.p-appQAList__item {
  position: relative;
  padding: 8vw 0 calc(9.3333333333vw - 1.8em);
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-appQAList__item {
    padding: 30px 0 calc(35px - 1.8em);
  }
}
.p-appQAList__item.js-accordion::before {
  position: absolute;
  top: 17.5vw;
  right: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  content: "";
  background-color: #ebebf0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-appQAList__item.js-accordion::before {
    top: 33px;
    width: 25px;
    height: 25px;
  }
}
.p-appQAList__item:last-child {
  padding-bottom: 0;
}
.p-appQAList__item-noLabel.js-accordion::before {
  top: 8.5vw;
}
@media print, (min-width: 750px) {
  .p-appQAList__item-noLabel.js-accordion::before {
    top: 33px;
  }
}
@media print, (min-width: 750px) {
  .p-appQAList__item-noLabel .p-appQAList__body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media print, (min-width: 750px) {
  .p-appQAList__item-noLabel .p-appQAList__button {
    padding-left: 20px;
  }
}
.p-appQAList__item-noLabel .p-appQAList__button::before, .p-appQAList__item-noLabel .p-appQAList__button::after {
  top: 3.5vw;
}
@media print, (min-width: 750px) {
  .p-appQAList__item-noLabel .p-appQAList__button::before, .p-appQAList__item-noLabel .p-appQAList__button::after {
    top: 15px;
  }
}

.p-appQAList__group {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.6666666667vw;
  align-items: baseline;
  padding-right: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-appQAList__group {
    grid-gap: 0 20px;
    padding-right: 40px;
  }
}
.p-appQAList__groupText {
  order: 3;
}
@media print, (min-width: 750px) {
  .p-appQAList__groupText {
    order: 2;
    width: 630px;
  }
}
.p-appQAList__groupLabel {
  padding: 2.1333333333vw 1.3333333333vw 0.8vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-appQAList__groupLabel {
    min-width: 100px;
    padding: 8px 5px 3px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.p-appQAList__groupLabel-genreUse {
  background-color: #78ac34;
  border: solid 1px #78ac34;
}
.p-appQAList__groupLabel-genreClinic {
  background-color: #8cb5e2;
  border: solid 1px #8cb5e2;
}
.p-appQAList__groupLabel-genreProduct {
  background-color: #2962a2;
  border: solid 1px #2962a2;
}
.p-appQAList__groupLabel-genreData {
  background-color: #b9ae84;
  border: solid 1px #b9ae84;
}
.p-appQAList__groupLabel-genreRepair {
  background-color: #685b40;
  border: solid 1px #685b40;
}
.p-appQAList__groupLabel-genreOthers {
  background-color: #949495;
  border: solid 1px #949495;
}
.p-appQAList__groupLabel-target {
  order: 2;
  color: #999;
  background-color: #fff;
  border: solid 1px #999;
}
@media print, (min-width: 750px) {
  .p-appQAList__groupLabel-target {
    order: 3;
    margin-left: auto;
  }
}

.p-appQAList__button {
  position: relative;
  width: 100%;
}
.p-appQAList__button {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-appQAList__button:hover, a:hover .p-appQAList__button {
    opacity: 0.6;
  }
}
.p-appQAList__button::before, .p-appQAList__button::after {
  position: absolute;
  top: 12.5vw;
  right: 1.6vw;
  display: block;
  width: 2.9333333333vw;
  height: 0.2666666667vw;
  content: "";
  background-color: #797979;
  transition: transform 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-appQAList__button::before, .p-appQAList__button::after {
    top: 15px;
    right: 5px;
    width: 14px;
    height: 2px;
  }
}
.p-appQAList__button::after {
  transform: rotate(-90deg);
}
.is-open .p-appQAList__button::after {
  transform: rotate(0deg);
}

.p-appQAList__body {
  max-height: 0;
  padding-left: 4vw;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-appQAList__body {
    padding-right: 40px;
    padding-left: 140px;
  }
}
.is-open .p-appQAList__body {
  max-height: 100vh;
}
.p-appQAList__body p:last-of-type {
  margin-bottom: 1.1em;
}
.p-appQAList__body .c-link {
  word-break: break-all;
}

.p-appQAList .p-appQAList-imbBox {
  display: flex;
  flex-direction: column;
  grid-gap: 5.3333333333vw;
  justify-content: space-between;
  margin: 2.2em 0 1.1em;
}
@media print, (min-width: 750px) {
  .p-appQAList .p-appQAList-imbBox {
    flex-direction: row;
    gap: 30px;
  }
}
@media print, (min-width: 750px) {
  .p-appQAList .p-appQAList-imbBox__figure {
    width: 350px;
  }
}
.p-appQAList .p-appQAList-imbBox__figure img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-appQAList .p-appQAList-imbBox__figure img {
    width: 350px;
  }
}
.p-appQAList .p-appQAList-imbBox__figure figcaption {
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-appQAList .p-appQAList-imbBox__figure figcaption {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-appQAList .p-appQAList-imbBox__text {
  flex: 1;
}
.p-appQAList .p-appQAList-imbBox__text ol {
  list-style: none;
  counter-reset: circled;
}
.p-appQAList .p-appQAList-imbBox__text ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  counter-increment: circled;
}
.p-appQAList .p-appQAList-imbBox__text ol li::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  font-family: sans-serif;
  font-weight: 700;
  color: #b23a56;
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(1)::before {
  content: "❶";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(2)::before {
  content: "❷";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(3)::before {
  content: "❸";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(4)::before {
  content: "❹";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(5)::before {
  content: "❺";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(6)::before {
  content: "❻";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(7)::before {
  content: "❼";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(8)::before {
  content: "❽";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(9)::before {
  content: "❾";
}
.p-appQAList .p-appQAList-imbBox__text ol li:nth-child(10)::before {
  content: "❿";
}

.p-archiveList {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
  touch-action: pan-y;
}
@media print, (min-width: 750px) {
  .p-archiveList {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 35px;
  }
}

.p-archiveList__inner {
  display: flex;
  grid-gap: 0 5.3333333333vw;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-archiveList__inner {
    grid-gap: 0 60px;
  }
}
.p-archiveList__inner.is-transform {
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.14, 0.92) 0s;
}

.p-archiveList__item {
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-archiveList__item {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.p-archiveList__item-350 {
  width: 93.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-archiveList__item-350 {
    width: 350px;
  }
}

.p-archiveList__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-archiveList__link {
  position: relative;
}
.p-archiveList__link::after {
  position: absolute;
  top: calc(50% - 3.8848vw / 2);
  right: 5.3333333333vw;
  display: block;
  width: 1.6712vw;
  height: 3.8848vw;
  content: "";
  background-image: url("/lib/v2/img/ico_arrow_r_black_01.svg");
}
@media print, (min-width: 750px) {
  .p-archiveList__link::after {
    top: calc(50% - 7.284px);
    right: 20px;
    width: 6.267px;
    height: 14.568px;
  }
}
.p-archiveList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-archiveList__link:hover, a:hover .p-archiveList__link {
    opacity: 0.6;
  }
}
.p-archiveList__link-lock::before {
  position: absolute;
  right: 10.6666666667vw;
  bottom: 6.6666666667vw;
  width: 4.2666666667vw;
  height: 5.3333333333vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20d%3D%22M1170%2C3553h-.5v-1c0-3.584-1.916-6.5-5.5-6.5s-5.5%2C2.916-5.5%2C6.5v1h-.5a2%2C2%2C0%2C0%2C0-2%2C2v8.5a2%2C2%2C0%2C0%2C0%2C2%2C2h12a2%2C2%2C0%2C0%2C0%2C2-2V3555A2%2C2%2C0%2C0%2C0%2C1170%2C3553Zm-4.929%2C6.593-.356.207v3.385a.715.715%2C0%2C0%2C1-1.431%2C0V3559.8l-.356-.207a2.139%2C2.139%2C0%2C0%2C1%2C.546-3.932%2C2.339%2C2.339%2C0%2C0%2C1%2C.529-.061%2C2.114%2C2.114%2C0%2C0%2C1%2C1.329.465%2C2.134%2C2.134%2C0%2C0%2C1-.263%2C3.528ZM1167.8%2C3553h-7.6v-1.222c0-2.647%2C1.153-4.8%2C3.8-4.8s3.8%2C2.153%2C3.8%2C4.8Z%22%20transform%3D%22translate(-1156%20-3545.5)%22%20fill%3D%22%236d77b8%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}
@media print, (min-width: 750px) {
  .p-archiveList__link-lock::before {
    right: 40px;
    bottom: 25px;
    width: 16px;
    height: 20px;
  }
}
.p-archiveList__link::after {
  top: auto;
  bottom: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-archiveList__link::after {
    bottom: 25px;
  }
}
.swiper .p-archiveList__link::after {
  bottom: calc(50% - 2.4186666667vw / 2);
}
@media print, (min-width: 750px) {
  .swiper .p-archiveList__link::after {
    bottom: 63px;
  }
}

.p-archiveList__head {
  position: relative;
  padding: 0 0 56.2857142857%;
  overflow: hidden;
}
.p-archiveList__head-noMember::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  white-space: pre;
  content: "モリタ友の会有料会員様のみ\aログイン後ご視聴いただけます";
  background-color: rgba(0, 0, 0, 0.6);
}

.p-archiveList-3Column {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5.3333333333vw 2.9333333333vw;
  overflow: visible;
}
@media print, (min-width: 750px) {
  .p-archiveList-3Column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 35px;
  }
}
.p-archiveList-3Column .p-archiveList__head {
  padding: 0 0 56.1290322581%;
}

.p-archiveList__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archiveList__link:hover .p-archiveList__image {
  transform: scale(1.1);
}
.p-archiveList__link-noLink:hover .p-archiveList__image {
  transform: scale(1);
}

.p-archiveList__body {
  flex: 1;
  padding: 4vw 4vw 14.6666666667vw;
}
.p-archiveList__body-noMember::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  white-space: pre;
  content: "モリタ友の会有料会員様のみ\aログイン後ご視聴いただけます";
  background-color: rgba(0, 0, 0, 0.6);
}
@media print, (min-width: 750px) {
  .p-archiveList__body {
    padding: 24px 20px 40px;
  }
}

.p-archiveList__title {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.8vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-archiveList__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-archiveList__teacher,
.p-archiveList__period {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-archiveList__teacher,
  .p-archiveList__period {
    margin-top: 1em;
    font-size: 0.875rem;
  }
}

.p-archiveList__text {
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .p-archiveList__text {
    display: block;
    font-size: 1rem;
  }
}
.p-archiveList__text:not(:first-child) {
  margin-top: 1em;
}

.p-archiveList__target {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-archiveList__target {
    font-size: 0.75rem;
  }
}
.p-archiveList__targetDR, .p-archiveList__targetDT, .p-archiveList__targetDH {
  display: inline-block;
  padding: 4px 6px 2px;
  line-height: 1;
  color: #fff;
}
.p-archiveList__targetDR {
  background-color: #0c86b7;
}
.p-archiveList__targetDT {
  background-color: #8fc31f;
}
.p-archiveList__targetDH {
  background-color: #ee858c;
}

.p-archiveList-webseminar__item + .p-archiveList-webseminar__item {
  margin-top: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-archiveList-webseminar__item + .p-archiveList-webseminar__item {
    margin-top: 40px;
  }
}

.p-articleCategory-sizeS {
  display: grid;
  grid-gap: 8vw 0;
}
@media print, (min-width: 750px) {
  .p-articleCategory-sizeS {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}

.p-articleCategory__item {
  position: relative;
  padding: 8vw 7.7333333333vw 48vw;
  background-color: #fff;
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .p-articleCategory__item {
    min-height: 180px;
    padding: 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
}
.p-articleCategory__item::before {
  position: absolute;
  top: 0;
  left: 43.0666666667vw;
  display: block;
  width: 1px;
  height: 13.3333333333vw;
  content: "";
  background-color: #343434;
}
@media print, (min-width: 750px) {
  .p-articleCategory__item::before {
    left: 161.5px;
    height: 60px;
  }
}
.p-articleCategory-sizeS .p-articleCategory__item::before {
  display: none;
}
.p-articleCategory__item + .p-articleCategory__item {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-articleCategory__item + .p-articleCategory__item {
    margin-top: 30px;
  }
}
.p-articleCategory-sizeS .p-articleCategory__item + .p-articleCategory__item {
  margin-top: 0;
}
.p-articleCategory__item-link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-articleCategory__item-link:hover, a:hover .p-articleCategory__item-link {
    opacity: 0.6;
  }
}

.p-articleCategory__head {
  margin-bottom: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-articleCategory__head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
}
@media print, (min-width: 750px) {
  .p-articleCategory-sizeS .p-articleCategory__head {
    display: block;
    width: 170px;
    margin-bottom: 0;
  }
}

.p-articleCategory__title {
  margin-bottom: 4vw;
  font-size: 5.3333333333vw;
  line-height: 1.7;
}
@media print, (min-width: 750px) {
  .p-articleCategory__title {
    width: 7.5em;
    margin: 0;
    font-size: 1.25rem;
  }
}
.p-articleCategory-sizeS .p-articleCategory__title {
  margin-bottom: 0.25em;
}
@media print, (min-width: 750px) {
  .p-articleCategory-sizeS .p-articleCategory__title {
    margin-bottom: 0.75em;
  }
}

.p-articleCategory__lead {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-articleCategory__lead {
    font-size: 0.875rem;
  }
}

@media print, (min-width: 750px) {
  .p-articleCategory__body {
    display: flex;
    grid-gap: 0 40px;
  }
}

.p-articleCategorySubList__item {
  padding-left: 0.35em;
}
.p-articleCategorySubList__item::before {
  margin-right: 0.5em;
  content: "∟";
}
.p-articleCategorySubList__item::before {
  font-size: 2.6666666667vw;
  vertical-align: top;
}
@media print, (min-width: 750px) {
  .p-articleCategorySubList__item::before {
    font-size: 0.625rem;
  }
}

.p-articleCategorySubList__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .p-articleCategorySubList__link:hover {
    border-bottom-color: #343434;
  }
}

.p-articleCategory__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
@media print, (min-width: 750px) {
  .p-articleCategory__bg {
    width: auto;
    height: 100%;
  }
}
.p-articleCategory-sizeS .p-articleCategory__bg {
  height: 40vw;
}
@media print, (min-width: 750px) {
  .p-articleCategory-sizeS .p-articleCategory__bg {
    width: 240px;
    height: 100%;
  }
}

.p-articleCategory__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-articleList--top {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
  touch-action: pan-y;
}

.p-articleList--lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5.3333333333vw 2.9333333333vw;
}
.p-articleList--lower .p-articleList__label {
  padding: 0.4em 0.7em 0.3em;
  font-size: 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .p-articleList--lower .p-articleList__label {
    padding: 0.45em 0.8em 0.3em;
    font-size: 0.6875rem;
  }
}
.p-articleList--lower .p-articleList__head .c-logo-do01--s {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18.6666666667vw;
  height: 5.3333333333vw;
}
.p-articleList--lower .p-articleList__head .c-logo-do01--s img {
  width: 14.9333333333vw;
}
@media print, (min-width: 750px) {
  .p-articleList--lower {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 35px;
  }
}

.p-articleList__inner {
  display: flex;
  grid-gap: 0 5.3333333333vw;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-articleList__inner {
    grid-gap: 0 60px;
  }
}
.p-articleList__inner.is-transform {
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.14, 0.92) 0s;
}

.p-articleList__item {
  background-color: #fff;
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-articleList__item {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.p-articleList__item--top {
  flex-shrink: 0;
  width: 82.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-articleList__item--top {
    width: 350px;
  }
}

.p-articleList__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-articleList__link {
  position: relative;
}
.p-articleList__link::after {
  position: absolute;
  top: calc(50% - 3.8848vw / 2);
  right: 5.3333333333vw;
  display: block;
  width: 1.6712vw;
  height: 3.8848vw;
  content: "";
  background-image: url("/lib/v2/img/ico_arrow_r_black_01.svg");
}
@media print, (min-width: 750px) {
  .p-articleList__link::after {
    top: calc(50% - 7.284px);
    right: 20px;
    width: 6.267px;
    height: 14.568px;
  }
}
.p-articleList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-articleList__link:hover, a:hover .p-articleList__link {
    opacity: 0.6;
  }
}
.p-articleList__link::after {
  top: auto;
  bottom: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-articleList__link::after {
    bottom: 25px;
  }
}
.swiper .p-articleList__link::after {
  bottom: calc(50% - 2.4186666667vw / 2);
}
@media print, (min-width: 750px) {
  .swiper .p-articleList__link::after {
    bottom: 63px;
  }
}

.p-articleList__head {
  position: relative;
  padding: 0 0 57.4193548387%;
  overflow: hidden;
}
.swiper .p-articleList__head {
  padding: 0 0 71.4285714286%;
}
.p-articleList--height .p-articleList__head {
  padding: 0 0 85.4838709677%;
}
.p-articleList__head .c-logo-do01--s {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23.2vw;
  height: 6.6666666667vw;
}
.p-articleList__head .c-logo-do01--s img {
  width: 18.6666666667vw;
}

.p-articleList--top .p-articleList__head {
  padding: 0 0 71.4285714286%;
}

.p-articleList--academic .p-articleList__head {
  padding: 0 0 58%;
}

.p-articleList__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-articleList__link:hover .p-articleList__image {
  transform: scale(1.1);
}

.p-articleList__label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 0.8em 0.4em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-articleList__label {
    padding: 0.55em 0.9em 0.4em;
    font-size: 0.75rem;
  }
}

.p-articleList__label-new {
  color: #fff;
  background-color: #6d77b8;
}

.p-articleList__label-special {
  color: #fff;
  background-color: #ff9300;
}

.p-articleList__body {
  flex: 1;
  padding: 2.6666666667vw 4vw 14.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-articleList__body {
    padding: 24px 20px 40px;
  }
}
@media print, (min-width: 750px) {
  .p-articleList--height .p-articleList__body {
    min-height: 165px;
  }
}

.p-articleList__title {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.8vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-articleList__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-articleList__title--academic {
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-articleList__title--academic {
    font-size: 1.25rem;
  }
}

.p-articleList__category {
  font-size: 2.6666666667vw;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-articleList__category {
    font-size: 0.625rem;
  }
}
.swiper .p-articleList__category {
  display: none;
}

.p-articleList__text {
  display: none;
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .p-articleList__text {
    display: block;
    font-size: 1rem;
  }
}
.p-articleList__text:not(:first-child) {
  margin-top: 1em;
}
.p-articleList--height .p-articleList__text {
  display: block;
}
.swiper .p-articleList__text {
  display: none;
}

.p-articleSupport {
  display: grid;
  grid-gap: 8vw 0;
}
@media print, (min-width: 750px) {
  .p-articleSupport {
    display: flex;
    flex-direction: row-reverse;
    grid-gap: 0 60px;
  }
}

@media print, (min-width: 750px) {
  .p-articleSupport__head {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
}

.p-articleSupport__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.8666666667vw 1.6vw;
}
@media print, (min-width: 750px) {
  .p-articleSupport__body {
    grid-gap: 10px;
    width: 550px;
  }
}

.p-articleSupport__image-full {
  grid-row: 1/2;
  grid-column: 1/3;
}

.p-bannerSliderContainer {
  overflow: hidden;
}

.p-bannerSlider {
  width: 84vw;
}
@media print, (min-width: 750px) {
  .p-bannerSlider {
    width: 1000px;
    overflow: visible;
  }
}
.p-bannerSlider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.p-bannerSlider__item {
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.p-bannerSlider__item.swiper-slide-active {
  opacity: 1;
}

.p-bannerSlider__pagination {
  position: static;
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-bannerSlider__pagination {
    margin-top: 10px;
  }
}
.p-bannerSlider__pagination .swiper-pagination-bullet {
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 2.6666666667vw !important;
  margin-left: 2.6666666667vw !important;
  background-color: #ebebf0;
  opacity: 1;
}
@media print, (min-width: 750px) {
  .p-bannerSlider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
.p-bannerSlider__pagination .swiper-pagination-bullet-active {
  background-color: #6d77b8;
}

.p-benefitList {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .p-benefitList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 25px;
  }
}

@media print, (min-width: 750px) {
  .p-benefitList__item {
    display: flex;
    flex-direction: column;
  }
}

.p-benefitList__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5.3333333333vw 8vw 5.3333333333vw 5.3333333333vw;
  margin-bottom: 4vw;
  color: #6d77b8;
  background: linear-gradient(135deg, #faeff8 0%, #ebf3fa 100%);
  border-radius: 2.1333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
}
.p-benefitList__item:nth-child(2n) .p-benefitList__inner {
  background: linear-gradient(315deg, #faeff8 0%, #ebf3fa 100%);
}

.p-benefitListIllust {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-benefitListIllust {
    min-height: 280px;
    margin-bottom: 20px;
  }
}

.p-benefitListIllust__image {
  width: 32vw;
}
@media print, (min-width: 750px) {
  .p-benefitListIllust__image {
    width: 120px;
  }
}

.p-benefitList__number {
  position: absolute;
  top: 5.3333333333vw;
  left: 5.3333333333vw;
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 8vw;
  line-height: 1;
}
@media print, (min-width: 750px) {
  .p-benefitList__number {
    position: static;
    left: auto;
    margin-bottom: 0.5em;
    font-size: 1.875rem;
  }
}

.p-benefitList__title {
  padding: 2em 0 0 1em;
  font-size: 4.8vw;
  line-height: 1.6666666667;
}
@media print, (min-width: 750px) {
  .p-benefitList__title {
    padding: 0;
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-benefitList__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.6vw;
  height: 17.6vw;
}
@media print, (min-width: 750px) {
  .p-benefitList__icon {
    order: -1;
    width: 66px;
    height: 66px;
    margin-bottom: 25px;
  }
}

.p-benefitList02 {
  counter-reset: number;
}

.p-benefitList02__item {
  overflow: hidden;
  color: #6d77b8;
  background-color: #f8f9ff;
  border-radius: 2.1333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList02__item {
    display: flex;
    border-radius: 8px;
  }
}
.p-benefitList02__item-dentist {
  color: #0082b0;
  background: linear-gradient(-45deg, #e4f4f8 0%, #ebf3fa 100%);
}
.p-benefitList02__item-dentist:nth-child(2n) {
  background: linear-gradient(135deg, #e4f4f8 0%, #ebf3fa 100%);
}
.p-benefitList02__item-newdentist {
  color: #f7a239;
  background: linear-gradient(-45deg, #fff4d6 0%, #ffefd9 100%);
}
.p-benefitList02__item-newdentist:nth-child(2n) {
  background: linear-gradient(135deg, #fff4d6 0%, #ffefd9 100%);
}
.p-benefitList02__item-technician {
  color: #96cc4b;
  background: linear-gradient(-45deg, #f4faea 0%, #ebfde3 100%);
}
.p-benefitList02__item-technician:nth-child(2n) {
  background: linear-gradient(135deg, #f4faea 0%, #ebfde3 100%);
}
.p-benefitList02__item-hygienist {
  color: #f88e96;
  background: linear-gradient(-45deg, #fff0fc 0%, #ffeaea 100%);
}
.p-benefitList02__item-hygienist:nth-child(2n) {
  background: linear-gradient(135deg, #fff0fc 0%, #ffeaea 100%);
}
.p-benefitList02__item + .p-benefitList02__item {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList02__item + .p-benefitList02__item {
    margin-top: 20px;
  }
}

.p-benefitList02__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42.6666666667vw;
  background: radial-gradient(#f5fafc 0%, #f7f7f9 100%);
}
.p-benefitList02__head--middle {
  height: 64vw;
}
.p-benefitList02__head--long {
  height: 85.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList02__head {
    width: 200px;
    min-width: 200px;
    height: auto !important;
    min-height: 200px;
  }
}

.p-benefitList02__body {
  display: flex;
  flex-wrap: wrap;
  padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList02__body {
    position: relative;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 30px 40px 30px 145px;
  }
}

@media print, (min-width: 750px) {
  .p-benefitList02__image {
    max-width: 90%;
    max-height: 75%;
  }
}

.p-benefitList02__number {
  display: flex;
  flex-direction: column;
  padding-top: 0.25em;
  margin-right: 5.8666666667vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
@media print, (min-width: 750px) {
  .p-benefitList02__number {
    position: absolute;
    top: 50%;
    left: 0;
    width: 145px;
    padding-top: 0;
    margin-right: 0;
    font-size: 0.875rem;
    transform: translateY(-50%);
  }
}
.p-benefitList02__number::after {
  margin-top: 2.6666666667vw;
  font-size: 8vw;
  content: counter(number, decimal-leading-zero) "";
  counter-increment: number;
}
@media print, (min-width: 750px) {
  .p-benefitList02__number::after {
    margin-top: 10px;
    font-size: 1.875rem;
  }
}

.p-benefitList02__title {
  flex: 1;
  max-width: 61.3333333333vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: bold;
  line-height: 1.4545454545;
  word-break: keep-all;
}
@media print, (min-width: 750px) {
  .p-benefitList02__title {
    flex: 0;
    max-width: none;
    font-size: 1.375rem;
  }
}

.p-benefitList02__lead {
  margin-top: 1em;
  line-height: 1.875;
  color: #343434;
}
@media print, (min-width: 750px) {
  .p-benefitList02__lead {
    margin-top: 0.5em;
  }
}

.p-benefitList02 .c-listNote {
  margin-top: 1em;
  color: #343434;
}

.p-benefitList03 {
  counter-reset: number;
}

.p-benefitList03__item {
  position: relative;
  padding: 10.6666666667vw 5.3333333333vw;
  background-color: #f8f9ff;
  border-radius: 2.1333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList03__item {
    display: flex;
    gap: 0 40px;
    padding: 30px 60px 30px 0;
    border-radius: 8px;
  }
}
.p-benefitList03__item + .p-benefitList03__item {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList03__item + .p-benefitList03__item {
    margin-top: 20px;
  }
}

.p-benefitList03__body {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-benefitList03__body {
    flex: 1;
    padding-left: 110px;
    font-size: 1rem;
  }
}

.p-benefitList03__foot {
  width: 61.3333333333vw;
  margin: 5.3333333333vw auto 0;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-benefitList03__foot {
    width: 230px;
    margin-top: 0;
    text-align: center;
  }
}

.p-benefitList03__number {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding-top: 0.25em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  line-height: 1;
  color: #6d77b8;
  text-align: center;
  letter-spacing: 0;
}
@media print, (min-width: 750px) {
  .p-benefitList03__number {
    left: 0;
    width: 150px;
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.p-benefitList03__number::after {
  margin-top: 2.6666666667vw;
  font-size: 8vw;
  content: counter(number, decimal-leading-zero) "";
  counter-increment: number;
}
@media print, (min-width: 750px) {
  .p-benefitList03__number::after {
    margin-top: 10px;
    font-size: 1.875rem;
  }
}

.p-benefitList03__title {
  padding-left: 17.6vw;
  margin-bottom: 0.25em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: bold;
  line-height: 1.4545454545;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-benefitList03__title {
    padding-left: 0;
    font-size: 1.375rem;
  }
}

.p-compTable01 {
  table-layout: fixed;
}
.p-compTable01 th:nth-child(1),
.p-compTable01 td:nth-child(1) {
  width: 6em;
  min-width: 0;
  text-align: center;
}
.p-compTable01 th:nth-child(3),
.p-compTable01 td:nth-child(3) {
  width: 25%;
}
.p-compTable01 th:nth-child(4),
.p-compTable01 td:nth-child(4) {
  width: 13%;
}

.p-contact {
  padding: 6.6666666667vw 4vw 8vw;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .p-contact {
    display: table;
    padding: 25px 30px 30px;
  }
}

.p-contact__number {
  font-size: 5.3333333333vw;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-contact__number {
    font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: 1.25rem;
  }
}
.p-contact__number .c-ico__tel-purple {
  margin-right: 1.6vw;
}
@media print, (min-width: 750px) {
  .p-contact__number .c-ico__tel-purple {
    margin-right: 6px;
  }
}
.p-contact__number i {
  font-size: 4.8vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .p-contact__number i {
    font-size: 1.125rem;
  }
}

.p-dealerIcon01 {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 34.6666666667vw;
  height: 34.6666666667vw;
  margin: 0 auto 5.3333333333vw;
  line-height: 1.25;
  color: #fff;
  background-color: #6d77b8;
  border-radius: 10em;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .p-dealerIcon01 {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
  }
}
.p-dealerIcon01__name {
  padding-top: 0.8vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
}
@media print, (min-width: 750px) {
  .p-dealerIcon01__name {
    padding-top: 3px;
    font-size: 24px;
  }
}

.p-dealerBg01 {
  padding: 8vw 5.3333333333vw;
  margin-top: 10.6666666667vw;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .p-dealerBg01 {
    padding: 30px;
    margin-top: 40px;
  }
}

.p-dealerTitle01 {
  margin-bottom: 8vw;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dealerTitle01 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.p-title02__title {
  font-feature-settings: "palt";
}

.p-dentalOfficeFV {
  position: relative;
  margin-bottom: 133.3333333333vw;
  background: url("/www_img/academic/dentaloffice/common_bg_fv@2x.jpg") no-repeat center top/cover;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV {
    height: 750px;
    margin-bottom: 240px;
    background: url("/www_img/academic/dentaloffice/common_bg_fv.jpg") no-repeat center center/cover;
  }
}
.p-dentalOfficeFV__inner {
  display: flex;
  flex-flow: column wrap;
  gap: 10.6666666667vw;
  align-items: center;
  justify-content: center;
  padding: 16vw 5.3333333333vw 26.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__inner {
    flex-direction: row-reverse;
    gap: initial;
    justify-content: space-between;
    width: 1000px;
    padding: 100px 0 0;
    margin: auto;
  }
}
.p-dentalOfficeFV__logo {
  width: 40vw;
}
.p-dentalOfficeFV__logo img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__logo {
    width: 225px;
    margin-right: 100px;
  }
}
.p-dentalOfficeFV__catch {
  margin-bottom: 10.6666666667vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 8.5333333333vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__catch {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: left;
  }
}
.p-dentalOfficeFV__description {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.p-dentalOfficeFV__description:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__description:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-dentalOfficeFV__recommend {
  position: absolute;
  right: 0;
  bottom: -106.6666666667vw;
  left: 0;
  margin: 0 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommend {
    bottom: -140px;
    width: 1000px;
    height: 240px;
    margin: auto;
    border-radius: 10px;
  }
}
.p-dentalOfficeFV__recommendLink {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8vw;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 20vw;
  overflow: hidden;
  background: url("/www_img/academic/dentaloffice/common_ico_office.svg") no-repeat 54.6666666667vw 38.6666666667vw/26.6666666667vw auto;
  border: solid 0.8vw #fff;
  border-radius: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendLink {
    gap: initial;
    padding-top: initial;
    background: url("/www_img/academic/dentaloffice/common_ico_office.svg") no-repeat 50px 120px/180px auto;
    border: solid 3px #fff;
    border-radius: 10px;
  }
}
.p-dentalOfficeFV__recommendLink::after {
  position: absolute;
  top: -20vw;
  left: -20vw;
  display: block;
  width: 40vw;
  height: 40vw;
  content: "";
  background: #6d77b8;
  transform: rotate(45deg);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendLink::after {
    top: -90px;
    left: -90px;
    width: 180px;
    height: 180px;
  }
}
.p-dentalOfficeFV__recommendTag {
  position: absolute;
  top: 5.3333333333vw;
  left: 2.1333333333vw;
  z-index: 1;
  display: block;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.8vw;
  color: #fff;
  letter-spacing: 0.2em;
  transform: rotate(-45deg);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendTag {
    top: 25px;
    left: 10px;
    font-size: 20px;
  }
}
.p-dentalOfficeFV__recommendVol {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendVol {
    width: 564px;
  }
}
.p-dentalOfficeFV__recommendThumb {
  width: 100%;
}
.p-dentalOfficeFV__recommendThumb img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendThumb {
    width: 430px;
  }
}
.p-dentalOfficeFV__recommendPub {
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.1em;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendPub {
    font-size: 24px;
    text-align: left;
  }
}
.p-dentalOfficeFV__recommendNumber {
  position: relative;
  display: block;
  padding-left: 13.3333333333vw;
  margin-top: 2.6666666667vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 13.3333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendNumber {
    padding-left: 50px;
    margin-top: 10px;
    font-size: 50px;
  }
}
.p-dentalOfficeFV__recommendNumber::before {
  position: absolute;
  top: 1.3333333333vw;
  bottom: 0;
  left: 0;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  content: "";
  background: #6d77b8;
  border-radius: 10em;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendNumber::before {
    top: 5px;
    width: 35px;
    height: 35px;
  }
}
.p-dentalOfficeFV__recommendNumber::after {
  position: absolute;
  top: 4.8vw;
  left: 3.2vw;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  content: "";
  border-top: 0.5333333333vw solid #fff;
  border-right: 0.5333333333vw solid #fff;
  transform: rotate(45deg);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeFV__recommendNumber::after {
    top: 18px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.p-dentalOfficeTitle__label {
  padding: 2.6666666667vw 3.2vw 1.3333333333vw !important;
  font-size: 5.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeTitle__label {
    padding: 10px 12px 5px !important;
    font-size: 1.125rem !important;
  }
}

.p-dentalOfficeIndexList__name {
  position: relative;
  padding-right: 9.3333333333vw;
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.75;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeIndexList__name {
    padding-right: 35px;
    margin-top: 10px;
    font-size: 18px;
  }
}
.p-dentalOfficeIndexList__name::after {
  position: absolute;
  top: 10.1333333333vw;
  right: 2.6666666667vw;
  width: 3.2vw;
  height: 3.2vw;
  content: "";
  border-top: solid 0.5333333333vw #474747;
  border-right: solid 0.5333333333vw #474747;
  transform: rotate(45deg);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeIndexList__name::after {
    top: 38px;
    right: 10px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
  }
}
.p-dentalOfficeIndexList__link {
  display: block;
  height: auto;
}

.p-dentalOfficeDPTokyo {
  display: flex;
  flex-flow: column-reverse wrap;
  gap: 5.3333333333vw;
  align-items: center;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeDPTokyo {
    flex-direction: row;
    gap: 100px;
  }
}
.p-dentalOfficeDPTokyo__text, .p-dentalOfficeDPTokyo__pic {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeDPTokyo__text, .p-dentalOfficeDPTokyo__pic {
    width: 450px;
  }
}
.p-dentalOfficeDPTokyo__title {
  margin-bottom: 4vw;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeDPTokyo__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-dentalOfficeDPTokyo__description {
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeDPTokyo__description {
    margin-bottom: 30px;
  }
}

.p-dentalOfficeShowroomList__name {
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.75;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeShowroomList__name {
    margin-top: 10px;
    font-size: 18px;
  }
}
.p-dentalOfficeShowroomList__name::before {
  content: "＞ ";
}
.p-dentalOfficeShowroomList__link {
  display: block;
  height: auto;
}

.p-dentalOfficefooterLink {
  position: relative;
  padding: 16vw 0;
  margin-bottom: 26.6666666667vw;
  background: #f8f8f8;
  border-top: solid 0.5333333333vw #bbb;
  border-bottom: solid 0.5333333333vw #bbb;
}
@media print, (min-width: 750px) {
  .p-dentalOfficefooterLink {
    padding: 60px 0;
    margin-bottom: 100px;
    border-top: solid 2px #bbb;
    border-bottom: solid 2px #bbb;
  }
}
.p-dentalOfficefooterLink::before, .p-dentalOfficefooterLink::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2666666667vw;
  content: "";
  background: #bbb;
}
@media print, (min-width: 750px) {
  .p-dentalOfficefooterLink::before, .p-dentalOfficefooterLink::after {
    height: 1px;
  }
}
.p-dentalOfficefooterLink::before {
  top: 0.8vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficefooterLink::before {
    top: 3px;
  }
}
.p-dentalOfficefooterLink::after {
  bottom: 0.8vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficefooterLink::after {
    bottom: 3px;
  }
}
.p-dentalOfficefooterLink__title {
  padding-left: 8vw;
  line-height: 1.5;
  text-indent: -8vw;
}
.p-dentalOfficefooterLink__title::before {
  transform: rotate(-90deg);
}
.p-dentalOfficefooterLinkList {
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficefooterLinkList {
    margin-top: 15px;
  }
}
.p-dentalOfficefooterLinkList__item {
  margin: 0;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficefooterLinkList__item {
    font-size: 14px;
  }
}

.p-dentalOfficeHead {
  display: flex;
  flex-flow: column wrap;
  gap: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeHead {
    gap: 5px;
  }
}
.p-dentalOfficeHead__partNumber {
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 1;
  transform: skew(345deg);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeHead__partNumber {
    font-size: 32px;
  }
}
.p-dentalOfficeHead__corporation {
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeHead__corporation {
    font-size: 20px;
  }
}
.p-dentalOfficeHead__name {
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.9333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeHead__name {
    font-size: 40px;
  }
}
.p-dentalOfficeHead__address {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeHead__address {
    font-size: 14px;
  }
}

.p-dentalOfficeBody {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBody {
    margin-top: 40px;
  }
}
.p-dentalOfficeBodyMain__catch {
  margin-top: 8vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyMain__catch {
    margin-top: 60px;
    font-size: 28px;
  }
}
.p-dentalOfficeBodyMain__description {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyMain__description {
    margin-top: 30px;
  }
}
.p-dentalOfficeBodyMain__fv {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.p-dentalOfficeBodyStyle {
  position: relative;
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyStyle {
    margin-top: 60px;
  }
}
.p-dentalOfficeBodyStyle__title {
  margin-bottom: 5.3333333333vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  color: #d0d0d0;
  letter-spacing: 0.1em;
  border-bottom: solid 0.2666666667vw #d0d0d0;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyStyle__title {
    margin-bottom: 30px;
    font-size: 28px;
    border-bottom: solid 1px #d0d0d0;
  }
}
.p-dentalOfficeBodyGallery {
  position: relative;
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyGallery {
    margin-top: 60px;
  }
}
.p-dentalOfficeBodyGallery__caption {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyGallery__caption {
    font-size: 14px;
  }
}
.p-dentalOfficeBodyGallery__captionTitle {
  display: inline-block;
  margin-top: 4vw;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyGallery__captionTitle {
    margin-top: 15px;
    font-size: 18px;
  }
}
.p-dentalOfficeBodyLayout {
  position: relative;
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyLayout {
    margin-top: 60px;
  }
}
.p-dentalOfficeBodyLayout__title {
  margin-bottom: 5.3333333333vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  color: #d0d0d0;
  letter-spacing: 0.1em;
  border-bottom: solid 0.2666666667vw #d0d0d0;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyLayout__title {
    margin-bottom: 30px;
    font-size: 28px;
    border-bottom: solid 1px #d0d0d0;
  }
}
.p-dentalOfficeBodyLayout__map {
  text-align: center;
}
.p-dentalOfficeBodyLayout__map-right {
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyLayout__map-right {
    text-align: right;
  }
}
.p-dentalOfficeBodyLayoutList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyLayoutList {
    position: absolute;
    top: 80px;
    left: 0;
    display: block;
    width: 160px;
    margin: initial;
  }
}
.p-dentalOfficeBodyLayoutList__item {
  width: 50%;
  padding-left: 1.5em;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-indent: -1.5em;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyLayoutList__item {
    width: initial;
    font-size: 14px;
  }
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyLayoutList__item:not(:first-child) {
    margin-top: 10px;
  }
}
.p-dentalOfficeBodyLayoutList__item::before {
  content: "■ ";
}
.p-dentalOfficeBodyLayoutList__item-pink::before {
  color: #fadce9;
}
.p-dentalOfficeBodyLayoutList__item-orange::before {
  color: #fce2cb;
}
.p-dentalOfficeBodyLayoutList__item-blue::before {
  color: #e8f5fa;
}
.p-dentalOfficeBodyLayoutList__item-yellow::before {
  color: #fffbc7;
}
.p-dentalOfficeBodyLayoutList__item-green::before {
  color: #daeddc;
}
.p-dentalOfficeBodyLayoutList__item-purple::before {
  color: #e9e6f3;
}
.p-dentalOfficeBodyColumn {
  position: relative;
  z-index: -1;
  margin-top: 21.3333333333vw;
  background: #efece8;
  border-radius: 5.3333333333vw;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn {
    margin-top: 80px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.p-dentalOfficeBodyColumn::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 16vw;
  height: 100%;
  content: "";
  background: #e3e0dc;
  border-radius: 0 5.3333333333vw 5.3333333333vw 0;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn::before {
    width: 180px;
    border-radius: 0 20px 20px 0;
  }
}
.p-dentalOfficeBodyColumn__inner {
  padding: 10.6666666667vw 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__inner {
    padding: 50px 60px;
  }
}
.p-dentalOfficeBodyColumn__title {
  position: absolute;
  top: -5.3333333333vw;
  left: 2.6666666667vw;
  width: 33.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__title {
    top: -35px;
    left: -25px;
    width: initial;
  }
}
.p-dentalOfficeBodyColumn__catch {
  margin-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__catch {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.p-dentalOfficeBodyColumn__profile {
  width: 40vw;
  margin: 0 auto 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__profile {
    float: right;
    width: 150px;
    margin: 0 0 30px 30px;
  }
}
.p-dentalOfficeBodyColumn__caption {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.75;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__caption {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-dentalOfficeBodyColumn__attached-floatL {
  margin: 4vw 0;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__attached-floatL {
    float: left;
    margin: 15px 20px 15px 0;
  }
}
.p-dentalOfficeBodyColumn__attached-w375 {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-dentalOfficeBodyColumn__attached-w375 {
    width: 375px;
  }
}

.p-dirNavi {
  background: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-dirNavi {
    height: 85px;
    margin-top: 30px;
  }
}
.p-dirNavi-pageEnd {
  margin-bottom: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-dirNavi-pageEnd {
    margin-bottom: 40px;
  }
}
.p-dirNavi__inner {
  position: relative;
  padding: 5.3333333333vw 5.3333333333vw 0;
}
@media print, (min-width: 750px) {
  .p-dirNavi__inner {
    width: 1000px;
    padding: 0;
    margin: auto;
  }
}
@media print, (min-width: 750px) {
  .p-dirNaviLogo {
    position: absolute;
    top: 25px;
    display: flex;
    margin: auto;
  }
}
.p-dirNaviLogo__name {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 1.6vw 5.3333333333vw;
  background: #fff;
  border-radius: 10em;
  box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, 0.1);
}
@media print, (min-width: 750px) {
  .p-dirNaviLogo__name {
    padding: 10px 30px;
  }
}
.p-dirNaviLogo__name-mymorita img {
  width: 18.1333333333vw;
  transform: translateY(0.5333333333vw);
}
@media print, (min-width: 750px) {
  .p-dirNaviLogo__name-mymorita img {
    width: 93px;
    transform: translateY(3px);
  }
}
.p-dirNaviList {
  display: flex;
  flex-flow: wrap column;
  max-height: 0;
  padding: 5.3333333333vw 0 0;
  margin: 0 -5.3333333333vw;
  overflow: hidden;
  transition: max-height 0.5s;
}
@media print, (min-width: 750px) {
  .p-dirNaviList {
    flex-flow: wrap row;
    gap: 30px;
    align-items: flex-end;
    justify-content: flex-end;
    height: 85px;
    max-height: initial;
    padding: 5px 0 0;
    margin: 0;
  }
}
.p-dirNaviList.is-open {
  max-height: 100vh;
}
.p-dirNaviList__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 750px) {
  .p-dirNaviList__item {
    width: auto;
  }
}
.p-dirNaviList__link {
  width: 100%;
  padding: 3.2vw 5.3333333333vw 2.1333333333vw;
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  color: #fff;
}
.p-dirNaviList__link-current {
  background: rgba(255, 255, 255, 0.3);
}
@media print, (min-width: 750px) {
  .p-dirNaviList__link {
    width: auto;
    padding: 0;
  }
  .p-dirNaviList__link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    margin: auto;
    content: "";
    background: #fff;
    transition: width 0.2s;
  }
  .p-dirNaviList__link-current {
    background: initial;
  }
  .p-dirNaviList__link-current, .p-dirNaviList__link:hover {
    font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  }
  .p-dirNaviList__link-current::after, .p-dirNaviList__link:hover::after {
    width: 100%;
  }
}
.p-dirNaviButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 14.6666666667vw;
  height: 17.0666666667vw;
  color: #fff;
}
.p-dirNaviButton::before, .p-dirNaviButton::after {
  position: absolute;
  right: 5.3333333333vw;
  width: 4.2666666667vw;
  height: 0.2666666667vw;
  content: "";
  background: #fff;
}
.p-dirNaviButton::before {
  top: 7.4666666667vw;
}
.p-dirNaviButton::after {
  bottom: 7.4666666667vw;
}
.p-dirNaviButton.is-open::before {
  transform: translateY(0.9vw) rotate(45deg);
}
.p-dirNaviButton.is-open::after {
  transform: translateY(-0.9vw) rotate(-45deg);
}
@media print, (min-width: 750px) {
  .p-dirNaviButton {
    display: none;
  }
}

.p-eventList01 {
  padding-bottom: 4vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-eventList01 {
    display: table;
    width: 100%;
    padding-bottom: 15px;
  }
}

.p-eventList01__item {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw 0;
  padding-top: 4vw;
  margin-top: 4vw;
  line-height: 1.5;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-eventList01__item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
    margin-top: 15px;
  }
}

.p-eventList01__title {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .p-eventList01__title {
    flex: 1;
    width: 20em;
  }
}

.p-eventList01__report {
  display: flex;
  padding-bottom: 10px;
}
@media print, (min-width: 750px) {
  .p-eventList01__report {
    width: 8em;
    padding-bottom: 0;
    padding-left: 30px;
    white-space: nowrap;
  }
}

.p-eventList01__button {
  padding: 0.5em 2em 0.2em 1em;
  line-height: 2;
}

.p-eventList01__area {
  display: flex;
}
@media print, (min-width: 750px) {
  .p-eventList01__area {
    width: 5em;
    padding-left: 30px;
    white-space: nowrap;
  }
}
.p-eventList01__area::before {
  flex-shrink: 0;
  content: "開催地：";
}
@media print, (min-width: 750px) {
  .p-eventList01__area::before {
    display: none;
  }
}

.p-eventList01__place {
  display: flex;
}
@media print, (min-width: 750px) {
  .p-eventList01__place {
    width: 20em;
    padding-left: 30px;
  }
}
.p-eventList01__place::before {
  flex-shrink: 0;
  content: "開催場所：";
}
@media print, (min-width: 750px) {
  .p-eventList01__place::before {
    display: none;
  }
}

.p-eventList01__place-none {
  display: none;
}
@media print, (min-width: 750px) {
  .p-eventList01__place-none {
    display: block;
  }
}

.p-eventList01__time {
  display: flex;
}
@media print, (min-width: 750px) {
  .p-eventList01__time {
    display: block;
    width: 13em;
    padding-left: 30px;
  }
}
.p-eventList01__time::before {
  flex-shrink: 0;
  content: "開催日時：";
}
@media print, (min-width: 750px) {
  .p-eventList01__time::before {
    display: none;
  }
}

.p-formHeader {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
  padding: 1em 0;
  font-size: 3.7333333333vw;
  border-top: 1px solid #dbddde;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-formHeader {
    flex-direction: row;
    gap: 0 3em;
    align-items: center;
    padding: 35px 0;
    font-size: 0.875rem;
  }
}

.p-formHeaderTitle {
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-formHeaderTitle {
    display: flex;
    align-items: center;
  }
}

.p-formHeaderTitle__title {
  font-size: 4.8vw;
  color: #343434;
}
@media print, (min-width: 750px) {
  .p-formHeaderTitle__title {
    padding-top: 10px;
    font-size: 1.125rem;
  }
}

.formHeaderTitle__link {
  font-size: 7.4666666667vw;
  line-height: 1.6;
  text-decoration: underline;
}
@media print, (min-width: 750px) {
  .formHeaderTitle__link {
    margin: 0 0 -0.2em 0.5em;
    font-size: 1.75rem;
    text-decoration: none;
  }
}

@media print, (min-width: 750px) {
  .formHeaderTitle__note {
    margin-bottom: -10px;
  }
}

.p-iframePdf {
  width: 100%;
  height: 125vw !important;
}

.p-iframePdf--lion {
  height: 80vw !important;
}

.p-iframePdf--2page {
  height: 61vw !important;
}

.p-iframePdf iframe {
  width: 100%;
}

@media print, (min-width: 750px) {
  .p-iframePdf {
    height: 1405px !important;
  }
  .p-iframePdf--lion {
    height: 955px !important;
  }
  .p-iframePdf--2page {
    height: 708px !important;
  }
}
@media print, (min-width: 750px) {
  .p-importantNews {
    font-size: 1.125rem;
  }
}

.p-importantNews__text {
  padding: 1em 1em 0.65em;
  margin-bottom: 30px;
  font-size: 4.2666666667vw;
  color: #fff;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-importantNews__text {
    font-size: 1rem;
  }
}
.p-importantNews__text h3 {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-importantNews__text h3 {
    font-size: 1.25rem;
  }
}
.p-importantNews__text p {
  margin-top: 20px;
}
.p-importantNews__text ul {
  display: inline-block;
  padding: 1em 1em 0.65em;
  border: 1px solid #fff;
}
.p-importantNews__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-importantNews__text ul li::before {
  content: "・";
}

.p-importantNews__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .p-importantNews__image img {
    display: none;
  }
}
.p-importantNews__image .p-importantNews-sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .p-importantNews__image .p-importantNews-sp {
    display: block;
  }
}

.p-importantNews__link {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  line-height: 1.5;
  word-break: keep-all;
  background-color: #ebebf0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-importantNews__link:hover, a:hover .p-importantNews__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .p-importantNews__link {
    padding: 1em 2em 0.65em 1em;
  }
}
.p-importantNews__link::after {
  position: absolute;
  top: calc(50% - 1.6vw / 2);
  right: 0.5em;
  display: block;
  width: 2.4vw;
  height: 1.6vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_gray_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-importantNews__link::after {
    top: calc(50% - 3px);
    right: 1em;
    width: 9px;
    height: 6px;
  }
}
.p-importantNews__link + .p-importantNews__link--blue {
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-importantNews__link + .p-importantNews__link--blue:hover, a:hover .p-importantNews__link + .p-importantNews__link--blue {
    background-color: #a9add8;
  }
}
.p-importantNews__link + .p-importantNews__link--blue::after {
  background: url("/lib/v2/img/ico_arrow_r_white_01.svg") no-repeat left top/contain;
}
.p-importantNews__link + .p-importantNews__link {
  margin-top: 30px;
}
.p-newsList + .p-importantNews__link {
  margin-top: 30px;
}

.p-infoArea {
  padding: 6.6666666667vw 8vw;
  background-color: #f7f7f9;
  border: 1px solid #95989a;
}
@media print, (min-width: 750px) {
  .p-infoArea {
    padding: 25px 30px;
  }
}

.p-infoArea__title {
  font-size: 4.8vw;
  line-height: 1.7777777778;
}
@media print, (min-width: 750px) {
  .p-infoArea__title {
    font-size: 1.25rem;
  }
}
.p-infoArea__title a {
  color: #6d77b8;
  border-bottom: 1px solid #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .p-infoArea__title a:hover {
    border-bottom-color: transparent;
  }
}

.p-loginAnchorLink {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 0;
  justify-content: space-between;
}
@media print, (min-width: 750px) {
  .p-loginAnchorLink {
    display: none;
  }
}
.p-loginAnchorLink__link {
  display: block;
  width: 49%;
  padding: 1em 0 0.6em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.0666666667vw;
  text-align: center;
  border: 0.2666666667vw solid #343434;
}

.p-loginPasskey,
.p-loginNotRegistered {
  border-top: 5.3333333333vw solid #fff;
}
@media print, (min-width: 750px) {
  .p-loginPasskey,
  .p-loginNotRegistered {
    border-top: 20px solid #fff;
  }
}

.p-mainVisual {
  max-width: 1000px;
  margin: 0 auto 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-mainVisual {
    margin-bottom: 100px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
  }
}

.p-MembersContents {
  padding: 10.6666666667vw 5.3333333333vw;
  background-color: #f8f9ff;
  border-radius: 2.1333333333vw;
}
@media print, (min-width: 750px) {
  .p-MembersContents {
    padding: 40px;
    border-radius: 8px;
  }
}

.p-MembersContents__title {
  margin-bottom: 0.5em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.8666666667vw;
  line-height: 1.4545454545;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-MembersContents__title {
    font-size: 1.375rem;
  }
}

.p-MembersContents__cp > div:last-child {
  text-align: center;
}
.p-MembersContents__cp > div:first-child > p:nth-child(2) {
  margin-top: 1em;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-MembersContents__cp {
    display: flex;
    gap: 0 40px;
  }
  .p-MembersContents__cp > div:last-child {
    margin-top: -40px;
  }
  .p-MembersContents__cp > div:first-child {
    width: 640px;
  }
  .p-MembersContents__cp > div:first-child > p:nth-child(2) {
    font-size: 1.125rem;
  }
}

.p-MembersContentsList__item {
  padding-top: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-MembersContentsList__item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media print, (min-width: 750px) {
  .p-MembersContentsList__item > div {
    width: calc(100% - 270px);
  }
}

.p-MembersContentsList__title {
  width: 100%;
  margin-bottom: 0.2em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-MembersContentsList__title {
    font-size: 1.25rem;
  }
}

.p-MembersContentsLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 61.3333333333vw;
  margin: 5.3333333333vw auto 0;
  overflow: hidden;
  background: #fff;
  border-radius: 2.1333333333vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
.p-MembersContentsLink {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink:hover, a:hover .p-MembersContentsLink {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink {
    width: 230px;
    min-width: 230px;
    margin: -2em 0 0;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink--member {
    margin: 0;
  }
}
.p-MembersContentsLink [class*=c-ico] {
  margin-left: 1.6vw;
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink [class*=c-ico] {
    margin-left: 6px;
  }
}

.p-MembersContentsImage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18vw;
}
@media print, (min-width: 750px) {
  .p-MembersContentsImage {
    min-height: 67px;
  }
}
.p-MembersContentsImage-cover {
  min-height: 25.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-MembersContentsImage-cover {
    min-height: 95px;
  }
}

@media print, (min-width: 750px) {
  .p-MembersContentsImage__image {
    max-height: 67px;
  }
}
@media print, (min-width: 750px) {
  .p-MembersContentsImage-cover .p-MembersContentsImage__image {
    max-height: 95px;
  }
}

.p-MembersContentsLink__text {
  position: relative;
  width: 100%;
  padding: 0.25em 0.5em 0.25em 1em;
  font-size: 3.2vw;
  text-align: left;
  border-top: 1px solid #dbddde;
}
.p-MembersContentsLink__text::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink__text::after {
    font-size: 0.625rem;
  }
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink__text {
    font-size: 0.75rem;
  }
}
.p-MembersContentsLink__text::after {
  position: static;
  margin-left: 1.6vw;
}
@media print, (min-width: 750px) {
  .p-MembersContentsLink__text::after {
    margin-left: 6px;
  }
}
[target=_blank] .p-MembersContentsLink__text::after {
  display: none;
}

.p-msgCenter {
  margin: 10.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .p-msgCenter {
    margin: 40px 0;
  }
}
.p-msgCenter-noMargin {
  margin: 0;
}
.p-msgCenter__body {
  overflow: hidden;
  overflow-x: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print, (min-width: 750px) {
  .p-msgCenter__body {
    max-width: 1000px;
  }
}

.p-msgCenter__table {
  width: 100%;
  margin: 4vw 0 0;
  /*
  th:first-child,
  td:first-child {
    border-left: none;
    border-right: none;
    left: 0;
    position: sticky;
    &::before {
      border-left: solid 1px $color__gray-border;
      border-right: solid 1px $color__gray-border;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: calc(100% + 1px);
      z-index: -1;
    }
  }
  */
}
@media print, (min-width: 750px) {
  .p-msgCenter__table {
    margin: 15px 0 30px;
  }
}
.p-msgCenter__table tbody {
  display: block;
}
.p-msgCenter__table tbody:hover {
  cursor: pointer;
}
.p-msgCenter__table tbody tr,
.p-msgCenter__table tbody td {
  display: block;
}
.p-msgCenter__table tbody tr {
  margin-bottom: 8vw;
}
.p-msgCenter__table tbody tr:nth-of-type(2n), .p-msgCenter__table tbody tr:nth-of-type(2n) td:first-child, .p-msgCenter__table tbody tr:nth-of-type(2n + 1), .p-msgCenter__table tbody tr:nth-of-type(2n + 1) td:first-child, .p-msgCenter__table tbody tr:nth-of-type(2n):hover, .p-msgCenter__table tbody tr:nth-of-type(2n):hover td:first-child, .p-msgCenter__table tbody tr:nth-of-type(2n + 1):hover, .p-msgCenter__table tbody tr:nth-of-type(2n + 1):hover td:first-child {
  background-color: rgba(109, 119, 184, 0.1);
}
.p-msgCenter__table tbody td {
  border: none;
}
.p-msgCenter__table tbody td:nth-child(1) {
  margin-bottom: 2.6666666667vw;
  color: #fff;
  background: #6d77b8 !important;
}
.p-msgCenter__table tbody td:nth-child(1)::before {
  content: "送信日：";
}
.p-msgCenter__table tbody td:nth-child(2)::before {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3333333333vw 2.6666666667vw 0;
  margin-bottom: 2.6666666667vw;
  font-size: 3.4666666667vw;
  white-space: pre-line;
  content: "メールタイトル\a";
  background: #fff;
}
.p-msgCenter__table tbody td:nth-child(3)::before {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3333333333vw 2.6666666667vw 0;
  margin-bottom: 2.6666666667vw;
  font-size: 3.4666666667vw;
  white-space: pre-line;
  content: "セミナー名\a";
  background: #fff;
}
.p-msgCenter__table tbody td:nth-child(4) {
  padding-bottom: 2.6666666667vw;
  color: #999;
}
.p-msgCenter__table tbody td:nth-child(4)::before {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3333333333vw 2.6666666667vw 0;
  margin-bottom: 2.6666666667vw;
  font-size: 3.4666666667vw;
  white-space: pre-line;
  content: "開催日\a";
  background: #fff;
}
@media print, (min-width: 750px) {
  .p-msgCenter__table tbody {
    display: table-row-group;
  }
  .p-msgCenter__table tbody tr {
    display: table-row;
  }
  .p-msgCenter__table tbody tr:nth-of-type(2n), .p-msgCenter__table tbody tr:nth-of-type(2n) td:first-child {
    background-color: #f7f7f9;
  }
  .p-msgCenter__table tbody tr:nth-of-type(2n + 1), .p-msgCenter__table tbody tr:nth-of-type(2n + 1) td:first-child {
    background-color: #fff;
  }
  .p-msgCenter__table tbody tr:nth-of-type(2n):hover, .p-msgCenter__table tbody tr:nth-of-type(2n):hover td:first-child, .p-msgCenter__table tbody tr:nth-of-type(2n + 1):hover, .p-msgCenter__table tbody tr:nth-of-type(2n + 1):hover td:first-child {
    background: #d0d0d0;
  }
  .p-msgCenter__table tbody td {
    display: table-cell;
    border: 1px solid #dbddde;
  }
  .p-msgCenter__table tbody td:nth-child(1)::before, .p-msgCenter__table tbody td:nth-child(2)::before, .p-msgCenter__table tbody td:nth-child(3)::before, .p-msgCenter__table tbody td:nth-child(4)::before {
    content: none;
  }
  .p-msgCenter__table tbody td:nth-child(1) {
    margin-bottom: 0;
    color: initial;
    background: initial !important;
  }
  .p-msgCenter__table tbody td:nth-child(4) {
    padding-bottom: 5px;
  }
}
.p-msgCenter__table thead {
  display: none;
}
.p-msgCenter__table thead th:nth-child(2), .p-msgCenter__table thead th:nth-child(3) {
  width: 378px;
}
@media print, (min-width: 750px) {
  .p-msgCenter__table thead {
    display: table-header-group;
  }
}
.p-msgCenter__table th,
.p-msgCenter__table td {
  padding: 2.6666666667vw 4vw 1.3333333333vw;
  line-height: 1.6;
  vertical-align: middle;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-msgCenter__table th,
  .p-msgCenter__table td {
    padding: 10px 15px 5px;
  }
}
.p-msgCenter__table th {
  text-align: center;
  background-color: #ebebf0;
}

.p-msgCenter__detail {
  width: 100%;
}
.p-msgCenter__detail tbody,
.p-msgCenter__detail tr,
.p-msgCenter__detail th,
.p-msgCenter__detail td {
  display: block;
  width: 100%;
  border: none;
}
.p-msgCenter__detail th {
  padding: 2.6667vw 5.3334vw;
  text-align: left;
  background-color: #ebebf0;
}
.p-msgCenter__detail td {
  padding: 5.3334vw;
  word-break: break-all;
}
.p-msgCenter__detail tr:not(:last-child) {
  margin: 0 0 5.3334vw;
}
.p-msgCenter__detail td#body {
  white-space: pre-wrap;
}
@media print, (min-width: 375px) {
  .p-msgCenter__detail {
    width: calc(100% - 30px);
  }
  .p-msgCenter__detail tr:not(:last-child) {
    margin: 0 0 20px;
  }
  .p-msgCenter__detail th {
    padding: 10px 20px;
  }
  .p-msgCenter__detail td {
    padding: 20px;
  }
}

.p-msgCenter__modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s ease;
}

.p-msgCenter__modalContent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4vw;
  margin: auto;
  visibility: hidden;
  background: #fff;
  border-radius: 2.6666666667vw;
  opacity: 0;
}
@media print, (min-width: 750px) {
  .p-msgCenter__modalContent {
    width: 65%;
    max-width: 870px;
    padding: 30px;
    border-radius: 10px;
  }
}

.p-msgCenter__modalContent span {
  position: absolute;
  top: -16px;
  right: -15px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #333;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.p-msgCenter__modalContent span:hover {
  color: #999;
}

.p-msgCenter__modalContent iframe {
  width: 100%;
}

.p-msgCenter__modalOverlay.active,
.p-msgCenter__modalContent.active {
  visibility: visible;
  opacity: 1;
}

.p-mypageList {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
  touch-action: pan-y;
}
@media print, (min-width: 750px) {
  .p-mypageList {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 35px;
  }
}

.p-mypageList__inner {
  display: flex;
  grid-gap: 0 5.3333333333vw;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-mypageList__inner {
    grid-gap: 0 60px;
  }
}
.p-mypageList__inner.is-transform {
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.14, 0.92) 0s;
}

.p-mypageList__item {
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-mypageList__item {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.p-mypageList__item-350 {
  width: 93.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-mypageList__item-350 {
    width: 350px;
  }
}

.p-mypageList__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-mypageList__link {
  position: relative;
}
.p-mypageList__link::after {
  position: absolute;
  top: calc(50% - 3.8848vw / 2);
  right: 5.3333333333vw;
  display: block;
  width: 1.6712vw;
  height: 3.8848vw;
  content: "";
  background-image: url("/lib/v2/img/ico_arrow_r_black_01.svg");
}
@media print, (min-width: 750px) {
  .p-mypageList__link::after {
    top: calc(50% - 7.284px);
    right: 20px;
    width: 6.267px;
    height: 14.568px;
  }
}
.p-mypageList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-mypageList__link:hover, a:hover .p-mypageList__link {
    opacity: 0.6;
  }
}
.p-mypageList__link-lock::before {
  position: absolute;
  right: 10.6666666667vw;
  bottom: 6.6666666667vw;
  width: 4.2666666667vw;
  height: 5.3333333333vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20d%3D%22M1170%2C3553h-.5v-1c0-3.584-1.916-6.5-5.5-6.5s-5.5%2C2.916-5.5%2C6.5v1h-.5a2%2C2%2C0%2C0%2C0-2%2C2v8.5a2%2C2%2C0%2C0%2C0%2C2%2C2h12a2%2C2%2C0%2C0%2C0%2C2-2V3555A2%2C2%2C0%2C0%2C0%2C1170%2C3553Zm-4.929%2C6.593-.356.207v3.385a.715.715%2C0%2C0%2C1-1.431%2C0V3559.8l-.356-.207a2.139%2C2.139%2C0%2C0%2C1%2C.546-3.932%2C2.339%2C2.339%2C0%2C0%2C1%2C.529-.061%2C2.114%2C2.114%2C0%2C0%2C1%2C1.329.465%2C2.134%2C2.134%2C0%2C0%2C1-.263%2C3.528ZM1167.8%2C3553h-7.6v-1.222c0-2.647%2C1.153-4.8%2C3.8-4.8s3.8%2C2.153%2C3.8%2C4.8Z%22%20transform%3D%22translate(-1156%20-3545.5)%22%20fill%3D%22%236d77b8%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}
@media print, (min-width: 750px) {
  .p-mypageList__link-lock::before {
    right: 40px;
    bottom: 25px;
    width: 16px;
    height: 20px;
  }
}
.p-mypageList__link::after {
  top: auto;
  bottom: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-mypageList__link::after {
    bottom: 25px;
  }
}
.swiper .p-mypageList__link::after {
  bottom: calc(50% - 2.4186666667vw / 2);
}
@media print, (min-width: 750px) {
  .swiper .p-mypageList__link::after {
    bottom: 63px;
  }
}
.p-mypageList__link-noLink:hover {
  opacity: 1;
}
.p-mypageList__link-noLink::after {
  display: none;
}

.p-mypageList__head {
  position: relative;
  padding: 0 0 56.2857142857%;
  overflow: hidden;
}
.p-mypageList__head-noMember::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  white-space: pre;
  content: "モリタ友の会有料会員様のみ\aログイン後ご視聴いただけます";
  background-color: rgba(0, 0, 0, 0.6);
}

.p-mypageList-3Column {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5.3333333333vw 2.9333333333vw;
  overflow: visible;
}
@media print, (min-width: 750px) {
  .p-mypageList-3Column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 35px;
  }
}
.p-mypageList-3Column .p-mypageList__head {
  padding: 0 0 56.1290322581%;
}
.p-mypageList-3Column .c-button__arrowRight-blue01,
.p-mypageList-3Column .c-button__arrowRight-gray01 {
  min-height: 21.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-mypageList-3Column .c-button__arrowRight-blue01,
  .p-mypageList-3Column .c-button__arrowRight-gray01 {
    min-width: 310px;
    min-height: 80px;
  }
}

.p-mypageList__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mypageList__link:hover .p-mypageList__image {
  transform: scale(1.1);
}
.p-mypageList__link-noLink:hover .p-mypageList__image {
  transform: scale(1);
}

.p-mypageList__body {
  flex: 1;
  padding: 4vw 4vw 14.6666666667vw;
}
.p-mypageList__body-noMember::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  white-space: pre;
  content: "モリタ友の会有料会員様のみ\aログイン後ご視聴いただけます";
  background-color: rgba(0, 0, 0, 0.6);
}
@media print, (min-width: 750px) {
  .p-mypageList__body {
    padding: 24px 20px 40px;
  }
}

.p-mypageList__title {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.8vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-mypageList__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-mypageList__teacher,
.p-mypageList__period {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-mypageList__teacher,
  .p-mypageList__period {
    margin-top: 1em;
    font-size: 0.875rem;
  }
}

.p-mypageList__text {
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .p-mypageList__text {
    display: block;
    font-size: 1rem;
  }
}
.p-mypageList__text:not(:first-child) {
  margin-top: 1em;
}

.p-mypageList__target {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-mypageList__target {
    font-size: 0.75rem;
  }
}
.p-mypageList__targetDR, .p-mypageList__targetDT, .p-mypageList__targetDH {
  display: inline-block;
  padding: 4px 6px 2px;
  line-height: 1;
  color: #fff;
}
.p-mypageList__targetDR {
  background-color: #0c86b7;
}
.p-mypageList__targetDT {
  background-color: #8fc31f;
}
.p-mypageList__targetDH {
  background-color: #ee858c;
}

.p-mypageList__chg {
  background: #efefef;
  box-shadow: none;
}
.p-mypageList__chgText01 {
  padding: 2.6666666667vw 2.6666666667vw 1.3333333333vw;
  margin: 8vw 0 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.75;
  color: #6d77b8;
  background: #fff;
}
@media print, (min-width: 750px) {
  .p-mypageList__chgText01 {
    padding: 10px 10px 5px;
    margin: 30px 0 20px;
    font-size: 14px;
  }
}
.p-mypageList__chgText02 {
  margin-bottom: -5.3333333333vw;
  font-size: 3.7333333333vw;
  color: #6d77b8;
  text-align: right;
}
@media print, (min-width: 750px) {
  .p-mypageList__chgText02 {
    margin-bottom: -20px;
    font-size: 14px;
  }
}
.p-mypageList__chg .p-mypageList__link::after {
  content: none;
}
.p-mypageList__chg .p-mypageList__link:hover {
  cursor: pointer;
}
.p-mypageList__chg .p-mypageList__head {
  border-bottom: solid 2px #fff;
}

iframe {
  width: 100%;
  height: 500px;
}

@media print, (min-width: 750px) {
  .p-mypageNews {
    display: flex;
    grid-gap: 30px;
  }
}
.p-mypageNews + .p-mypageNews {
  padding-top: 8.3333vw;
  margin-top: 8.3333vw;
  border-top: solid 1px #d0d0d0;
}
@media print, (min-width: 750px) {
  .p-mypageNews + .p-mypageNews {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.p-mypageNews__text {
  flex: 1;
}
.p-mypageNews__text p {
  white-space: pre-line;
}
.p-mypageNews__pic {
  margin-top: 2em;
}
@media print, (min-width: 750px) {
  .p-mypageNews__pic {
    max-width: 480px;
    margin-top: 0;
  }
}
.p-mypageNews__shipping {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em !important;
}
.p-mypageNews__shipping dt {
  padding: 1.3333333333vw 4vw 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  background-color: #ebebf0;
}
@media print, (min-width: 750px) {
  .p-mypageNews__shipping dt {
    padding: 5px 15px 0;
  }
}
.p-mypageNews__shipping dd {
  padding: 1.3333333333vw 4vw 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .p-mypageNews__shipping dd {
    padding: 5px 15px 0;
  }
}
.p-mypageNews__new {
  float: left;
}
.p-mypageNews__new .c-ico__new {
  padding: 2.6vw 4.1333vw 1.8vw;
  font-size: 3.4vw;
}
@media print, (min-width: 750px) {
  .p-mypageNews__new .c-ico__new {
    padding: 8px 12px 5px;
    font-size: 14px;
  }
}

.p-newsList__item {
  line-height: 1.625;
}
.p-newsList-border .p-newsList__item {
  border-bottom: 1px solid #dbddde;
}

.p-newsList__link {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-newsList__link:hover, a:hover .p-newsList__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .p-newsList__link {
    position: relative;
    display: flex;
    padding: 0.65em 0 0.35em;
  }
}
.p-newsList-border .p-newsList__link {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p-newsList__time {
  display: block;
  font-size: 4.2vw;
  color: #797979;
}
@media print, (min-width: 750px) {
  .p-newsList__time {
    padding-left: 20px;
    margin-right: 1em;
    font-size: 0.984375rem;
  }
}

.p-newsList__text {
  position: relative;
  display: block;
  padding-right: 2em;
}
@media print, (min-width: 750px) {
  .p-newsList__text {
    position: static;
    padding-right: 0;
  }
}
.p-newsList__text::after {
  position: absolute;
  top: calc(50% - 1.6vw / 2);
  right: 0;
  display: block;
  width: 2.4vw;
  height: 1.6vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_gray_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-newsList__text::after {
    top: calc(50% - 3px);
    right: 1em;
    width: 9px;
    height: 6px;
  }
}

.p-newsList02__item {
  display: block;
  font-size: 4.2vw;
}
@media print, (min-width: 750px) {
  .p-newsList02__item {
    font-size: 0.984375rem;
  }
}

.p-newsList02__link {
  position: relative;
  display: block;
  padding: 0.45em 1em 0.25em 1.5em;
  line-height: 1.875;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-newsList02__link:hover, a:hover .p-newsList02__link {
    background-color: #f7f7f9;
  }
}
.p-newsList02__link {
  position: relative;
}
.p-newsList02__link::before {
  position: absolute;
  top: calc(50% - 2.4186666667vw / 2);
  left: 0vw;
  display: block;
  width: 1.536vw;
  height: 2.4186666667vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.879%22%20height%3D%229.855%22%20viewBox%3D%220%200%206.879%209.855%22%3E%3Cpath%20d%3D%22M382.209-208.5l4.535-5.761%2C4.535%2C5.761%22%20transform%3D%22translate(-208.192%20-381.816)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23343434%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
@media print, (min-width: 750px) {
  .p-newsList02__link::before {
    top: calc(50% - 4.535px);
    left: 0px;
    width: 5.76px;
    height: 9.07px;
  }
}
@media print, (min-width: 750px) {
  .p-newsList02__link {
    display: flex;
  }
}
.p-newsList02__link::before {
  top: 1em;
}

.p-newsList02__time {
  display: block;
  margin-right: 1em;
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  color: #797979;
}

.p-newsList02__text {
  display: block;
  color: #343434;
}
@media print, (min-width: 750px) {
  .p-newsList02__text {
    flex: 1;
  }
}

@media print, (min-width: 750px) {
  .p-onlineDo {
    display: flex;
    grid-gap: 0 50px;
  }
}

.p-onlineDo__logo {
  display: block;
  margin: 0 auto 9.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-onlineDo__logo {
    width: 200px;
    height: 39px;
    margin: 0;
  }
}

@media print, (min-width: 750px) {
  .p-onlineDo__body {
    flex: 1;
  }
}

.p-onlineDo__text {
  color: #797979;
}

.p-onlineDoSearch {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-onlineDoSearch {
    margin-top: 25px;
  }
}

@media print, (min-width: 750px) {
  .p-onlineDoSearch__form {
    display: flex;
  }
}

@media print, (min-width: 750px) {
  .p-onlineDoSearch__label {
    display: flex;
    flex: 1;
  }
}

.p-onlineDoSearch__input {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-size: 3.2vw;
  border: solid #95989a;
  border-width: 1px 1px 0;
  border-radius: 3px 3px 0 0;
}
@media print, (min-width: 750px) {
  .p-onlineDoSearch__input {
    font-size: 0.875rem;
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
  }
}

.p-onlineDoSearch__button {
  display: block;
  width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
@media print, (min-width: 750px) {
  .p-onlineDoSearch__button {
    width: 345px;
    padding: 0.95em 1em 0.6em;
  }
}
.p-onlineDoSearch__button small {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-onlineDoSearch__button small {
    font-size: 0.75rem;
  }
}
.p-onlineDoSearch__button i {
  margin-left: 0.25em;
  font-family: "UniversLTPro-65Bold", "新ゴ B", "Shin Go Medium", "A-OTF 新ゴ Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-onlineDoSearch__button i {
    font-size: 0.875rem;
  }
}

.p-openingVisual {
  width: 100%;
  height: 74.6666666667vw;
  background: #ecf1f0 url("/www_img/opening_support/mainvisual_bg_01.jpg") no-repeat center center/cover;
}
@media print, (min-width: 750px) {
  .p-openingVisual {
    height: 320px;
    background-image: url("/www_img/opening_support/mainvisual_bg_01_pc.jpg");
    background-size: auto 320px;
  }
}

.p-opening__lead {
  font-size: 4.2666666667vw;
  line-height: 1.875;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-opening__lead {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-opening__title {
  margin-bottom: 5.3333333333vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  color: #6d77b8;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-opening__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.p-openingList01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4vw;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-openingList01 {
    display: flex;
    gap: 0 20px;
  }
}

.p-openingList01__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42.6666666667vw;
  height: 42.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #6d77b8;
  filter: drop-shadow(0 8vw 10.6666666667vw rgba(0, 0, 0, 0.2));
  border-radius: 50%;
}
@media print, (min-width: 750px) {
  .p-openingList01__item {
    width: 260px;
    height: 260px;
    font-size: 1rem;
    line-height: 1.875;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.2));
  }
}
.p-openingList01__item:nth-child(3) {
  grid-column: 1/3;
  margin: -2.6666666667vw auto 0;
}
@media print, (min-width: 750px) {
  .p-openingList01__item:nth-child(3) {
    margin: 0;
  }
}

@media print, (min-width: 750px) {
  .p-openingContent {
    display: flex;
    gap: 0 34px;
    justify-content: center;
    margin: 0 auto;
  }
}

@media print, (min-width: 750px) {
  .p-openingContent__head {
    width: 496px;
  }
}

.p-openingContent__body {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-openingContent__body {
    width: 390px;
    margin-top: 0;
  }
}

.p-openingContentList {
  margin-bottom: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-openingContentList {
    margin-bottom: 5px;
  }
}

.p-openingContentList__item {
  padding: 0.25em 1em;
  background-color: #f7f7f9;
}
.p-openingContentList__item + .p-openingContentList__item {
  margin-top: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-openingContentList__item + .p-openingContentList__item {
    margin-top: 5px;
  }
}

.p-openingCard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .p-openingCard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 35px;
  }
}

.p-openingCard__link {
  display: block;
  height: 100%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.p-openingCard__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-openingCard__link:hover, a:hover .p-openingCard__link {
    opacity: 0.6;
  }
}
.p-openingCard__link {
  position: relative;
}
.p-openingCard__link::after {
  position: absolute;
  top: calc(50% - 2.4186666667vw / 2);
  right: 5.3333333333vw;
  display: block;
  width: 1.536vw;
  height: 2.4186666667vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.879%22%20height%3D%229.855%22%20viewBox%3D%220%200%206.879%209.855%22%3E%3Cpath%20d%3D%22M382.209-208.5l4.535-5.761%2C4.535%2C5.761%22%20transform%3D%22translate(-208.192%20-381.816)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23343434%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
@media print, (min-width: 750px) {
  .p-openingCard__link::after {
    top: calc(50% - 4.535px);
    right: 20px;
    width: 5.76px;
    height: 9.07px;
  }
}
.p-openingCard__link::after {
  top: auto;
  bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-openingCard__link::after {
    bottom: 20px;
  }
}

.p-openingCard__head {
  position: relative;
  padding: 0 0 58.024691358%;
  overflow: hidden;
}
@media print, (min-width: 750px) {
  .p-openingCard__head {
    padding: 0 0 58.064516129%;
  }
}

.p-openingCard__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, (min-width: 750px) {
  .p-openingCard__link:hover .p-openingCard__image {
    transform: scale(1.1);
  }
}

.p-openingCard__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.6666666667vw 4vw 8vw;
}
@media print, (min-width: 750px) {
  .p-openingCard__body {
    flex-flow: row wrap;
    align-items: center;
    padding: 25px 20px 70px;
  }
}

.p-openingCard__date {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-openingCard__date {
    margin-right: 20px;
    font-size: 0.75rem;
  }
}

.p-openingCard__label {
  padding: 0.1em 0.5em;
  margin-top: 1.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.6;
  color: #fff;
}
@media print, (min-width: 750px) {
  .p-openingCard__label {
    margin-top: 0;
    font-size: 0.75rem;
  }
}
.p-openingCard__label-blue {
  background-color: #139dd1;
}
.p-openingCard__label-deepblue {
  background-color: #0d66aa;
}
.p-openingCard__label-yellow {
  background-color: #f2c02b;
}

.p-openingCard__title {
  width: 100%;
  margin-top: 0.5em;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.875;
}
@media print, (min-width: 750px) {
  .p-openingCard__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-plugin {
  padding-left: 8vw;
}
@media print, (min-width: 750px) {
  .p-plugin {
    padding-left: 100px;
  }
}

.p-pluginList__item {
  padding-top: 4vw;
  margin-top: 4vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-pluginList__item {
    display: flex;
    padding-top: 15px;
    margin-top: 15px;
  }
}

.p-pluginList__head {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .p-pluginList__head {
    width: 220px;
  }
}
.p-pluginList__head::after {
  content: "：";
}
@media print, (min-width: 750px) {
  .p-pluginList__head::after {
    content: "";
  }
}

@media print, (min-width: 750px) {
  .p-pluginList__body::before {
    content: "：";
  }
}

.p-policyList01 {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-policyList01 {
    margin-top: 20px;
  }
}

.p-policyList01__item {
  padding: 1.3333333333vw 0 0;
}
@media print, (min-width: 750px) {
  .p-policyList01__item {
    padding: 10px 0;
  }
}
.p-policyList01__item:last-child {
  padding-bottom: 0;
}

.p-policyList01__title {
  margin-bottom: 5.3333333333vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
  line-height: 2.2083333333;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-policyList01__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.p-policyList01__text {
  padding-left: 8vw;
}
@media print, (min-width: 750px) {
  .p-policyList01__text {
    padding-left: 95px;
  }
}

.p-policyList02__item {
  padding: 8vw 0 9.3333333333vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-policyList02__item {
    padding: 30px 0 35px;
  }
}
.p-policyList02__item:last-child {
  padding-bottom: 0;
}

.p-policyList02__body {
  padding-left: 8vw;
}
@media print, (min-width: 750px) {
  .p-policyList02__body {
    padding-left: 95px;
  }
}

@media print, (min-width: 750px) {
  .policyListInfo {
    display: flex;
    gap: 0 40px;
  }
}

.policyListInfo__logo {
  width: 27.424vw;
  height: 21.3306666667vw;
}
@media print, (min-width: 750px) {
  .policyListInfo__logo {
    width: 136.28px;
    height: 106px;
  }
}

.policyListInfo__mail {
  width: 57.0666666667vw;
  height: 4.2666666667vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .policyListInfo__mail {
    width: 214px;
    height: 16px;
  }
}

.policyListInfo__body {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .policyListInfo__body {
    margin-top: 0;
  }
}

@media print, (min-width: 750px) {
  .p-present {
    margin-bottom: 70px;
  }
}
.p-present:not(:last-child) {
  padding-bottom: 16vw;
  margin-bottom: 10.6666666667vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-present:not(:last-child) {
    padding-bottom: 150px;
    margin-bottom: 60px;
  }
}

.p-present__link {
  display: block;
  padding: 5.3333333333vw 5.3333333333vw 11.4666666667vw;
  color: #e66f89;
  background-color: rgba(230, 111, 137, 0.1);
}
@media print, (min-width: 750px) {
  .p-present__link {
    position: relative;
    padding: 22px 20px 18px;
  }
}

.p-present__text {
  font-size: 5.3333333333vw;
  line-height: 1.7272727273;
}
@media print, (min-width: 750px) {
  .p-present__text {
    margin-right: 225px;
    font-size: 1.375rem;
  }
}
.p-present__text br {
  display: none;
}
@media print, (min-width: 750px) {
  .p-present__text br {
    display: block;
  }
}

.p-present__image {
  display: block;
  width: 64vw;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 8vw auto 0;
  box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .p-present__image {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 150px;
    height: auto;
    margin: 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-50%);
  }
}
@media print, (min-width: 750px) {
  .p-present__image--01 {
    right: 220px;
  }
}
@media print, (min-width: 750px) {
  .p-present__image--02 {
    right: 50px;
  }
}

.p-relatedLink {
  padding: 6.6666666667vw 4vw 8vw;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .p-relatedLink {
    padding: 25px 30px 30px;
  }
}

.p-relatedLink__title01 {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-relatedLink__title01 {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}

.p-relatedLinkList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.p-relatedLinkList__item {
  width: 300px;
}

.p-relatedLinkList__button {
  width: 100%;
  min-width: 0;
}

.p-requirementsList {
  margin-bottom: 10.6666666667vw;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-requirementsList {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

@media print, (min-width: 750px) {
  .p-requirementsList__item {
    display: flex;
    gap: 0 10px;
  }
}
@media print, (min-width: 750px) {
  .p-requirementsList__item-illust01 {
    position: relative;
  }
}
@media print, (min-width: 750px) {
  .p-requirementsList__item-illust01::after {
    position: absolute;
    right: 40px;
    bottom: 0;
    display: block;
    width: 130px;
    height: 108px;
    content: "";
    background: url("/www_img/tomo/illust_tomo_02@2x.png") no-repeat right bottom/contain;
  }
}
.p-requirementsList__item:not(:last-child) {
  padding-bottom: 10.6666666667vw;
  margin-bottom: 10.6666666667vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-requirementsList__item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media print, (min-width: 750px) {
  .p-requirementsList__head {
    width: 120px;
  }
}

@media print, (min-width: 750px) {
  .p-requirementsList__body {
    flex: 1;
  }
}
@media print, (min-width: 750px) {
  .p-requirementsList__body .c-title03 {
    margin-bottom: 1em;
  }
}

.p-ruleList {
  padding-left: 8vw;
}
@media print, (min-width: 750px) {
  .p-ruleList {
    padding-left: 100px;
  }
}
.p-ruleList-number {
  counter-reset: number;
}

.p-ruleList__item {
  padding: 0 0 4vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-ruleList__item {
    padding-bottom: 15px;
  }
}
.p-ruleList-number .p-ruleList__item {
  padding-left: 2em;
  text-indent: -1.35em;
}
.p-ruleList-number .p-ruleList__item::before {
  content: counter(number) ". ";
  counter-increment: number;
}
.p-ruleList__item + .p-ruleList__item {
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-ruleList__item + .p-ruleList__item {
    margin-top: 15px;
  }
}
.p-ruleList__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-search ._sitesearch_component ._attributegroup {
  padding: 0;
}
.p-search ._sitesearch_component ._attributegroup ._group {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._attributegroup ._group {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
.p-search ._sitesearch_component ._attributegroup ._attributes form {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute {
  margin: 1.3333333333vw 0 1.3333333333vw -1px;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute {
    margin: 0 0 0 -1px;
  }
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute:first-child {
  left: 0;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label {
  display: flex;
  align-items: center;
  border: 1px solid #dbddde;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label input {
  display: none;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label ._label {
  padding: 0.25em 1em;
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label ._label {
    font-size: 1rem;
  }
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label input:checked + ._label {
  color: #fff;
  background-color: #6d77b8;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label ._count {
  display: none;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label input:checked ~ ._count {
  color: #fff;
  background-color: #6d77b8;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute label:hover ._label {
  color: #fff;
  background-color: #6d77b8;
}
.p-search ._sitesearch_component ._attributegroup ._attributes form ._attribute._disable {
  pointer-events: none;
}
.p-search ._sitesearch_component ._searchstatusfull ._status ._keyword {
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 6.4vw;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._searchstatusfull ._status ._keyword {
    font-size: 1.5rem;
  }
}
.p-search ._sitesearch_component ._searchstatusfull ._status ._keyword::before {
  content: "「";
}
.p-search ._sitesearch_component ._searchstatusfull ._status ._keyword::after {
  content: "」";
}
.p-search ._sitesearch_component ._pagenator {
  padding: 0;
  margin: 18.6666666667vw 0 0;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._pagenator {
    margin: 70px 0 0;
  }
}
.p-search ._sitesearch_component ._pagenator ._nav {
  position: relative;
  flex: 0;
  margin: 0 !important;
}
.p-search ._sitesearch_component ._pagenator ._nav._page {
  padding: 0 1em;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._pagenator ._nav._page {
    padding: 0 1.5em;
  }
}
.p-search ._sitesearch_component ._pagenator ._nav._current {
  text-decoration: underline;
}
.p-search ._sitesearch_component ._pagenator ._nav._first {
  display: none;
}
.p-search ._sitesearch_component ._pagenator ._nav + ._nav:not(._prev) + ._nav::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 1px;
  height: 1em;
  content: "";
  background-color: #343434;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._pagenator ._nav a:hover {
    color: #6d77b8;
  }
}
.p-search ._sitesearch_component ._pagenator ._nav ._button,
.p-search ._sitesearch_component ._pagenator ._nav ._disable {
  position: relative;
  display: block;
  width: 8vw;
  height: 8vw;
  overflow: hidden;
  color: #6d77b8;
  background-color: #6d77b8;
  border: none;
  border-radius: 0;
}
@media print, (min-width: 750px) {
  .p-search ._sitesearch_component ._pagenator ._nav ._button,
  .p-search ._sitesearch_component ._pagenator ._nav ._disable {
    width: 30px;
    height: 30px;
  }
}
.p-search ._sitesearch_component ._pagenator ._nav ._button::before,
.p-search ._sitesearch_component ._pagenator ._nav ._disable::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  content: ">";
}
.p-search ._sitesearch_component ._pagenator ._nav ._disable {
  color: #dbddde;
  background-color: #dbddde;
}
.p-search ._sitesearch_component ._pagenator ._nav._prev ._button::before,
.p-search ._sitesearch_component ._pagenator ._nav._prev ._disable::before {
  content: "<";
}
.p-search ._searchresults {
  margin-top: 16vw;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults {
    margin-top: 60px;
  }
}
.p-search ._searchresults ._items ._item {
  padding-bottom: 10.6666666667vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item {
    padding-bottom: 40px;
  }
}
.p-search ._searchresults ._items ._item + ._item {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item + ._item {
    margin-top: 40px;
  }
}
.p-search ._searchresults ._items ._item:last-of-type {
  padding-bottom: 0;
  border: none;
}
.p-search ._searchresults ._items ._item ._wrap {
  width: 100%;
  overflow: hidden;
}
.p-search ._searchresults ._items ._item ._wrap ._thumbnail {
  float: left;
  width: 37.3333333333vw;
  margin-right: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item ._wrap ._thumbnail {
    width: 180px;
    margin-right: 20px;
  }
}
.p-search ._searchresults ._items ._item ._wrap ._title {
  padding: 0;
  margin: 0 0 0 42.6666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.6;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item ._wrap ._title {
    margin: 0 0 0.5em 200px;
    font-size: 1.25rem;
  }
}
.p-search ._searchresults ._items ._item ._wrap ._snippet {
  padding: 1.5em 0 0 !important;
  margin-top: 0;
  clear: both;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item ._wrap ._snippet {
    padding: 0 !important;
    margin-top: 0;
    margin-left: 200px;
    clear: none;
  }
}
.p-search ._searchresults ._items ._item ._wrap ._link {
  padding: 0;
  margin-top: 1em;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item ._wrap ._link {
    margin-left: 200px;
  }
}
.p-search ._searchresults ._items ._item ._wrap ._link a {
  color: #6d77b8;
  border-bottom: 1px solid #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .p-search ._searchresults ._items ._item ._wrap ._link a:hover {
    border-bottom-color: transparent;
  }
}
.p-search ._attributegroup_group1 {
  padding-top: 9.3333333333vw !important;
  margin-top: 9.3333333333vw !important;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-search ._attributegroup_group1 {
    padding-top: 35px !important;
    margin-top: 35px !important;
  }
}
.p-search .keywordNohits {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-search .keywordNohits {
    margin-top: 40px;
  }
}
.p-search .poplink.spia {
  top: 12.2666666667vw;
}
.p-search .poplink.pcia {
  top: 48px;
  left: -1px !important;
}
.p-search .poplink_suggest {
  border: solid #dbddde 1px !important;
}
.p-search ._sitesearch_component ._items > ._item ._wrap [class^=_] {
  padding: 0;
}
.p-search ._sitesearch_component ._items ._item ._wrap ._thumbnail::before {
  padding-top: 0;
}
.p-search ._sitesearch_component ._items ._item ._wrap ._thumbnail a {
  position: static;
  height: auto !important;
}
.p-search ._sitesearch_component ._items > ._item {
  margin: 0;
}

.p-keywordSearch {
  position: relative;
  display: flex;
  height: 13.3333333333vw;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-keywordSearch {
    max-width: 375px;
    height: 50px;
  }
}
@media print, (min-width: 750px) {
  .p-keywordSearch-full {
    max-width: none;
  }
}

.p-keywordSearch__input {
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
}
.p-keywordSearch__input::-webkit-search-cancel-button {
  cursor: pointer;
  background-size: cover;
  -webkit-appearance: none;
}

.p-keywordSearch__reset {
  position: absolute;
  top: calc(50% - 3.7333333333vw/2);
  right: 19.7333333333vw;
  width: 4vw;
  height: 3.7333333333vw;
  cursor: pointer;
  background: url("../img/ico_delete_black_01.svg") no-repeat center center/contain;
}
@media print, (min-width: 750px) {
  .p-keywordSearch__reset {
    top: calc(50% - 7px);
    right: 74px;
    width: 15px;
    height: 14px;
  }
}
.p-keywordSearch__reset span {
  display: none;
}

.p-keywordSearch__submit {
  width: 14.4vw;
  background: #343434 url("../img/ico_search_white_01.svg") no-repeat center center;
}
@media print, (min-width: 750px) {
  .p-keywordSearch__submit {
    width: 54px;
  }
}
.p-keywordSearch__submit span {
  display: none;
}

@media print, (min-width: 750px) {
  .p-seminarList__item {
    display: flex;
  }
}
.p-seminarList__item + .p-seminarList__item {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__item + .p-seminarList__item {
    margin-top: 40px;
  }
}

.p-seminarList__head {
  margin-bottom: 0.5em;
}
@media print, (min-width: 750px) {
  .p-seminarList__head {
    width: 150px;
    margin-bottom: 0;
  }
}

.p-seminarList__title {
  margin-top: 0.5em;
  font-size: 5.3333333333vw;
  line-height: 1.4;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-seminarList__title {
    font-size: 1.25rem;
  }
}
.p-seminarList__title.p-seminarList__title--alighTop {
  margin: 0;
}
.p-seminarList__title--blue01 {
  color: #172a88;
}
.p-seminarList__title--blue02 {
  color: #6c9bd2;
}
.p-seminarList__title--lightblue01 {
  color: #58bedd;
}
.p-seminarList__title--lightgreen01 {
  color: #26b7bc;
}
.p-seminarList__title--lightgreen02 {
  color: #3e9e9c;
}
.p-seminarList__title--lightgreen03 {
  color: #00a29a;
}
.p-seminarList__title--pink01 {
  color: #e66f89;
}

@media print, (min-width: 750px) {
  .p-seminarList__body {
    width: 850px;
  }
}

.p-seminarList__price {
  margin-bottom: 0.5em;
  font-size: 10.6666666667vw;
  line-height: 1;
}
@media print, (min-width: 750px) {
  .p-seminarList__price {
    font-size: 2.5rem;
  }
}
.p-seminarList__price--paid {
  overflow: hidden;
  background: url("/lib/v2/img/bg_boder_horizon_01.png") repeat-x center top 0.4em;
  background-size: 2px 1px;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid {
    background: url("/lib/v2/img/bg_boder_horizon_01.png") repeat-x center center;
  }
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid + .p-seminarList__price--paid {
    margin-top: -0.5em;
  }
}
.p-seminarList__price--paid span {
  vertical-align: middle;
}
.p-seminarList__price--paid span:first-child {
  display: inline-block;
  padding: 0 0.5em 0 0;
  font-size: 5.3333333333vw;
  line-height: 3rem;
  background: #fff;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid span:first-child {
    display: block;
    float: left;
    font-size: 1.25rem;
  }
}
.p-seminarList__price--paid span:nth-child(2) {
  display: block;
  padding: 0;
  background: #fff;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid span:nth-child(2) {
    float: right;
    padding: 0 0 0 0.5em;
  }
}
.p-seminarList__price--paid span:nth-child(2) i {
  font-size: 5.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid span:nth-child(2) i {
    font-size: 1.25rem;
  }
}

.p-seminarList__capacity {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__capacity {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-seminarList__capacity i {
  font-size: 13.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__capacity i {
    font-size: 3.125rem;
  }
}

.p-seminarList__place {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__place {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-seminarList__application {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__application {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-seminarList__target {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__target {
    font-size: 1.25rem;
  }
}

.p-seminarList__timeRequired {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__timeRequired {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-seminarList__flow {
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__flow {
    font-size: 1rem;
  }
}
.p-seminarList__flow li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.p-seminarList__flow li + li {
  margin-top: 20px;
}
.p-seminarList__flow h5 {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__flow h5 {
    font-size: 1.25rem;
  }
}

.p-seminarList__flow + .c-listNote {
  margin-top: 20px;
}

.p-seminarList__date {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
  line-height: 1.2;
}
@media print, (min-width: 750px) {
  .p-seminarList__date {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-seminarList__date i {
  font-size: 13.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__date i {
    font-size: 3.125rem;
  }
}
.p-seminarList__date i.year {
  font-size: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__date i.year {
    font-size: 2.5rem;
  }
}

.p-seminarList__notice {
  margin-bottom: 0.5em;
}
.p-seminarList__notice span {
  display: block;
  padding: 0.25em 1em;
  line-height: 1.4375;
  color: #6d77b8;
  border: 2px solid #6d77b8;
  border-radius: 2em;
}
@media print, (min-width: 750px) {
  .p-seminarList__notice span {
    display: inline-block;
  }
}
.p-seminarList__notice--blue01 span {
  color: #172a88;
  border-color: #172a88;
}
.p-seminarList__notice--blue02 span {
  color: #6c9bd2;
  border-color: #6c9bd2;
}
.p-seminarList__notice--lightblue01 span {
  color: #58bedd;
  border-color: #58bedd;
}
.p-seminarList__notice--lightgreen01 span {
  color: #26b7bc;
  border-color: #26b7bc;
}
.p-seminarList__notice--pink01 span {
  color: #e66f89;
  border-color: #e66f89;
}

.p-seminarList__contact {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__contact {
    font-size: 0.875rem;
  }
}
.p-seminarList__contact i {
  font-size: 5.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__contact i {
    font-size: 1.25rem;
  }
}

.p-seminarList__logo {
  margin-right: 1em;
  vertical-align: text-bottom;
}

.p-seminarMovie {
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-seminarMovie {
    margin-top: 40px;
  }
}

.p-seminarMovie--borderBottom {
  padding-bottom: 10.6666666667vw;
  margin-bottom: 10.6666666667vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-seminarMovie--borderBottom {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.p-seminarMovie--start, .p-seminarMovie--end, .p-seminarMovie--unpaid {
  pointer-events: none;
}

.p-seminarMovie__thumb {
  text-align: center;
}

.p-seminarMovie__thumb a {
  position: relative;
  display: block;
}

.p-seminarMovie--start .p-seminarMovie__thumb a::before, .p-seminarMovie--end .p-seminarMovie__thumb a::before, .p-seminarMovie--notapplied .p-seminarMovie__thumb a::before, .p-seminarMovie--unpaid .p-seminarMovie__thumb a::before, .p-seminarMovie--nomember .p-seminarMovie__thumb a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(150, 150, 150, 0.95);
}

.p-seminarMovie--start .p-seminarMovie__thumb a::after, .p-seminarMovie--end .p-seminarMovie__thumb a::after, .p-seminarMovie--notapplied .p-seminarMovie__thumb a::after, .p-seminarMovie--unpaid .p-seminarMovie__thumb a::after, .p-seminarMovie--nomember .p-seminarMovie__thumb a::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -5.7em;
  font-size: 3.7333333333vw;
  color: #fff;
  white-space: pre;
  content: "ご視聴にはこちらよりお申込みが必要です。\aお申込み後、別途届くメールに記載されている\aURLからご視聴ください。\a\aお申込み済でこの表示が出る方は\aログアウトの上、再度ログインください。";
}
@media print, (min-width: 750px) {
  .p-seminarMovie--start .p-seminarMovie__thumb a::after, .p-seminarMovie--end .p-seminarMovie__thumb a::after, .p-seminarMovie--notapplied .p-seminarMovie__thumb a::after, .p-seminarMovie--unpaid .p-seminarMovie__thumb a::after, .p-seminarMovie--nomember .p-seminarMovie__thumb a::after {
    font-size: 1.125rem;
  }
}

.p-seminarMovie__list {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media print, (min-width: 750px) {
  .p-seminarMovie__list {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.p-seminarMovie__list li {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-seminarMovie__list li {
    width: 48%;
  }
}
.p-seminarMovie__list li img {
  border: 1px solid #dbddde;
}

@media print, (min-width: 750px) {
  .p-seminarMovieDetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
}

.p-seminarMovieDetailNote {
  margin: 4vw 5.3333vw 0;
}
@media print, (min-width: 750px) {
  .p-seminarMovieDetailNote {
    margin: 40px 0 0;
    text-align: center;
  }
}

.p-seminarMovieDetailQquestion {
  margin: 2vw 5.3333vw 0;
}
@media print, (min-width: 750px) {
  .p-seminarMovieDetailQquestion {
    margin: 15px 0 40px;
    text-align: center;
  }
}

@media print, (min-width: 750px) {
  .p-seminarProfile {
    display: flex;
    grid-gap: 23px;
  }
}

.p-seminarProfile__photo {
  width: 53.3333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media print, (min-width: 750px) {
  .p-seminarProfile__photo {
    width: 200px;
    margin: 0;
  }
}

.p-seminarProfile__image {
  width: 100%;
}

.p-seminarProfile__content {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-seminarProfile__content {
    margin-top: 0;
  }
}

.p-seminarProfileTitle__name {
  margin-right: 0.25em;
  font-size: 8.5333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarProfileTitle__name {
    padding-left: 0.25em;
    font-size: 32px;
  }
}

.p-seminarProfileList__item {
  display: flex;
  flex-wrap: wrap;
}

.p-seminarProfileList__head {
  margin-right: 1em;
}

@media print, (min-width: 750px) {
  .p-seminarTextList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5em 48px;
  }
}

.p-seminarTextList__item {
  padding-bottom: 0.5em;
  padding-left: 1em;
  line-height: 1.7142857143;
  text-indent: -1em;
  border-bottom: 1px solid #dbddde;
}
.p-seminarTextList__item::before {
  content: "◎";
}
.p-seminarTextList__item + .p-seminarTextList__item {
  margin-top: 0.5em;
}
@media print, (min-width: 750px) {
  .p-seminarTextList__item + .p-seminarTextList__item {
    margin-top: 0;
  }
}
.p-seminarTextList__item-nomark::before {
  content: "";
}

.p-seminarTextList__sup {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-seminarTextList__sup {
    font-size: 0.75rem;
  }
}

.p-seminarTextTable {
  width: 100%;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.p-seminarTextTable__header {
  padding: 0.75em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dbddde;
}

.p-seminarTextTable__title {
  padding: 0.75em 1.5em;
  line-height: 1.7142857143;
  vertical-align: middle;
  border: 1px solid #dbddde;
  border-left: none;
}

.p-seminarTextTable__detail {
  padding: 0.75em 1.5em;
  line-height: 1.7142857143;
  vertical-align: middle;
  border: 1px solid #dbddde;
  border-right: none;
}

.p-seminarTextTable__titleSizeUp {
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-seminarTextTable__titleSizeUp {
    font-size: 1.125rem;
  }
}

.p-seminarTextTable__bgColorGreen {
  background: #cee7e6;
}

.p-seminarTextTable__bgColorLightGray {
  background: #fcfcfc;
}

.p-seminarTextTable__bgColorLightGreen {
  background: #f5fafa;
}

.p-showroomDisplay .p-showroomDisplayOption li {
  position: relative;
  padding-left: 0.8em;
}
.p-showroomDisplay .p-showroomDisplayOption li::before {
  position: absolute;
  left: 0;
  content: "・";
}

@media print, (min-width: 750px) {
  .p-showroomList__item {
    position: relative;
    display: flex;
    grid-gap: 0 40px;
  }
}
.p-showroomList__item + .p-showroomList__item {
  padding-top: 8vw;
  margin-top: 10.6666666667vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-showroomList__item + .p-showroomList__item {
    padding-top: 40px;
    margin-top: 40px;
    border-top: none;
  }
}
@media print, (min-width: 750px) {
  .p-showroomList__item + .p-showroomList__item::before {
    position: absolute;
    top: -1px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 1px;
    content: "";
    background-color: #dbddde;
  }
}

@media print, (min-width: 750px) {
  .p-showroomList__head {
    flex: 1;
  }
}

.p-showroomList__body {
  display: none;
}
@media print, (min-width: 750px) {
  .p-showroomList__body {
    display: block;
    width: 570px;
  }
}

.p-showroomList__date {
  display: inline-block;
  margin-bottom: 10px;
}
.p-showroomList__date span {
  display: inline-block;
  padding: 1.3333333333vw 0.5em 0.8vw;
  font-size: 3.2vw;
  line-height: 1;
  border: 1px solid #95989a;
}
@media print, (min-width: 750px) {
  .p-showroomList__date span {
    padding: 5px 0.5em 3px;
    font-size: 0.75rem;
  }
}
@media print, (min-width: 750px) {
  .p-showroomList__date {
    margin-bottom: 0;
  }
}

.p-showroomList__spImage {
  margin-bottom: 25px;
}
@media print, (min-width: 750px) {
  .p-showroomList__spImage {
    display: none;
  }
}

.p-showroomList__title {
  margin-bottom: 1em;
  font-size: 6.4vw;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-showroomList__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media print, (min-width: 750px) {
  .p-showroomList__inner {
    padding-left: 20px;
  }
}

.p-showroomList__name {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-showroomList__name {
    font-size: 1.25rem;
  }
}

.p-showroomListInfo {
  margin-bottom: 1em;
}
@media print, (min-width: 750px) {
  .p-showroomListInfo .c-button__arrowRight-blue01,
  .p-showroomListInfo .c-button__arrowRight-gray02 {
    max-width: 150px;
  }
}

.p-showroomListInfo__item {
  display: flex;
}
.p-showroomListInfo__item + .p-showroomListInfo__item {
  margin-top: 0.5em;
}

.p-showroomListInfo__head {
  min-width: 5em;
}

.p-showroomListInfo__body {
  flex: 1;
}

.p-showroomListInfo__tel {
  text-decoration: underline;
}
@media print, (min-width: 750px) {
  .p-showroomListInfo__tel {
    text-decoration: none;
  }
}

.p-showroomList .c-buttonWrap {
  display: flex;
  grid-gap: 0 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-showroomList .c-buttonWrap {
    grid-gap: 0 10px;
    margin-top: 10px;
  }
}

.p-showroomSliderMain {
  margin-right: -5.3333333333vw;
  margin-left: -5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-showroomSliderMain {
    margin: 0;
  }
}
.p-showroomSliderMain__wrapper {
  width: 100vw;
  height: 180px;
}
@media print, (min-width: 750px) {
  .p-showroomSliderMain__wrapper {
    width: 1000px;
    height: 480px;
  }
}

.p-showroomSliderMain__item {
  position: relative;
  height: 180px;
  overflow: hidden;
}
@media print, (min-width: 750px) {
  .p-showroomSliderMain__item {
    height: 480px;
  }
}

.p-showroomSliderMain__image,
.p-showroomSliderThumb__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-showroomSliderMain__pagination {
  position: static;
  display: flex;
  justify-content: center;
  padding-right: 1em;
  margin: 8vw 0;
  color: #fff;
}
@media print, (min-width: 750px) {
  .p-showroomSliderMain__pagination {
    margin: 25px 0;
  }
}
.p-showroomSliderMain__pagination .swiper-pagination-current,
.p-showroomSliderMain__pagination .swiper-pagination-total {
  margin: 0 1em 0 2em;
  color: #343434;
}
.p-showroomSliderMain__pagination .swiper-pagination-total {
  position: relative;
}
.p-showroomSliderMain__pagination .swiper-pagination-total::before {
  position: absolute;
  top: 4.5333333333vw;
  left: -13.8666666667vw;
  display: block;
  width: 11.4666666667vw;
  height: 1px;
  content: "";
  background-color: #797979;
  transform: rotate(-45deg);
}
@media print, (min-width: 750px) {
  .p-showroomSliderMain__pagination .swiper-pagination-total::before {
    top: 17px;
    left: -52px;
    width: 43px;
  }
}

.slick-prev,
.slick-next {
  top: 228px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 15px;
}
.slick-prev,
.slick-next {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .slick-prev:hover, a:hover .slick-prev,
  .slick-next:hover,
  a:hover .slick-next {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.slick-prev::after,
.slick-next::after {
  display: block;
  padding-bottom: 3px;
  font-size: 2.6666666667vw;
  line-height: 1;
  color: #343434;
}
@media print, (min-width: 750px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 0.625rem;
  }
}

.slick-prev {
  left: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .slick-prev {
    left: -80px;
  }
}
.slick-prev::after {
  content: "<";
}

.slick-next {
  right: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .slick-next {
    right: -80px;
  }
}
.slick-next::after {
  content: ">";
}

.p-showroomSliderThumb .swiper-wrapper {
  display: flex;
}

.p-showroomSliderThumb__item {
  position: relative;
  width: 75px;
  height: 20vw;
  margin-right: 6px;
  margin-left: 6px;
  overflow: hidden;
  cursor: pointer;
}
.p-showroomSliderThumb__item {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-showroomSliderThumb__item:hover, a:hover .p-showroomSliderThumb__item {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-showroomSliderThumb__item {
    width: 148px;
    height: 148px;
    margin-right: 11px;
    margin-left: 11px;
  }
}

.p-showroomTable table,
.p-showroomTable tr,
.p-showroomTable th,
.p-showroomTable td {
  display: block;
}
.p-showroomTable table {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-showroomTable table {
    display: table;
  }
}
@media print, (min-width: 750px) {
  .p-showroomTable tr {
    display: table-row;
  }
}
.p-showroomTable tr:nth-child(2n+1) th, .p-showroomTable tr:nth-child(2n+1) td {
  background-color: #f7f7f9;
}
.p-showroomTable th,
.p-showroomTable td {
  padding: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-showroomTable th,
  .p-showroomTable td {
    display: table-cell;
    padding: 20px 30px;
  }
}
.p-showroomTable th {
  padding-bottom: 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .p-showroomTable th {
    width: 200px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
.p-showroomTable td {
  padding-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-showroomTable td {
    padding-top: 20px;
    padding-left: 0;
  }
}
.p-showroomTable .c-button-inline {
  margin-bottom: 1em;
}
@media print, (min-width: 750px) {
  .p-showroomTable .c-button-inline {
    margin-right: 1em;
    margin-bottom: 0;
  }
}

.p-ShowroomThumbList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.3333333333vw 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .p-ShowroomThumbList {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 10px;
  }
}

.p-ShowroomThumbList__link {
  display: block;
}
.p-ShowroomThumbList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-ShowroomThumbList__link:hover, a:hover .p-ShowroomThumbList__link {
    opacity: 0.6;
  }
}

.p-ShowroomThumbList__text {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.p-ShowroomThumbList__text::before {
  position: absolute;
  top: calc(50% - 1.75em / 2);
  left: 0;
  display: block;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-ShowroomThumbList__text::before {
    font-size: 0.625rem;
  }
}
@media print, (min-width: 750px) {
  .p-ShowroomThumbList__text {
    margin-top: 0.75em;
    margin-left: 0.5em;
  }
}

.p-ShowroomThumbList__innerLink {
  display: block;
}
@media print, (min-width: 750px) {
  .p-ShowroomThumbList__innerLink {
    display: inline-block;
    margin-left: 0.75em;
  }
}

.p-ShowroomThumbList .c-button__arrowRight-gray01 {
  display: inline-block;
}

.p-sitemapList,
.p-sitemapListLv2 {
  font-size: 3.7333333333vw;
  line-height: 1.75;
}
@media print, (min-width: 750px) {
  .p-sitemapList,
  .p-sitemapListLv2 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 25px;
    font-size: 1rem;
  }
}

.p-sitemapList {
  padding-left: 8vw;
}
@media print, (min-width: 750px) {
  .p-sitemapList {
    padding-left: 100px;
  }
}

.p-sitemapListLv2,
.p-sitemapListLv3 {
  margin-top: 0.5em;
}
@media print, (min-width: 750px) {
  .p-sitemapListLv2,
  .p-sitemapListLv3 {
    padding-left: 0;
  }
}

.p-sitemapList__item,
.p-sitemapListLv2__item,
.p-sitemapListLv3__item {
  position: relative;
  padding-left: 1.25em;
}
.p-sitemapList__item::before,
.p-sitemapListLv2__item::before,
.p-sitemapListLv3__item::before {
  position: absolute;
  left: 0;
}
.p-sitemapList__item + .p-sitemapList__item,
.p-sitemapList__item + .p-sitemapListLv2__item,
.p-sitemapList__item + .p-sitemapListLv3__item,
.p-sitemapListLv2__item + .p-sitemapList__item,
.p-sitemapListLv2__item + .p-sitemapListLv2__item,
.p-sitemapListLv2__item + .p-sitemapListLv3__item,
.p-sitemapListLv3__item + .p-sitemapList__item,
.p-sitemapListLv3__item + .p-sitemapListLv2__item,
.p-sitemapListLv3__item + .p-sitemapListLv3__item {
  margin-top: 1.8666666667vw;
}
@media print, (min-width: 750px) {
  .p-sitemapList__item + .p-sitemapList__item,
  .p-sitemapList__item + .p-sitemapListLv2__item,
  .p-sitemapList__item + .p-sitemapListLv3__item,
  .p-sitemapListLv2__item + .p-sitemapList__item,
  .p-sitemapListLv2__item + .p-sitemapListLv2__item,
  .p-sitemapListLv2__item + .p-sitemapListLv3__item,
  .p-sitemapListLv3__item + .p-sitemapList__item,
  .p-sitemapListLv3__item + .p-sitemapListLv2__item,
  .p-sitemapListLv3__item + .p-sitemapListLv3__item {
    margin-top: 0;
  }
}

.p-sitemapListLv2__item::before,
.p-sitemapListLv3__item::before {
  top: 0;
  content: "∟";
}

.p-sitemapList__link,
.p-sitemapListLv2__link,
.p-sitemapListLv3__link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .p-sitemapList__link:hover,
  .p-sitemapListLv2__link:hover,
  .p-sitemapListLv3__link:hover {
    border-bottom-color: #343434;
  }
}

@media print, (min-width: 750px) {
  .p-sitemapList__item {
    width: 22%;
  }
}
@media print, (min-width: 750px) {
  .p-sitemapList__item-full {
    width: 100%;
  }
}
.p-sitemapList__item::before {
  top: 0.6em;
  font-size: 2.1333333333vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-sitemapList__item::before {
    font-size: 0.625rem;
  }
}

.p-sitemapListLv2__item::before {
  margin-right: 0.5em;
  content: "∟";
}
@media print, (min-width: 750px) {
  .p-sitemapListLv2__item + .p-sitemapListLv2__item {
    margin-top: 0;
  }
}

.p-sitemapListLv3 {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-sitemapListLv3 {
    font-size: 0.875rem;
  }
}

.p-sitemapListLv3__item::before {
  margin-right: 0.5em;
  content: "∟";
}
@media print, (min-width: 750px) {
  .p-sitemapListLv3__item + .p-sitemapListLv3__item {
    margin-top: 7px;
  }
}

.p-snsList01 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
  justify-content: flex-start;
}

.p-snsList01__item {
  width: 100%;
  box-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .p-snsList01__item {
    width: 480px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
}

.p-snsList01__head img {
  width: 100%;
}

.p-snsList01__body {
  position: relative;
  padding: 8vw 5.3333333333vw;
  background: #f7f7f9;
}
@media print, (min-width: 750px) {
  .p-snsList01__body {
    padding: 30px 20px;
  }
}
.p-snsList01__body::before {
  position: absolute;
  top: -9.3333333333vw;
  right: 5.3333333333vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  content: "";
}
@media print, (min-width: 750px) {
  .p-snsList01__body::before {
    top: -35px;
    right: 27px;
    width: 70px;
    height: 70px;
  }
}
.p-snsList01__body-facebook::before {
  background: url("/lib/v2/img/logo_sns_facebook.svg") no-repeat center center/cover;
}
.p-snsList01__body-twitter::before {
  background: url("/lib/v2/img/logo_sns_twitter.svg") no-repeat center center/cover;
}
.p-snsList01__body-line::before {
  background: url("/lib/v2/img/logo_sns_line.svg") no-repeat center center/cover;
}
.p-snsList01__body-youtube::before {
  background: url("/lib/v2/img/logo_sns_youtube.svg") no-repeat center center/cover;
}

.p-snsList01__title {
  width: 56vw;
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-snsList01__title {
    width: 340px;
    font-size: 1.25rem;
  }
}

.p-snsList01__text {
  margin-top: 1.25em;
}

.p-snsList01__button {
  margin-top: 2em;
}

.p-seminarList__price {
  margin-bottom: 0.5em;
  font-size: 10.6666666667vw;
  line-height: 1;
}
@media print, (min-width: 750px) {
  .p-seminarList__price {
    font-size: 2.5rem;
  }
}
.p-seminarList__price--paid {
  overflow: hidden;
  background: url("/lib/v2/img/bg_boder_horizon_01.png") repeat-x center top 0.4em;
  background-size: 2px 1px;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid {
    background: url("/lib/v2/img/bg_boder_horizon_01.png") repeat-x center center;
  }
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid + .p-seminarList__price--paid {
    margin-top: -0.5em;
  }
}
.p-seminarList__price--paid span {
  vertical-align: middle;
}
.p-seminarList__price--paid span:first-child {
  display: inline-block;
  padding: 0 0.5em 0 0;
  font-size: 5.3333333333vw;
  line-height: 3rem;
  background: #fff;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid span:first-child {
    display: block;
    float: left;
    font-size: 1.25rem;
  }
}
.p-seminarList__price--paid span:nth-child(2) {
  display: block;
  padding: 0;
  background: #fff;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid span:nth-child(2) {
    float: right;
    padding: 0 0 0 0.5em;
  }
}
.p-seminarList__price--paid span:nth-child(2) i {
  font-size: 5.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__price--paid span:nth-child(2) i {
    font-size: 1.25rem;
  }
}

.p-seminarList__capacity {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__capacity {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-seminarList__capacity i {
  font-size: 13.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__capacity i {
    font-size: 3.125rem;
  }
}

.p-seminarList__place {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__place {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-seminarList__application {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__application {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-seminarList__target {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__target {
    font-size: 1.25rem;
  }
}

.p-seminarList__timeRequired {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__timeRequired {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-seminarList__flow {
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__flow {
    font-size: 1rem;
  }
}
.p-seminarList__flow li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.p-seminarList__flow li + li {
  margin-top: 20px;
}
.p-seminarList__flow h5 {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__flow h5 {
    font-size: 1.25rem;
  }
}

.p-seminarList__flow + .c-listNote {
  margin-top: 20px;
}

.p-seminarList__date {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__date {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-seminarList__date i {
  font-size: 13.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__date i {
    font-size: 3.125rem;
  }
}
.p-seminarList__date i.year {
  font-size: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__date i.year {
    font-size: 2.5rem;
  }
}

.p-seminarList__notice {
  margin-bottom: 0.5em;
}
.p-seminarList__notice span {
  display: block;
  padding: 1em 0.25em 0.6em;
  line-height: 1.4375;
  color: #6d77b8;
  border: 2px solid #6d77b8;
  border-radius: 2em;
}
@media print, (min-width: 750px) {
  .p-seminarList__notice span {
    display: inline-block;
  }
}
.p-seminarList__notice--blue01 span {
  color: #172a88;
  border-color: #172a88;
}
.p-seminarList__notice--blue02 span {
  color: #6c9bd2;
  border-color: #6c9bd2;
}
.p-seminarList__notice--lightblue01 span {
  color: #58bedd;
  border-color: #58bedd;
}
.p-seminarList__notice--lightgreen01 span {
  color: #26b7bc;
  border-color: #26b7bc;
}
.p-seminarList__notice--pink01 span {
  color: #e66f89;
  border-color: #e66f89;
}

.p-seminarList__contact {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-seminarList__contact {
    font-size: 0.875rem;
  }
}
.p-seminarList__contact i {
  font-size: 5.3333333333vw;
  font-style: normal;
}
@media print, (min-width: 750px) {
  .p-seminarList__contact i {
    font-size: 1.25rem;
  }
}

.p-seminarList__logo {
  margin-right: 1em;
  vertical-align: text-bottom;
}

.p-tabHead {
  border-bottom: 1px solid #dbddde;
}

.p-tabFoot {
  border-top: 1px solid #dbddde;
}
.p-tabFoot::after {
  top: 0;
  bottom: auto;
}

.p-tabBody {
  padding: 10.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .p-tabBody {
    padding: 60px 0;
  }
}

.p-tabList {
  display: flex;
}
@media print, (min-width: 750px) {
  .p-tabList {
    justify-content: flex-start;
  }
}
.p-tabHead .p-tabList {
  margin-bottom: -1px;
}
.p-tabFoot .p-tabList {
  margin-top: -1px;
}

.p-tabList__item {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-tabList__item {
    width: 300px;
  }
}
.p-tabFoot .p-tabList__item {
  align-items: flex-start;
}

.p-tabList__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16vw;
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: #f7f7f9;
  border: 1px solid #dbddde;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-tabList__link:hover, a:hover .p-tabList__link {
    background-color: #ebebf0;
  }
}
@media print, (min-width: 750px) {
  .p-tabList__link {
    min-height: 70px;
  }
}
.p-tabList__item:nth-child(n+2) .p-tabList__link {
  margin-left: -1px;
}

.p-tabList__link-current {
  min-height: 18.6666666667vw;
  pointer-events: none;
  background-color: #fff;
  border-bottom-color: #fff;
}
@media print, (min-width: 750px) {
  .p-tabList__link-current {
    min-height: 80px;
  }
}
.p-tabFoot .p-tabList__link-current {
  border-top-color: #fff;
  border-bottom-color: #dbddde;
}

.p-tabContent {
  display: none;
}

.p-tabContent-show {
  display: block;
}

.p-telArea {
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-telArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-telArea__title {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-telArea__title {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
  }
}
@media print, (min-width: 750px) {
  .p-telArea__title::after {
    display: block;
    width: 1px;
    height: 1em;
    margin: 0 1.5em;
    content: "";
    background-color: #343434;
  }
}

.p-telArea__number {
  font-size: 7.4666666667vw;
  text-decoration: underline;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-telArea__number {
    font-size: 2.375rem;
    text-decoration: none;
  }
}
.p-telArea__number::before {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  margin-right: 2.6666666667vw;
  content: "";
}
@media print, (min-width: 750px) {
  .p-telArea__number::before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

.p-telArea .c-button-w140 {
  margin: 2.6666666667vw auto 0;
}
@media print, (min-width: 750px) {
  .p-telArea .c-button-w140 {
    margin: 0 0 0 20px;
  }
}

.p-termTable {
  display: block;
  margin-left: 8vw;
}
@media print, (min-width: 750px) {
  .p-termTable {
    display: table;
    margin-left: 100px;
  }
}
.p-termTable tr {
  display: block;
}
@media print, (min-width: 750px) {
  .p-termTable tr {
    display: table-row;
  }
}
.p-termTable tr:first-child th, .p-termTable tr:first-child td {
  padding-top: 0;
}
.p-termTable tr:last-child th, .p-termTable tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.p-termTable th,
.p-termTable td {
  display: block;
}
@media print, (min-width: 750px) {
  .p-termTable th,
  .p-termTable td {
    display: table-cell;
    border-bottom: 1px solid #dbddde;
  }
}
.p-termTable th {
  padding: 2.6666666667vw 0 0;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .p-termTable th {
    width: 220px;
    padding: 10px 20px 10px 0;
  }
}
.p-termTable td {
  padding: 0 0 2.6666666667vw;
  vertical-align: middle;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-termTable td {
    padding: 10px 0;
  }
}

.p-termTable__title {
  margin-bottom: 0.25em;
}
@media print, (min-width: 750px) {
  .p-termTable__title {
    margin-bottom: 0;
  }
}

.p-title01 {
  display: flex;
  align-items: center;
  min-height: 32vw;
  padding: 6.6666666667vw 0 6.6666666667vw;
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 8vw;
  line-height: 1.2148148148;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .p-title01 {
    min-height: 160px;
    padding: 25px 0 10px;
    font-size: 2rem;
  }
}
.p-title01 .c-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-title01 .c-button__arrowRight-gray02 {
  display: inline-block;
}
.p-title01 a {
  line-height: 2;
}

.p-title01__title {
  margin-right: 1em;
}

.p-title01__text {
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-title01__text {
    font-size: 1.125rem;
  }
}

.p-title02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8vw;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .p-title02 {
    margin-bottom: 30px;
  }
}
.p-title02-small {
  margin-bottom: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-title02-small {
    margin-bottom: 20px;
  }
}
.p-title02-big {
  margin-bottom: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-title02-big {
    margin-bottom: 80px;
  }
}
.p-title02-column {
  flex-flow: column nowrap;
  align-items: flex-start;
}
@media print, (min-width: 750px) {
  .p-title02-column {
    flex-flow: row wrap;
    align-items: center;
  }
}

.p-title02__subTitle {
  width: 100%;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-title02__subTitle {
    font-size: 0.875rem;
  }
}

.p-title02__title {
  margin-right: 1em;
  font-size: 6.4vw;
}
@media print, (min-width: 750px) {
  .p-title02__title {
    font-size: 1.5rem;
  }
}
.p-title02-small .p-title02__title {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-title02-small .p-title02__title {
    font-size: 1.25rem;
  }
}
.p-title02-column .p-title02__title {
  margin-right: 0;
}
@media print, (min-width: 750px) {
  .p-title02-column .p-title02__title {
    margin-right: 1em;
  }
}
.p-title02__title.p-title02-afterlink {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-title02__title.p-title02-afterlink {
    width: auto;
  }
}

.p-title02__link {
  display: inline-block;
  padding: 1.3333333333vw 2.1333333333vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  background-color: #797979;
}
@media print, (min-width: 750px) {
  .p-title02__link {
    padding: 5px 8px;
    font-size: 0.75rem;
  }
}

.p-title02__label {
  display: inline-block;
  padding: 1.3333333333vw 2.1333333333vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-title02__label {
    padding: 10px 12px 5px;
    margin-right: 1em;
    font-size: 1.125rem;
  }
}

@media print, (min-width: 750px) {
  .p-title02 .c-button__arrowRight-gray02 {
    margin-top: -0.5em;
  }
}
.p-title02 .c-button__arrowRight-gray02 + .c-button__arrowRight-gray02 {
  margin-left: 1em;
}

.p-titleList01__item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-titleList01__item {
    padding-bottom: 0.7em;
  }
}
.p-titleList01__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.p-titleList01__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-titleList01__link:hover, a:hover .p-titleList01__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-titleList01__link {
    display: flex;
    align-items: center;
  }
}

.p-titleList01__title {
  font-size: 4.8vw;
  line-height: 1.7777777778;
}
@media print, (min-width: 750px) {
  .p-titleList01__title {
    width: 12em;
    margin-right: 30px;
    font-size: 1.125rem;
  }
}

.p-titleList01__text {
  position: relative;
  display: block;
  padding-right: 2em;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  color: #474747;
}
.p-titleList01__text::after {
  position: absolute;
  top: calc(50% - 0.75em);
  right: 0;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-titleList01__text::after {
    font-size: 0.625rem;
  }
}
@media print, (min-width: 750px) {
  .p-titleList01__text {
    flex: 1;
    font-size: 0.875rem;
  }
}

.p-tomoCategory {
  margin-right: -5.3333333333vw;
  margin-left: -5.3333333333vw;
  overflow: hidden;
}
@media print, (min-width: 750px) {
  .p-tomoCategory {
    justify-content: space-between;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-tomoCategory-marginBottom {
  margin-bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoCategory-marginBottom {
    margin-bottom: 40px;
  }
}

.p-tomoCategory__list {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
@media screen and (max-width: 749px) {
  .p-tomoCategory__list {
    justify-content: center;
  }
}
@media print, (min-width: 750px) {
  .p-tomoCategory__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 50px;
  }
}

.p-tomoCategory__item {
  flex-basis: calc(50% - 5.3333333333vw);
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .p-tomoCategory__item {
    border-bottom: 1px solid #dbddde;
  }
  .p-tomoCategory__item:nth-child(1) {
    flex-basis: calc(100% - 10.6666666667vw);
    order: 1;
    border-top: 1px solid #dbddde;
    border-right: none !important;
  }
  .p-tomoCategory__item:nth-child(2) {
    order: 2;
  }
  .p-tomoCategory__item:nth-child(3) {
    order: 4;
  }
  .p-tomoCategory__item:nth-child(4) {
    order: 5;
    border-right: none !important;
  }
  .p-tomoCategory__item:nth-child(5) {
    order: 6;
  }
  .p-tomoCategory__item:nth-child(6) {
    order: 7;
    border-right: none !important;
  }
  .p-tomoCategory__item:nth-child(7) {
    order: 3;
  }
}
@media print, (min-width: 750px) {
  .p-tomoCategory__item {
    flex-shrink: 1;
    width: 100%;
  }
}
.p-tomoCategory__item:not(:last-child) {
  border-right: 1px solid #dbddde;
}

.p-tomoCategory__link {
  display: block;
  padding: 0.25em 0.9em;
  color: #6d77b8;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-tomoCategory__link:hover, a:hover .p-tomoCategory__link {
    background-color: #f7f7f9;
  }
}
.p-tomoCategory__link:hover, .p-tomoCategory__link-current {
  background-color: #f7f7f9;
}
.p-tomoCategory__link-dentist {
  color: #0082b0;
}
.p-tomoCategory__link-newdentist {
  color: #f7a239;
}
.p-tomoCategory__link-technician {
  color: #96cc4b;
}
.p-tomoCategory__link-hygienist {
  color: #f88e96;
}
.p-tomoCategory__link-member {
  color: #343434;
}

.p-tomoFooter {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .p-tomoFooter {
    flex-direction: row;
    gap: 40px 0;
    justify-content: space-between;
  }
}

.p-tomoFooterInfo {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}
@media print, (min-width: 750px) {
  .p-tomoFooterInfo {
    font-size: 0.875rem;
  }
}

.p-tomoFooterInfo__item {
  display: flex;
}
.p-tomoFooterInfo__item + .p-tomoFooterInfo__item {
  margin-top: 0.5em;
}

.p-tomoFooterInfo__head {
  width: 7em;
  margin-right: 1em;
}
.p-tomoFooterInfo__body {
  flex: 1;
}
.p-tomoFooterInfo__link {
  text-decoration: underline;
}
@media print, (min-width: 750px) {
  .p-tomoFooterInfo__link {
    text-decoration: none;
  }
}

@media print, (min-width: 750px) {
  .p-tomoFooterLinks {
    width: 370px;
  }
}

.p-tomoInquiryList__item {
  position: relative;
  padding: 8vw 0 calc(9.3333333333vw - 1.8em);
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-tomoInquiryList__item {
    padding: 30px 0 calc(35px - 1.8em);
  }
}
.p-tomoInquiryList__item.js-accordion::before {
  position: absolute;
  top: 9.6vw;
  right: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  content: "";
  background-color: #ebebf0;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-tomoInquiryList__item.js-accordion::before {
    top: 36px;
    width: 25px;
    height: 25px;
  }
}
.p-tomoInquiryList__item:last-child {
  padding-bottom: 0;
}

.p-tomoInquiryList__button {
  position: relative;
  width: 100%;
}
.p-tomoInquiryList__button {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-tomoInquiryList__button:hover, a:hover .p-tomoInquiryList__button {
    opacity: 0.6;
  }
}
.p-tomoInquiryList__button::before, .p-tomoInquiryList__button::after {
  position: absolute;
  top: calc(50% + 1.0666666667vw/2);
  right: 1.6vw;
  display: block;
  width: 2.9333333333vw;
  height: 0.2666666667vw;
  content: "";
  background-color: #797979;
  transition: transform 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-tomoInquiryList__button::before, .p-tomoInquiryList__button::after {
    top: 18px;
    right: 5px;
    width: 14px;
    height: 2px;
  }
}
.p-tomoInquiryList__button::after {
  transform: rotate(-90deg);
}
.is-open .p-tomoInquiryList__button::after {
  transform: rotate(0deg);
}

.p-tomoInquiryList__body {
  max-height: 0;
  padding-left: 4vw;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-tomoInquiryList__body {
    padding-left: 45px;
  }
}
.is-open .p-tomoInquiryList__body {
  max-height: 100vh;
}
.p-tomoInquiryList__body p:last-of-type {
  margin-bottom: 1.1em;
}

.p-tomoMember {
  position: relative;
  padding: 12vw 0 10.6666666667vw;
  background: #f7f7f9 url("/www_img/tomo/index_bg_01.png") no-repeat 100% 10%/42.6666666667vw auto;
  background-blend-mode: darken;
}
@media print, (min-width: 750px) {
  .p-tomoMember {
    padding: 55px 0;
    background-position: left calc(50% + 290px) bottom 25px;
    background-size: auto 510px;
  }
}
@media print, (min-width: 750px) {
  .p-tomoMember .c-inner {
    padding-right: 500px;
  }
}

.p-tomoMember__title {
  width: 58.6666666667vw;
  margin-bottom: 1em;
  font-size: 6.9333333333vw;
  line-height: 1.5384615385;
  color: #6d77b8;
  letter-spacing: 0.04em;
}
@media print, (min-width: 750px) {
  .p-tomoMember__title {
    margin-bottom: 0.5em;
    font-size: 2rem;
    line-height: 1.875;
  }
}

.p-tomoMember__lead {
  line-height: 1.875;
  letter-spacing: 0.06em;
}

.p-tomoMember .c-buttonWrap {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoMember .c-buttonWrap {
    margin-top: 30px;
  }
}

.p-tomoPresentBox {
  padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  background: url("/www_img/tomo/illust_tomo_03@2x.png") no-repeat left top/31.2vw 23.4666666667vw, url("/www_img/tomo/illust_tomo_04@2x.png") no-repeat right bottom/25.8666666667vw 21.3333333333vw;
  background-color: #f7f7f9;
  border-radius: 2.1333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBox {
    display: flex;
    gap: 55px;
    align-items: center;
    padding: 40px 80px;
    background-size: 148px 112px, 121px 101px;
    border-radius: 8px;
  }
}

@media print, (min-width: 750px) {
  .p-tomoPresentBox__item {
    width: 380px;
  }
}
.p-tomoPresentBox__item + .p-tomoPresentBox__item {
  padding-top: 8vw;
  margin-top: 8vw;
  text-align: center;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBox__item + .p-tomoPresentBox__item {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}

.p-tomoPresentBoxPhoto {
  margin-bottom: 4vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBoxPhoto {
    margin-bottom: 15px;
  }
}

.p-tomoPresentBoxLabel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBoxLabel {
    margin-bottom: 15px;
  }
}

.p-tomoPresentBoxLabel__list {
  width: 17.3333333333vw;
  margin-right: 1.8666666667vw;
  text-align: center;
  border: 1px solid;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBoxLabel__list {
    width: 70px;
    margin-right: 10px;
  }
}
.p-tomoPresentBoxLabel__list-dentist {
  color: #0082b0;
  border-color: #0082b0;
}
.p-tomoPresentBoxLabel__list-newdentist {
  color: #f7a239;
  border-color: #f7a239;
}
.p-tomoPresentBoxLabel__list-technician {
  color: #96cc4b;
  border-color: #96cc4b;
}
.p-tomoPresentBoxLabel__list-hygienist {
  margin-right: 0;
  color: #f88e96;
  border-color: #f88e96;
}

.p-tomoPresentBox__title {
  margin-bottom: 4vw;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBox__title {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}

.p-tomoPresentBanner {
  position: relative;
  z-index: 1;
  padding: 10.6666666667vw 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
  border: 1px solid #dbddde;
  border-radius: 2.1333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBanner {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 50px;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 40px;
    margin-bottom: 40px;
    background: url("/www_img/tomo/present_bg_01.jpg") no-repeat left top/contain;
    border-radius: 8px;
  }
}
@media print, (min-width: 750px) {
  .p-tomoPresentBanner::after {
    position: absolute;
    top: calc(50% - 67px);
    left: 644px;
    display: block;
    width: 177px;
    height: 134px;
    pointer-events: none;
    content: "";
    background: url("/www_img/tomo/illust_tomo_05@2x.png") no-repeat left top/contain;
  }
}

.p-tomoPresentBanner__stamp {
  position: absolute;
  top: 10.6666666667vw;
  left: 5.3333333333vw;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.0666666667vw;
  height: 33.0666666667vw;
  font-size: 4.8vw;
  line-height: 1.6666666667;
  color: #fff;
  text-align: center;
  background-color: #6d77b8;
  border-radius: 50%;
  transform: rotate(-14deg);
}
@media print, (min-width: 750px) {
  .p-tomoPresentBanner__stamp {
    top: 40px;
    right: 40px;
    left: auto;
    width: 124px;
    height: 124px;
    font-size: 1.125rem;
    transform: rotate(16deg);
  }
}

.p-tomoPresentBannerPhoto {
  padding: 16vw 0 0 16vw;
  margin-bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBannerPhoto {
    padding: 0;
    margin-bottom: 0;
  }
}

.p-tomoPresentBanner__title {
  margin-bottom: 0.25em;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBanner__title {
    font-size: 1.125rem;
  }
}

.p-tomoPresentBanner__price {
  margin-bottom: 0.25em;
  font-size: 4.8vw;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBanner__price {
    font-size: 1.125rem;
  }
}

.p-tomoPresentBanner__text {
  font-size: 3.7333333333vw;
  white-space: nowrap;
}
@media print, (min-width: 750px) {
  .p-tomoPresentBanner__text {
    font-size: 0.875rem;
  }
}

.p-tomoRecruiting {
  position: relative;
  padding: 6.6666666667vw 0 10.6666666667vw;
  background: #eff9ff url("/www_img/tomo/index_bg_01.png?d=250123") no-repeat 100% 10%/48vw auto;
  background-blend-mode: darken;
}
@media print, (min-width: 750px) {
  .p-tomoRecruiting {
    padding: 55px 0;
    background-position: left calc(50% + 290px) center;
    background-size: auto 450px;
  }
}
@media print, (min-width: 750px) {
  .p-tomoRecruiting .c-inner {
    padding-right: 500px;
  }
}

.p-tomoRecruiting__title {
  width: 58.6666666667vw;
  margin-bottom: 0.5em;
  font-size: 11.2vw;
  line-height: 1.25;
  color: #6d77b8;
  letter-spacing: 0.04em;
}
@media print, (min-width: 750px) {
  .p-tomoRecruiting__title {
    margin-bottom: 0.5em;
    font-size: 3rem;
    line-height: 1.25;
  }
}

.p-tomoRecruiting__titleYear {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoRecruiting__titleYear {
    font-size: 1.625rem;
  }
}

.p-tomoRecruiting__period {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
.p-tomoRecruiting__periodItem {
  display: flex;
  gap: 2.6666666667vw;
}
.p-tomoRecruiting__periodItem dt {
  display: inline-block;
  padding: 2.6666666667vw 2.6666666667vw 0;
  font-size: 4.8vw;
  line-height: 1.25;
  color: #6d77b8;
  background: #fff;
}
.p-tomoRecruiting__periodItem dd {
  font-size: 8vw;
}
.p-tomoRecruiting__periodItem dd small {
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-tomoRecruiting__period {
    gap: 0;
    justify-content: space-between;
  }
  .p-tomoRecruiting__periodItem {
    display: block;
  }
  .p-tomoRecruiting__periodItem dt {
    padding: 5px 30px 0;
    font-size: 1.125rem;
  }
  .p-tomoRecruiting__periodItem dd {
    font-size: 2rem;
  }
  .p-tomoRecruiting__periodItem dd small {
    font-size: 1.125rem;
  }
}

.p-tomoRecruiting .c-buttonWrap {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-tomoRecruiting .c-buttonWrap {
    margin-top: 30px;
  }
}

@media print, (min-width: 750px) {
  .p-topLineStamp {
    overflow: hidden;
  }
}

.p-topLineStamp__pic img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topLineStamp__pic {
    float: left;
    width: 480px;
  }
}

.p-topLineStamp__description {
  margin-top: 5.3333333333vw;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-topLineStamp__description {
    float: right;
    width: 460px;
    margin-top: 0;
    font-size: 18px;
  }
}
@media print, (min-width: 750px) {
  .p-topLineStamp__description + .p-contact__button {
    float: right;
    margin-right: 140px;
  }
}

.p-topLineStamp__title {
  width: 100%;
  margin-bottom: 8vw;
}
.p-topLineStamp__title img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topLineStamp__title {
    float: right;
    width: 460px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-topLineStamp__title img {
    width: auto;
  }
}

@media print, (min-width: 750px) {
  .p-topMagazine {
    display: flex;
    grid-gap: 0 30px;
    padding: 0 40px;
  }
}

.p-topMagazinePhoto {
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto {
    display: flex;
    grid-gap: 0 20px;
    align-items: flex-start;
    width: 450px;
    padding: 40px;
    text-align: left;
    background-color: #f7f7f9;
  }
}
.p-topMagazinePhoto .c-button__arrowRight-gray01 {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto .c-button__arrowRight-gray01:hover, a:hover .p-topMagazinePhoto .c-button__arrowRight-gray01 {
    background-color: #fff;
  }
}

.p-topMagazinePhoto__head {
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto__head {
    margin-bottom: 0;
  }
}
.p-topMagazinePhoto__head img {
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto__head img {
    width: 180px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}

.p-topMagazinePhoto__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto__body {
    align-items: stretch;
    justify-content: center;
    width: 160px;
  }
}

.p-topMagazinePhoto__text {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto__text {
    font-size: 0.875rem;
  }
}

.p-topMagazinePhoto__title {
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topMagazinePhoto__title {
    margin-top: 0.5em;
    font-size: 1.25rem;
  }
}

.p-topMagazinePhoto__button {
  margin-top: 1em;
}

@media print, (min-width: 750px) {
  .p-topMagazineBody {
    flex: 1;
  }
}

.p-topMagazineList__item + .p-topMagazineList__item {
  border-top: 1px solid #dbddde;
}

.p-topMagazineList__link {
  position: relative;
  display: block;
  padding: 8vw 1em 8vw 0;
}
.p-topMagazineList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topMagazineList__link:hover, a:hover .p-topMagazineList__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topMagazineList__link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-topMagazineList__label {
  display: block;
  font-size: 3.2vw;
  color: #797979;
}
@media print, (min-width: 750px) {
  .p-topMagazineList__label {
    font-size: 0.75rem;
  }
}

.p-topMagazineList__text {
  display: block;
}
.p-topMagazineList__text::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-topMagazineList__text::after {
    font-size: 0.625rem;
  }
}

.p-topMyMorita {
  position: relative;
}

.p-topMyMorita__pic {
  margin-right: -2.6666666667vw;
  margin-left: -2.6666666667vw;
}
.p-topMyMorita__pic img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topMyMorita__pic {
    position: relative;
    top: -100px;
    right: -20px;
    float: right;
    width: 680px;
    margin: 0 0 -100px -15px;
  }
}

.p-topMyMorita__description {
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-topMyMorita__description {
    width: 390px;
    font-size: 18px;
  }
}

.p-topMyMorita__logo {
  display: block;
  width: 64vw;
}
.p-topMyMorita__logo img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topMyMorita__logo {
    width: 300px;
  }
}

.p-topMyMorita__subTitle {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topMyMorita__subTitle {
    font-size: 24px;
  }
}

.p-topMyMorita__releaseDate {
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #ff1919;
  border-radius: 50em;
}
.p-topMyMorita__releaseDate::before, .p-topMyMorita__releaseDate::after {
  position: absolute;
  content: "";
  background-color: #ff1919;
  border-radius: 50em;
}
.p-topMyMorita__releaseDate::before {
  top: -0.6666666667vw;
  left: -0.6666666667vw;
  z-index: -2;
  width: 20vw;
  height: 20vw;
  opacity: 0.2;
}
.p-topMyMorita__releaseDate::after {
  top: -1.3333333333vw;
  left: -1.3333333333vw;
  z-index: -3;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  opacity: 0.1;
}
@media print, (min-width: 750px) {
  .p-topMyMorita__releaseDate {
    top: 5px;
    right: 160px;
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
  .p-topMyMorita__releaseDate::before {
    top: -5px;
    left: -5px;
    width: 130px;
    height: 130px;
  }
  .p-topMyMorita__releaseDate::after {
    top: -10px;
    left: -10px;
    width: 140px;
    height: 140px;
  }
}

.p-topNewContents {
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-topNewContents {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}

@media print, (min-width: 750px) {
  .p-topNewContents__item {
    display: flex;
    width: 320px;
    height: auto;
  }
}
.p-topNewContents__item + .p-topNewContents__item {
  border-left: 1px solid #dbddde;
}

.p-topNewContents__link {
  display: flex;
  flex-direction: column;
}
.p-topNewContents__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewContents__link:hover, a:hover .p-topNewContents__link {
    opacity: 0.6;
  }
}
.p-topNewContents__image {
  position: relative;
  overflow: hidden;
}
.p-topNewContents__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topNewContents__body {
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
}
.p-topNewContents__body {
  position: relative;
}
.p-topNewContents__body::after {
  position: absolute;
  top: calc(50% - 3.8848vw / 2);
  right: 5.3333333333vw;
  display: block;
  width: 1.6712vw;
  height: 3.8848vw;
  content: "";
  background-image: url("/lib/v2/img/ico_arrow_r_black_01.svg");
}
@media print, (min-width: 750px) {
  .p-topNewContents__body::after {
    top: calc(50% - 7.284px);
    right: 20px;
    width: 6.267px;
    height: 14.568px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewContents__body {
    flex: 1;
    padding: 20px 20px 40px;
  }
}

.p-topNewContents__text {
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-topNewContents__text {
    font-size: 1.25rem;
  }
}

.p-topNewContents .swiper-button-prev, .p-topNewContents .swiper-button-next {
  top: 42.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #797979 none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-topNewContents .swiper-button-prev:hover, a:hover .p-topNewContents .swiper-button-prev, .p-topNewContents .swiper-button-next:hover, a:hover .p-topNewContents .swiper-button-next {
    background-color: #95989a;
  }
}
@media print, (min-width: 750px) {
  .p-topNewContents .swiper-button-prev, .p-topNewContents .swiper-button-next {
    top: calc(40% - 20px);
    width: 40px;
    height: 40px;
  }
}
.p-topNewContents .swiper-button-prev::before, .p-topNewContents .swiper-button-next::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.8vw 0 0.8vw 2.4vw;
}
@media print, (min-width: 750px) {
  .p-topNewContents .swiper-button-prev::before, .p-topNewContents .swiper-button-next::before {
    border-width: 3px 0 3px 9px;
  }
}
.p-topNewContents .swiper-button-prev::after, .p-topNewContents .swiper-button-next::after {
  display: none;
}

.p-topNewContents .swiper-button-prev {
  left: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewContents .swiper-button-prev {
    left: -20px;
  }
}
.p-topNewContents .swiper-button-prev::before {
  transform: rotate(180deg) translateX(10%);
}

.p-topNewContents .swiper-button-next {
  right: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewContents .swiper-button-next {
    right: -20px;
  }
}

.p-topSeminar {
  position: relative;
}
@media print, (min-width: 750px) {
  .p-topSeminar::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #fff;
  }
}

.p-topSeminar__item {
  padding: 0 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    height: auto;
    padding: 0 40px;
  }
}
@media print, (min-width: 750px) {
  .p-topSeminar__item + .p-topSeminar__item {
    box-sizing: border-box;
    border-left: 1px solid #dbddde;
  }
}

@media print, (min-width: 750px) {
  .p-topSeminar__kv {
    width: 420px;
  }
}
.p-topSeminar__kv img {
  width: 100%;
  height: auto;
}

.p-topSeminar__head {
  display: flex;
  grid-gap: 0 4vw;
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar__head {
    grid-gap: 0 20px;
    margin-top: 20px;
  }
}

.p-topSeminar__photo {
  width: 32vw;
  margin: 0;
}
@media print, (min-width: 750px) {
  .p-topSeminar__photo {
    width: 130px;
  }
}
.p-topSeminar__photo img {
  width: 100%;
  height: auto;
}

.p-topSeminar__content {
  flex: 1;
}

.p-topSeminar__name {
  margin: 0.5em 0;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar__name {
    padding-top: 0.15em;
    margin: 0 0 1em;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.p-topSeminar__title {
  line-height: 1.625;
}

.p-topSeminarLabel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topSeminarLabel {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}

.p-topSeminarLabel__item {
  padding: 0.15em 0.5em 0;
  line-height: 1.5;
  border: 1px solid #343434;
}
.p-topSeminarLabel__item + .p-topSeminarLabel__item {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topSeminarLabel__item + .p-topSeminarLabel__item {
    margin-top: 10px;
  }
}

.p-topSeminar__body {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar__body {
    margin-top: 20px;
  }
}

.p-topSeminarList__item {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-topSeminarList__item {
    display: flex;
  }
}
.p-topSeminarList__title {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topSeminarList__title {
    padding-top: 0.1em;
    font-size: 0.75rem;
  }
}
.p-topSeminarList__title::after {
  content: "：";
}

.p-topSeminarList__text {
  font-size: 3.7333333333vw;
  line-height: 1.8;
}
@media print, (min-width: 750px) {
  .p-topSeminarList__text {
    flex: 1;
    font-size: 0.875rem;
  }
}

.p-topSeminarButton {
  display: flex;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-topSeminarButton {
    justify-content: flex-start;
  }
}

.p-topSeminarButton__button {
  width: 8em;
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-topSeminarButton__button {
    margin-top: 15px;
  }
}
.p-topSeminarButton__button + .p-topSeminarButton__button {
  margin-left: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topSeminarButton__button + .p-topSeminarButton__button {
    margin-left: 20px;
  }
}
.p-topSeminarButton__button-detail {
  letter-spacing: 1em;
}
.p-topSeminar .swiper-button-prev, .p-topSeminar .swiper-button-next {
  top: 32vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar .swiper-button-prev, .p-topSeminar .swiper-button-next {
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
  }
}

.p-topSeminar .swiper-button-prev {
  left: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar .swiper-button-prev {
    left: 0;
  }
}

.p-topSeminar .swiper-button-next {
  right: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topSeminar .swiper-button-next {
    right: 0;
  }
}

.p-topSlider {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 10.6666666667vw;
  overflow: hidden;
  touch-action: pan-y;
}
@media print, (min-width: 750px) {
  .p-topSlider {
    padding-bottom: 50px;
  }
}

.p-topSlider__inner {
  display: flex;
  grid-gap: 0 5.3333333333vw;
  justify-content: center;
}
@media print, (min-width: 750px) {
  .p-topSlider__inner {
    grid-gap: 0 60px;
  }
}
.p-topSlider__inner.is-transform {
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.14, 0.92) 0s;
}

.p-topSlider__slide {
  position: relative;
  flex-shrink: 0;
  width: 84vw;
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-topSlider__slide {
    width: 800px;
    height: 500px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.p-topSlider__slide .c-logo-do01 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-topSlider__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-topSlider__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topSlider__link:hover, a:hover .p-topSlider__link {
    opacity: 0.6;
  }
}
.p-topSlider__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topSliderButton {
  display: none;
}
@media print, (min-width: 750px) {
  .p-topSliderButton {
    position: absolute;
    bottom: 0;
    left: calc(50% - 410px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 820px;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-topSliderButton__button {
  display: block;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  background: no-repeat center center/6.9333333333vw 1.6vw;
}
@media print, (min-width: 750px) {
  .p-topSliderButton__button {
    width: 26px;
    height: 26px;
    background-size: 26px 6px;
  }
}
.p-topSliderButton__button-prev {
  background-image: url("/lib/v2/img/ico_slide_prev_01.svg");
}
.p-topSliderButton__button-next {
  background-image: url("/lib/v2/img/ico_slide_next_01.svg");
}

.p-topSliderPagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  width: 84vw;
  height: 1.0666666667vw;
  background-color: #dbddde;
  transform: translateX(-50%);
}
@media print, (min-width: 750px) {
  .p-topSliderPagination {
    width: 500px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%) translateY(-9px);
  }
}

.p-topSliderPagination__bullet {
  width: 100%;
  height: 100%;
  background-color: #6d77b8;
  transition: transform 0.6s ease 0s;
  transform: scaleX(0);
  transform-origin: left center;
}

.p-topSpecial {
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-topSpecial {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}

@media print, (min-width: 750px) {
  .p-topSpecial__item {
    display: flex;
    width: 320px;
    height: auto;
  }
}
.p-topSpecial__item + .p-topSpecial__item {
  border-left: 1px solid #dbddde;
}

.p-topSpecial__link {
  display: flex;
  flex-direction: column;
}
.p-topSpecial__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topSpecial__link:hover, a:hover .p-topSpecial__link {
    opacity: 0.6;
  }
}
.p-topSpecial__image {
  overflow: hidden;
}
.p-topSpecial__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topSpecial__body {
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
}
.p-topSpecial__body {
  position: relative;
}
.p-topSpecial__body::after {
  position: absolute;
  top: calc(50% - 3.8848vw / 2);
  right: 5.3333333333vw;
  display: block;
  width: 1.6712vw;
  height: 3.8848vw;
  content: "";
  background-image: url("/lib/v2/img/ico_arrow_r_black_01.svg");
}
@media print, (min-width: 750px) {
  .p-topSpecial__body::after {
    top: calc(50% - 7.284px);
    right: 20px;
    width: 6.267px;
    height: 14.568px;
  }
}
@media print, (min-width: 750px) {
  .p-topSpecial__body {
    flex: 1;
    padding: 20px 20px 40px;
  }
}

.p-topSpecial__text {
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-topSpecial__text {
    font-size: 1.25rem;
  }
}

.p-topSpecial .swiper-button-prev, .p-topSpecial .swiper-button-next {
  top: 42.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #797979 none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-topSpecial .swiper-button-prev:hover, a:hover .p-topSpecial .swiper-button-prev, .p-topSpecial .swiper-button-next:hover, a:hover .p-topSpecial .swiper-button-next {
    background-color: #95989a;
  }
}
@media print, (min-width: 750px) {
  .p-topSpecial .swiper-button-prev, .p-topSpecial .swiper-button-next {
    top: calc(40% - 20px);
    width: 40px;
    height: 40px;
  }
}
.p-topSpecial .swiper-button-prev::before, .p-topSpecial .swiper-button-next::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.8vw 0 0.8vw 2.4vw;
}
@media print, (min-width: 750px) {
  .p-topSpecial .swiper-button-prev::before, .p-topSpecial .swiper-button-next::before {
    border-width: 3px 0 3px 9px;
  }
}
.p-topSpecial .swiper-button-prev::after, .p-topSpecial .swiper-button-next::after {
  display: none;
}

.p-topSpecial .swiper-button-prev {
  left: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topSpecial .swiper-button-prev {
    left: -20px;
  }
}
.p-topSpecial .swiper-button-prev::before {
  transform: rotate(180deg) translateX(10%);
}

.p-topSpecial .swiper-button-next {
  right: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topSpecial .swiper-button-next {
    right: -20px;
  }
}

@media print, (min-width: 750px) {
  .p-topSupport {
    display: flex;
    grid-gap: 0 40px;
  }
}

.p-topSupport__item + .p-topSupport__item {
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topSupport__item + .p-topSupport__item {
    margin-top: 0;
  }
}

.p-topSupport__link {
  display: block;
}
.p-topSupport__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topSupport__link:hover, a:hover .p-topSupport__link {
    opacity: 0.6;
  }
}
.p-topSupport__image {
  display: none;
}
@media print, (min-width: 750px) {
  .p-topSupport__image {
    display: block;
  }
}

.p-topSupport__title {
  position: relative;
  position: relative;
  padding: 1em;
  font-size: 4.8vw;
  background-color: #ebebf0;
}
.p-topSupport__title::after {
  position: absolute;
  top: calc(50% - 1em);
  right: 1em;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-topSupport__title::after {
    font-size: 0.625rem;
  }
}
@media print, (min-width: 750px) {
  .p-topSupport__title {
    padding-bottom: 0.75em;
    font-size: 18px;
  }
}

@media print, (min-width: 750px) {
  .p-topTomo {
    display: flex;
    grid-gap: 0 40px;
    align-items: flex-start;
  }
}

.p-topTomoHead {
  position: relative;
  padding: 8vw 6.6666666667vw 8vw 1.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topTomoHead {
    width: 570px;
    padding: 60px 40px;
    margin-bottom: 0;
  }
}
.p-topTomoHead::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(100% + 5.3333333333vw);
  height: 100%;
  content: "";
  box-shadow: 2.6666666667vw 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
}
@media print, (min-width: 750px) {
  .p-topTomoHead::before {
    width: calc(100% + 1000px / 2);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}

.p-topTomoHead__lead {
  margin-bottom: 1em;
}
@media print, (min-width: 750px) {
  .p-topTomoHead__lead {
    margin-bottom: 2em;
    font-size: 1.125rem;
  }
}
.p-topTomoHead__lead br {
  display: none;
}
@media print, (min-width: 750px) {
  .p-topTomoHead__lead br {
    display: block;
  }
}

.p-topTomoHeadList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topTomoHeadList {
    grid-gap: 40px;
  }
}

.p-topTomoHeadList__item {
  display: flex;
  align-items: center;
}
.p-topTomoHeadList__item img[src*=logo_do_01] {
  width: 34.3066666667vw;
  height: 6.7946666667vw;
}
@media print, (min-width: 750px) {
  .p-topTomoHeadList__item img[src*=logo_do_01] {
    width: 203.03px;
    height: 40.21px;
  }
}
.p-topTomoHeadList__item img[src*=logo_dlf_01] {
  width: 38.7813333333vw;
  height: 5.776vw;
}
@media print, (min-width: 750px) {
  .p-topTomoHeadList__item img[src*=logo_dlf_01] {
    width: 229.52px;
    height: 34.18px;
  }
}
.p-topTomoHeadList__item img[src*=logo_otoc_01] {
  width: 37.1786666667vw;
  height: auto;
}
@media print, (min-width: 750px) {
  .p-topTomoHeadList__item img[src*=logo_otoc_01] {
    width: 221px;
    height: 25px;
  }
}
.p-topTomoHeadList__item img[src*=logo_pd_01] {
  width: 26.328vw;
  height: 8.64vw;
}
@media print, (min-width: 750px) {
  .p-topTomoHeadList__item img[src*=logo_pd_01] {
    width: 155.82px;
    height: 51.14px;
  }
}

@media print, (min-width: 750px) {
  .p-topTomoBody {
    flex: 1;
  }
}

.p-topTomoBody__column + .p-topTomoBody__column {
  padding-top: 10.6666666667vw;
  margin-top: 10.6666666667vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-topTomoBody__column + .p-topTomoBody__column {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.p-topTomoBodyButton {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-topTomoBodyButton {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

.p-topTomoBodyButton__button {
  word-break: keep-all;
}

@media print, (min-width: 750px) {
  .p-topVideo .swiper {
    display: flex;
    grid-gap: 0 30px;
    width: 900px;
  }
}

@media print, (min-width: 750px) {
  .p-topVideo__item {
    width: 280px;
  }
}

.p-topVideo__link {
  display: block;
}
.p-topVideo__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topVideo__link:hover, a:hover .p-topVideo__link {
    opacity: 0.6;
  }
}

.p-topVideo__image {
  padding: 0 7.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topVideo__image {
    padding: 0;
  }
}

.p-topVideo__title {
  position: relative;
  position: relative;
  padding-right: 1em;
  padding-left: 1em;
  margin-top: 1em;
}
.p-topVideo__title::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .p-topVideo__title::after {
    font-size: 0.625rem;
  }
}

.p-topVideo .swiper-button-next, .p-topVideo .swiper-button-prev {
  top: 32vw;
}
@media print, (min-width: 750px) {
  .p-topVideo .swiper-button-next, .p-topVideo .swiper-button-prev {
    top: 120px;
  }
}

.p-topVideo .swiper-button-prev {
  left: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topVideo .swiper-button-prev {
    left: 0;
  }
}

.p-topVideo .swiper-button-next {
  right: -2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topVideo .swiper-button-next {
    right: 0;
  }
}

.swiper-wrap {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 4.4426666667vw;
  height: 9.512vw;
  background: no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 16.66px;
    height: 35.67px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  visibility: hidden;
}

.swiper-button-prev {
  left: 0;
  background-image: url("/lib/v2/img/ico_slide_prev_02.svg");
}

.swiper-button-next {
  right: 0;
  background-image: url("/lib/v2/img/ico_slide_next_02.svg");
}

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

@media print, (min-width: 750px) {
  .u-align__center-TB {
    text-align: center;
  }
}

.u-align__left {
  text-align: left;
}
@media print, (min-width: 750px) {
  .u-align__left .u-align__left-TB {
    text-align: left;
  }
}

.u-align__right {
  text-align: right;
}
@media print, (min-width: 750px) {
  .u-align__right .u-align__right-TB {
    text-align: right;
  }
}

.u-color__default {
  color: #343434;
}

.u-color__primary {
  color: #6d77b8;
}

.u-color__lightblue {
  color: #00adec;
}

.u-color__red {
  color: #e60000;
}

.u-color__gray01 {
  color: #797979;
}

.u-spacing__-03 {
  letter-spacing: -0.03em;
}

.u-size__large {
  font-size: large;
}

.u-size__small {
  font-size: small;
}

.u-size__12 {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .u-size__12 {
    font-size: 0.75rem;
  }
}

.u-size__14 {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .u-size__14 {
    font-size: 0.875rem;
  }
}

.u-size__16 {
  font-size: 4.2666666667vw;
}
@media print, (min-width: 750px) {
  .u-size__16 {
    font-size: 1rem;
  }
}

.u-size__24 {
  font-size: 6.4vw;
}
@media print, (min-width: 750px) {
  .u-size__24 {
    font-size: 1.5rem;
  }
}

.u-hoverOpacity {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .u-hoverOpacity:hover, a:hover .u-hoverOpacity {
    opacity: 0.6;
  }
}

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

@media print, (min-width: 750px) {
  .u-hide-TB {
    display: none !important;
  }
}

.u-weight__light {
  font-family: "UniversLTPro-45Light", "新ゴ L", "Shin Go Light", "A-OTF 新ゴ Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.u-weight__regular {
  font-family: "UniversLTPro-55Roman", "新ゴ R", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.u-weight__medium {
  font-family: "UniversLTPro-55Roman", "新ゴ M", "Shin Go Medium", "A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.u-weight__bold {
  font-family: "UniversLTPro-65Bold", "新ゴ B", "Shin Go Medium", "A-OTF 新ゴ Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

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

.u-mb5 {
  margin-bottom: 1.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mb5 {
    margin-bottom: 5px !important;
  }
}

.u-mb15 {
  margin-bottom: 4vw !important;
}
@media print, (min-width: 750px) {
  .u-mb15 {
    margin-bottom: 15px !important;
  }
}

.u-mb20 {
  margin-bottom: 5.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mb20 {
    margin-bottom: 20px !important;
  }
}

.u-mb30 {
  margin-bottom: 8vw !important;
}
@media print, (min-width: 750px) {
  .u-mb30 {
    margin-bottom: 30px !important;
  }
}

.u-mb40 {
  margin-bottom: 10.6666666667vw !important;
}
@media print, (min-width: 750px) {
  .u-mb40 {
    margin-bottom: 40px !important;
  }
}

.u-mb50 {
  margin-bottom: 13.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mb50 {
    margin-bottom: 50px !important;
  }
}

.u-mb60 {
  margin-bottom: 16vw !important;
}
@media print, (min-width: 750px) {
  .u-mb60 {
    margin-bottom: 60px !important;
  }
}

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

.u-mt5 {
  margin-top: 1.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mt5 {
    margin-top: 5px !important;
  }
}

.u-mt10 {
  margin-top: 2.6666666667vw !important;
}
@media print, (min-width: 750px) {
  .u-mt10 {
    margin-top: 10px !important;
  }
}

.u-mt15 {
  margin-top: 4vw !important;
}
@media print, (min-width: 750px) {
  .u-mt15 {
    margin-top: 15px !important;
  }
}

.u-mt20 {
  margin-top: 5.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mt20 {
    margin-top: 20px !important;
  }
}

.u-mt30 {
  margin-top: 8vw !important;
}
@media print, (min-width: 750px) {
  .u-mt30 {
    margin-top: 30px !important;
  }
}

.u-mt40 {
  margin-top: 10.6666666667vw !important;
}
@media print, (min-width: 750px) {
  .u-mt40 {
    margin-top: 40px !important;
  }
}

.u-mt50 {
  margin-top: 13.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mt50 {
    margin-top: 50px !important;
  }
}

.u-mt60 {
  margin-top: 16vw !important;
}
@media print, (min-width: 750px) {
  .u-mt60 {
    margin-top: 60px !important;
  }
}

.u-mt70 {
  margin-top: 18.6666666667vw !important;
}
@media print, (min-width: 750px) {
  .u-mt70 {
    margin-top: 70px !important;
  }
}

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

.js-u-fadein {
  opacity: 0;
  transition: opacity 0.2s ease 0s, transform 0.3s ease-out 0s;
  transform: translateY(25px);
}
@media print {
  .js-u-fadein {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media print, (min-width: 750px) {
  .js-u-fadein.pc-ts-delay005 {
    transition: opacity 0.2s ease 0.05s, transform 0.3s ease-out 0.05s;
  }
}

@media print, (min-width: 750px) {
  .js-u-fadein.pc-ts-delay01 {
    transition: opacity 0.2s ease 0.1s, transform 0.3s ease-out 0.1s;
  }
}

.js-u-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

.u-indent1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.u-border__gray01 {
  border: 0.2666666667vw solid #dbddde;
}
@media print, (min-width: 750px) {
  .u-border__gray01 {
    border: 1px solid #dbddde;
  }
}

.u-gridGap1 {
  grid-gap: 8vw 0vw;
}
@media print, (min-width: 750px) {
  .u-gridGap1 {
    grid-gap: 50px;
  }
}
/*# sourceMappingURL=style.css.map */